Skip to content

Commit 64de713

Browse files
Add original mod assets.
1 parent 67223ec commit 64de713

File tree

14 files changed

+5544
-0
lines changed

14 files changed

+5544
-0
lines changed

_append/data/freeplaySonglist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
improbable-outset:trickyMask:7

data/characters/tricky.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"name": "Tricky (Unmasked)",
3+
"asset": "characters/tricky",
4+
"barColor": "#308B4E",
5+
"startingAnim": "idle",
6+
"animations": [
7+
{
8+
"name": "idle",
9+
"prefix": "Idle",
10+
"looped": true,
11+
"offsets": [0, -75]
12+
},
13+
{
14+
"name": "singLEFT",
15+
"prefix": "Sing Left",
16+
"looped": true,
17+
"offsets": [103, -72]
18+
},
19+
{
20+
"name": "singRIGHT",
21+
"prefix": "Sing Right",
22+
"looped": true,
23+
"offsets": [16, -176]
24+
},
25+
{
26+
"name": "singUP",
27+
"prefix": "Sing Up",
28+
"looped": true,
29+
"offsets": [93, -76]
30+
},
31+
{
32+
"name": "singDOWN",
33+
"prefix": "Sing Down",
34+
"looped": true,
35+
"offsets": [6, -84]
36+
}
37+
]
38+
}

data/characters/trickyMask.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"name": "Tricky (Masked)",
3+
"asset": "characters/TrickyMask",
4+
"barColor": "#308B4E",
5+
"startingAnim": "idle",
6+
"animations": [
7+
{
8+
"name": "idle",
9+
"prefix": "Idle",
10+
"looped": true,
11+
"offsets": [0, -117]
12+
},
13+
{
14+
"name": "singLEFT",
15+
"prefix": "Sing Left",
16+
"looped": true,
17+
"offsets": [194, -95]
18+
},
19+
{
20+
"name": "singRIGHT",
21+
"prefix": "Sing Right",
22+
"looped": true,
23+
"offsets": [16, -164]
24+
},
25+
{
26+
"name": "singUP",
27+
"prefix": "Sing Up",
28+
"looped": true,
29+
"offsets": [93, -100]
30+
},
31+
{
32+
"name": "singDOWN",
33+
"prefix": "Sing Down",
34+
"looped": true,
35+
"offsets": [32, -168]
36+
}
37+
]
38+
}

0 commit comments

Comments
 (0)