message de fin

This commit is contained in:
Matis ROHAUT 2023-11-28 23:06:14 +01:00
parent 2f468de07e
commit 48da4cda17

View File

@ -82,7 +82,7 @@ void Update_Timer() {
void Update_Serpent() {
AfficherSprite(serpent, pos_x[0], pos_y[0]);
for (i = 1; i < segment; i++) {
pos_x[i] = old_x[i - 1];