diff --git a/dist/shattered_sword_assets/images/forest_story1.png b/dist/shattered_sword_assets/images/forest_story1.png new file mode 100644 index 0000000..973dedc Binary files /dev/null and b/dist/shattered_sword_assets/images/forest_story1.png differ diff --git a/dist/shattered_sword_assets/images/forest_story2.png b/dist/shattered_sword_assets/images/forest_story2.png new file mode 100644 index 0000000..6093e82 Binary files /dev/null and b/dist/shattered_sword_assets/images/forest_story2.png differ diff --git a/dist/shattered_sword_assets/jsons/level1story.json b/dist/shattered_sword_assets/jsons/level1story.json index d62ae2e..0b592f9 100644 --- a/dist/shattered_sword_assets/jsons/level1story.json +++ b/dist/shattered_sword_assets/jsons/level1story.json @@ -120,6 +120,58 @@ "key": "dash" } ] + }, + { + "speaker": "", + "content": "In this level, we're in a bamboo forest. Be careful with the snakes and slimes.", + "actions": [ + { + "type": "loadSprite", + "key": "enemies", + "path": "shattered_sword_assets/images/forest_story1.png", + "positon": [ + 300, + 150 + ], + "scale": [ + 3, + 3 + ] + } + ] + }, + { + "speaker": "", + "content": "Besides the enemies, watch out for the gaps.", + "actions": [ + { + "type": "hideSprite", + "key": "enemies" + }, + { + "type": "loadSprite", + "key": "gap", + "path": "shattered_sword_assets/images/forest_story2.png", + "positon": [ + 300, + 150 + ], + "scale": [ + 2, + 2 + ] + } + ] + }, + { + "speaker": "", + "content": "Good luck on your journey!", + "actions": [ + { + "type": "hideSprite", + "key": "gap" + } + ] } ] } \ No newline at end of file