about summary refs log tree commit diff
path: root/brutalmaze/.config
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-05-23 21:48:23 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-05-23 21:48:23 +0700
commit975b62bd33f48d61550088123b5a1bb930558efe (patch)
tree3ce213248c2776f66ffa4a7b3fff8804a226b6b4 /brutalmaze/.config
parent65e17501d4dde544826f3141275b4db3fc2250a4 (diff)
downloaddotfiles-975b62bd33f48d61550088123b5a1bb930558efe.tar.gz
Update 2018-05-23
Diffstat (limited to 'brutalmaze/.config')
-rw-r--r--brutalmaze/.config/brutalmaze/settings.ini8
1 files changed, 6 insertions, 2 deletions
diff --git a/brutalmaze/.config/brutalmaze/settings.ini b/brutalmaze/.config/brutalmaze/settings.ini
index 08a1b42..aae249e 100644
--- a/brutalmaze/.config/brutalmaze/settings.ini
+++ b/brutalmaze/.config/brutalmaze/settings.ini
@@ -1,8 +1,6 @@
 [Graphics]
 Screen width: 640
 Screen height: 480
-# OpenGL should be supported on all machines with hardware acceleration.
-OpenGL: no
 # FPS should not be greater than refresh rate.
 Maximum FPS: 30
 
@@ -10,6 +8,8 @@ Maximum FPS: 30
 Muted: no
 # Volume must be between 0.0 and 1.0
 Music volume: 1.0
+# Use space music background, which sounds cold and creepy
+Space theme: yes
 
 [Control]
 # Input values should be either from Mouse1 to Mouse3 or a keyboard key
@@ -24,6 +24,8 @@ Move left: a
 Move right: d
 Move up: w
 Move down: s
+# Move hero using mouse
+Auto move: Mouse2
 Long-range attack: Mouse1
 Close-range attack: Mouse3
 
@@ -32,5 +34,7 @@ Close-range attack: Mouse3
 Enable: no
 Host: localhost
 Port: 8089
+# Timeout on blocking socket operations, in seconds.
+Timeout: 1.0
 # Disable graphics and sound (only if socket server is enabled).
 Headless: no