Stuff
This commit is contained in:
2
label.gd
2
label.gd
@@ -11,7 +11,7 @@ func _ready():
|
||||
n.connect("entered", Callable(self, "_on_setpiece_entered"))
|
||||
n.connect("exited", Callable(self, "_on_setpiece_exited"))
|
||||
|
||||
func _on_transitioned():
|
||||
func _on_transitioned(s):
|
||||
print ("transitioning")
|
||||
$label.hide()
|
||||
for n in get_tree().get_nodes_in_group("set-piece"):
|
||||
|
||||
Reference in New Issue
Block a user