pause: improve layout and add some lines as decoration

partial code for a decent looking box is included but commented out because the asset isn't loaded in-game
This commit is contained in:
somewhatlurker
2019-10-24 23:06:03 +11:00
parent 000065ed14
commit 4da730261f
2 changed files with 90 additions and 21 deletions
@@ -58,6 +58,8 @@ namespace TLAC::Components
static const int menuX = 640;
static const int menuY = 360;
static const int menuItemHeight = 36;
static const int menuItemPadding = 12;
static const int menuItemTotalHeight = menuItemHeight + menuItemPadding;
static const int menuTextSize = 24;
static const uint32_t bgLayer = 0x18;
@@ -65,7 +67,10 @@ namespace TLAC::Components
static bool showUI;
static int keyWinAet;
static int selResultAet1;
static int selResultAet2;
static int selResultAet3;
static int selResultAet4;
static int triangleAet;
static int squareAet;
static int crossAet;