diff --git a/Test.gd b/Test.gd index 408f0f9..c9da6e4 100644 --- a/Test.gd +++ b/Test.gd @@ -26,12 +26,16 @@ var config: CoreConfiguration = CoreConfiguration.new() # CORE Object var core: Core -func _ready() -> void: +func _init() -> void: configure_core() # Initialize CORE with custom config core = Core.new(config) + +func _ready() -> void: # Inject CORE + await get_tree().process_frame add_child(core) + await get_tree().process_frame # Print information about CORE core.logger.info(await core.get_formatted_string("""Version information: Release (semantic) = %release_semantic%