-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBACKUPOPTIONS.json
More file actions
39 lines (39 loc) · 1.37 KB
/
BACKUPOPTIONS.json
File metadata and controls
39 lines (39 loc) · 1.37 KB
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
{
"enablerpc": false,
"fullscreen": true,
"screen_width": 1920,
"screen_height": 1080,
"fps": 600,
"mapstoload": null,
"fontname": "OpenSans.ttf",
"fontsize": 30,
"skin": "circle",
"fourkeyonly": true,
"keybinds": [[" "], ["d", "f"], ["d", " ", "f"], ["a", "s", "k", "l"], ["a", "s", " ", "k", "l"], ["s", "d", "f", "j", "k", "l"], ["s", "d", "f", " ", "j", "k", "l"], ["a", "s", "d", "f", "j", "k", "l", ";"], ["a", "s", "d", "f", " ", "j", "k", "l", ";"], ["a", "s", "d", "f", "v", "n", "j", "k", "l", ";"]],
"playfield": [[74, 8, 21], [74, 8, 21], [74, 8, 21], [74, 8, 35], [74, 8, 21], [74, 8, 21], [74, 8, 21], [74, 8, 21], [74, 8, 21], [74, 8, 21]],
"scrollspeed": 19,
"audiooffset": 0,
"visualoffset": 0,
"musicvolume": 20,
"soundvolume": 30,
"fpspos": [5, 95],
"objectspos": [6, 90],
"combopos": [50, 25],
"healthbarpos": [0, 0],
"songprogresspos": [0, 98],
"judgementpos": [50, 20],
"scorepos": [10, 5],
"accpos": [10, 10],
"healthbarsize": [25, 2],
"songprogresssize": [100, 2],
"judgementsize": [4, 5],
"fpscolour": "pink",
"objectscolour": "pink",
"combocolour": "white",
"healthbarnormalcolour":"green",
"healthbarmediumcolour": "yellow",
"healthbarlowcolour": "red",
"songprogresscolour": "white",
"scorecolour": "cyan",
"acccolour": "cyan"
}