Update bullet speed and correct brick scene reference in player component

This commit is contained in:
2025-04-27 02:12:29 +02:00
parent c3304408b9
commit 0d5c63e118
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ frame = 80
[node name="BulletComponent" type="Node" parent="." node_paths=PackedStringArray("root", "area2d", "visibility_notifier", "timer")]
script = ExtResource("2_i6t5k")
root = NodePath("..")
speed = 120.0
speed = 320.0
area2d = NodePath("..")
visibility_notifier = NodePath("../VisibleOnScreenNotifier2D")
life_time = 2.0