ChessBuilder/Systems/StateMachine/GameStates/ApplyTileEffects.gd

5 lines
No EOL
173 B
GDScript

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