mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-31 03:39:57 +02:00
omg EXOT element, made from BREL element sparked repeatedly while under >10 pressure. Not at all finished, but looks cool :D
This commit is contained in:
committed by
Simon Robertshaw
parent
c6289abce6
commit
6d465b207d
@@ -220,6 +220,7 @@
|
||||
#define PT_GEL 142
|
||||
#define PT_TRON 143
|
||||
#define PT_TTAN 144
|
||||
#define PT_EXOT 145
|
||||
|
||||
#define OLD_PT_WIND 147
|
||||
#define PT_H2 148
|
||||
@@ -350,6 +351,7 @@ int graphics_DCEL(GRAPHICS_FUNC_ARGS);
|
||||
int graphics_GEL(GRAPHICS_FUNC_ARGS);
|
||||
int graphics_TRON(GRAPHICS_FUNC_ARGS);
|
||||
int graphics_SOAP(GRAPHICS_FUNC_ARGS);
|
||||
int graphics_EXOT(GRAPHICS_FUNC_ARGS);
|
||||
int graphics_stickmen(GRAPHICS_FUNC_ARGS);
|
||||
|
||||
void TRON_init_graphics();
|
||||
@@ -471,6 +473,8 @@ int update_FRAY(UPDATE_FUNC_ARGS);
|
||||
int update_REPL(UPDATE_FUNC_ARGS);
|
||||
int update_TRON(UPDATE_FUNC_ARGS);
|
||||
int update_TTAN(UPDATE_FUNC_ARGS);
|
||||
int update_BREL(UPDATE_FUNC_ARGS);
|
||||
int update_EXOT(UPDATE_FUNC_ARGS);
|
||||
|
||||
int update_MISC(UPDATE_FUNC_ARGS);
|
||||
int update_legacy_PYRO(UPDATE_FUNC_ARGS);
|
||||
|
Reference in New Issue
Block a user