Renamed globals to autoloads for clarity

This commit is contained in:
2026-08-29 18:32:09 -05:00
parent 9a067711c7
commit c0e240db83
8 changed files with 52 additions and 5 deletions

View File

@@ -23,8 +23,8 @@ boot_splash/minimum_display_time=2500
[autoload]
Globals="*res://globals/globals.gd"
MessageBus="*res://globals/message_bus.gd"
Globals="*res://autoloads/globals.gd"
MessageBus="*res://autoloads/message_bus.gd"
[editor]