Missiles unlockable
This commit is contained in:
parent
2e1bcbc225
commit
0f3f6f0133
12 changed files with 82 additions and 3 deletions
12
metroidvania/Scenes/Player/PowerUp.tscn
Normal file
12
metroidvania/Scenes/Player/PowerUp.tscn
Normal file
|
@ -0,0 +1,12 @@
|
|||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://Scenes/Player/PowerUp.gd" type="Script" id=1]
|
||||
|
||||
[node name="PowerUp" type="Area2D"]
|
||||
collision_layer = 32
|
||||
collision_mask = 0
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="."]
|
||||
|
||||
[node name="Collision" type="CollisionShape2D" parent="."]
|
Loading…
Add table
Add a link
Reference in a new issue