mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-31 03:39:57 +02:00
Added FRAY - Force-ray and RPEL - Repeller
This commit is contained in:
@@ -36,24 +36,27 @@ typedef struct menu_wall menu_wall;
|
||||
#define SC_WALL 0
|
||||
#define SC_ELEC 1
|
||||
#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_TOOL 11
|
||||
#define SC_FORCE 3
|
||||
#define SC_EXPLOSIVE 4
|
||||
#define SC_GAS 5
|
||||
#define SC_LIQUID 6
|
||||
#define SC_POWDERS 7
|
||||
#define SC_SOLIDS 8
|
||||
#define SC_NUCLEAR 9
|
||||
#define SC_SPECIAL 10
|
||||
#define SC_LIFE 11
|
||||
#define SC_TOOL 12
|
||||
|
||||
#define SC_CRACKER 13
|
||||
#define SC_CRACKER2 14
|
||||
#define SC_TOTAL 12
|
||||
#define SC_TOTAL 13
|
||||
|
||||
static menu_section msections[] = //doshow does not do anything currently.
|
||||
{
|
||||
{"\xC1", "Walls", 0, 1},
|
||||
{"\xC2", "Electronics", 0, 1},
|
||||
{"\xD6", "Powered Materials", 0, 1},
|
||||
{">", "Force", 0, 1},
|
||||
{"\xC3", "Explosives", 0, 1},
|
||||
{"\xC5", "Gasses", 0, 1},
|
||||
{"\xC4", "Liquids", 0, 1},
|
||||
|
@@ -214,7 +214,9 @@
|
||||
#define PT_WIRE 156
|
||||
#define PT_GBMB 157
|
||||
#define PT_FIGH 158
|
||||
#define PT_NUM 159
|
||||
#define PT_FRAY 159
|
||||
#define PT_REPL 160
|
||||
#define PT_NUM 161
|
||||
|
||||
#define R_TEMP 22
|
||||
#define MAX_TEMP 9999
|
||||
@@ -432,6 +434,8 @@ int update_ACEL(UPDATE_FUNC_ARGS);
|
||||
int update_DCEL(UPDATE_FUNC_ARGS);
|
||||
int update_BANG(UPDATE_FUNC_ARGS);
|
||||
int update_IGNT(UPDATE_FUNC_ARGS);
|
||||
int update_FRAY(UPDATE_FUNC_ARGS);
|
||||
int update_REPL(UPDATE_FUNC_ARGS);
|
||||
|
||||
int update_MISC(UPDATE_FUNC_ARGS);
|
||||
int update_legacy_PYRO(UPDATE_FUNC_ARGS);
|
||||
|
Reference in New Issue
Block a user