1111 Signed-off-by: TRAfoer <lhf190@outlook.com>
Signed-off-by: TRAfoer <lhf190@outlook.com>
This commit is contained in:
@@ -14,6 +14,7 @@ namespace Ichni.RhythmGame
|
||||
{
|
||||
pendingNotes.Add((note, activationTime, finishTime));
|
||||
AllNotesRegistered();
|
||||
print($"Registered note {note.elementName} with activation time {activationTime} and finish time {finishTime}");
|
||||
}
|
||||
|
||||
// 在所有物体注册完毕后,对列表进行一次排序
|
||||
@@ -39,6 +40,8 @@ namespace Ichni.RhythmGame
|
||||
if (shouldBeActive && !isActive)
|
||||
{
|
||||
note.gameObject.SetActive(true);
|
||||
note.Update();
|
||||
if (!note.isFirstJudged) note.noteVisual?.Recover();
|
||||
}
|
||||
else if (!shouldBeActive && isActive)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user