mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fix smoke
This commit is contained in:
parent
eab9549d2b
commit
40285362aa
@ -76,14 +76,13 @@ PART
|
||||
PREFAB_PARTICLE
|
||||
{
|
||||
prefabName = fx_smokeTrail_light
|
||||
transformName = thrustTransform
|
||||
transformName = fxTransformPlume
|
||||
emission = 0.0 0.0
|
||||
emission = 0.05 0.0
|
||||
emission = 0.075 0.25
|
||||
emission = 1.0 1.25
|
||||
speed = 0.0 0.25
|
||||
speed = 1.0 1.0
|
||||
localOffset = 0, 0, 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -79,6 +79,17 @@ PART
|
||||
speed = 0.0 0.8
|
||||
speed = 1.0 1.0
|
||||
}
|
||||
PREFAB_PARTICLE
|
||||
{
|
||||
prefabName = fx_smokeTrail_light
|
||||
transformName = fxTransformPlume
|
||||
emission = 0.0 0.0
|
||||
emission = 0.05 0.0
|
||||
emission = 0.075 0.25
|
||||
emission = 1.0 1.25
|
||||
speed = 0.0 0.25
|
||||
speed = 1.0 1.0
|
||||
}
|
||||
}
|
||||
}
|
||||
TechRequired = heavierRocketry
|
||||
|
@ -30,6 +30,7 @@ v1.1.0
|
||||
- Adjusted MH hiding patch to apply to tech tree correctly and disable part testing contracts (#799)
|
||||
- Adjusted configs for Caravel, Schnauzer to account for a bug Squad fixed in 1.9
|
||||
- Fixed SMR scaling for Caravel, Schnauzer (#800)
|
||||
|
||||
v1.0.3
|
||||
-----
|
||||
- Updated ModuleManager distribution to 4.1.3
|
||||
|
Loading…
Reference in New Issue
Block a user