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.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/brutalmaze/settings.ini b/brutalmaze/settings.ini
index 8127edf..08e9580 100644
--- a/brutalmaze/settings.ini
+++ b/brutalmaze/settings.ini
@@ -12,6 +12,8 @@ Music volume: 1.0
 Space theme: no
 
 [Control]
+# Touch-friendly control
+Touch: yes
 # Input values should be either from Mouse1 to Mouse3 or a keyboard key
 # and they are case-insensitively read.
 # Aliases for special keys are listed here (without the K_ part):
@@ -24,10 +26,8 @@ Move left: a
 Move right: d
 Move up: w
 Move down: s
-# Move hero using mouse
-Auto move: Mouse3
 Long-range attack: Mouse1
-Close-range attack: Space
+Close-range attack: Mouse3
 
 [Record]
 # Directory to write record of game states, leave blank to disable.