-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrpg.config
More file actions
41 lines (41 loc) · 797 Bytes
/
Copy pathrpg.config
File metadata and controls
41 lines (41 loc) · 797 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
41
{
"graphics": {
"resolution": "1920x1080",
"fullscreen": false,
},
"audio": {
"musicVolume": 80,
"sfxVolume": 75,
"ambientVolume": 60
},
"controls": {
"keyboardMapping": {
"moveForward": "Z",
"moveBackward": "S",
"moveLeft": "Q",
"moveRight": "D",
"inventory": "I",
"click": "RightMouse"
},
"mouseSensitivity": 1.5,
"gamepadMapping": {
"selection": "Space",
"moveForward": "Z",
"moveBackward": "S",
"moveLeft": "Q",
"moveRight": "D",
"inventory": "I",
"click": "RightMouse"
}
},
"gameplay": {
"difficulty": "normal",
"autoSave": true,
"language": "en",
"tutorials": true
},
"saveSettings": {
"saveSlots": 5,
"autoSaveInterval": 10
}
}