diff --git a/JEUX_SERPENT/main.c b/JEUX_SERPENT/main.c index b2a1fe4..f28b345 100644 --- a/JEUX_SERPENT/main.c +++ b/JEUX_SERPENT/main.c @@ -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*/