Rearrange startup buttons, add tutorial button with stub event

Fix #173
This commit is contained in:
2024-11-26 14:25:23 -06:00
committed by Celtic Minstrel
parent 96c71bdce4
commit df3839ab5d
5 changed files with 30 additions and 13 deletions

View File

@@ -84,13 +84,16 @@ enum eTrapType {
// Startup buttons
enum eStartButton {
STARTBTN_LOAD = 0,
STARTBTN_NEW = 1,
STARTBTN_ORDER = 2,
STARTBTN_JOIN = 3,
STARTBTN_CUSTOM = 4,
// Left Column
STARTBTN_TUTORIAL = 0,
STARTBTN_LOAD = 1,
STARTBTN_PREFS = 2,
// Right Column
STARTBTN_NEW = 3,
STARTBTN_JOIN = 4,
STARTBTN_SCROLL = 5,
MAX_eStartButton // keep last
// Keep last:
MAX_eStartButton = 6
};
// Shop rects