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