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:
|
components:
|
||||||
- type: Clickable
|
- type: Clickable
|
||||||
- type: Physics
|
- type: Physics
|
||||||
bodyType: Dynamic
|
bodyType: KinematicController
|
||||||
bodyStatus: InAir
|
bodyStatus: InAir
|
||||||
sleepingAllowed: false
|
sleepingAllowed: false
|
||||||
- type: CanMoveInAir
|
- type: CanMoveInAir
|
||||||
@@ -45,7 +45,7 @@
|
|||||||
radius: 0.55
|
radius: 0.55
|
||||||
hard: true
|
hard: true
|
||||||
restitution: 0.8
|
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:
|
mask:
|
||||||
- Opaque
|
- Opaque
|
||||||
layer:
|
layer:
|
||||||
|
|||||||
Reference in New Issue
Block a user