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-19 16:55:55 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-02-19 16:55:55 +0700
commitbc47fb3f304fba062638d365ff96ca395a0c9d33 (patch)
tree43fbf3f8c129cb5c188db3a9d93e9dd452478d98 /brutalmaze/settings.ini
parent8852a9f67886ccdcaf9083cf7323c7290a4dce57 (diff)
downloadbrutalmaze-bc47fb3f304fba062638d365ff96ca395a0c9d33.tar.gz
Add sound options and semi-separate front-end from engine 0.5.3
Diffstat (limited to 'brutalmaze/settings.ini')
-rw-r--r--brutalmaze/settings.ini8
1 files changed, 7 insertions, 1 deletions
diff --git a/brutalmaze/settings.ini b/brutalmaze/settings.ini
index 00a071f..2baeedd 100644
--- a/brutalmaze/settings.ini
+++ b/brutalmaze/settings.ini
@@ -6,6 +6,11 @@ OpenGL: no
 # FPS should not be greater than refresh rate.
 Maximum FPS: 60
 
+[Sound]
+Muted: no
+# Volume must be between 0.0 and 1.0
+Music volume: 1.0
+
 [Control]
 # Input values should be either from Mouse1 to Mouse3 or a keyboard key
 # and they are case-insensitively read.
@@ -13,7 +18,8 @@ Maximum FPS: 60
 # http://www.pygame.org/docs/ref/key.html
 # Key combinations are not supported.
 New game: F2
-Pause: p
+Toggle pause: p
+Toggle mute: m
 Move left: Left
 Move right: Right
 Move up: Up