Skip to content

Commit

Permalink
Create mika.json
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline committed Dec 2, 2024
1 parent 67b9236 commit 028fcc6
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions assets/preload/data/characters/mika.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"version": "1.0.0",
"name": "Mika",
"assetPath": "characters/mika",
"singTime": 8.0,
"healthIcon": {
"id": "mika"
},
"animations": [
{
"name": "idle",
"prefix": "idle",
"offsets": [0, 0]
},
{
"name": "singLEFT",
"prefix": "left",
"offsets": [0, 0]
},
{
"name": "singDOWN",
"prefix": "down",
"offsets": [0, 0]
},
{
"name": "singUP",
"prefix": "up",
"offsets": [0, 0]
},
{
"name": "singRIGHT",
"prefix": "right",
"offsets": [0, 0]
},
{
"name": "hey",
"prefix": "hey",
"offsets": [0, 0]
}
]
}

0 comments on commit 028fcc6

Please sign in to comment.