This commit is contained in:
parent
8cb01d7918
commit
4ea08b1c5f
29 changed files with 697 additions and 17 deletions
|
@ -33,13 +33,13 @@ animations = [{
|
|||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
"speed": 3.0
|
||||
}]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_03ifk"]
|
||||
radius = 36.0139
|
||||
|
||||
[node name="Eptagon" type="StaticBody2D" groups=["destructible"]]
|
||||
[node name="Eptagon" type="StaticBody2D" groups=["destructible", "enemy"]]
|
||||
script = ExtResource("1_d0pdl")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
|
@ -60,7 +60,6 @@ autoplay = "default"
|
|||
position = Vector2(56, 0)
|
||||
script = ExtResource("2_sea5o")
|
||||
bullet = ExtResource("4_cyd7j")
|
||||
bullet_speed = 750
|
||||
|
||||
[node name="Collider" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("CircleShape2D_03ifk")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue