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