ShatteredSword/dist/shattered_sword_assets/jsons/level1endstory.json
2022-05-09 14:54:22 -04:00

56 lines
1.5 KiB
JSON

{
"texts": [
{
"speaker": "",
"content": "Hiro gained one more piece of sword!",
"actions": [
{
"type": "loadSprite",
"key": "collect",
"path": "shattered_sword_assets/images/collect1.png",
"positon": [
300,
150
],
"scale": [
3,
3
]
}
]
},
{
"speaker": "",
"content": "Congrats! You can choose 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": [
2,
2
]
}
]
},
{
"speaker": "",
"content": "Let's move on to the next level!",
"actions": [
{
"type": "hideSprite",
"key": "buff"
}
]
}
]
}