From 78a037a2652e2b7cc5f652f9c24119bbc8ec7df2 Mon Sep 17 00:00:00 2001 From: Logan Date: Sat, 1 Oct 2022 18:09:40 -0600 Subject: Change when basketball script emits reset signal. This was causing an issue with the new camera logic. --- scripts/basketball.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/basketball.gd b/scripts/basketball.gd index bd3756b..9001e68 100644 --- a/scripts/basketball.gd +++ b/scripts/basketball.gd @@ -44,8 +44,8 @@ func toggle_mode(): if !$"../Hoop".has_scored: $ReleaseIndicator.visible = true - emit_signal("reset") waiting_for_shoot = true + emit_signal("reset") set_use_custom_integrator(waiting_for_shoot) # Override the default physics when we want to manually set the position and rotation. -- cgit v1.2.3