mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-15 12:54:07 +02:00
Added high life, assimilation, and 2x2 to life particles, and put it in its own menu section.
This commit is contained in:
@@ -50,7 +50,8 @@ static menu_wall mwalls[] =
|
||||
#define SC_GAS 3
|
||||
#define SC_LIQUID 4
|
||||
#define SC_NUCLEAR 7
|
||||
#define SC_TOTAL 9
|
||||
#define SC_LIFE 9
|
||||
#define SC_TOTAL 10
|
||||
|
||||
static menu_section msections[] =
|
||||
{
|
||||
@@ -63,6 +64,7 @@ static menu_section msections[] =
|
||||
{"\xD1", "Solids", 0},
|
||||
{"\xC6", "Radioactive", 0},
|
||||
{"\xCC", "Special", 0},
|
||||
{"\xC8", "Life", 0},
|
||||
};
|
||||
|
||||
struct ui_edit
|
||||
|
Reference in New Issue
Block a user