Create a spider bot animation.
This commit is contained in:
parent
f9346f3e87
commit
52bb4b2497
2 changed files with 6 additions and 6 deletions
|
|
@ -1,25 +1,25 @@
|
|||
{
|
||||
"spider_bot": {
|
||||
"sheet": {
|
||||
"frames": 1,
|
||||
"frames": 2,
|
||||
"frame_width": 256,
|
||||
"frame_height": 256
|
||||
},
|
||||
"sequences": {
|
||||
"idle": {"frames": [0, 0], "durations": [25, 25] }
|
||||
"idle": {"frames": [0, 1], "durations": [5, 15] }
|
||||
},
|
||||
"transforms": {
|
||||
"basic": {
|
||||
"min_x": 1.0,
|
||||
"min_y": 1.0,
|
||||
"max_x": 1.22,
|
||||
"max_y": 1.22,
|
||||
"max_x": 1.12,
|
||||
"max_y": 1.12,
|
||||
"flipped": false,
|
||||
"scaled": true,
|
||||
"toggled": false,
|
||||
"looped": false,
|
||||
"relative": false,
|
||||
"easing": "sine",
|
||||
"easing": "in_out_back",
|
||||
"motion": "scale_both"
|
||||
}
|
||||
},
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
"idle": ["idle", "basic"]
|
||||
},
|
||||
"sounds": {
|
||||
"idle": [[0, "sword_hit_2"]],
|
||||
"idle": [[1, "sword_hit_2"]],
|
||||
"open": [],
|
||||
"close": []
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue