about summary refs log tree commit diff
path: root/brutalmaze
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-03-15 20:27:20 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-03-15 20:27:20 +0700
commitd96622187e7886c889f04f553e449c4088ea76c0 (patch)
treea823362a2cee411e984a096265a14140b26e3216 /brutalmaze
parent63aa1e7bdc67222bb50ca6029a6d5019c0cb7d4f (diff)
downloaddotfiles-d96622187e7886c889f04f553e449c4088ea76c0.tar.gz
Update 2019-03-15
Diffstat (limited to 'brutalmaze')
-rw-r--r--brutalmaze/.config/brutalmaze/settings.ini39
1 files changed, 0 insertions, 39 deletions
diff --git a/brutalmaze/.config/brutalmaze/settings.ini b/brutalmaze/.config/brutalmaze/settings.ini
deleted file mode 100644
index 6bc4072..0000000
--- a/brutalmaze/.config/brutalmaze/settings.ini
+++ /dev/null
@@ -1,39 +0,0 @@
-[Graphics]
-Screen width: 640
-Screen height: 480
-# 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
-# Use space music background, which sounds cold and creepy
-Space theme: yes
-
-[Control]
-Touch: no
-# 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
-Toggle pause: p
-Toggle mute: m
-Move left: a
-Move right: d
-Move up: w
-Move down: s
-Long-range attack: Mouse1
-Close-range attack: Mouse3
-
-[Server]
-# Enabling remote control will disable control via keyboard and mouse.
-Enable: no
-Host: localhost
-Port: 8089
-# Timeout on blocking socket operations, in seconds.
-Timeout: 1.0
-# Disable graphics and sound (only if socket server is enabled).
-Headless: no