diff --git a/dist/shattered_sword_assets/spritesheets/FinalBoss.json b/dist/shattered_sword_assets/spritesheets/FinalBoss.json index 3902646..e9c9bbf 100644 --- a/dist/shattered_sword_assets/spritesheets/FinalBoss.json +++ b/dist/shattered_sword_assets/spritesheets/FinalBoss.json @@ -3,9 +3,7 @@ "spriteSheetImage": "FinalBoss.png", "spriteWidth": 80, "spriteHeight": 80, - "width": 1260, - "height": 80, - "columns": 16, + "columns": 19, "rows": 1, "durationType": "time", "animations": [ @@ -126,6 +124,24 @@ "duration": 20 } ] + }, + { + "name": "WALK", + "repeat": true, + "frames": [ + { + "index": 16, + "duration": 15 + }, + { + "index": 17, + "duration": 15 + }, + { + "index": 18, + "duration": 15 + } + ] } ] } diff --git a/dist/shattered_sword_assets/spritesheets/FinalBoss.png b/dist/shattered_sword_assets/spritesheets/FinalBoss.png index 9c3d1fe..b5377fd 100644 Binary files a/dist/shattered_sword_assets/spritesheets/FinalBoss.png and b/dist/shattered_sword_assets/spritesheets/FinalBoss.png differ