ChessBuilder/Systems/StateMachine/GameStates/ApplyCardEffects.gd

5 lines
No EOL
173 B
GDScript

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