Update spawner to be scene-based.
This commit is contained in:
parent
8fe05e0c70
commit
da9f947788
9 changed files with 59 additions and 46 deletions
10
scenes/powerup_pickup.tscn
Normal file
10
scenes/powerup_pickup.tscn
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[gd_scene format=3 uid="uid://dsqfuv86suu17"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_mmgg1"]
|
||||
size = Vector2(14, 14)
|
||||
|
||||
[node name="PowerUpPickup" type="Area2D" unique_id=478708932]
|
||||
collision_mask = 0
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=347643413]
|
||||
shape = SubResource("RectangleShape2D_mmgg1")
|
||||
Loading…
Add table
Add a link
Reference in a new issue