Fix spray puff and fire extinguisher cloud not moving.
They were anchored and had the wrong body type...
This commit is contained in:
4
Resources/Changelog/Parts/spray.yml
Normal file
4
Resources/Changelog/Parts/spray.yml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
author: Zumorica
|
||||||
|
changes:
|
||||||
|
- type: Fix # One of the following: Add, Remove, Tweak, Fix
|
||||||
|
message: Fixes spray puff and fire extinguisher cloud not moving.
|
||||||
@@ -53,7 +53,7 @@
|
|||||||
- state: extinguish
|
- state: extinguish
|
||||||
map: [ "enum.VaporVisualLayers.Base" ]
|
map: [ "enum.VaporVisualLayers.Base" ]
|
||||||
- type: Physics
|
- type: Physics
|
||||||
bodyType: KinematicController
|
bodyType: Dynamic
|
||||||
fixtures:
|
fixtures:
|
||||||
- shape:
|
- shape:
|
||||||
!type:PhysShapeAabb
|
!type:PhysShapeAabb
|
||||||
|
|||||||
@@ -57,7 +57,6 @@
|
|||||||
name: "vapor"
|
name: "vapor"
|
||||||
abstract: true
|
abstract: true
|
||||||
components:
|
components:
|
||||||
- type: SnapGrid
|
|
||||||
- type: SolutionContainer
|
- type: SolutionContainer
|
||||||
maxVol: 50
|
maxVol: 50
|
||||||
- type: Vapor
|
- type: Vapor
|
||||||
@@ -69,7 +68,7 @@
|
|||||||
- state: chempuff
|
- state: chempuff
|
||||||
map: [ "enum.VaporVisualLayers.Base" ]
|
map: [ "enum.VaporVisualLayers.Base" ]
|
||||||
- type: Physics
|
- type: Physics
|
||||||
bodyType: KinematicController
|
bodyType: Dynamic
|
||||||
fixtures:
|
fixtures:
|
||||||
- shape:
|
- shape:
|
||||||
!type:PhysShapeAabb
|
!type:PhysShapeAabb
|
||||||
|
|||||||
Reference in New Issue
Block a user