79 lines
2.2 KiB
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |