mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
* Rename digital clock subsystem (#77028) Renames digital clock subsystem to be better alongside other player facing names * Rename digital clock subsystem --------- Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
6 lines
178 B
Plaintext
6 lines
178 B
Plaintext
/// The subsystem used to tick digital clocks
|
|
PROCESSING_SUBSYSTEM_DEF(digital_clock)
|
|
name = "Digital Clocks"
|
|
flags = SS_NO_INIT|SS_BACKGROUND|SS_KEEP_TIMING
|
|
wait = 1 SECONDS
|