continued options menu

This commit is contained in:
2025-12-09 14:47:43 +01:00
parent 2abdb3b5fb
commit 5192c8df87
3 changed files with 40 additions and 3 deletions

View File

@@ -31,6 +31,7 @@ public class GamePanel extends JPanel implements Runnable {
int fScreenHeight = screenHeight;
BufferedImage tempScreen;
Graphics2D fg2;
public boolean fullscreen;
// WORLD SETTINGS
public final int maxWorldCol = 50;