le menu avance

This commit is contained in:
2024-11-18 17:18:12 +01:00
parent 883aff1bec
commit 194076b002
5 changed files with 75 additions and 73 deletions

View File

@@ -4,7 +4,7 @@
int VerifBlock1(int SourisX, int SourisY, int maxX, int maxY, int taille, int* coordoner){
int placement = 1, placementX = 0, placementY = 0;
int placementX = 0, placementY = 0;
if(SourisX >= 50 && SourisX <= maxX && SourisY >= 100 && SourisY <= maxY){
placementX = initialisationXbox(SourisX, maxX, taille);
placementY = initialisationYbox(SourisY, maxY, taille);