Create a spider bot animation.

This commit is contained in:
Zed A. Shaw 2026-04-04 21:10:34 -04:00
parent f9346f3e87
commit 52bb4b2497
2 changed files with 6 additions and 6 deletions

View file

@ -1,25 +1,25 @@
{ {
"spider_bot": { "spider_bot": {
"sheet": { "sheet": {
"frames": 1, "frames": 2,
"frame_width": 256, "frame_width": 256,
"frame_height": 256 "frame_height": 256
}, },
"sequences": { "sequences": {
"idle": {"frames": [0, 0], "durations": [25, 25] } "idle": {"frames": [0, 1], "durations": [5, 15] }
}, },
"transforms": { "transforms": {
"basic": { "basic": {
"min_x": 1.0, "min_x": 1.0,
"min_y": 1.0, "min_y": 1.0,
"max_x": 1.22, "max_x": 1.12,
"max_y": 1.22, "max_y": 1.12,
"flipped": false, "flipped": false,
"scaled": true, "scaled": true,
"toggled": false, "toggled": false,
"looped": false, "looped": false,
"relative": false, "relative": false,
"easing": "sine", "easing": "in_out_back",
"motion": "scale_both" "motion": "scale_both"
} }
}, },
@ -27,7 +27,7 @@
"idle": ["idle", "basic"] "idle": ["idle", "basic"]
}, },
"sounds": { "sounds": {
"idle": [[0, "sword_hit_2"]], "idle": [[1, "sword_hit_2"]],
"open": [], "open": [],
"close": [] "close": []
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Before After
Before After