brutalmaze/brutalmaze/settings.ini

45 lines
1.0 KiB
INI
Raw Permalink Normal View History

2018-02-08 14:41:08 +01:00
[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
2018-02-08 14:41:08 +01:00
[Control]
2018-10-07 16:59:39 +02:00
# Touch-friendly control
2018-10-08 17:07:30 +02:00
Touch: no
2018-02-08 14:41:08 +01:00
# 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
2018-08-08 15:05:21 +02:00
Move down: s
2018-02-08 14:41:08 +01:00
Long-range attack: Mouse1
2018-10-07 16:59:39 +02:00
Close-range attack: Mouse3
[Record]
# Directory to write record of game states, leave blank to disable.
2018-08-05 13:05:07 +02:00
Directory:
# Number of snapshots per second. This is preferably from 3 to 60.
Frequency: 30
[Server]
# Enabling remote control will disable control via keyboard and mouse.
Enable: no
Host: localhost
2020-04-28 12:50:36 +02:00
Port: 42069
# Timeout on blocking socket operations, in seconds.
Timeout: 1.0
# Disable graphics and sound (only if socket server is enabled).
Headless: no