mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-22 16:02:54 +02:00
new display, Life, shows life in a grayscale gradient, will ONLY show up in debug mode, on shift-1, fix filt floodfill, portal has bigger storage, other fixes.
This commit is contained in:
@@ -5,8 +5,9 @@
|
||||
#include "defines.h"
|
||||
#include "interface.h"
|
||||
|
||||
#define CM_COUNT 10
|
||||
#define CM_CRACK 9
|
||||
#define CM_COUNT 11
|
||||
#define CM_CRACK 10
|
||||
#define CM_LIFE 9
|
||||
#define CM_GRAD 8
|
||||
#define CM_NOTHING 7
|
||||
#define CM_FANCY 6
|
||||
@@ -582,8 +583,8 @@ static int lolzrule[9][9] =
|
||||
{0,1,0,0,0,0,0,1,0},
|
||||
{0,1,0,0,0,0,0,1,0},
|
||||
};
|
||||
int portal[MAX_TEMP/100][8][8];
|
||||
float portaltemp[MAX_TEMP/100][8][8];
|
||||
int portal[MAX_TEMP/100][8][80];
|
||||
float portaltemp[MAX_TEMP/100][8][80];
|
||||
int wireless[MAX_TEMP/100][2];
|
||||
|
||||
extern int isplayer;
|
||||
|
Reference in New Issue
Block a user