Update - 1.9.0.103
EN: 1.9.0.103 CN: 1.9.0.104 JP: 1.9.0.106 KR: 1.9.0.108
This commit is contained in:
@@ -15,7 +15,8 @@ JointDrillBattleMenuCtrl._mapEventConfig = {
|
||||
InputEnable = "OnEvent_InputEnable",
|
||||
LoadLevelRefresh = "OnEvent_LoadLevelRefresh",
|
||||
JointDrill_StopTime = "OnEvent_JointDrill_StopTime",
|
||||
JointDrill_ShowPauseBnt_Editor = "OnEvent_ShowPauseBntEditor"
|
||||
JointDrill_ShowPauseBnt_Editor = "OnEvent_ShowPauseBntEditor",
|
||||
JointDrill_Level_TimeOut = "OnEvent_LevelTimeOut"
|
||||
}
|
||||
function JointDrillBattleMenuCtrl:OnEnable()
|
||||
self._mapNode.BtnBg.gameObject:SetActive(false)
|
||||
@@ -38,6 +39,9 @@ end
|
||||
function JointDrillBattleMenuCtrl:OnEvent_JointDrill_StopTime()
|
||||
self._mapNode.BtnBg.gameObject:SetActive(false)
|
||||
end
|
||||
function JointDrillBattleMenuCtrl:OnEvent_LevelTimeOut()
|
||||
self._mapNode.BtnBg.gameObject:SetActive(false)
|
||||
end
|
||||
function JointDrillBattleMenuCtrl:OnEvent_ShowPauseBntEditor()
|
||||
self._mapNode.BtnBg.gameObject:SetActive(true)
|
||||
self._mapNode.btnPause.gameObject:GetComponent("NaviButton").enabled = true
|
||||
|
||||
Reference in New Issue
Block a user