This commit is contained in:
Spencer Killen 2023-08-19 11:32:30 -06:00
parent cc12e8fc12
commit 4f01afff2f
Signed by: sjkillen
GPG Key ID: F307025B65C860BA
1 changed files with 3 additions and 0 deletions

View File

@ -11,3 +11,6 @@ func _on_idle_pressed():
func _on_walk_pressed(): func _on_walk_pressed():
$grape_man.walk() $grape_man.walk()
func _on_hold_pressed():
$grape_man.hold()