suppression fichier test dans out

This commit is contained in:
2023-12-20 08:56:34 +01:00
parent 1676f05187
commit b749e57f28
22 changed files with 12 additions and 0 deletions

7
SAE_semestre1/src/game.c Normal file → Executable file
View File

@@ -189,6 +189,13 @@ void Pomme(int pos_x[], int pos_y[], int pommex[], int pommey[], int *segment){
}
}
}
void Menu_debut(){
affiche = ChargerSprite("Img/image.png")
AddicherSprite(affiche,0,0)
}
Menu_debut();
int main(void){
int segment = 10;
int go_on = 1;

0
SAE_semestre1/src/main.c Normal file → Executable file
View File

0
SAE_semestre1/src/menu.c Normal file → Executable file
View File

0
SAE_semestre1/src/pastille.c Normal file → Executable file
View File

0
SAE_semestre1/src/serpent.c Normal file → Executable file
View File

0
SAE_semestre1/src/terrain.c Normal file → Executable file
View File

0
SAE_semestre1/src/time.c Normal file → Executable file
View File