From 7921365f0608ea6840998c04af7286044f077a84 Mon Sep 17 00:00:00 2001 From: Logan Date: Mon, 26 Sep 2022 11:43:55 -0600 Subject: Made basketball change position based on hoop's position. --- scripts/global_variables.gd | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/global_variables.gd') diff --git a/scripts/global_variables.gd b/scripts/global_variables.gd index f0702e6..b48e077 100644 --- a/scripts/global_variables.gd +++ b/scripts/global_variables.gd @@ -2,3 +2,4 @@ extends Node var score = 0 var has_scored = false +var hoop_position -- cgit v1.2.3