mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-13 11:54:04 +02:00
Added "Tools" menu.
This commit is contained in:
@@ -33,9 +33,10 @@ typedef struct menu_wall menu_wall;
|
||||
#define SC_NUCLEAR 8
|
||||
#define SC_SPECIAL 9
|
||||
#define SC_LIFE 10
|
||||
#define SC_TOOL 11
|
||||
#define SC_CRACKER 13
|
||||
#define SC_CRACKER2 14
|
||||
#define SC_TOTAL 11
|
||||
#define SC_TOTAL 12
|
||||
|
||||
static menu_section msections[] = //doshow does not do anything currently.
|
||||
{
|
||||
@@ -50,6 +51,7 @@ static menu_section msections[] = //doshow does not do anything currently.
|
||||
{"\xC6", "Radioactive", 0, 1},
|
||||
{"\xCC", "Special", 0, 1},
|
||||
{"\xD2", "Life", 0, 1},
|
||||
{"\xC8", "Tools", 0, 1},
|
||||
{"\xD2", "More Life", 0, 1},
|
||||
{"\xC8", "", 0, 0},
|
||||
{"\xC8", "Cracker", 0, 0},
|
||||
|
Reference in New Issue
Block a user