mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
16 lines
456 B
Plaintext
16 lines
456 B
Plaintext
#define VORE_SOUND_FALLOFF 0.1
|
|
#define VORE_SOUND_RANGE 3
|
|
|
|
#define HOLO_ORIGINAL_COLOR null //Original hologram color: "#7db4e1"
|
|
#define HOLO_HARDLIGHT_COLOR "#d97de0"
|
|
#define HOLO_ORIGINAL_ALPHA 120
|
|
#define HOLO_HARDLIGHT_ALPHA 200
|
|
|
|
#define BELLIES_MAX 40
|
|
#define BELLIES_NAME_MIN 2
|
|
#define BELLIES_NAME_MAX 40
|
|
#define BELLIES_DESC_MAX 4096
|
|
#define FLAVOR_MAX 400
|
|
|
|
#define VORE_VERSION 2 //This is a Define so you don't have to worry about magic numbers.
|