double click vorbereitung

This commit is contained in:
Yadciel
2022-12-05 22:26:26 +01:00
parent 015c1ad0ae
commit ef897f0b1f
3 changed files with 13 additions and 10 deletions

View File

@ -90,7 +90,7 @@ tracks/0/keys = {
}
[sub_resource type="RectangleShape2D" id=4]
extents = Vector2( 12, 12 )
extents = Vector2( 18, 19.625 )
[node name="ShooterObject" type="Node2D"]
position = Vector2( 64, 64 )
@ -125,6 +125,7 @@ anims/Shoot = SubResource( 3 )
[node name="panzerArea" type="Area2D" parent="." groups=["Panzer"]]
[node name="CollisionShape2D" type="CollisionShape2D" parent="panzerArea"]
position = Vector2( 0, 1.375 )
shape = SubResource( 4 )
[connection signal="animation_finished" from="Shoot/AnimationPlayer" to="." method="_on_AnimationPlayer_shoot_finished"]