Files
Yogstation/code/__DEFINES/cinematics.dm
Jamie D aaa5b9e2b1 Makes Yogs Widescreen better - End screen fades properly without weird tiles, should also make round end sounds play 85% of the time. (#12033)
* Widescreen

* Fixes Cinematics Widescreen

* Update fullscreen.dm

* Fixed Cinematics!

* e

* Fixes shit hopefully

* eee

* Update config.txt

* Update config.txt

Co-authored-by: adamsong <adamsong@users.noreply.github.com>
2021-09-09 23:56:30 +01:00

15 lines
431 B
Plaintext

#define CINEMATIC_DEFAULT 1
#define CINEMATIC_SELFDESTRUCT 2
#define CINEMATIC_SELFDESTRUCT_MISS 3
#define CINEMATIC_NUKE_WIN 4
#define CINEMATIC_NUKE_MISS 5
#define CINEMATIC_ANNIHILATION 6
#define CINEMATIC_MALF 7
#define CINEMATIC_CULT 8
#define CINEMATIC_NUKE_FAKE 9
#define CINEMATIC_NUKE_NO_CORE 10
#define CINEMATIC_NUKE_FAR 11
#define CINEMATIC_NUKE_CLOWNOP 12
#define CINEMATIC_CULT_NUKE 13
#define CINEMATIC_CULT_FAIL 14