about summary refs log tree commit diff homepage
path: root/brutalmaze/settings.ini
diff options
context:
space:
mode:
Diffstat (limited to 'brutalmaze/settings.ini')
-rw-r--r--brutalmaze/settings.ini10
1 files changed, 8 insertions, 2 deletions
diff --git a/brutalmaze/settings.ini b/brutalmaze/settings.ini
index b426aab..75bfb72 100644
--- a/brutalmaze/settings.ini
+++ b/brutalmaze/settings.ini
@@ -6,9 +6,9 @@ Maximum FPS: 60
 
 [Sound]
 Muted: no
-# Volume must be between 0.0 and 1.0
+# Volume must be between 0.0 and 1.0.
 Music volume: 1.0
-# Use space music background, which sounds cold and creepy
+# Use space music background, which sounds cold and creepy.
 Space theme: no
 
 [Control]
@@ -29,6 +29,12 @@ Auto move: Mouse3
 Long-range attack: Mouse1
 Close-range attack: Space
 
+[Record]
+# Directory to write record of game states, leave blank to disable.
+Directory: .
+# Number of snapshots per second. This is preferably from 3 to 60.
+Frequency: 30
+
 [Server]
 # Enabling remote control will disable control via keyboard and mouse.
 Enable: no