6 lines
No EOL
227 B
GDScript
6 lines
No EOL
227 B
GDScript
extends "res://Systems/StateMachine/ChessGameState.gd"
|
|
|
|
func enter(_previous: String, _data := {}) -> void:
|
|
print("ENTERING STATE ", Constants.DRAW_PHASE)
|
|
game.drawCards()
|
|
finished.emit(Constants.PERSISTENT_EFFECTS) |