-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathswfs.json
52 lines (48 loc) · 1.25 KB
/
swfs.json
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
42
43
44
45
46
47
48
49
50
51
52
{
"swfs": [
{
"location": "swfs/CatNinja.swf",
"type": "Normal",
"title": "CAT NINJA (Normal)",
"author": "Richman Stewart",
"config": {
"autoplay": "on",
"backgroundColor": "#000000",
"letterbox": "off",
"unmuteOverlay": "hidden",
"forceScale": false,
"forceAlign": false
}
}, {
"location": "swfs/cnpractice.swf",
"title": "CAT NINJA (practice)",
"author": "hfkool",
"authorLink": "https://www.speedrun.com/users/Hfkool",
"type": "Practice",
"config": {
"forceScale": false,
"forceAlign": false
}
}, {
"location": "swfs/catninjamap.swf",
"title": "CAT NINJA (Map ver)",
"author": "hfkool",
"authorLink": "https://www.speedrun.com/users/Hfkool",
"type": "Map",
"config": {
"forceScale": false,
"forceAlign": false
}
}, {
"location": "swfs/GlitchEditor.swf",
"title": "CAT NINJA (Editor ver)",
"author": "Orignal creator, built by T3RM1N4L",
"authorLink": "https://github.com/T3M1N4L/CatNinja/",
"type": "Editor",
"config": {
"forceScale": false,
"forceAlign": false
}
}
]
}