rewrite ui
This commit is contained in:
parent
9d92c4ca93
commit
a58888c314
@ -73,11 +73,13 @@ public partial class VeloXWheel
|
|||||||
ConstantA = 0,
|
ConstantA = 0,
|
||||||
ConstantB = 360,
|
ConstantB = 360,
|
||||||
};
|
};
|
||||||
|
|
||||||
effect.Scale = new()
|
effect.Scale = new()
|
||||||
{
|
{
|
||||||
Type = ParticleFloat.ValueType.Curve,
|
Type = ParticleFloat.ValueType.Range,
|
||||||
Evaluation = ParticleFloat.EvaluationType.Life,
|
Evaluation = ParticleFloat.EvaluationType.Life,
|
||||||
CurveA = new( new List<Curve.Frame>() { new( 0, 10f ), new( 0.8f, 50f ), new( 1f, 160f ) } ),
|
ConstantA = 10,
|
||||||
|
ConstantB = 100,
|
||||||
};
|
};
|
||||||
effect.StartDelay = 0.025f + (1 - smokeMul) * 0.03f;
|
effect.StartDelay = 0.025f + (1 - smokeMul) * 0.03f;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user