ShatteredSword/public/shattered_sword_assets/jsons/endstory.json
2022-05-09 17:25:29 -04:00

56 lines
1.5 KiB
JSON

{
"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": "Hiro is finally back in the castle and there's the dragon waiting for us!",
"actions": [
{
"type": "hideSprite",
"key": "storymode"
},
{
"type": "loadSprite",
"key": "enemies",
"path": "shattered_sword_assets/images/finalboss_story.png",
"positon": [
300,
150
],
"scale": [
3,
3
]
}
]
},
{
"speaker": "",
"content": "You are almost there!",
"actions": [
{
"type": "hideSprite",
"key": "enemies"
}
]
}
]
}