Assets/Scripts/Guide/GuidePanel.cs | ●●●●● patch | view | raw | blame | history | |
Assets/Scripts/TowerDefense/Level/EndlessLevelManager.cs | ●●●●● patch | view | raw | blame | history |
Assets/Scripts/Guide/GuidePanel.cs
@@ -499,6 +499,7 @@ { SetGuideUI(true); backgroundImg.raycastTarget = true; RemoveButtonListener(skillBtn.gameObject); } Assets/Scripts/TowerDefense/Level/EndlessLevelManager.cs
@@ -435,7 +435,7 @@ } else if (!isSecondLevelCompleted) { Debug.Log("开始第三关???"); //Debug.Log("开始第三关???"); isSecondLevelCompleted = true; EventCenter.Ins.BroadCast((int)KTGMGemClient.EventType.CreateThirdWave); }