update the end of the story

This commit is contained in:
Kelly Peng 2022-04-12 00:22:49 -04:00
parent b7ae9daa10
commit 46bc7f5921
2 changed files with 22 additions and 2 deletions

View File

@ -114,7 +114,7 @@
},
{
"type": "loadSprite",
"key": "hiro",
"key": "logo",
"path": "shattered_sword_assets/images/Logo.png",
"positon": [
650,
@ -126,6 +126,16 @@
]
}
]
},
{
"speaker": "",
"content": "",
"actions": [
{
"type": "hideSprite",
"key": "logo"
}
]
}
]
}

View File

@ -114,7 +114,7 @@
},
{
"type": "loadSprite",
"key": "hiro",
"key": "logo",
"path": "shattered_sword_assets/images/Logo.png",
"positon": [
650,
@ -126,6 +126,16 @@
]
}
]
},
{
"speaker": "",
"content": "",
"actions": [
{
"type": "hideSprite",
"key": "logo"
}
]
}
]
}