diff options
-rw-r--r-- | README.rst | 8 | ||||
-rw-r--r-- | brutalmaze/game.py | 2 | ||||
-rw-r--r-- | brutalmaze/settings.ini | 8 | ||||
-rwxr-xr-x | setup.py | 2 | ||||
m--------- | wiki | 0 |
5 files changed, 10 insertions, 10 deletions
diff --git a/README.rst b/README.rst index 1d68dac..58b6e77 100644 --- a/README.rst +++ b/README.rst @@ -48,13 +48,13 @@ F2 Toggle pause. ``m`` Toggle mute. -Left +``a`` Move left. -Right +``d`` Move right. -Up +``w`` Move up. -Down +``s`` Move down. Right Mouse Move the hero using mouse 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 diff --git a/setup.py b/setup.py index debbff5..eab6a31 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.rst') as f: setup( name='brutalmaze', - version='0.8.0', + version='0.8.1', description='A minimalist TPS game with fast-paced action', long_description=long_description, url='https://github.com/McSinyx/brutalmaze', diff --git a/wiki b/wiki -Subproject 7217867826232988e5710b1738af521d81224ed +Subproject 1c771f4d4d258394614ad7a09ccaff9a6c756d7 |