correction bug disparation serpent à 49s
This commit is contained in:
parent
da0efe9cb0
commit
c94b332548
@ -41,8 +41,8 @@ void Update_Timer(){
|
|||||||
void Update_Serpent(){
|
void Update_Serpent(){
|
||||||
ChoisirCouleurDessin(CouleurParComposante(141,199,63));
|
ChoisirCouleurDessin(CouleurParComposante(141,199,63));
|
||||||
RemplirRectangle(20,20,1160,700);
|
RemplirRectangle(20,20,1160,700);
|
||||||
serpent=ChargerSprite("serpent.png");
|
|
||||||
AfficherSprite(serpent, x, y);
|
AfficherSprite(serpent, x, y);
|
||||||
|
printf("%d %d\n", x, y);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*Fonction pour calculer le temps*/
|
/*Fonction pour calculer le temps*/
|
||||||
|
Loading…
Reference in New Issue
Block a user