Skip to content

Commit 99e4f80

Browse files
authored
Merge pull request #77 from aaronfranke/bullet-aim
Prevent aiming at other bullets by setting their collision layer to zero
2 parents 28a1de4 + 0d8fd4f commit 99e4f80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

player/bullet/bullet.tscn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ tracks/5/keys = {
170170
}
171171

172172
[node name="Bullet" type="KinematicBody"]
173+
collision_layer = 0
173174
script = ExtResource( 1 )
174175

175176
[node name="MeshInstance" type="MeshInstance" parent="."]

0 commit comments

Comments
 (0)