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

31 lines
662 B
JSON
Executable File

{
"version": "1.0.0",
"name": "Girlfriend (Pixel)",
"assetPath": "characters/gfPixel",
"startingAnimation": "danceRight",
"isPixel": true,
"scale": 6,
"animations": [
{
"name": "danceLeft",
"prefix": "GF IDLE",
"frameIndices": [30, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14],
"offsets": [0, 0]
},
{
"name": "danceRight",
"prefix": "GF IDLE",
"frameIndices": [
15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29
],
"offsets": [0, 0]
},
{
"name": "singUP",
"prefix": "GF IDLE",
"frameIndices": [2],
"offsets": [0, 0]
}
]
}