diff --git a/dist/shattered_sword_assets/spritesheets/Bull.json b/dist/shattered_sword_assets/spritesheets/Bull.json index ac9c7ee..0cdac8b 100644 --- a/dist/shattered_sword_assets/spritesheets/Bull.json +++ b/dist/shattered_sword_assets/spritesheets/Bull.json @@ -3,9 +3,7 @@ "spriteSheetImage": "Bull.png", "spriteWidth": 64, "spriteHeight": 64, - "width": 256, - "height": 64, - "columns": 13, + "columns": 17, "rows": 1, "durationType": "time", "animations": [ @@ -118,6 +116,28 @@ "duration": 20 } ] + }, + { + "name": "WALK", + "repeat": true, + "frames": [ + { + "index": 13, + "duration": 15 + }, + { + "index": 14, + "duration": 15 + }, + { + "index": 15, + "duration": 15 + }, + { + "index": 16, + "duration": 15 + } + ] } ] } diff --git a/dist/shattered_sword_assets/spritesheets/Bull.png b/dist/shattered_sword_assets/spritesheets/Bull.png index 159ec0b..53b9103 100644 Binary files a/dist/shattered_sword_assets/spritesheets/Bull.png and b/dist/shattered_sword_assets/spritesheets/Bull.png differ