Files
2025-06-22 12:00:12 -04:00

83 lines
1.8 KiB
JSON
Executable File

{
"version": "1.0.0",
"name": "Girlfriend",
"assetPath": "characters/GF_assets",
"startingAnimation": "danceRight",
"singTime": 8.0,
"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]
},
{
"name": "singLEFT",
"prefix": "GF left note",
"offsets": [0, -19]
},
{
"name": "singDOWN",
"prefix": "GF Down Note",
"offsets": [0, -20]
},
{
"name": "singUP",
"prefix": "GF Up Note",
"offsets": [0, 4]
},
{
"name": "singRIGHT",
"prefix": "GF Right Note",
"offsets": [0, -20]
},
{
"name": "cheer",
"prefix": "GF Cheer",
"offsets": [0, 0]
},
{
"name": "combo50",
"prefix": "GF Cheer",
"offsets": [0, 0]
},
{
"name": "drop70",
"prefix": "gf sad",
"frameIndices": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12],
"offsets": [2, -21]
},
{
"name": "hairBlow",
"prefix": "GF Dancing Beat Hair blowing",
"frameIndices": [0, 1, 2, 3],
"offsets": [45, -8]
},
{
"name": "hairFall",
"prefix": "GF Dancing Beat Hair Landing",
"frameIndices": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11],
"offsets": [0, -9]
},
{
"name": "scared",
"prefix": "GF FEAR",
"offsets": [-2, -17]
}
]
}