From 4ec359af497df0059e3049529bef6d9cede2c39a Mon Sep 17 00:00:00 2001 From: Logan Date: Fri, 30 Sep 2022 19:22:48 -0600 Subject: Improved position changer and removed the need for a global variable. --- scripts/global_variables.gd | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/global_variables.gd') 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 -- cgit v1.2.3