diff --git a/dist/shattered_sword_assets/spritesheets/Tiger.json b/dist/shattered_sword_assets/spritesheets/Tiger.json index b40a6a1..badf900 100644 --- a/dist/shattered_sword_assets/spritesheets/Tiger.json +++ b/dist/shattered_sword_assets/spritesheets/Tiger.json @@ -13,7 +13,7 @@ "frames": [ { "index": 0, - "duration": 150 + "duration": 10 } ] @@ -24,19 +24,19 @@ "frames": [ { "index": 1, - "duration": 150 + "duration": 10 }, { "index": 2, - "duration": 150 + "duration": 10 }, { "index": 3, - "duration": 150 + "duration": 10 }, { - "index": 4, - "duration": 150 + "index": 2, + "duration": 10 } ] }, @@ -46,19 +46,19 @@ "frames": [ { "index": 1, - "duration": 150 + "duration": 10 }, { "index": 2, - "duration": 150 + "duration": 10 }, { "index": 3, - "duration": 150 + "duration": 10 }, { - "index": 4, - "duration": 150 + "index": 2, + "duration": 10 } ] }, @@ -66,22 +66,44 @@ "name": "WALK_LEFT", "repeat": true, "frames": [ + { + "index": 4, + "duration": 10 + }, { "index": 5, - "duration": 150 + "duration": 10 }, { "index": 6, - "duration": 150 + "duration": 10 }, + { + "index": 5, + "duration": 10 + } + ] + }, + { + "name": "CHARGE", + "repeat": false, + "frames": [ { "index": 7, - "duration": 150 - }, + "duration": 20 + } + + ] + }, + { + "name": "ATTACK", + "repeat": false, + "frames": [ { "index": 8, - "duration": 150 + "duration": 20 } + ] } ] diff --git a/dist/shattered_sword_assets/spritesheets/Tiger.png b/dist/shattered_sword_assets/spritesheets/Tiger.png index 4567024..89776ad 100644 Binary files a/dist/shattered_sword_assets/spritesheets/Tiger.png and b/dist/shattered_sword_assets/spritesheets/Tiger.png differ