5 lines
61 B
GDScript
5 lines
61 B
GDScript
extends Control
|
|
|
|
func _on_Taquin_solved():
|
|
print("Solved!")
|