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

97 lines
2.0 KiB
JSON
Executable File

{
"version": "1.0.0",
"name": "Boyfriend (Car)",
"assetPath": "characters/bfCar",
"flipX": true,
"renderType": "multisparrow",
"singTime": 8.0,
"healthIcon": {
"id": "bf"
},
"animations": [
{
"name": "idle",
"prefix": "BF idle dance",
"offsets": [-5, 0]
},
{
"name": "idle-hold",
"prefix": "BF idle dance",
"frameIndices": [10, 11, 12, 13],
"looped": true,
"offsets": [-5, 0]
},
{
"name": "singLEFT",
"prefix": "BF NOTE LEFT0",
"offsets": [12, -6]
},
{
"name": "singDOWN",
"prefix": "BF NOTE DOWN0",
"offsets": [-10, -50]
},
{
"name": "singUP",
"prefix": "BF NOTE UP0",
"offsets": [-29, 27]
},
{
"name": "singRIGHT",
"prefix": "BF NOTE RIGHT0",
"offsets": [-38, -7]
},
{
"name": "singLEFTmiss",
"prefix": "BF NOTE LEFT MISS",
"offsets": [12, 24]
},
{
"name": "singDOWNmiss",
"prefix": "BF NOTE DOWN MISS",
"offsets": [-11, -19]
},
{
"name": "singUPmiss",
"prefix": "BF NOTE UP MISS",
"offsets": [-29, 27]
},
{
"name": "singRIGHTmiss",
"prefix": "BF NOTE RIGHT MISS",
"offsets": [-30, 21]
},
{
"name": "firstDeath",
"prefix": "BF dies",
"assetPath": "characters/BOYFRIEND",
"offsets": [-37, 11]
},
{
"name": "dodge",
"prefix": "boyfriend dodge",
"assetPath": "characters/BOYFRIEND",
"offsets": [0, 0]
},
{
"name": "hit",
"prefix": "BF hit",
"assetPath": "characters/BOYFRIEND",
"offsets": [0, 0]
},
{
"name": "deathLoop",
"prefix": "BF Dead Loop",
"assetPath": "characters/BOYFRIEND",
"looped": true,
"offsets": [-37, 5]
},
{
"name": "deathConfirm",
"prefix": "BF Dead confirm",
"assetPath": "characters/BOYFRIEND",
"offsets": [-37, 69]
}
]
}