切换主武器
This commit is contained in:
@@ -13,7 +13,7 @@ namespace SLSFramework.Rendering.PostProcessing
|
||||
|
||||
public ClampedFloatParameter intensity = new(0f, 0f, 1f);
|
||||
public ClampedFloatParameter speed = new(10f, 0f, 100f);
|
||||
protected override string GetShaderName() => "SLS/Postprocessing/RGBSplitGlitch";
|
||||
public override string GetShaderName() => "SLS/Postprocessing/RGBSplitGlitch";
|
||||
|
||||
private float elapsedTime = 1.0f;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user