essaie d'affichage de sprite de pomme
This commit is contained in:
@@ -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 ;
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user