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

79 lines
2.2 KiB
JSON

{
"texts": [
{
"speaker": "",
"content": "Hiro collected one more sword piece!",
"actions": [
{
"type": "loadSprite",
"key": "collect",
"path": "shattered_sword_assets/images/collect5.png",
"positon": [
300,
150
],
"scale": [
3,
3
]
}
]
},
{
"speaker": "",
"content": "Now, Hiro has restored the sword back. It's time to kill the dragon and save the kingdom!!",
"actions": [
{
"type": "hideSprite",
"key": "collect"
},
{
"type": "loadSprite",
"key": "complete",
"path": "shattered_sword_assets/images/complete.png",
"positon": [
300,
150
],
"scale": [
3,
3
]
}
]
},
{
"speaker": "",
"content": "You can choose a buff to gain from completing this level!",
"actions": [
{
"type": "hideSprite",
"key": "complete"
},
{
"type": "loadSprite",
"key": "buff",
"path": "shattered_sword_assets/images/buff.png",
"positon": [
300,
150
],
"scale": [
3,
3
]
}
]
},
{
"speaker": "",
"content": "Let's move on to the next level!",
"actions": [
{
"type": "hideSprite",
"key": "buff"
}
]
}
]
}