Add settings menu to control audio and return to main menu
This commit is contained in:
parent
c88d3fc625
commit
0b7bc936ef
13 changed files with 697 additions and 22 deletions
|
|
@ -95,7 +95,7 @@ namespace TD.Gameplay
|
|||
|
||||
private void Update()
|
||||
{
|
||||
if (!HUDController.IsTextInputActive)
|
||||
if (!HUDController.IsUiCapturingInput)
|
||||
ScanHotkeys();
|
||||
|
||||
if (activeSlot < 0) return; // idle — nothing to aim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue