Torque3D/Templates/Empty/game/tools/gui/guiPlatformGenericMenubar.ed.gui
2015-01-19 01:17:37 +01:00

14 lines
No EOL
359 B
Text

//--- OBJECT WRITE BEGIN ---
%guiContent = new GuiControl(PlatformGenericMenubar) {
profile = "GuiModelessDialogProfile";
new GuiPlatformGenericMenuBar()
{
internalName = "menubar";
extent = "1024 32";
minExtent = "320 32";
horizSizing = "width";
profile = "GuiMenuBarProfile";
};
};
//--- OBJECT WRITE END ---