diff --git a/dist/shattered_sword_assets/spritesheets/Tiger.json b/dist/shattered_sword_assets/spritesheets/Tiger.json index badf900..507dfb2 100644 --- a/dist/shattered_sword_assets/spritesheets/Tiger.json +++ b/dist/shattered_sword_assets/spritesheets/Tiger.json @@ -3,7 +3,7 @@ "spriteSheetImage": "Tiger.png", "spriteWidth": 64, "spriteHeight": 64, - "columns": 3, + "columns": 4, "rows": 3, "durationType": "time", "animations": [ @@ -105,6 +105,54 @@ } ] + }, + { + "name": "HURT", + "repeat": false, + "frames": [ + { + "index": 0, + "duration": 5 + }, + { + "index": 10, + "duration": 5 + }, + { + "index": 0, + "duration": 5 + }, + { + "index": 10, + "duration": 5 + }, + { + "index": 0, + "duration": 5 + }, + { + "index": 10, + "duration": 5 + }, + { + "index": 0, + "duration": 5 + }, + { + "index": 10, + "duration": 5 + } + ] + }, + { + "name": "DEAD", + "repeat": true, + "frames": [ + { + "index": 10, + "duration": 10 + } + ] } ] } diff --git a/dist/shattered_sword_assets/spritesheets/Tiger.png b/dist/shattered_sword_assets/spritesheets/Tiger.png index e14bd5b..5f07e7e 100644 Binary files a/dist/shattered_sword_assets/spritesheets/Tiger.png and b/dist/shattered_sword_assets/spritesheets/Tiger.png differ