Renamed globals to autoloads for clarity
This commit is contained in:
@@ -22,9 +22,9 @@ boot_splash/minimum_display_time=2500
|
||||
|
||||
[autoload]
|
||||
|
||||
Globals="*res://globals/globals.gd"
|
||||
InstanceLauncher="*res://globals/instance_launcher.gd"
|
||||
MessageBus="*res://globals/message_bus.gd"
|
||||
Globals="*res://autoloads/globals.gd"
|
||||
InstanceLauncher="*res://autoloads/instance_launcher.gd"
|
||||
MessageBus="*res://autoloads/message_bus.gd"
|
||||
|
||||
[rendering]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user