added player Finite State Machine

This commit is contained in:
2025-07-19 22:08:07 +10:00
parent 4a26cf0ddb
commit d2dc74d533
39 changed files with 496 additions and 376 deletions

View File

@@ -34,7 +34,6 @@ func setup_with_basic_text(hero: HeroClass, text: String) -> void:
for tag: TowerLabel in added_tags:
tag.queue_free()
added_tags = []
var added_labels: Array[Card] = []
var new_label: Label = Label.new()
new_label.text = text
tower_label_container.add_child(new_label)