a game about throwing hammers made for the github game off
Diffstat (limited to 'autoloads/Globals.gd')
-rw-r--r--autoloads/Globals.gd3
1 files changed, 3 insertions, 0 deletions
diff --git a/autoloads/Globals.gd b/autoloads/Globals.gd
new file mode 100644
index 0000000..d371dc3
--- /dev/null
+++ b/autoloads/Globals.gd
@@ -0,0 +1,3 @@
+extends Node
+
+var player: Player = null \ No newline at end of file