| | |
| | | guideSweep = false;
|
| | | WindowCenter.Instance.uiRoot.eventSystem.enabled = true;
|
| | | m_Tower.Dispose();
|
| | | UI3DModelExhibition.Instance.StopShowNPC();
|
| | | UI3DModelExhibition.Instance.StopShow();
|
| | | model.selectedFloorEvent -= OnSelectedFloorChange;
|
| | | dailyQuestModel.dailyQuestProgressUpdateEvent -= OnRuneTowerSweepResult;
|
| | | }
|
| | |
| | | m_BossName.text = npcConfig.charName;
|
| | | m_BossLevel.text = Language.Get("HeadUpName_Monster", npcConfig.NPCLV);
|
| | |
|
| | | UI3DModelExhibition.Instance.BeginShowNPC(towerFloorConfig.BossId, new Vector3(0, 30, 0), m_BossPortrait);
|
| | | UI3DModelExhibition.Instance.ShowNPC(towerFloorConfig.BossId, new Vector3(0, 30, 0), m_BossPortrait);
|
| | |
|
| | | var challengable = !model.allTowerCompleted && model.selectedFloor == model.currentFloor;
|
| | | if (challengable)
|