summaryrefslogtreecommitdiff
path: root/scripts/global_variables.gd
diff options
context:
space:
mode:
authorLogan <logan@cflip.net>2022-09-30 19:22:48 -0600
committerLogan <logan@cflip.net>2022-09-30 19:22:48 -0600
commit4ec359af497df0059e3049529bef6d9cede2c39a (patch)
tree5e35ef4ddc556359e002061ac87e72c40ce0bcf4 /scripts/global_variables.gd
parentb57627b9d5226bb21e397ffef692eac23f4293fa (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.gd1
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