avancement sur le fichier deplacement.c
This commit is contained in:
@@ -70,7 +70,7 @@ int start (void) {
|
||||
RemplirRectangle(20*(j+1),20*(i+1),20,20);
|
||||
|
||||
}
|
||||
if ( tableau[i][j] == 1) {
|
||||
if ( tableau[i][j] == 1 || tableau[i][j] == -1 || tableau[i][j] == -2) {
|
||||
|
||||
yellow = CouleurParComposante(255,255,0);
|
||||
ChoisirCouleurDessin(yellow);
|
||||
@@ -85,6 +85,7 @@ int start (void) {
|
||||
RemplirRectangle(20*(j+1),20*(i+1),20,20);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user