diff --git a/assets/animation.json b/assets/animation.json index e09d5fd..713ced3 100644 --- a/assets/animation.json +++ b/assets/animation.json @@ -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": [] } diff --git a/assets/sprites/spider_bot.png b/assets/sprites/spider_bot.png index 4b912a4..a150741 100644 Binary files a/assets/sprites/spider_bot.png and b/assets/sprites/spider_bot.png differ