connect 'solved' signal
This commit is contained in:
parent
13f0663963
commit
d98ad5fd23
3 changed files with 29 additions and 5 deletions
17
game/src/Main.gd
Normal file
17
game/src/Main.gd
Normal file
|
@ -0,0 +1,17 @@
|
|||
extends Control
|
||||
|
||||
# Declare member variables here. Examples:
|
||||
# var a = 2
|
||||
# var b = "text"
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
pass # Replace with function body.
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
#func _process(delta):
|
||||
# pass
|
||||
|
||||
|
||||
func _on_Taquin_solved():
|
||||
print("Solved!")
|
Loading…
Add table
Add a link
Reference in a new issue