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