Name custom_modules_node
This commit is contained in:
parent
4c92ed5d0a
commit
dfb8cacb0d
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ func _init(new_config: CoreConfiguration = CoreConfiguration.new()) -> void:
|
|||
# Initialization
|
||||
func _ready() -> void:
|
||||
inject_modules()
|
||||
custom_modules_node.name = "Custom Modules"
|
||||
add_child(custom_modules_node)
|
||||
logger.info("Initialized CORE successfully")
|
||||
if is_devmode(): logger.warn("The CORE Framework is in development mode. Here be dragons!")
|
||||
|
|
Loading…
Reference in a new issue