Chess/game_win.gd
2025-04-15 11:52:21 -07:00

4 lines
77 B
GDScript

extends Control
func _on_board_game_win() -> void:
print("Damn, you win!")