mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
14 lines
327 B
Plaintext
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
|