From Nils' UI work

- Updates various images in core and UI to be more standardized to the default theme
- Updates some spacing, sizing and coloration of gui controls and profiles
This commit is contained in:
Areloch 2023-09-05 00:05:32 -05:00
parent 3763ebba48
commit 37c85bb7ee
55 changed files with 71 additions and 57 deletions

View file

@ -10,11 +10,30 @@ $guiContent = new GuiChunkedBitmapCtrl(MainMenuGui) {
isContainer = "1";
superClass = "UINavigation";
canSaveDynamicFields = "0";
new GuiBitmapCtrl(SideBackgroundImage) {
bitmapAsset = "UI:menu_side_background_image";
color = "255 255 255 255";
wrap = "0";
position = "0 0";
extent = "900 600";
minExtent = "8 2";
horizSizing = "right";
vertSizing = "top";
profile = "GuiDefaultProfile";
visible = "1";
active = "1";
tooltipProfile = "GuiToolTipProfile";
hovertime = "1000";
isContainer = "0";
canSave = "1";
canSaveDynamicFields = "0";
};
new GuiBitmapCtrl(MainMenuAppLogo) {
BitmapAsset = "UI:Torque_3D_logo_alt_image";
BitmapAsset = "UI:Torque_3D_logo_image";
position = "550 30";
extent = "443 139";
extent = "360 100";
horizSizing = "left";
profile = "GuiDefaultProfile";
tooltipProfile = "GuiToolTipProfile";