diff --git a/dist/shattered_sword_assets/spritesheets/Bull.json b/dist/shattered_sword_assets/spritesheets/Bull.json index 0fed4dd..18c31f9 100644 --- a/dist/shattered_sword_assets/spritesheets/Bull.json +++ b/dist/shattered_sword_assets/spritesheets/Bull.json @@ -72,7 +72,7 @@ ] }, { - "name": "CHARGE", + "name": "HURT", "repeat": false, "frames": [ { diff --git a/dist/shattered_sword_assets/spritesheets/FinalBoss.json b/dist/shattered_sword_assets/spritesheets/FinalBoss.json new file mode 100644 index 0000000..a7a11d2 --- /dev/null +++ b/dist/shattered_sword_assets/spritesheets/FinalBoss.json @@ -0,0 +1,92 @@ +{ + "name" : "FinalBoss", + "spriteSheetImage": "FinalBoss.png", + "spriteWidth": 80, + "spriteHeight": 80, + "width": 80, + "height": 80, + "columns": 1, + "rows": 1, + "durationType": "time", + "animations": [ + { + "name": "IDLE", + "repeat": true, + "frames": [ + { + "index": 0, + "duration": 20 + } + ] + }, + { + "name": "CHARGE", + "repeat": false, + "frames": [ + { + "index": 0, + "duration": 20 + } + ] + }, + { + "name": "ATTACK", + "repeat": true, + "frames": [ + { + "index": 0, + "duration": 10 + } + ] + }, + { + "name": "HURT", + "repeat": false, + "frames": [ + { + "index": 0, + "duration": 5 + }, + { + "index": 0, + "duration": 5 + }, + { + "index": 0, + "duration": 5 + }, + { + "index": 0, + "duration": 5 + }, + { + "index": 10, + "duration": 5 + }, + { + "index": 0, + "duration": 5 + }, + { + "index": 0, + "duration": 5 + }, + { + "index": 0, + "duration": 5 + } + ] + }, + { + "name": "DEAD", + "repeat": true, + "frames": [ + { + "index": 0, + "duration": 5 + } + ] + } + ] + } + \ No newline at end of file diff --git a/dist/shattered_sword_assets/spritesheets/FinalBoss.png b/dist/shattered_sword_assets/spritesheets/FinalBoss.png new file mode 100644 index 0000000..d8593c4 Binary files /dev/null and b/dist/shattered_sword_assets/spritesheets/FinalBoss.png differ