mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Allow separators in "Create new Asset" dropdown (also changed text to just "Create new")
This commit is contained in:
@@ -152,6 +152,8 @@ namespace GlitchyEditor
|
||||
}
|
||||
}));
|
||||
|
||||
Editor.Instance.ContentBrowserWindow.InsertAssetCreatorSeparator();
|
||||
|
||||
Editor.Instance.ContentBrowserWindow.RegisterAssetCreator(new AssetCreator("Scene", "New Scene", ".scene", new (path) =>
|
||||
{
|
||||
using (Scene newScene = CreateNewScene())
|
||||
|
||||
Reference in New Issue
Block a user