Use WASD instead of arrows for a less awkward default keybindings

This commit is contained in:
Nguyễn Gia Phong 2018-07-21 22:07:59 +07:00
parent 6dc590834e
commit eb23230acb
5 changed files with 11 additions and 11 deletions

View File

@ -48,13 +48,13 @@ F2
Toggle pause. Toggle pause.
``m`` ``m``
Toggle mute. Toggle mute.
Left ``a``
Move left. Move left.
Right ``d``
Move right. Move right.
Up ``w``
Move up. Move up.
Down ``s``
Move down. Move down.
Right Mouse Right Mouse
Move the hero using mouse Move the hero using mouse

View File

@ -17,7 +17,7 @@
# You should have received a copy of the GNU Affero General Public License # 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/>. # along with Brutal Maze. If not, see <https://www.gnu.org/licenses/>.
__version__ = '0.8.0' __version__ = '0.8.1'
import re import re
from argparse import ArgumentParser, FileType, RawTextHelpFormatter from argparse import ArgumentParser, FileType, RawTextHelpFormatter

View File

@ -20,10 +20,10 @@ Space theme: no
New game: F2 New game: F2
Toggle pause: p Toggle pause: p
Toggle mute: m Toggle mute: m
Move left: Left Move left: a
Move right: Right Move right: d
Move up: Up Move up: w
Move down: Down Move down: d
# Move hero using mouse # Move hero using mouse
Auto move: Mouse3 Auto move: Mouse3
Long-range attack: Mouse1 Long-range attack: Mouse1

View File

@ -7,7 +7,7 @@ with open('README.rst') as f:
setup( setup(
name='brutalmaze', name='brutalmaze',
version='0.8.0', version='0.8.1',
description='A minimalist TPS game with fast-paced action', description='A minimalist TPS game with fast-paced action',
long_description=long_description, long_description=long_description,
url='https://github.com/McSinyx/brutalmaze', url='https://github.com/McSinyx/brutalmaze',

2
wiki

@ -1 +1 @@
Subproject commit 7217867826232988e5710b1738af521d81224ed3 Subproject commit 1c771f4d4d258394614ad7a09ccaff9a6c756d76