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

@@ -17,7 +17,7 @@ func set_card(new_card: Card) -> void:
#print(rarity_colors[card.rarity])
func press(callback_player: Hero) -> void:
func press(_callback_player: Hero) -> void:
pressed.emit(self)