Tesla Ball no longer gets kicked around by explosions. Fixes 23331. (#23377)
* Tesla Ball no longer gets kicked around by explosions. Fixes 23331. * Remove commented block.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
components:
|
||||
- type: Clickable
|
||||
- type: Physics
|
||||
bodyType: Dynamic
|
||||
bodyType: KinematicController
|
||||
bodyStatus: InAir
|
||||
sleepingAllowed: false
|
||||
- type: CanMoveInAir
|
||||
@@ -45,7 +45,7 @@
|
||||
radius: 0.55
|
||||
hard: true
|
||||
restitution: 0.8
|
||||
density: 99999 # to do: remove the interaction with the explosions. Now the explosions can push the Tesla very far away from the station.
|
||||
density: 99999
|
||||
mask:
|
||||
- Opaque
|
||||
layer:
|
||||
|
||||
Reference in New Issue
Block a user