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

@ -20,7 +20,7 @@ $guiContent = new GuiChunkedBitmapCtrl(LoadingGui) {
new GuiControl() {
position = "263 301";
extent = "497 166";
extent = "360 360";
minExtent = "8 8";
horizSizing = "center";
vertSizing = "center";
@ -36,11 +36,11 @@ $guiContent = new GuiChunkedBitmapCtrl(LoadingGui) {
canSaveDynamicFields = "0";
new GuiBitmapCtrl() {
bitmapAsset = "UI:panel_image";
bitmapAsset = "UI:backgrounddark_image";
color = "255 255 255 255";
wrap = "0";
position = "0 0";
extent = "497 166";
extent = "360 360";
minExtent = "8 2";
horizSizing = "right";
vertSizing = "bottom";
@ -57,11 +57,11 @@ $guiContent = new GuiChunkedBitmapCtrl(LoadingGui) {
bitmapAsset = "UI:Torque_3D_logo_alt_image";
color = "255 255 255 255";
wrap = "0";
position = "27 6";
extent = "443 139";
position = "0 0";
extent = "360 360";
minExtent = "8 2";
horizSizing = "center";
vertSizing = "bottom";
vertSizing = "center";
profile = "GuiDefaultProfile";
visible = "1";
active = "1";
@ -79,11 +79,11 @@ $guiContent = new GuiChunkedBitmapCtrl(LoadingGui) {
anchorBottom = "0";
anchorLeft = "1";
anchorRight = "0";
position = "17 126";
extent = "464 24";
position = "30 320";
extent = "300 24";
minExtent = "8 2";
horizSizing = "center";
vertSizing = "bottom";
horizSizing = "width";
vertSizing = "top";
profile = "GuiProgressBitmapProfile";
visible = "1";
active = "1";
@ -102,11 +102,11 @@ $guiContent = new GuiChunkedBitmapCtrl(LoadingGui) {
anchorBottom = "0";
anchorLeft = "1";
anchorRight = "0";
position = "28 144";
extent = "440 20";
position = "0 340";
extent = "360 20";
minExtent = "8 8";
horizSizing = "center";
vertSizing = "bottom";
vertSizing = "top";
profile = "GuiMenuTextProfile";
visible = "1";
active = "1";

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";

View file

@ -34,8 +34,8 @@ function loadStartup()
// be in consecutive numerical order
StartupGui.bitmap[0] = "UI:backgrounddark_image";
StartupGui.logo[0] = "UI:Torque_3D_logo_alt_image";
StartupGui.logoPos[0] = "178 251";
StartupGui.logoExtent[0] = "443 139";
StartupGui.logoPos[0] = "220 120";
StartupGui.logoExtent[0] = "360 360";
// Call the next() function to set our firt
// splash screen