fix: removed collision between player and weapon which would alter the player's movement

This commit is contained in:
2025-06-08 09:03:03 +02:00
parent 38e996abaa
commit cd5260c310
3 changed files with 2 additions and 1 deletions

View File

@ -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