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

@ -2,4 +2,3 @@ extends Node
var player: CharacterBody2D
var level_root_container: Node2D
var level_text_root_container: Node2D