This commit is contained in:
SoulliesOfficial
2025-09-19 23:39:23 -04:00
parent f612d5bcd4
commit a9bc898e4c
130 changed files with 227554 additions and 24284 deletions

View File

@@ -8,7 +8,7 @@ namespace Ichni.RhythmGame
{
public class RadialBlurEffect : EffectBase
{
private readonly NBPostProcessingController nbController;
private readonly PostProcessingController nbController;
public float duration;
public int sampleLevel;

View File

@@ -17,6 +17,7 @@ namespace Ichni.RhythmGame
public GameObject judgeEffect;
public List<GameObject> notePartList;
public List<GameObject> extraPartList;
public List<GameObject> effectPrefabList;
public virtual Vector3 noteVisualPosition => noteMain.transform.position;

View File

@@ -12,7 +12,7 @@ namespace Ichni.Editor
public class PostProcessingManager : MonoBehaviour
{
public Volume globalVolume;
public NBPostProcessingController nbController;
public PostProcessingController nbController;
public PixelateFeature pixelateFeature;
void Awake()