mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-07-16 00:44:50 +00:00
Fix explosion impulses to apply against the rigidbody's center of mass
This commit is contained in:
parent
53965ae605
commit
a583dc59a1
2 changed files with 4 additions and 1 deletions
|
|
@ -28,6 +28,8 @@ axis_lock_angular_y = true
|
|||
axis_lock_angular_z = true
|
||||
mass = 40.0
|
||||
physics_material_override = SubResource("PhysicsMaterial_4ymrw")
|
||||
center_of_mass_mode = 1
|
||||
center_of_mass = Vector3(0, 0.5, 0)
|
||||
continuous_cd = true
|
||||
script = ExtResource("1_y7d3d")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue