aboutsummaryrefslogtreecommitdiff
path: root/game/mainmenu/MainMenuConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/mainmenu/MainMenuConfig.h')
-rw-r--r--game/mainmenu/MainMenuConfig.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/game/mainmenu/MainMenuConfig.h b/game/mainmenu/MainMenuConfig.h
index 99d29e8..0ce5980 100644
--- a/game/mainmenu/MainMenuConfig.h
+++ b/game/mainmenu/MainMenuConfig.h
@@ -29,14 +29,11 @@ struct MainMenuConfig {
static constexpr float VELOCITY_STEP = 200;
static constexpr float VELOCITY_INFO_UP = 30;
//button config
- 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};
- //total coins (move to main config)
- static constexpr const char* TOTAL_COINS = "total_coins";
+
};