ShatteredSword/public/shattered_sword_assets/jsons/level3endstory.json

56 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2022-05-09 17:25:29 -04:00
{
"texts": [
{
"speaker": "",
"content": "Hiro collected one more sword shard!",
"actions": [
{
"type": "loadSprite",
"key": "collect",
"path": "shattered_sword_assets/images/collect3.png",
"positon": [
300,
150
],
"scale": [
3,
3
]
}
]
},
{
"speaker": "",
"content": "Congrats! You can choose a buff to gain from completing this level!",
"actions": [
{
"type": "hideSprite",
"key": "collect"
},
{
"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"
}
]
}
]
}