chenxin
2020-12-25 adb0dae8a82a7eabb4e686bc0e83c8859bf6445f
Assets/Scripts/TowerDefense/Input/TowerDefenseKeyboardMouseInput.cs
@@ -192,7 +192,7 @@
                            // 开启相应的兵线:
                            Tower tw = m_GameUI.FindTowerWithGridIdx(m_GameUI.currentGrid.x, m_GameUI.currentGrid.y);
                            if ((tw != null) && (tw.bInAttackMode))
                                LevelManager.instance.startWaveLine(m_GameUI.currentGrid.x, false, tw.attributeId);
                                LevelManager.instance.startWaveLine(m_GameUI.currentGrid.x, false, tw.ElfId);
                        }
                    }
                    else // RMB cancels