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
|
# Initialization
|
||||||
func _ready() -> void:
|
func _ready() -> void:
|
||||||
inject_modules()
|
inject_modules()
|
||||||
|
custom_modules_node.name = "Custom Modules"
|
||||||
add_child(custom_modules_node)
|
add_child(custom_modules_node)
|
||||||
logger.info("Initialized CORE successfully")
|
logger.info("Initialized CORE successfully")
|
||||||
if is_devmode(): logger.warn("The CORE Framework is in development mode. Here be dragons!")
|
if is_devmode(): logger.warn("The CORE Framework is in development mode. Here be dragons!")
|
||||||
|
|
Loading…
Reference in a new issue