diff options
| author | historia <[not public]> | 2026-06-14 22:42:27 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-14 22:42:27 -0400 |
| commit | eb37418b933d7bd996658209e867ea3f3e3806ec (patch) | |
| tree | 9988922fe95300a83177b76bcdfb9420c240c655 /config.yaml | |
| parent | a6f0ad79e2e3a5b7c11eef1ffc3233f3a2766f77 (diff) | |
| download | thehouseoficarus-eb37418b933d7bd996658209e867ea3f3e3806ec.tar.gz | |
feat: default config file generated if doesn't exist
Diffstat (limited to 'config.yaml')
| -rw-r--r-- | config.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.yaml b/config.yaml index 448aa68..cf54642 100644 --- a/config.yaml +++ b/config.yaml @@ -1,5 +1,6 @@ game: - maxWidth: 70 # maximum width for room description text when displayed alongside the mini-map + tick_length: 600 # milliseconds per game tick (min 50) + game_speed: 1.0 # multiplier for all tick timers (default 1.0) telnet: enabled: true |
