mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
14 lines
458 B
Plaintext
14 lines
458 B
Plaintext
#undef LIGHT_COLOR_INCANDESCENT_TUBE
|
|
#define LIGHT_COLOR_INCANDESCENT_TUBE "#E0EFF0"
|
|
#undef LIGHT_COLOR_INCANDESCENT_BULB
|
|
#define LIGHT_COLOR_INCANDESCENT_BULB "#FFFEB8"
|
|
|
|
//Fake ambient occlusion filter
|
|
#undef AMBIENT_OCCLUSION
|
|
#define AMBIENT_OCCLUSION filter(type="drop_shadow", x=0, y=-1, size=2, offset=2, color="#04080F55") //VOREStation Edit for prettier visuals.
|
|
|
|
#define LIGHT_OK 0
|
|
#define LIGHT_EMPTY 1
|
|
#define LIGHT_BROKEN 2
|
|
#define LIGHT_BURNED 3
|