diff options
author | Logan <logan@cflip.net> | 2022-09-26 11:43:55 -0600 |
---|---|---|
committer | Logan <logan@cflip.net> | 2022-09-26 11:43:55 -0600 |
commit | 7921365f0608ea6840998c04af7286044f077a84 (patch) | |
tree | 189d183590e9f5091d4a9b47adcd28b0735b4ea5 /scripts/global_variables.gd | |
parent | ec3b1f444db16ebfbbde48e20be3b92500762a57 (diff) |
Made basketball change position based on hoop's position.
Diffstat (limited to 'scripts/global_variables.gd')
-rw-r--r-- | scripts/global_variables.gd | 1 |
1 files changed, 1 insertions, 0 deletions
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 |