mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +00:00
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:
parent
3763ebba48
commit
37c85bb7ee
55 changed files with 71 additions and 57 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue