diff options
| author | historia <[not public]> | 2026-06-15 02:57:35 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-15 02:58:50 -0400 |
| commit | 4cc1ddcd185509080b4b3e15d1646567edd51c9d (patch) | |
| tree | 2a564846ad4fd159a2d7e55451bfa9569fe8c0b8 /config.yaml | |
| parent | 445c4612cc5cf2c226f85894b6ad1e2419a374e2 (diff) | |
| download | thehouseoficarus-4cc1ddcd185509080b4b3e15d1646567edd51c9d.tar.gz | |
removed game speed for being broken and an antifeature anyway. added color support.
Diffstat (limited to 'config.yaml')
| -rw-r--r-- | config.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config.yaml b/config.yaml index cf54642..b4bf45d 100644 --- a/config.yaml +++ b/config.yaml @@ -1,6 +1,5 @@ game: - tick_length: 600 # milliseconds per game tick (min 50) - game_speed: 1.0 # multiplier for all tick timers (default 1.0) + tick_length: 60 # milliseconds per game tick (min 50) telnet: enabled: true |
