correction bug disparation serpent à 49s

This commit is contained in:
Wilfried BRIGITTE 2023-11-24 15:31:25 +01:00
parent da0efe9cb0
commit c94b332548

View File

@ -41,8 +41,8 @@ void Update_Timer(){
void Update_Serpent(){
ChoisirCouleurDessin(CouleurParComposante(141,199,63));
RemplirRectangle(20,20,1160,700);
serpent=ChargerSprite("serpent.png");
AfficherSprite(serpent, x, y);
printf("%d %d\n", x, y);
}
/*Fonction pour calculer le temps*/