Modification des Tuiles + ajout tuile en haut à gauche

This commit is contained in:
2024-11-16 21:25:34 +01:00
parent 502e2c7e2e
commit 0382eac7a6
4 changed files with 47 additions and 16 deletions

View File

@@ -54,5 +54,5 @@ public class Options {
public static boolean AUTO_FOCUS = true;
public static final int MAX_TILE_NUMBER = 5;
public static final int MAX_TILE_NUMBER = 50;
}