about summary refs log tree commit diff homepage
path: root/brutalmaze/settings.ini
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-02-14 22:26:52 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-02-14 22:31:57 +0700
commite1db0393f9ccd3d45af2c0025f05d6fc67f87547 (patch)
tree2d4191b6eca8920320ebab229ac8f1a67f98fc15 /brutalmaze/settings.ini
parent8095bcab8df77ec3b2143daab5d9b87c3f14af76 (diff)
downloadbrutalmaze-e1db0393f9ccd3d45af2c0025f05d6fc67f87547.tar.gz
Add CLI option to copy default config and link doc to wiki 0.5.2
Diffstat (limited to 'brutalmaze/settings.ini')
-rw-r--r--brutalmaze/settings.ini22
1 files changed, 22 insertions, 0 deletions
diff --git a/brutalmaze/settings.ini b/brutalmaze/settings.ini
new file mode 100644
index 0000000..00a071f
--- /dev/null
+++ b/brutalmaze/settings.ini
@@ -0,0 +1,22 @@
+[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: 60
+
+[Control]
+# 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):
+# http://www.pygame.org/docs/ref/key.html
+# Key combinations are not supported.
+New game: F2
+Pause: p
+Move left: Left
+Move right: Right
+Move up: Up
+Move down: Down
+Long-range attack: Mouse1
+Close-range attack: Mouse3