5 lines
184 B
GDScript
5 lines
184 B
GDScript
extends "res://Systems/StateMachine/ChessGameState.gd"
|
|
|
|
func enter(_previous: String, _data := {}) -> void:
|
|
game.currentPlayer = game.WHITE
|
|
finished.emit(Constants.HAND_SETUP)
|