about summary refs log tree commit diff homepage
path: root/settings.ini
blob: 00a071f8a8f260d606f8afe43e60ac64f3fe0ce0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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