fix: removed collision between player and weapon which would alter the player's movement
This commit is contained in:
@ -17,6 +17,7 @@ bottom_radius = 0.05
|
||||
height = 1.0
|
||||
|
||||
[node name="Weapon" type="RigidBody3D"]
|
||||
collision_layer = 4
|
||||
collision_mask = 2
|
||||
continuous_cd = true
|
||||
contact_monitor = true
|
||||
|
Reference in New Issue
Block a user