Signed-off-by: TRAfoer <lhf190@outlook.com>
This commit is contained in:
2025-10-02 14:01:23 +08:00
parent b29654e423
commit 529ab31282
21 changed files with 1081861 additions and 21597 deletions

View File

@@ -18,6 +18,13 @@ namespace Ichni.RhythmGame
public void SelectGameElement()
{
switch (elementToSelect)
{
case NoteBase note when EditorManager.instance.songInformation.songTime > note.exactJudgeTime:
return;
case PathNode pathNode1 when !pathNode1.isShowingSphere:
return;
}
EditorManager.instance.uiManager.hierarchy.FindTab(elementToSelect);
}