{ "texts": [ { "speaker": "", "content": "Press enter or space or J or X to continue", "actions": [ { "type": "loadSprite", "key": "storymode", "path": "shattered_sword_assets/images/guide0.png", "positon": [ 300, 150 ], "scale": [ 3, 3 ] } ] }, { "speaker": "", "content": "Press A/LEFT to go LEFT and D/RIGHT to go right", "actions": [ { "type": "hideSprite", "key": "storymode" }, { "type": "loadSprite", "key": "rightleft", "path": "shattered_sword_assets/images/guide1.png", "positon": [ 300, 150 ], "scale": [ 2, 2 ] } ] }, { "speaker": "", "content": "Press Z or space to jump, you can jump an extra time while in the air", "actions": [ { "type": "hideSprite", "key": "rightleft" }, { "type": "loadSprite", "key": "jump", "path": "shattered_sword_assets/images/guide2.png", "positon": [ 300, 150 ], "scale": [ 2, 2 ] } ] }, { "speaker": "", "content": "Press X or J to attack", "actions": [ { "type": "hideSprite", "key": "jump" }, { "type": "loadSprite", "key": "attack", "path": "shattered_sword_assets/images/guide3.png", "positon": [ 300, 150 ], "scale": [ 2, 2 ] } ] }, { "speaker": "", "content": "Press C or K to dash", "actions": [ { "type": "hideSprite", "key": "attack" }, { "type": "loadSprite", "key": "dash", "path": "shattered_sword_assets/images/guide4.png", "positon": [ 300, 150 ], "scale": [ 2, 2 ] } ] }, { "speaker": "", "content": "Use the number keys to select buffs.", "actions": [ { "type": "hideSprite", "key": "dash" }, { "type": "loadSprite", "key": "buff", "path": "shattered_sword_assets/images/guide5.png", "positon": [ 300, 150 ], "scale": [ 3, 3 ] } ] }, { "speaker": "", "content": "Press 1 to select buff 1.", "actions": [ { "type": "hideSprite", "key": "buff" }, { "type": "loadSprite", "key": "buff2", "path": "shattered_sword_assets/images/guide6.png", "positon": [ 300, 150 ], "scale": [ 3, 3 ] } ] }, { "speaker": "", "content": "", "actions": [ { "type": "hideSprite", "key": "buff2" } ] }, { "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": "Snakes can fall from the sky at any moment, and apply poison when they hit you.", "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" } ] } ] }