狗屎Minimax坏我代码
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Cielonos.MainGame.Effects
|
||||
|
||||
public SpeedLinesSubmodule(PostProcessingManager manager) : base(manager)
|
||||
{
|
||||
remap = new LerpFloat(1, 0.05f);
|
||||
remap = new LerpFloat(1, 0.02f, 0.1f);
|
||||
}
|
||||
|
||||
public override void Update(float factor)
|
||||
@@ -26,7 +26,7 @@ namespace Cielonos.MainGame.Effects
|
||||
|
||||
public partial class SpeedLinesSubmodule
|
||||
{
|
||||
public void SetRemap(float value) => SetCurrentValue(remap, value);
|
||||
public void SetRemap(float value) => remap.targetValue = value;
|
||||
public void ModifyRemap(float value) => ModifyCurrentValue(remap, value);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user