This commit is contained in:
2026-03-05 22:47:43 -08:00
parent a2eb4de815
commit 8cfae8dea2
285 changed files with 2814 additions and 11 deletions

View File

@@ -3,8 +3,10 @@ class_name TransitionPiece
@export var appear_at_node: String
@export_file("*.tscn") var target
#@export var priority: int = 100
# Called when the node enters the scene tree for the first time.
func _ready():
priority = 100
super()