parent
d9628e83d9
commit
3968395f92
|
|
@ -35,7 +35,7 @@ end
|
||||||
|
|
||||||
function this.OnShowPanel()
|
function this.OnShowPanel()
|
||||||
local config = ConfigManager.GetConfigData(ConfigName.HardStageChapter, chapterDataId)
|
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.chapterName.text = GetLanguageStrById(config.Name)
|
||||||
this.chapterImage.sprite = this.spLoader:LoadSprite(config.Map)
|
this.chapterImage.sprite = this.spLoader:LoadSprite(config.Map)
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue