This commit is contained in:
SoulliesOfficial
2025-10-02 23:49:18 -04:00
parent 8f9e84a535
commit d98eafa673
408 changed files with 27766 additions and 2084 deletions

View File

@@ -90,6 +90,8 @@ namespace Ichni.RhythmGame
{
colorSource.UpdateColor(false);
}
Refresh();
}
public virtual void WhenStart()

View File

@@ -18,6 +18,7 @@ namespace Ichni.RhythmGame
public GameObject perfectPoint;
public List<GameObject> notePartList;
public List<GameObject> extraPartList;
public List<GameObject> effectPrefabList;
public virtual Vector3 noteVisualPosition => noteMain.transform.position;
public EffectSubmodule effectSubmodule { get; set; }