Renamed globals to autoloads for clarity

This commit is contained in:
2026-08-29 18:29:14 -05:00
parent 7d4873906f
commit f982c67505
7 changed files with 3 additions and 3 deletions

View File

@@ -22,9 +22,9 @@ boot_splash/minimum_display_time=2500
[autoload] [autoload]
Globals="*res://globals/globals.gd" Globals="*res://autoloads/globals.gd"
InstanceLauncher="*res://globals/instance_launcher.gd" InstanceLauncher="*res://autoloads/instance_launcher.gd"
MessageBus="*res://globals/message_bus.gd" MessageBus="*res://autoloads/message_bus.gd"
[rendering] [rendering]