Fix spray puff and fire extinguisher cloud not moving.

They were anchored and had the wrong body type...
This commit is contained in:
Vera Aguilera Puerto
2021-06-28 13:08:10 +02:00
parent 2307dcb675
commit ff6cd00438
3 changed files with 6 additions and 3 deletions

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

View File

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

View File

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