display puzzle title

This commit is contained in:
2026-02-25 16:53:13 +01:00
parent 5a2172cb00
commit 5e3d007a9d
6 changed files with 38 additions and 15 deletions

View File

@ -12,12 +12,12 @@
// Window
constexpr int INITIAL_WIDTH = 800;
constexpr int INITIAL_HEIGHT = 800;
constexpr int MENU_HEIGHT = 200;
constexpr int MENU_HEIGHT = 250;
// Menu
constexpr int MENU_PAD = 5;
constexpr int BUTTON_PAD = 12;
constexpr int MENU_ROWS = 4;
constexpr int MENU_ROWS = 5;
constexpr int MENU_COLS = 3;
// Camera Controls