关闭主城临时剧情入口
parent
c04277c304
commit
f352c53b6f
|
|
@ -110,7 +110,7 @@ function this:InitComponent()
|
|||
|
||||
-- 无尽
|
||||
this.btnEndLess = Util.GetGameObject(self.gameObject, "LeftDown/btnRoot/btnEndLess")
|
||||
this.btnEndLess:SetActive(true)
|
||||
this.btnEndLess:SetActive(false)
|
||||
|
||||
--鸿蒙
|
||||
this.btnHongMeng=Util.GetGameObject(self.gameObject,"RightDown/btnHongMeng")
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@ function this.ShowStory()
|
|||
if isShowStory == 1 then
|
||||
Game.GlobalEvent:AddEvent(GameEvent.GuaJi.CloseStoryMapPanel,this.InitShowPanel)
|
||||
PlayerPrefs.SetInt("StoryMapPanel2"..PlayerManager.uid,0)
|
||||
StoryMapManager.InitData(1)
|
||||
StoryMapManager.InitData(3)
|
||||
else
|
||||
this.InitShowPanel()
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue