2
0
Эх сурвалжийг харах

Merge pull request #77 from aaronfranke/bullet-aim

Prevent aiming at other bullets by setting their collision layer to zero
Aaron Franke 5 жил өмнө
parent
commit
99e4f80969

+ 1 - 0
player/bullet/bullet.tscn

@@ -170,6 +170,7 @@ tracks/5/keys = {
 }
 
 [node name="Bullet" type="KinematicBody"]
+collision_layer = 0
 script = ExtResource( 1 )
 
 [node name="MeshInstance" type="MeshInstance" parent="."]