ShatteredSword/dist/shattered_sword_assets/jsons/level1story.json

223 lines
6.2 KiB
JSON
Raw Normal View History

2022-04-25 21:34:43 -04:00
{
"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
]
}
]
},
2022-04-25 21:34:43 -04:00
{
"speaker": "",
"content": "Press A/LEFT to go LEFT and D/RIGHT to go right",
"actions": [
{
"type": "hideSprite",
"key": "storymode"
},
2022-04-25 21:34:43 -04:00
{
"type": "loadSprite",
"key": "rightleft",
"path": "shattered_sword_assets/images/guide1.png",
"positon": [
300,
150
],
"scale": [
2,
2
]
}
]
},
{
"speaker": "",
"content": "Press Z or space to jump, double-click to double-jump",
"actions": [
{
"type": "hideSprite",
"key": "rightleft"
},
{
"type": "loadSprite",
"key": "jump",
"path": "shattered_sword_assets/images/guide2.png",
"positon": [
300,
150
],
"scale": [
2,
2
]
}
]
},
{
"speaker": "",
2022-04-25 22:00:51 -04:00
"content": "Press X or J to attack",
2022-04-25 21:34:43 -04:00
"actions": [
{
"type": "hideSprite",
2022-04-25 22:00:51 -04:00
"key": "jump"
2022-04-25 21:34:43 -04:00
},
{
"type": "loadSprite",
"key": "attack",
"path": "shattered_sword_assets/images/guide3.png",
"positon": [
300,
150
],
"scale": [
2,
2
]
}
]
},
{
"speaker": "",
2022-04-25 22:00:51 -04:00
"content": "Press C or K to dash",
2022-04-25 21:34:43 -04:00
"actions": [
{
"type": "hideSprite",
"key": "attack"
},
{
"type": "loadSprite",
"key": "dash",
"path": "shattered_sword_assets/images/guide4.png",
"positon": [
300,
150
],
"scale": [
2,
2
]
}
]
},
{
"speaker": "",
2022-05-09 15:15:05 -04:00
"content": "Use the number key to select buff.",
2022-04-25 21:34:43 -04:00
"actions": [
{
"type": "hideSprite",
"key": "dash"
2022-05-09 15:15:05 -04:00
},
{
"type": "loadSprite",
"key": "buff",
"path": "shattered_sword_assets/images/guide5.png",
"positon": [
300,
150
],
"scale": [
3,
3
]
}
]
},
{
"speaker": "",
"content": "Press 1 to select buff 1.",
"actions": [
{
"type": "hideSprite",
"key": "buff"
},
{
"type": "loadSprite",
"key": "buff2",
"path": "shattered_sword_assets/images/guide6.png",
"positon": [
300,
150
],
"scale": [
3,
3
]
}
]
},
{
"speaker": "",
"content": "",
"actions": [
{
"type": "hideSprite",
"key": "buff2"
2022-04-25 21:34:43 -04:00
}
]
2022-05-09 12:56:39 -04:00
},
{
"speaker": "",
"content": "In this level, we're in a bamboo forest. Be careful with the snakes and slimes.",
"actions": [
{
"type": "loadSprite",
"key": "enemies",
"path": "shattered_sword_assets/images/forest_story1.png",
"positon": [
300,
150
],
"scale": [
3,
3
]
}
]
},
{
"speaker": "",
"content": "Besides the enemies, watch out for the gaps.",
"actions": [
{
"type": "hideSprite",
"key": "enemies"
},
{
"type": "loadSprite",
"key": "gap",
"path": "shattered_sword_assets/images/forest_story2.png",
"positon": [
300,
150
],
"scale": [
2,
2
]
}
]
},
{
"speaker": "",
"content": "Good luck on your journey!",
"actions": [
{
"type": "hideSprite",
"key": "gap"
}
]
2022-04-25 21:34:43 -04:00
}
]
}