Correction de bug d'affichage

This commit is contained in:
2024-11-16 18:39:59 +01:00
parent 2c5764e60a
commit 1d18fac96c
3 changed files with 34 additions and 44 deletions

View File

@@ -53,4 +53,6 @@ public class Options {
public static final Dimension MINIMUM_FRAME_SIZE = new Dimension(700, 700);
public static boolean AUTO_FOCUS = true;
public static final int MAX_TILE_NUMBER = 5;
}