mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 10:11:09 +00:00
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
|