|
@@ -7,7 +7,7 @@ func _ready():
|
|
pass # Replace with function body.
|
|
pass # Replace with function body.
|
|
|
|
|
|
func connect_into(o):
|
|
func connect_into(o):
|
|
- connect("tween_completed", o, "_on_tween_completed")
|
|
|
|
|
|
+ connect("tween_all_completed", o, "_on_tween_completed")
|
|
pass
|
|
pass
|
|
|
|
|
|
func move_char(c, t_pos):
|
|
func move_char(c, t_pos):
|