carré rouge terrain
This commit is contained in:
parent
4b15ea4f27
commit
315c543e94
@ -12,11 +12,16 @@ int AfficherRectangle(){
|
|||||||
RemplirRectangle(0,0,1500,1000);
|
RemplirRectangle(0,0,1500,1000);
|
||||||
ChoisirCouleurDessin(CouleurParComposante(73,162,37));
|
ChoisirCouleurDessin(CouleurParComposante(73,162,37));
|
||||||
RemplirRectangle(20,20,1450, 800);
|
RemplirRectangle(20,20,1450, 800);
|
||||||
|
|
||||||
|
ChoisirCouleurDessin(CouleurParComposante(255, 0, 0));
|
||||||
|
RemplirRectangle(1460, 20, 30, 30);
|
||||||
|
|
||||||
Touche();
|
Touche();
|
||||||
FermerGraphique();
|
FermerGraphique();
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(){
|
int main(){
|
||||||
AfficherRectangle();
|
AfficherRectangle();
|
||||||
AfficherCadrillage();
|
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user