diff --git a/dist/shattered_sword_assets/jsons/story.json b/dist/shattered_sword_assets/jsons/story.json index 698bd25..d3eaec3 100644 --- a/dist/shattered_sword_assets/jsons/story.json +++ b/dist/shattered_sword_assets/jsons/story.json @@ -109,7 +109,7 @@ { "type": "loadSprite", "key": "logo", - "path": "shattered_sword_assets/images/Logo.png", + "path": "shattered_sword_assets/images/logo.png", "positon": [ 330, 150 diff --git a/src/shattered_sword/Scenes/GameLevel.ts b/src/shattered_sword/Scenes/GameLevel.ts index 1bff30e..3031b0e 100644 --- a/src/shattered_sword/Scenes/GameLevel.ts +++ b/src/shattered_sword/Scenes/GameLevel.ts @@ -688,8 +688,8 @@ export default class GameLevel extends Scene { this.pauseSubmit.onClickEventId = "cheat"; this.pauseSubmit.borderWidth = 3; - this.mainMenuButton =