We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea76f9 commit eaed890Copy full SHA for eaed890
Scenes/BattleDirector/Scripts/BattleDirector.cs
@@ -199,6 +199,7 @@ public override void _UnhandledInput(InputEvent @event)
199
{
200
if (@event is InputEventKey eventKey && eventKey.Pressed && !eventKey.Echo)
201
202
+ return;
203
if (eventKey.Keycode == Key.Key0)
204
205
DebugKillEnemy();
Scenes/UI/TitleScreen/Scripts/TitleScreen.cs
@@ -22,6 +22,7 @@ public override void _UnhandledInput(InputEvent @event)
22
23
24
25
26
27
28
SteamWhisperer.ResetAll();
0 commit comments