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

View File

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