Files
vgstation13/__DEFINES/jukebox.dm
ShiftyRail 10a2cac0cd Adds a crossfade mode to songs for the jukebox. (#26355)
* 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
2020-05-20 22:20:24 -05:00

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"