mirror of
https://codeberg.org/Melon-Bread/Comets.gd.git
synced 2024-11-24 21:18:21 -05:00
Adjusted bullet scale
This commit is contained in:
parent
79366297f6
commit
3e01723e81
@ -8,6 +8,7 @@ size = Vector2(4, 16)
|
||||
|
||||
[node name="Bullet" type="Area2D" groups=["bullet"]]
|
||||
position = Vector2(0, -8)
|
||||
scale = Vector2(0.75, 0.75)
|
||||
collision_mask = 2
|
||||
script = ExtResource("1_jyq7a")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user