Note判定自定义模块

This commit is contained in:
SoulliesOfficial
2025-03-11 17:28:49 -04:00
parent 2e7fca088d
commit 900bf16330
21 changed files with 676 additions and 44 deletions

View File

@@ -26,6 +26,7 @@ namespace Ichni.RhythmGame.ThemeBundles.DepartureToMultiverse
if (isFirstGenerated)
{
note.noteJudgeSubmodule.AddJudgeUnit("TouchArea");
//effectSubmodule.effectCollection["Generate"].Add(new BasicNoteGenerateExpand(this));
effectSubmodule.effectCollection["Perfect"].Add(new DTMNotePerfectBurst(this));
effectSubmodule.effectCollection["Good"].Add(new DTMNoteGoodBurst(this));