29 lines
691 B
JSON
Executable File
29 lines
691 B
JSON
Executable File
{
|
|
"version": "1.0.0",
|
|
"name": "Girlfriend (Christmas)",
|
|
"assetPath": "characters/gfChristmas",
|
|
"startingAnimation": "danceLeft",
|
|
"animations": [
|
|
{
|
|
"name": "danceLeft",
|
|
"prefix": "GF Dancing Beat",
|
|
"frameIndices": [30, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14],
|
|
"offsets": [0, -9]
|
|
},
|
|
{
|
|
"name": "danceRight",
|
|
"prefix": "GF Dancing Beat",
|
|
"frameIndices": [
|
|
15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29
|
|
],
|
|
"offsets": [0, -9]
|
|
},
|
|
{
|
|
"name": "sad",
|
|
"prefix": "gf sad",
|
|
"frameIndices": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12],
|
|
"offsets": [2, -21]
|
|
}
|
|
]
|
|
}
|