zhangjiannan 2024-11-20 14:39:39 +08:00
parent d9628e83d9
commit 3968395f92
1 changed files with 1 additions and 1 deletions

View File

@ -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