Fix spray puff and fire extinguisher cloud not moving.
They were anchored and had the wrong body type...
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
- state: extinguish
|
||||
map: [ "enum.VaporVisualLayers.Base" ]
|
||||
- type: Physics
|
||||
bodyType: KinematicController
|
||||
bodyType: Dynamic
|
||||
fixtures:
|
||||
- shape:
|
||||
!type:PhysShapeAabb
|
||||
|
||||
@@ -57,7 +57,6 @@
|
||||
name: "vapor"
|
||||
abstract: true
|
||||
components:
|
||||
- type: SnapGrid
|
||||
- type: SolutionContainer
|
||||
maxVol: 50
|
||||
- type: Vapor
|
||||
@@ -69,7 +68,7 @@
|
||||
- state: chempuff
|
||||
map: [ "enum.VaporVisualLayers.Base" ]
|
||||
- type: Physics
|
||||
bodyType: KinematicController
|
||||
bodyType: Dynamic
|
||||
fixtures:
|
||||
- shape:
|
||||
!type:PhysShapeAabb
|
||||
|
||||
Reference in New Issue
Block a user