From 215c67a3aa6a07af05f3af6268bbc82d60925bcc Mon Sep 17 00:00:00 2001 From: Logan Date: Tue, 27 Sep 2022 12:33:28 -0600 Subject: Remove the need for a hoop position variable. --- scripts/global_variables.gd | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/global_variables.gd') diff --git a/scripts/global_variables.gd b/scripts/global_variables.gd index b48e077..f0702e6 100644 --- a/scripts/global_variables.gd +++ b/scripts/global_variables.gd @@ -2,4 +2,3 @@ extends Node var score = 0 var has_scored = false -var hoop_position -- cgit v1.2.3