-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
34 lines (34 loc) · 754 Bytes
/
settings.json
File metadata and controls
34 lines (34 loc) · 754 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
{
"video": {
"resolution": "1920x1080",
"fullscreen": "Off",
"vsync": "Off",
"fps_limit": 120,
"show_fps": "On"
},
"audio": {
"music": 22,
"sfx": 22,
"mute": "On"
},
"controls": {
"up": "w",
"down": "s",
"left": "a",
"right": "d",
"dash": "space",
"ultimate": "e",
"pause": "p"
},
"gameplay": {
"auto_pickup_chest": "Off",
"auto_apply_chest_reward": "Off",
"show_offscreen_arrows": "On",
"default_difficulty": "M\u00e9dio"
},
"accessibility": {
"screen_shake": 95,
"ui_size": 61,
"high_contrast": "On"
}
}