DTM Flick,编辑界面网格

This commit is contained in:
SoulliesOfficial
2025-04-04 15:29:03 -04:00
parent 5c0e9c5a76
commit e69943b545
88 changed files with 139164 additions and 128 deletions

View File

@@ -23,6 +23,7 @@ namespace Ichni
public EditorSettings editorSettings;
public OperationManager operationManager;
public BackgroundController backgroundController;
public GridController gridController;
public CameraManager cameraManager;
public PostProcessingManager postProcessingManager;
public Canvas judgeHintCanvas;
@@ -125,6 +126,7 @@ namespace Ichni
projectInformation.SetUpInspector();
songInformation.SetUpInspector();
cameraManager.SetUpInspector();
gridController.SetUpInspector();
}
}
}