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