Aqua state
This commit is contained in:
parent
8708540770
commit
31ba172123
6 changed files with 48 additions and 36 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue