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
map: [ "enum.VaporVisualLayers.Base" ]
- type: Physics
bodyType: KinematicController
bodyType: Dynamic
fixtures:
- shape:
!type:PhysShapeAabb

View File

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