summaryrefslogtreecommitdiff
path: root/project.godot
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 /project.godot
parent1ba96860017fa48873f180769e84d2fbf90c7ee1 (diff)
Make score a global variable and interface displays power.
Diffstat (limited to 'project.godot')
-rw-r--r--project.godot4
1 files changed, 4 insertions, 0 deletions
diff --git a/project.godot b/project.godot
index bd10976..43deae4 100644
--- a/project.godot
+++ b/project.godot
@@ -14,6 +14,10 @@ config/name="BasketBALLAZ"
run/main_scene="res://scenes/level.tscn"
config/icon="res://icon.png"
+[autoload]
+
+global_variables="*res://scripts/global_variables.gd"
+
[gui]
common/drop_mouse_on_gui_input_disabled=true