Ton of changes to make EXOT work as expected. Added graphics to WARP to make it actually invisible besides BLOB mode, EXOT now makes rainbows and explodes with too many electrons o__o

This commit is contained in:
Catelite
2012-06-06 09:41:56 -04:00
committed by Simon Robertshaw
parent fe39fdb0e5
commit c07afe4c89
7 changed files with 80 additions and 14 deletions

View File

@@ -352,6 +352,7 @@ 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_WARP(GRAPHICS_FUNC_ARGS);
int graphics_stickmen(GRAPHICS_FUNC_ARGS);
void TRON_init_graphics();