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

@@ -32,7 +32,7 @@ area2d = NodePath("..")
[node name="BulletComponent" type="Node2D" parent="." node_paths=PackedStringArray("root", "area2d", "visibility_notifier", "timer")]
script = ExtResource("3_keogl")
root = NodePath("..")
speed = 80.0
speed = 120.0
area2d = NodePath("..")
visibility_notifier = NodePath("../VisibleOnScreenNotifier2D")
timer = NodePath("../Timer")