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

@ -303,7 +303,7 @@ void PopupMenu::showPopup(GuiCanvas *owner, S32 x /* = -1 */, S32 y /* = -1 */)
Sim::findObject("PopUpMenuControl", backgroundCtrl);
GuiControlProfile* profile;
Sim::findObject("ToolsGuiMenuBarProfile", profile);
Sim::findObject("ToolsGuiPopupMenuProfile", profile);
if (!profile)
return;