mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
* Adds a crossfade mode to songs for the jukebox. * mmm * Tentative fix * _ * last fixes * better * comments * no * fuck wmp * It usually works better if it compiles
14 lines
382 B
Plaintext
14 lines
382 B
Plaintext
#define JUKEMODE_SHUFFLE 1 // Default
|
|
#define JUKEMODE_REPEAT_SONG 2
|
|
#define JUKEMODE_PLAY_ONCE 3 // Play, then stop.
|
|
#define JUKEMODE_COUNT 3
|
|
|
|
#define JUKEBOX_SCREEN_MAIN 1 // Default
|
|
#define JUKEBOX_SCREEN_PAYMENT 2
|
|
#define JUKEBOX_SCREEN_SETTINGS 3
|
|
|
|
#define JUKEBOX_RELOAD_COOLDOWN 600 // 60s
|
|
|
|
#define JUKEBOX_ODD_PLAYER "odd"
|
|
#define JUKEBOX_EVEN_PLAYER "even"
|