Adjust bullet speed, update collectable node structure, and enhance marketplace layout; add marketplace button resource

This commit is contained in:
2025-05-03 15:53:42 +02:00
parent 31078af974
commit b36df13982
420 changed files with 31 additions and 12282 deletions

View File

@@ -45,9 +45,10 @@ texture = ExtResource("4_vq1oq")
position = Vector2(4, -18)
texture = ExtResource("5_m7x6t")
[node name="Collectable" type="Node" parent="." node_paths=PackedStringArray("area2d", "sfx")]
[node name="Collectable" type="Node" parent="." node_paths=PackedStringArray("area2d", "collision_shape", "sfx")]
script = ExtResource("5_wc3ym")
area2d = NodePath("..")
collision_shape = NodePath("../CollisionShape2D")
collectable_data = ExtResource("6_vmvuo")
sfx = NodePath("../sfx_pickup")