36 lines
539 B
JSON
36 lines
539 B
JSON
{
|
|
"id": "demogorgon",
|
|
"version": "1",
|
|
"image": "sprite.png",
|
|
"frame_width": 512,
|
|
"frame_height": 512,
|
|
"animations": [
|
|
{
|
|
"name": "idle",
|
|
"fps": 6,
|
|
"frames": [0, 1]
|
|
},
|
|
{
|
|
"name": "active",
|
|
"fps": 10,
|
|
"frames": [1, 0]
|
|
},
|
|
{
|
|
"name": "success",
|
|
"fps": 10,
|
|
"frames": [0, 1, 0],
|
|
"one_shot": true
|
|
},
|
|
{
|
|
"name": "error",
|
|
"fps": 8,
|
|
"frames": [1, 0, 1],
|
|
"one_shot": true
|
|
}
|
|
],
|
|
"anchor": {
|
|
"x": 0.5,
|
|
"y": 1.0
|
|
}
|
|
}
|