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