ChessBuilder/Systems/StateMachine/GameStates/DrawPhase.gd

5 lines
No EOL
176 B
GDScript

extends "res://Systems/StateMachine/ChessGameState.gd"
func enter(_previous: String, _data := {}) -> void:
game.drawCards()
finished.emit(Constants.PERSISTENT_EFFECTS)