This commit is contained in:
2023-12-10 20:51:37 +01:00
6 changed files with 79 additions and 22 deletions

View File

@@ -17,6 +17,7 @@ int start (void) {
int i, j;
<<<<<<< HEAD
char* texte1 = "espace = lancer";
@@ -34,6 +35,8 @@ int start (void) {
/*initialisation de la taille de la fenetre de jeux*/
CreerFenetre(10,10,1450,840);
=======
>>>>>>> 34ff1f1297db1e53f89c782b8688b2232eaddd6f
/* remplisage du fond d'écran */
@@ -130,11 +133,7 @@ int start (void) {
free(tableau);
Touche();
FermerGraphique();