essaie d'affichage de sprite de pomme

This commit is contained in:
2023-12-20 00:09:59 +01:00
parent 86949e9038
commit b6138489c2
5 changed files with 8 additions and 11 deletions

View File

@@ -11,7 +11,7 @@
void ecran_lancement(void) {
unsigned char ecran_lancement(void) {
couleur grey, green, yellow, red;
@@ -63,13 +63,13 @@ void ecran_lancement(void) {
if (Touche() == XK_space ) {
return ;
return 1 ;
}
if (Touche() == XK_Escape) {
FermerGraphique();
return 0 ;
}