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

View file

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