aboutsummaryrefslogtreecommitdiff
path: root/game/mainmenu/MainMenuConfig.h
diff options
context:
space:
mode:
authorJAROWMR <jarorutjes07@gmail.com>2024-12-29 15:05:21 +0100
committerJAROWMR <jarorutjes07@gmail.com>2024-12-29 15:05:21 +0100
commitb758b2b20da8e3ab002dacc663237e1681ae973c (patch)
tree60c41aa58570eaebbc589b07ff13f045fe46a93a /game/mainmenu/MainMenuConfig.h
parente007e8f467349eeddaf503e31897d4135ba6fed4 (diff)
back button
Diffstat (limited to 'game/mainmenu/MainMenuConfig.h')
-rw-r--r--game/mainmenu/MainMenuConfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/game/mainmenu/MainMenuConfig.h b/game/mainmenu/MainMenuConfig.h
index fd7e922..9dbb838 100644
--- a/game/mainmenu/MainMenuConfig.h
+++ b/game/mainmenu/MainMenuConfig.h
@@ -16,6 +16,7 @@ struct MainMenuConfig {
static constexpr const char* START_SCENE = "scene1";
static constexpr const char* PREVIEW_SCENE = "scene1";
static constexpr const char* SHOP_SCENE = "shopmenu";
+ static constexpr const char* MAINMENU_SCENE = "mainmenu";
//Moving to new scene (Start and Preview)
static constexpr float SLOW_DOWN = 200;
static constexpr float END = 300;
@@ -25,6 +26,9 @@ struct MainMenuConfig {
static constexpr const char* FONT = "Jetpackia";
static constexpr crepe::vec2 FONTOFFSET = {0,0};
static constexpr crepe::vec2 LARGE_OVERLAY_SIZE = {250,100};
+ static constexpr crepe::vec2 SMALL_OVERLAY_SIZE_RIGHT = {150,100};
+ static constexpr crepe::vec2 SMALL_OVERLAY_SIZE_LEFT = {50,100};
static constexpr crepe::vec2 SIDE_PANEL_SIZE = {50,150};
+ static constexpr crepe::vec2 ICON_SIZE = {50,50};
};