mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
8 lines
231 B
Plaintext
8 lines
231 B
Plaintext
#define SUNLIGHT_RADIUS 9 //Tiles that sunlight penetrates into shade
|
|
#define SUNLIGHT_NONE 0
|
|
#define SUNLIGHT_POSSIBLE 1
|
|
#define SUNLIGHT_CURRENT 2
|
|
#define SUNLIGHT_OVERHEAD 3
|
|
#define SUNLIGHT_ONLY 4
|
|
#define SUNLIGHT_ONLY_SHADE 5
|