56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
|
{
|
||
|
"texts": [
|
||
|
{
|
||
|
"speaker": "",
|
||
|
"content": "Hiro collected one more piece of sword!",
|
||
|
"actions": [
|
||
|
{
|
||
|
"type": "loadSprite",
|
||
|
"key": "collect",
|
||
|
"path": "shattered_sword_assets/images/collect3.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": [
|
||
|
3,
|
||
|
3
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"speaker": "",
|
||
|
"content": "Let's move on to the next level!",
|
||
|
"actions": [
|
||
|
{
|
||
|
"type": "hideSprite",
|
||
|
"key": "buff"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|