mirror of
https://github.com/RYGhub/the-cold-night.git
synced 2024-11-21 20:24:20 +00:00
🔧 Shrink bullet shape
This commit is contained in:
parent
c9d0d47df3
commit
b60997203f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
[ext_resource path="res://src/sounds/Arrow.mp3" type="AudioStream" id=5]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id=1]
|
||||
extents = Vector2( 16, 8 )
|
||||
extents = Vector2( 16, 3 )
|
||||
|
||||
[node name="Bullet" type="KinematicBody2D"]
|
||||
collision_layer = 4
|
||||
|
|
Loading…
Reference in a new issue