Standardized titlebar formatting

Cleaned up some unneeded fields in the gui files
Fixed up querying presentation for joinServerMenu
Removed usages of background image in favor of guiProfiles for various menus
Implemented optionsMenu traversing options categories along with required keybinds
Adjusted some guiProfiles' font sizes to improve legibility on smaller displays
This commit is contained in:
Areloch 2023-12-17 03:27:30 -06:00
parent ce4c8dabc9
commit f14c96c2bc
9 changed files with 267 additions and 419 deletions

View file

@ -1,11 +1,10 @@
//--- OBJECT WRITE BEGIN ---
$guiContent = new GuiChunkedBitmapCtrl(ChooseLevelMenu) {
BitmapAsset = "UI:backgrounddark_image";
$guiContent = new GuiControl(ChooseLevelMenu) {
extent = "1280 720";
minExtent = "8 8";
horizSizing = "width";
vertSizing = "height";
profile = "GuiNonModalDefaultProfile";
profile = "GuiMenuBackgroundProfile";
category = "BaseUI";
tooltipProfile = "GuiToolTipProfile";
isContainer = "1";
@ -24,7 +23,7 @@ $guiContent = new GuiChunkedBitmapCtrl(ChooseLevelMenu) {
};
new GuiPanel(ChooseLevelTitlePanel) {
extent = "1281 80";
extent = "1281 60";
horizSizing = "width";
profile = "GuiMenuPanelProfile";
tooltipProfile = "GuiToolTipProfile";