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

34 lines
614 B
JSON
Executable File

{
"version": "1.0.0",
"name": "Pico",
"assetPath": "characters/Pico_Basic",
"flipX": true,
"animations": [
{
"name": "idle",
"prefix": "Pico Idle Dance",
"offsets": [0, 0]
},
{
"name": "singRIGHT",
"prefix": "Pico NOTE LEFT0",
"offsets": [-86,-10]
},
{
"name": "singDOWN",
"prefix": "Pico Down Note0",
"offsets": [-37,-82]
},
{
"name": "singUP",
"prefix": "pico Up note0",
"offsets": [-32,28]
},
{
"name": "singLEFT",
"prefix": "Pico Note Right0",
"offsets": [61,2]
}
]
}