fixed menu
This commit is contained in:
@ -6,7 +6,7 @@ static constexpr float MENU_BTN_WIDTH_LARGE = 300.0f;
|
||||
static constexpr float MENU_BTN_WIDTH_SMALL_FACTOR = 0.4f; // multiplied by LOGICAL_W
|
||||
static constexpr float MENU_BTN_HEIGHT_LARGE = 70.0f;
|
||||
static constexpr float MENU_BTN_HEIGHT_SMALL = 60.0f;
|
||||
static constexpr float MENU_BTN_Y_OFFSET = 40.0f; // matches MenuState offset
|
||||
static constexpr float MENU_BTN_Y_OFFSET = 58.0f; // matches MenuState offset; slightly lower for windowed visibility
|
||||
static constexpr float MENU_BTN_SPACING_FACTOR_SMALL = 1.15f;
|
||||
static constexpr float MENU_BTN_SPACING_FACTOR_LARGE = 1.05f;
|
||||
static constexpr float MENU_BTN_CENTER = (MENU_BTN_COUNT - 1) / 2.0f;
|
||||
|
||||
Reference in New Issue
Block a user