Signed-off-by: TRAfoer <lhf190@outlook.com>

This commit is contained in:
2025-07-12 09:25:49 +08:00
parent 2b00c51435
commit c63eee5441
15 changed files with 16145 additions and 15860 deletions

View File

@@ -137,6 +137,12 @@ namespace Ichni.RhythmGame
noteScreenPosition = EditorManager.instance.cameraManager.gameCamera.gameCamera.WorldToScreenPoint(noteVisual.transform.position);
}
}
//Editor
noteVisual.GetComponent<Collider>().enabled = !isFirstJudged;
}
public void ExecuteStartJudge()

View File

@@ -39,11 +39,14 @@ namespace Ichni.RhythmGame
effectSubmodule = new EffectSubmodule(this, EffectSubmodule.EffectSubmodulePreset.Note);
}
public override void SetEditorSubmodules()
{
selectSubmodule ??= new SelectSubmodule(this, note);
}
public override void SetUpInspector()
{
base.SetUpInspector();