4 lines
77 B
GDScript
4 lines
77 B
GDScript
extends Control
|
|
|
|
func _on_board_game_win() -> void:
|
|
print("Damn, you win!")
|