Note Prefab功能

This commit is contained in:
SoulliesOfficial
2025-03-24 13:41:50 -04:00
parent 54de98b0fa
commit 188f05182b
22 changed files with 756 additions and 33 deletions

View File

@@ -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();