mirror of
https://github.com/Yadciel1/2048-Shooter.git
synced 2025-06-16 03:05:22 +02:00
double click vorbereitung
This commit is contained in:
@ -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"]
|
||||
|
Reference in New Issue
Block a user