TRON element, needs to glow and fancy explosion on crash

This commit is contained in:
cracker64
2012-04-17 15:55:58 -04:00
parent ff8ce0ef3a
commit eccf5658d2
4 changed files with 167 additions and 2 deletions

View File

@@ -202,6 +202,7 @@
#define PT_IGNT 140
#define PT_BOYL 141
#define PT_GEL 142
#define PT_TRON 143
#define OLD_PT_WIND 147
#define PT_H2 148
@@ -324,6 +325,7 @@ int graphics_WIRE(GRAPHICS_FUNC_ARGS);
int graphics_ACEL(GRAPHICS_FUNC_ARGS);
int graphics_DCEL(GRAPHICS_FUNC_ARGS);
int graphics_GEL(GRAPHICS_FUNC_ARGS);
int graphics_TRON(GRAPHICS_FUNC_ARGS);
#define UPDATE_FUNC_ARGS int i, int x, int y, int surround_space, int nt
// to call another update function with same arguments: