Note Prefab功能
This commit is contained in:
@@ -35,6 +35,7 @@ namespace Ichni
|
||||
public CommandScripts commandScripts;
|
||||
|
||||
public NoteBase.NoteJudgeType currentJudgeType;
|
||||
public bool useNotePrefab;
|
||||
public BasePrefabsCollection basePrefabs;
|
||||
|
||||
[Title("Runtime Global Elements")]
|
||||
@@ -117,6 +118,9 @@ namespace Ichni
|
||||
inspector.GenerateButton(this, container, "Generate Variables Container",
|
||||
() => VariablesContainer.GenerateElement("Variables Container", Guid.NewGuid(),
|
||||
new List<string>(), true, null, new Dictionary<string, int>()));
|
||||
|
||||
var useNotePrefabToggle =
|
||||
inspector.GenerateToggle(this, container, "Use Note Prefab", nameof(useNotePrefab));
|
||||
|
||||
projectInformation.SetUpInspector();
|
||||
songInformation.SetUpInspector();
|
||||
|
||||
Reference in New Issue
Block a user