From 4f01afff2f5a8d266bbe279b4b06ad8d078fe308 Mon Sep 17 00:00:00 2001 From: Spencer Killen Date: Sat, 19 Aug 2023 11:32:30 -0600 Subject: [PATCH] a --- godot/tests/test_grape_man_animation.gd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/godot/tests/test_grape_man_animation.gd b/godot/tests/test_grape_man_animation.gd index 14bb424..9fdf282 100644 --- a/godot/tests/test_grape_man_animation.gd +++ b/godot/tests/test_grape_man_animation.gd @@ -11,3 +11,6 @@ func _on_idle_pressed(): func _on_walk_pressed(): $grape_man.walk() + +func _on_hold_pressed(): + $grape_man.hold()