mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-16 13:24:02 +02:00
Powered Breakable clone, Gravity Pump, New menu section for powered elements (needs icon)
This commit is contained in:
@@ -20,23 +20,25 @@ struct menu_wall
|
||||
typedef struct menu_wall menu_wall;
|
||||
|
||||
#define SC_WALL 0
|
||||
#define SC_SPECIAL 8
|
||||
#define SC_POWDERS 5
|
||||
#define SC_SOLIDS 6
|
||||
#define SC_ELEC 1
|
||||
#define SC_EXPLOSIVE 2
|
||||
#define SC_GAS 3
|
||||
#define SC_LIQUID 4
|
||||
#define SC_NUCLEAR 7
|
||||
#define SC_LIFE 9
|
||||
#define SC_CRACKER 12
|
||||
#define SC_CRACKER2 13
|
||||
#define SC_TOTAL 10
|
||||
#define SC_POWERED 2
|
||||
#define SC_EXPLOSIVE 3
|
||||
#define SC_GAS 4
|
||||
#define SC_LIQUID 5
|
||||
#define SC_POWDERS 6
|
||||
#define SC_SOLIDS 7
|
||||
#define SC_NUCLEAR 8
|
||||
#define SC_SPECIAL 9
|
||||
#define SC_LIFE 10
|
||||
#define SC_CRACKER 13
|
||||
#define SC_CRACKER2 14
|
||||
#define SC_TOTAL 11
|
||||
|
||||
static menu_section msections[] = //doshow does not do anything currently.
|
||||
{
|
||||
{"\xC1", "Walls", 0, 1},
|
||||
{"\xC2", "Electronics", 0, 1},
|
||||
{"\xC2", "Powered Materials", 0, 1},
|
||||
{"\xC3", "Explosives", 0, 1},
|
||||
{"\xC5", "Gasses", 0, 1},
|
||||
{"\xC4", "Liquids", 0, 1},
|
||||
|
Reference in New Issue
Block a user