Adds a separate gui profile for the popupmenus themselves that has a lighter border color, making it easier to keep track of the layout

Fixes the C++ asset creation and management function names so the AB can create C++ assets now
removes duplicate menuBuilder script file
This commit is contained in:
Areloch 2023-10-24 17:53:37 -05:00
parent 083e367be1
commit 473e566b70
4 changed files with 12 additions and 266 deletions

View file

@ -1395,6 +1395,12 @@ singleton GuiControlProfile( ToolsGuiMenuBarProfile )
fontType = $Gui::fontTypeRegular;
};
singleton GuiControlProfile( ToolsGuiPopupMenuProfile : ToolsGuiMenuBarProfile )
{
borderColor = EditorSettings.value("Theme/dividerLightColor");
borderColorHL = EditorSettings.value("Theme/dividerMidColor");
};
singleton GuiControlProfile( ToolsMenubarProfile : ToolsGuiDefaultProfile )
{
bitmap = "./menubar";