Adjusted bullet scale

This commit is contained in:
Rain Clark 2024-05-13 17:34:58 -04:00
parent 79366297f6
commit 3e01723e81

View File

@ -8,6 +8,7 @@ size = Vector2(4, 16)
[node name="Bullet" type="Area2D" groups=["bullet"]] [node name="Bullet" type="Area2D" groups=["bullet"]]
position = Vector2(0, -8) position = Vector2(0, -8)
scale = Vector2(0.75, 0.75)
collision_mask = 2 collision_mask = 2
script = ExtResource("1_jyq7a") script = ExtResource("1_jyq7a")