mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-29 11:02:05 +00:00
* Adds digital clocks (#75751) * Adds digital clocks --------- Co-authored-by: carlarctg <53100513+carlarctg@users.noreply.github.com>
6 lines
177 B
Plaintext
6 lines
177 B
Plaintext
/// The subsystem used to tick digital clocks
|
|
PROCESSING_SUBSYSTEM_DEF(digital_clock)
|
|
name = "digital_clock"
|
|
flags = SS_NO_INIT|SS_BACKGROUND|SS_KEEP_TIMING
|
|
wait = 1 SECONDS
|