feat: new cards in game
This commit is contained in:
parent
2c4e9d90f3
commit
5af462e78d
14 changed files with 700 additions and 123 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue