Added eart
This commit is contained in:
parent
4ea08b1c5f
commit
84ca23f486
15 changed files with 180 additions and 33 deletions
|
@ -111,8 +111,8 @@ animations = [{
|
|||
[sub_resource type="CircleShape2D" id="CircleShape2D_00lvq"]
|
||||
radius = 25.1794
|
||||
|
||||
[node name="Shield" type="AnimatableBody2D" groups=["destructible"]]
|
||||
scale = Vector2(3, 3)
|
||||
[node name="Shield" type="StaticBody2D" groups=["destructible"]]
|
||||
scale = Vector2(3.5, 3.5)
|
||||
script = ExtResource("1_ni0ln")
|
||||
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
||||
|
@ -123,5 +123,6 @@ autoplay = "default"
|
|||
[node name="Collider" type="CollisionShape2D" parent="."]
|
||||
position = Vector2(-1, 0)
|
||||
shape = SubResource("CircleShape2D_00lvq")
|
||||
disabled = true
|
||||
|
||||
[connection signal="animation_finished" from="AnimatedSprite2D" to="." method="queue_free"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue