This commit is contained in:
SoulliesOfficial
2025-07-20 13:39:29 -04:00
parent eeecba5a3e
commit bbb8057b08
54 changed files with 146600 additions and 123039 deletions

View File

@@ -17,7 +17,7 @@ namespace Ichni.RhythmGame.ThemeBundles.Basic
{
this.note = noteVisual.note;
this.noteVisual = noteVisual;
this.effectRing = noteVisual.effectPartList[0];
this.effectRing = noteVisual.effectPrefabList[0];
this.effectTime = 0.1f;
}

View File

@@ -17,7 +17,7 @@ namespace Ichni.RhythmGame.ThemeBundles.Basic
{
this.note = noteVisual.note;
this.noteVisual = noteVisual;
this.effectRing = noteVisual.effectPartList[0];
this.effectRing = noteVisual.effectPrefabList[0];
this.effectTime = 0.1f;
}