Amélioration affichage

This commit is contained in:
2023-12-17 19:47:39 +01:00
parent c3c14e39c9
commit 0419e44748
5 changed files with 8 additions and 4 deletions

View File

@@ -19,8 +19,8 @@ void AfficherTimerEtScore(long unsigned int *score, int minutes,int secondes)
snprintf(buf,100,"TEMPS : %02d:%02d",minutes,secondes);
snprintf(buff,100,"SCORE : %07ld",*score);
EcrireTexte(60,675,buf,2);
EcrireTexte(600,675,buff,2);
EcrireTexte(60,695,buf,2);
EcrireTexte(600,695,buff,2);
CopierZone(1,0,0,0,930,710,0,0);
}