update guiding story with the cover scene

This commit is contained in:
Kelly Peng 2022-04-27 11:33:12 -04:00
parent 5941954636
commit a6d41c26ee
3 changed files with 13674 additions and 13617 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -1,9 +1,32 @@
{ {
"texts": [ "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": "", "speaker": "",
"content": "Press A/LEFT to go LEFT and D/RIGHT to go right", "content": "Press A/LEFT to go LEFT and D/RIGHT to go right",
"actions": [ "actions": [
{
"type": "hideSprite",
"key": "storymode"
},
{ {
"type": "loadSprite", "type": "loadSprite",
"key": "rightleft", "key": "rightleft",

File diff suppressed because one or more lines are too long