Renamed globals to autoloads for clarity
This commit is contained in:
@@ -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]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user