diff --git a/dist/shattered_sword_assets/spritesheets/Archer.json b/dist/shattered_sword_assets/spritesheets/Archer.json index 94b5eab..6652e7d 100644 --- a/dist/shattered_sword_assets/spritesheets/Archer.json +++ b/dist/shattered_sword_assets/spritesheets/Archer.json @@ -3,7 +3,7 @@ "spriteSheetImage": "Archer.png", "spriteWidth": 64, "spriteHeight": 64, - "columns": 14, + "columns": 18, "rows": 1, "durationType": "time", "animations": [ @@ -116,6 +116,28 @@ "duration": 20 } ] + }, + { + "name": "WALK", + "repeat": true, + "frames": [ + { + "index": 14, + "duration": 10 + }, + { + "index": 15, + "duration": 10 + }, + { + "index": 16, + "duration": 10 + }, + { + "index": 17, + "duration": 10 + } + ] } ] } diff --git a/dist/shattered_sword_assets/spritesheets/Archer.png b/dist/shattered_sword_assets/spritesheets/Archer.png index e6234e7..b2d1cec 100644 Binary files a/dist/shattered_sword_assets/spritesheets/Archer.png and b/dist/shattered_sword_assets/spritesheets/Archer.png differ