diff --git a/Test.gd b/Test.gd index dfbe9ba..23ee90b 100644 --- a/Test.gd +++ b/Test.gd @@ -32,6 +32,8 @@ func _init() -> void: config.development = true # Initialize CORE with custom config core = Core.new(config) + + config.free() func _ready() -> void: # Inject CORE