列表输入二级界面扩展List<float>,特效单元扩展
This commit is contained in:
@@ -82,7 +82,7 @@ namespace Ichni.RhythmGame
|
||||
Note,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public interface IHaveEffectSubmodule
|
||||
{
|
||||
public EffectSubmodule effectSubmodule { get; set; }
|
||||
@@ -90,7 +90,10 @@ namespace Ichni.RhythmGame
|
||||
public static Dictionary<string, EffectBase> EffectCollection { get; } =
|
||||
new Dictionary<string, EffectBase>()
|
||||
{
|
||||
{"BloomShake", new BloomShake(1, 2)}
|
||||
{ "Bloom", new BloomEffect(1, 2) },
|
||||
{ "CameraShake", new CameraShakeEffect(1, 50, 1, 1, 1) },
|
||||
{ "ChromaticAberration", new ChromaticAberrationEffect(1, 1) },
|
||||
{ "Vignette", new VignetteEffect(1, 1, 0.4f, Color.black) }
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user