remove deprecated buff system
This commit is contained in:
parent
35ea90f71b
commit
330a929985
22 changed files with 11 additions and 615 deletions
|
|
@ -151,13 +151,6 @@ namespace TD.Gameplay
|
|||
// controllers handle right-click as cancel there) and when over HUD.
|
||||
if (isModal) return;
|
||||
|
||||
// B: toggle buff menu.
|
||||
if (keyboard != null && keyboard.bKey.wasPressedThisFrame
|
||||
&& !HUDController.IsTextInputActive)
|
||||
{
|
||||
HUDController.Instance?.ToggleBuffMenu();
|
||||
}
|
||||
|
||||
// Tab: select the builder, or (if already selected) recenter the camera on it.
|
||||
if (keyboard != null && keyboard.tabKey.wasPressedThisFrame
|
||||
&& !HUDController.IsTextInputActive)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue