blob: d517a1ed7e54d11f032e650021b181757562b50c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
[graphics]
width = 800
height = 600
vsync = true
blood = true
[audio]
music = true
[input]
mouse sensitivity = 1.0
; Key names: https://www.glfw.org/docs/latest/group__keys.html
forwards key = W
backwards key = S
left key = A
right key = D
crouch key = LEFT_CONTROL
accelerate key = LEFT_SHIFT
dive key = SPACE
reload key = R
aim key = E
psychic aim key = Q
psychic key = Z
[misc]
custom levels = 0
|