couple more improvements, im pretty happy with how this is shaping up

This commit is contained in:
JHDev2006
2025-10-26 16:35:41 +00:00
parent 3466e7c4c2
commit 53f3bce94c
11 changed files with 33 additions and 16 deletions

View File

@@ -71,7 +71,7 @@ static var colour_ids := {}
func _process(_delta: float) -> void:
$\"../LevelEditorVisibleNode/Label\".text = str(owner.door_id)
$\"../LevelEditorVisibleNode/Label\".text = str(owner.door_id) +\"/\" + str(owner.sublevel_id)
"
[sub_resource type="Animation" id="Animation_hk64y"]