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
|
||||
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