Files
Polaris/code/modules/blob2/_defines.dm
2020-03-24 14:26:27 -07:00

14 lines
327 B
Plaintext

#define BLOB_CORE_PULSE_RANGE 6
#define BLOB_NODE_PULSE_RANGE 4
#define BLOB_CORE_EXPAND_RANGE 8
#define BLOB_NODE_EXPAND_RANGE 6
#define BLOB_DIFFICULTY_EASY 0
#define BLOB_DIFFICULTY_MEDIUM 1
#define BLOB_DIFFICULTY_HARD 2
#define BLOB_DIFFICULTY_SUPERHARD 3
#define BLOB_CHUNK_CONSTANT 0
#define BLOB_CHUNK_TOGGLE 1