Ajout d'un zoom + déclacement sur le board

This commit is contained in:
2024-11-16 16:04:31 +01:00
parent 0d13a19519
commit 1b7c17f6a6
4 changed files with 108 additions and 3 deletions

View File

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