Adds digital clocks (#75751)

This commit is contained in:
carlarctg
2023-06-23 23:30:21 -03:00
committed by GitHub
parent 403c73f204
commit 98837dcd0a
11 changed files with 305 additions and 24 deletions
@@ -0,0 +1,5 @@
/// 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