diff options
author | Logan <logan@cflip.net> | 2022-09-30 19:22:48 -0600 |
---|---|---|
committer | Logan <logan@cflip.net> | 2022-09-30 19:22:48 -0600 |
commit | 4ec359af497df0059e3049529bef6d9cede2c39a (patch) | |
tree | 5e35ef4ddc556359e002061ac87e72c40ce0bcf4 /scripts/global_variables.gd | |
parent | b57627b9d5226bb21e397ffef692eac23f4293fa (diff) |
Improved position changer and removed the need for a global 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 f0702e6..b570635 100644 --- a/scripts/global_variables.gd +++ b/scripts/global_variables.gd @@ -1,4 +1,3 @@ extends Node var score = 0 -var has_scored = false |