diff --git a/dist/shattered_sword_assets/spritesheets/Bull.json b/dist/shattered_sword_assets/spritesheets/Bull.json index 1c9fab7..16a68f1 100644 --- a/dist/shattered_sword_assets/spritesheets/Bull.json +++ b/dist/shattered_sword_assets/spritesheets/Bull.json @@ -1,8 +1,10 @@ { "name" : "Bull", "spriteSheetImage": "Bull.png", - "spriteWidth": 256, + "spriteWidth": 64, "spriteHeight": 64, + "width": 256, + "height": 64, "columns": 4, "rows": 1, "durationType": "time", diff --git a/dist/shattered_sword_assets/spritesheets/Snake.json b/dist/shattered_sword_assets/spritesheets/Snake.json index 718adcb..3ffd495 100644 --- a/dist/shattered_sword_assets/spritesheets/Snake.json +++ b/dist/shattered_sword_assets/spritesheets/Snake.json @@ -3,8 +3,10 @@ "spriteSheetImage": "Snake.png", "spriteWidth": 32, "spriteHeight": 32, + "width": 160, + "height": 160, "columns": 5, - "rows": 4, + "rows": 5, "durationType": "time", "animations": [ { @@ -80,7 +82,7 @@ ] }, { - "name": "ATTACK", + "name": "CHARGE", "repeat": false, "frames": [ { @@ -89,19 +91,33 @@ }, { "index": 5, - "duration": 5 + "duration": 10 }, { "index": 6, - "duration": 5 + "duration": 10 }, { "index": 7, - "duration": 5 + "duration": 10 }, { "index": 8, - "duration": 5 + "duration": 10 + }, + { + "index": 7, + "duration": 10 + } + ] + }, + { + "name": "ATTACK", + "repeat": false, + "frames": [ + { + "index": 0, + "duration": 10 }, { "index": 9, @@ -113,6 +129,14 @@ }, { "index": 11, + "duration": 5 + }, + { + "index": 12, + "duration": 5 + }, + { + "index": 13, "duration": 10 } @@ -126,25 +150,17 @@ "index": 0, "duration": 10 }, - { - "index": 12, - "duration": 5 - }, - { - "index": 13, - "duration": 5 - }, { "index": 14, "duration": 5 }, { "index": 15, - "duration": 10 + "duration": 5 }, { "index": 16, - "duration": 10 + "duration": 5 }, { "index": 17, @@ -153,6 +169,14 @@ { "index": 18, "duration": 10 + }, + { + "index": 19, + "duration": 10 + }, + { + "index": 20, + "duration": 10 } ] }, @@ -164,25 +188,17 @@ "index": 0, "duration": 10 }, - { - "index": 12, - "duration": 5 - }, - { - "index": 13, - "duration": 5 - }, { "index": 14, "duration": 5 }, { "index": 15, - "duration": 10 + "duration": 5 }, { "index": 16, - "duration": 10 + "duration": 5 }, { "index": 17, @@ -191,6 +207,14 @@ { "index": 18, "duration": 10 + }, + { + "index": 19, + "duration": 10 + }, + { + "index": 20, + "duration": 10 } ] }, @@ -199,7 +223,7 @@ "repeat": true, "frames": [ { - "index": 18, + "index": 21, "duration": 10 } ] diff --git a/dist/shattered_sword_assets/spritesheets/Snake.png b/dist/shattered_sword_assets/spritesheets/Snake.png index cd19808..05b204d 100644 Binary files a/dist/shattered_sword_assets/spritesheets/Snake.png and b/dist/shattered_sword_assets/spritesheets/Snake.png differ