更新
This commit is contained in:
@@ -27,6 +27,11 @@ namespace Ichni.RhythmGame.ThemeBundles.DepartureToMultiverse
|
||||
if (note == null) throw new System.Exception("NoteVisual只能生成在Note下。");
|
||||
this.note = note;
|
||||
note.noteVisual = this;
|
||||
|
||||
if (note is Flick flick)
|
||||
{
|
||||
flick.availableFlickDirections = new List<Vector2>() { Vector2.left, Vector2.right };
|
||||
}
|
||||
}
|
||||
|
||||
public override void AfterInitialize()
|
||||
|
||||
Reference in New Issue
Block a user