mirror of
https://github.com/GDQuest/godot-platformer-2d.git
synced 2026-01-23 02:14:19 +00:00
Remove unused signal connection in Arrow.tscn
This commit is contained in:
parent
1bbe709693
commit
7066394376
1 changed files with 0 additions and 2 deletions
|
|
@ -3,7 +3,6 @@
|
|||
[ext_resource path="res://src/Player/Hook/Arrow.gd" type="Script" id=1]
|
||||
[ext_resource path="res://assets/characters/robi/hook.png" type="Texture" id=2]
|
||||
|
||||
|
||||
[node name="Arrow" type="Node2D"]
|
||||
script = ExtResource( 1 )
|
||||
|
||||
|
|
@ -25,4 +24,3 @@ texture = ExtResource( 2 )
|
|||
offset = Vector2( -1.56991, -69.8977 )
|
||||
|
||||
[node name="Tween" type="Tween" parent="."]
|
||||
[connection signal="tween_completed" from="Tween" to="." method="_on_Tween_tween_completed"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue