-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgame.json
More file actions
40 lines (40 loc) · 819 Bytes
/
game.json
File metadata and controls
40 lines (40 loc) · 819 Bytes
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"settings": {
"fullscreen": false,
"screen": {
"width": 720,
"height": 480
}
},
"textures": [
"textures/bluestone.png",
"textures/colorstone.png",
"textures/eagle.png",
"textures/greystone.png",
"textures/mossy.png",
"textures/purplestone.png",
"textures/redbrick.png",
"textures/wood.png",
"textures/barrel.png",
"textures/greenlight.png",
"textures/pillar.png",
"textures/penguin.png",
"textures/fireball.png"
],
"bindings": {
"forward": "W",
"backward": "S",
"strafe_left": "A",
"strafe_right": "D",
"rotate_left": "K",
"rotate_right": "L",
"quit": "Q",
"debug": "P",
"shoot": "SPACE",
"weapon1": "1",
"weapon2": "2",
"weapon3": "3",
"weapon4": "4",
"interact": "E"
}
}