diff options
author | Logan <logan@cflip.net> | 2022-09-24 13:42:27 -0600 |
---|---|---|
committer | Logan <logan@cflip.net> | 2022-09-24 13:42:27 -0600 |
commit | ae19500dba6283d597238579a465ee652a9ef86a (patch) | |
tree | ab376bcb505908aff00216d7e4b1b659ca244327 /scripts/global_variables.gd | |
parent | 1ba96860017fa48873f180769e84d2fbf90c7ee1 (diff) |
Make score a global variable and interface displays power.
Diffstat (limited to 'scripts/global_variables.gd')
-rw-r--r-- | scripts/global_variables.gd | 3 |
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 |