Aqua state

This commit is contained in:
Rendo 2025-07-28 05:45:31 +05:00
commit 31ba172123
6 changed files with 48 additions and 36 deletions

View file

@ -83,7 +83,7 @@ public partial class PlantField : Node2D
public override void _UnhandledInput(InputEvent @event)
{
if (@event.IsActionPressed("cancel_plant") && _slot != null)
if (@event.IsActionPressed("cancel_action") && _slot != null)
{
ResetPlant();
}