maj compteur
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <graph.h>
|
||||
#include "plateau_init.h"
|
||||
#include "ajout_score.c"
|
||||
|
||||
|
||||
|
||||
@@ -26,7 +27,7 @@ int start (void) {
|
||||
|
||||
int score=0;
|
||||
|
||||
char* num_score = "score : 00000";
|
||||
|
||||
|
||||
|
||||
InitialiserGraphique();
|
||||
@@ -71,7 +72,9 @@ int start (void) {
|
||||
|
||||
/*affichage compteur pomme (score)*/
|
||||
|
||||
EcrireTexte(1250, 600, num_score, 2);
|
||||
/*EcrireTexte(1250, 600, num_score, 2);*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user