ShatteredSword/dist/shattered_sword_assets/jsons/story.json

135 lines
3.8 KiB
JSON
Raw Normal View History

2022-04-11 21:58:21 -04:00
{
"texts": [
{
"speaker": "",
"content": "There was the legendary royal greatsword that would grant great power to its wielder",
2022-04-11 21:58:21 -04:00
"actions": [
{
"type": "loadSprite",
"key": "sword",
"path": "shattered_sword_assets/images/story1.png",
"positon": [
2022-04-25 20:05:55 -04:00
300,
150
2022-04-11 21:58:21 -04:00
],
"scale": [
2022-04-25 20:05:55 -04:00
4,
4
2022-04-11 21:58:21 -04:00
]
}
]
},
{
"speaker": "",
"content": "But an evil monster shattered it into 6 pieces",
2022-04-11 21:58:21 -04:00
"actions": [
{
"type": "hideSprite",
"key": "sword"
},
{
"type": "loadSprite",
"key": "sword_shattered",
"path": "shattered_sword_assets/images/story2.png",
"positon": [
2022-04-25 20:05:55 -04:00
300,
150
2022-04-11 21:58:21 -04:00
],
"scale": [
2022-04-25 20:05:55 -04:00
4,
4
2022-04-11 21:58:21 -04:00
]
}
]
2022-04-11 22:36:56 -04:00
},
{
"speaker": "",
"content": "Hiro is the only surviving prince from the kingdom destroyed by the monster",
2022-04-11 22:36:56 -04:00
"actions": [
{
"type": "hideSprite",
"key": "sword_shattered"
},
{
"type": "loadSprite",
"key": "hiro_appear",
"path": "shattered_sword_assets/images/story3.png",
"positon": [
2022-04-25 20:05:55 -04:00
300,
150
2022-04-11 22:36:56 -04:00
],
"scale": [
2022-04-25 20:05:55 -04:00
4,
4
2022-04-11 22:36:56 -04:00
]
}
]
},
{
"speaker": "Hiro",
"content": "To bring prosperity back to the kingdom...",
"actions": [
{
"type": "hideSprite",
"key": "hiro_appear"
},
{
"type": "loadSprite",
"key": "hiro_sword",
"path": "shattered_sword_assets/images/story4.png",
"positon": [
2022-04-25 20:05:55 -04:00
300,
150
2022-04-11 22:36:56 -04:00
],
"scale": [
2022-04-25 20:05:55 -04:00
4,
4
2022-04-11 22:36:56 -04:00
]
}
]
},
{
"speaker": "Hiro",
"content": "I must go on the journey to collect the pieces of the sword... and kill the monster!",
2022-04-11 22:36:56 -04:00
"actions": [
{
"type": "showSprite",
"key": "hiro_sword"
}
]
},
{
"speaker": "",
"content": "",
"actions": [
{
"type": "hideSprite",
"key": "hiro_sword"
},
{
"type": "loadSprite",
2022-04-12 00:22:49 -04:00
"key": "logo",
2022-04-11 22:36:56 -04:00
"path": "shattered_sword_assets/images/Logo.png",
"positon": [
2022-04-25 20:05:55 -04:00
330,
150
2022-04-11 22:36:56 -04:00
],
"scale": [
2022-04-25 20:05:55 -04:00
0.5,
0.5
2022-04-11 22:36:56 -04:00
]
}
]
2022-04-12 00:22:49 -04:00
},
{
"speaker": "",
"content": "",
"actions": [
{
"type": "hideSprite",
"key": "logo"
}
]
2022-04-11 21:58:21 -04:00
}
]
}