From 46bc7f5921cc42f4c0797c5dffc602efecb1532c Mon Sep 17 00:00:00 2001 From: Kelly Peng Date: Tue, 12 Apr 2022 00:22:49 -0400 Subject: [PATCH] update the end of the story --- dist/shattered_sword_assets/jsons/story.json | 12 +++++++++++- public/shattered_sword_assets/jsons/story.json | 12 +++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/dist/shattered_sword_assets/jsons/story.json b/dist/shattered_sword_assets/jsons/story.json index d88e2c3..6d88ab3 100644 --- a/dist/shattered_sword_assets/jsons/story.json +++ b/dist/shattered_sword_assets/jsons/story.json @@ -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" + } + ] } ] } \ No newline at end of file diff --git a/public/shattered_sword_assets/jsons/story.json b/public/shattered_sword_assets/jsons/story.json index d88e2c3..6d88ab3 100644 --- a/public/shattered_sword_assets/jsons/story.json +++ b/public/shattered_sword_assets/jsons/story.json @@ -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" + } + ] } ] } \ No newline at end of file