mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-18 13:43:27 +00:00
* Adds an Escape Menu (#72906) * suicide --------- Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
7 lines
181 B
Plaintext
7 lines
181 B
Plaintext
/// Subsystem for controlling anything related to the escape menu
|
|
PROCESSING_SUBSYSTEM_DEF(escape_menu)
|
|
name = "Escape Menu"
|
|
flags = SS_NO_INIT
|
|
runlevels = ALL
|
|
wait = 2 SECONDS
|