1
Fork 0
mirror of https://github.com/RYGhub/the-cold-night.git synced 2024-11-21 20:24:20 +00:00

🔧 Move Bullet to the Projectiles layer (2)

This commit is contained in:
Steffo 2022-04-03 02:59:36 +02:00
parent cd37f0d727
commit def9a9009f
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -6,6 +6,7 @@
[sub_resource type="RectangleShape2D" id=1]
[node name="Bullet" type="KinematicBody2D"]
collision_layer = 2
[node name="BulletMovement" type="Node" parent="."]
script = ExtResource( 2 )