mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-30 17:45:21 +00:00
Update profiles.ed.tscript
missing profiles
This commit is contained in:
parent
e6dbe0a860
commit
639ca1c03a
1 changed files with 20 additions and 0 deletions
|
|
@ -207,6 +207,26 @@ new GuiControlProfile (ToolsGuiTextBoldProfile : ToolsGuiTextProfile)
|
|||
fontType = "Arial Bold";
|
||||
};
|
||||
|
||||
if( !isObject( ToolsGuiXDimensionText ) )
|
||||
new GuiControlProfile (ToolsGuiXDimensionText : ToolsGuiTextBoldProfile)
|
||||
{
|
||||
fillColor = "255 129 123 120";
|
||||
};
|
||||
|
||||
if( !isObject( ToolsGuiYDimensionText ) )
|
||||
new GuiControlProfile (ToolsGuiYDimensionText : ToolsGuiTextBoldProfile)
|
||||
{
|
||||
fillColor = "129 255 123 120";
|
||||
};
|
||||
|
||||
|
||||
if( !isObject( ToolsGuiZDimensionText ) )
|
||||
new GuiControlProfile (ToolsGuiZDimensionText : ToolsGuiTextBoldProfile)
|
||||
{
|
||||
fillColor = "123 129 255 120";
|
||||
};
|
||||
|
||||
|
||||
if( !isObject( ToolsGuiTextBoldCenterProfile ) )
|
||||
new GuiControlProfile (ToolsGuiTextBoldCenterProfile : ToolsGuiTextProfile)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue