ShatteredSword/dist/shattered_sword_assets/jsons/level2story.json
2022-05-09 13:22:48 -04:00

79 lines
2.2 KiB
JSON

{
"texts": [
{
"speaker": "",
"content": "Press enter or space or J or X to continue",
"actions": [
{
"type": "loadSprite",
"key": "storymode",
"path": "shattered_sword_assets/images/guide0.png",
"positon": [
300,
150
],
"scale": [
3,
3
]
}
]
},
{
"speaker": "",
"content": "In the room with porcelain, there are tigers and slimes.",
"actions": [
{
"type": "hideSprite",
"key": "storymode"
},
{
"type": "loadSprite",
"key": "enemies",
"path": "shattered_sword_assets/images/porcelain_story1.png",
"positon": [
300,
150
],
"scale": [
3,
3
]
}
]
},
{
"speaker": "",
"content": "Hint: use double-jump to travel through different level of rooms!",
"actions": [
{
"type": "hideSprite",
"key": "enemies"
},
{
"type": "loadSprite",
"key": "jump",
"path": "shattered_sword_assets/images/porcelain_story2.png",
"positon": [
300,
150
],
"scale": [
2,
2
]
}
]
},
{
"speaker": "",
"content": "Good luck on your journey!",
"actions": [
{
"type": "hideSprite",
"key": "jump"
}
]
}
]
}