feat: new cards in game

This commit is contained in:
Kenshia 2025-01-26 01:58:35 +07:00
parent 2c4e9d90f3
commit 5af462e78d
14 changed files with 700 additions and 123 deletions

View file

@ -60,7 +60,7 @@ func _on_match_manager_state_transitioned(transition: PhaseTransition):
start_game_btn.visible = match_manager.phase == Match.Phase.PREGAME
transition_history.append(transition)
print("Phase: ", Match.phase_to_str(transition.from), " -> ", Match.phase_to_str(transition.to))
func _on_start_game_button_button_up() -> void:
#match_manager.resolve({})
pass