This commit is contained in:
parent
cc12e8fc12
commit
4f01afff2f
|
@ -11,3 +11,6 @@ func _on_idle_pressed():
|
|||
|
||||
func _on_walk_pressed():
|
||||
$grape_man.walk()
|
||||
|
||||
func _on_hold_pressed():
|
||||
$grape_man.hold()
|
||||
|
|
Loading…
Reference in New Issue