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-03-02 00:13:23 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-03-02 22:28:49 +0700
commit7bd13996fbd4a45ac0875bb73719d13fed5a94ec (patch)
treec9f446026fdc5977401027213d3fc58b04b1a713 /brutalmaze/settings.ini
parent6f9eb44e2ad3f9cd7b33b8bed35beffbce4630fc (diff)
downloadbrutalmaze-7bd13996fbd4a45ac0875bb73719d13fed5a94ec.tar.gz
Add command-line options for socket server
Diffstat (limited to 'brutalmaze/settings.ini')
-rw-r--r--brutalmaze/settings.ini18
1 files changed, 9 insertions, 9 deletions
diff --git a/brutalmaze/settings.ini b/brutalmaze/settings.ini
index 67357a0..cd31696 100644
--- a/brutalmaze/settings.ini
+++ b/brutalmaze/settings.ini
@@ -1,16 +1,8 @@
-[Server]
-# Enabling remote control will disable control via keyboard and mouse.
-Enable: no
-Host: localhost
-Port: 8089
-# Disable graphics and sounds (only if socket server is enabled).
-Headless: no
-
 [Graphics]
 Screen width: 640
 Screen height: 480
 # OpenGL should be supported on all machines with hardware acceleration.
-OpenGL: no
+OpenGL: yes
 # FPS should not be greater than refresh rate.
 Maximum FPS: 60
 
@@ -34,3 +26,11 @@ Move up: Up
 Move down: Down
 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
+# Disable graphics and sound (only if socket server is enabled).
+Headless: no