about summary refs log tree commit diff homepage
path: root/brutalmaze
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-07-21 22:07:59 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-07-25 11:26:38 +0700
commiteb23230acba2715ceae45457db7bff7a911c1c43 (patch)
tree3b106a836c153426e36557190d4070226b60796f /brutalmaze
parent6dc590834e1c89e2aaa0172d930703c78e9ec27e (diff)
downloadbrutalmaze-eb23230acba2715ceae45457db7bff7a911c1c43.tar.gz
Use WASD instead of arrows for a less awkward default keybindings
Diffstat (limited to 'brutalmaze')
-rw-r--r--brutalmaze/game.py2
-rw-r--r--brutalmaze/settings.ini8
2 files changed, 5 insertions, 5 deletions
diff --git a/brutalmaze/game.py b/brutalmaze/game.py
index f754ab0..df5baaf 100644
--- a/brutalmaze/game.py
+++ b/brutalmaze/game.py
@@ -17,7 +17,7 @@
 # You should have received a copy of the GNU Affero General Public License
 # along with Brutal Maze.  If not, see <https://www.gnu.org/licenses/>.
 
-__version__ = '0.8.0'
+__version__ = '0.8.1'
 
 import re
 from argparse import ArgumentParser, FileType, RawTextHelpFormatter
diff --git a/brutalmaze/settings.ini b/brutalmaze/settings.ini
index 60cd53c..b426aab 100644
--- a/brutalmaze/settings.ini
+++ b/brutalmaze/settings.ini
@@ -20,10 +20,10 @@ Space theme: no
 New game: F2
 Toggle pause: p
 Toggle mute: m
-Move left: Left
-Move right: Right
-Move up: Up
-Move down: Down
+Move left: a
+Move right: d
+Move up: w
+Move down: d
 # Move hero using mouse
 Auto move: Mouse3
 Long-range attack: Mouse1