diff options
author | Logan <logan@cflip.net> | 2022-09-27 12:33:28 -0600 |
---|---|---|
committer | Logan <logan@cflip.net> | 2022-09-27 12:33:28 -0600 |
commit | 215c67a3aa6a07af05f3af6268bbc82d60925bcc (patch) | |
tree | 6db0d7c6a2cbd37b5e228dcf4624fb1200143d9f /scripts/global_variables.gd | |
parent | 411f20828ccdfb2ffabc927bb78794853a8de1f0 (diff) |
Remove the need for a hoop position variable.
Diffstat (limited to 'scripts/global_variables.gd')
-rw-r--r-- | scripts/global_variables.gd | 1 |
1 files changed, 0 insertions, 1 deletions
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 |