summaryrefslogtreecommitdiff
path: root/scripts/global_variables.gd
diff options
context:
space:
mode:
authorLogan <logan@cflip.net>2022-09-24 13:42:27 -0600
committerLogan <logan@cflip.net>2022-09-24 13:42:27 -0600
commitae19500dba6283d597238579a465ee652a9ef86a (patch)
treeab376bcb505908aff00216d7e4b1b659ca244327 /scripts/global_variables.gd
parent1ba96860017fa48873f180769e84d2fbf90c7ee1 (diff)
Make score a global variable and interface displays power.
Diffstat (limited to 'scripts/global_variables.gd')
-rw-r--r--scripts/global_variables.gd3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/global_variables.gd b/scripts/global_variables.gd
new file mode 100644
index 0000000..b570635
--- /dev/null
+++ b/scripts/global_variables.gd
@@ -0,0 +1,3 @@
+extends Node
+
+var score = 0