mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-04 05:34:50 +01:00
8cda8dd95a
Renames digital clock subsystem to be better alongside other player facing names
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
|