Skip to content

Commit

Permalink
4.x UI makeover TorqueGameEngines#6: Rollout Style Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
StudioDimSum committed Dec 2, 2022
1 parent 6425b4e commit 350bc8b
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<ImageAsset
canSave="true"
canSaveDynamicFields="true"
AssetName="rollout_plusminus_header_image_darker"
imageFile="@assetFile=rollout_plusminus_header_darker.png"
UseMips="true"
isHDRImage="false"
imageType="Albedo" />
30 changes: 27 additions & 3 deletions Templates/BaseGame/game/tools/gui/profiles.ed.tscript
Original file line number Diff line number Diff line change
Expand Up @@ -962,9 +962,9 @@ singleton GuiControlProfile( GuiInspectorRolloutProfile0 )
fontType = "Arial";
fontSize = 14;

fontColor = "32 32 32";
fontColorHL = "32 100 100";
fontColorNA = "215 215 215";
fontColor = "220 220 220";
fontColorHL = "0 0 0";
fontColorNA = "160 160 160";

justify = "left";
opaque = false;
Expand All @@ -980,6 +980,30 @@ singleton GuiControlProfile( GuiInspectorRolloutProfile0 )
category = "Editor";
};

singleton GuiControlProfile( GuiInspectorRolloutProfile1 )
{
// font
fontType = "Arial";
fontSize = 14;

fontColor = "200 200 200";
fontColorHL = "0 0 0";
fontColorNA = "160 160 160";

justify = "left";
opaque = false;

border = false;
borderColor = "190 190 190";
borderColorHL = "156 156 156";
borderColorNA = "255 64 64";

bitmapAsset = "ToolsModule:rollout_plusminus_header_darker_image";

textOffset = "30 0";
category = "Editor";
};

singleton GuiControlProfile( GuiInspectorStackProfile )
{
opaque = false;
Expand Down

0 comments on commit 350bc8b

Please sign in to comment.