This commit is contained in:
2026-05-02 21:08:13 +08:00
parent e02c7f5e89
commit 91bc3a269b
27 changed files with 212553 additions and 18619 deletions

View File

@@ -42,10 +42,10 @@ namespace Ichni
#region [] Editor Preferences
// 这些首选项字段放在 ProjectContainer 中,以便 SetUpInspector 将 this 作为 IBaseElement owner 传给 GenerateToggle
public NoteBase.NoteJudgeType currentJudgeType;
public bool useClickSelect;
public bool useNotePrefab;
public bool ExpandWhileClick;
public bool useQuickMove;
public bool useClickSelect = true;
public bool useNotePrefab = true;
public bool ExpandWhileClick = true;
public bool useQuickMove = false;
#endregion
#region [] Generation & Initialization