From 3ff709247a18476b484a5a0446ee47f1b68de05c Mon Sep 17 00:00:00 2001 From: chenxin <chenxin6991@163.com> Date: Tue, 24 Nov 2020 18:08:10 +0800 Subject: [PATCH] 新增buff 玉米精灵蓄力时间减少 玉米精灵强化子弹蓄力,瞄准 修复了购买按钮文字显示出错问题 --- Assets/Scripts/TowerDefense/Level/PlayerHomeBase.cs | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/Assets/Scripts/TowerDefense/Level/PlayerHomeBase.cs b/Assets/Scripts/TowerDefense/Level/PlayerHomeBase.cs index 3aaecaa..48d5ca7 100644 --- a/Assets/Scripts/TowerDefense/Level/PlayerHomeBase.cs +++ b/Assets/Scripts/TowerDefense/Level/PlayerHomeBase.cs @@ -187,8 +187,6 @@ Debug.Log("当前HomeBase被干掉:" + homebaseIdx.ToString()); if (GameUI.instanceExists) GameUI.instance.DestroyTowerGrid(homebaseIdx, this.opponent); - else if (EndlessGameUI.instanceExists) - EndlessGameUI.instance.DestroyTowerGrid(homebaseIdx); } } } \ No newline at end of file -- Gitblit v1.9.1