From ae19500dba6283d597238579a465ee652a9ef86a Mon Sep 17 00:00:00 2001 From: Logan Date: Sat, 24 Sep 2022 13:42:27 -0600 Subject: Make score a global variable and interface displays power. --- scripts/global_variables.gd | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/global_variables.gd (limited to 'scripts/global_variables.gd') 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 -- cgit v1.2.3