Missiles unlockable
This commit is contained in:
parent
2e1bcbc225
commit
0f3f6f0133
12 changed files with 82 additions and 3 deletions
|
@ -174,6 +174,15 @@ shape = ExtResource( 6 )
|
|||
|
||||
[node name="InvincibleTimer" type="Timer" parent="."]
|
||||
|
||||
[node name="PowerupDetector" type="Area2D" parent="."]
|
||||
collision_layer = 0
|
||||
collision_mask = 32
|
||||
|
||||
[node name="Collision" type="CollisionShape2D" parent="PowerupDetector"]
|
||||
position = Vector2( 0, -7 )
|
||||
shape = ExtResource( 6 )
|
||||
|
||||
[connection signal="hit" from="Hurtbox" to="." method="_on_Hurtbox_hit"]
|
||||
[connection signal="area_entered" from="PowerupDetector" to="." method="_on_PowerupDetector_area_entered"]
|
||||
|
||||
[editable path="Hurtbox"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue