Manage nodes in TextViewport dynamically

This commit is contained in:
ChaoticByte 2024-10-03 14:02:05 +02:00
parent eaf9edfd53
commit 7833a1c756
No known key found for this signature in database
6 changed files with 42 additions and 22 deletions

View file

@ -3,5 +3,4 @@ extends Node
func _ready() -> void:
NodeRegistry.player = %Player
NodeRegistry.level_root_container = %LevelRootContainer
NodeRegistry.level_text_root_container = %LevelTextRootContainer
Levels.load_menu()