rewrite ui

This commit is contained in:
Valera 2025-11-20 00:17:51 +07:00
parent 9d92c4ca93
commit a58888c314

View File

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