From 3968395f9206866319b0f4ab4e5ef0c665a591f7 Mon Sep 17 00:00:00 2001 From: vurtne14 Date: Wed, 20 Nov 2024 14:39:39 +0800 Subject: [PATCH] 1 --- .../~Lua/Modules/FightLevel/FightLevelOpenChapterPopup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/FightLevel/FightLevelOpenChapterPopup.lua b/Assets/ManagedResources/~Lua/Modules/FightLevel/FightLevelOpenChapterPopup.lua index 6462c067bd..ff65c93456 100644 --- a/Assets/ManagedResources/~Lua/Modules/FightLevel/FightLevelOpenChapterPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/FightLevel/FightLevelOpenChapterPopup.lua @@ -35,7 +35,7 @@ end function this.OnShowPanel() local config = ConfigManager.GetConfigData(ConfigName.HardStageChapter, chapterDataId) - this.titleImage.sprite = this.spLoader:LoadSprite("j_jsxgq_biaoti") + this.titleImage.sprite = this.spLoader:LoadSprite("j_jsxgq_biaoti_zh") this.chapterName.text = GetLanguageStrById(config.Name) this.chapterImage.sprite = this.spLoader:LoadSprite(config.Map) end