Skip to content

Commit

Permalink
Add original mod assets.
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteMasterEric committed Sep 21, 2021
1 parent 67223ec commit 64de713
Show file tree
Hide file tree
Showing 14 changed files with 5,544 additions and 0 deletions.
1 change: 1 addition & 0 deletions _append/data/freeplaySonglist.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
improbable-outset:trickyMask:7
38 changes: 38 additions & 0 deletions data/characters/tricky.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"name": "Tricky (Unmasked)",
"asset": "characters/tricky",
"barColor": "#308B4E",
"startingAnim": "idle",
"animations": [
{
"name": "idle",
"prefix": "Idle",
"looped": true,
"offsets": [0, -75]
},
{
"name": "singLEFT",
"prefix": "Sing Left",
"looped": true,
"offsets": [103, -72]
},
{
"name": "singRIGHT",
"prefix": "Sing Right",
"looped": true,
"offsets": [16, -176]
},
{
"name": "singUP",
"prefix": "Sing Up",
"looped": true,
"offsets": [93, -76]
},
{
"name": "singDOWN",
"prefix": "Sing Down",
"looped": true,
"offsets": [6, -84]
}
]
}
38 changes: 38 additions & 0 deletions data/characters/trickyMask.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"name": "Tricky (Masked)",
"asset": "characters/TrickyMask",
"barColor": "#308B4E",
"startingAnim": "idle",
"animations": [
{
"name": "idle",
"prefix": "Idle",
"looped": true,
"offsets": [0, -117]
},
{
"name": "singLEFT",
"prefix": "Sing Left",
"looped": true,
"offsets": [194, -95]
},
{
"name": "singRIGHT",
"prefix": "Sing Right",
"looped": true,
"offsets": [16, -164]
},
{
"name": "singUP",
"prefix": "Sing Up",
"looped": true,
"offsets": [93, -100]
},
{
"name": "singDOWN",
"prefix": "Sing Down",
"looped": true,
"offsets": [32, -168]
}
]
}
Loading

0 comments on commit 64de713

Please sign in to comment.