Skip to content

Commit 3285633

Browse files
committed
Disable debug buttons
1 parent 22fe7e2 commit 3285633

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Scenes/BattleDirector/Scripts/BattleDirector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ public override void _UnhandledInput(InputEvent @event)
238238
{
239239
if (@event is InputEventKey eventKey && eventKey.Pressed && !eventKey.Echo)
240240
{
241-
//return;
241+
return;
242242
if (eventKey.Keycode == Key.Key0)
243243
{
244244
DebugKillEnemy();

0 commit comments

Comments
 (0)