From 639ca1c03adee2149defa8ca4ba2adb949dbee6c Mon Sep 17 00:00:00 2001 From: marauder2k7 Date: Sat, 10 Jun 2023 17:00:09 +0100 Subject: [PATCH] Update profiles.ed.tscript missing profiles --- .../game/tools/gui/profiles.ed.tscript | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Templates/BaseGame/game/tools/gui/profiles.ed.tscript b/Templates/BaseGame/game/tools/gui/profiles.ed.tscript index 1f83afeec..bd8dc4ad2 100644 --- a/Templates/BaseGame/game/tools/gui/profiles.ed.tscript +++ b/Templates/BaseGame/game/tools/gui/profiles.ed.tscript @@ -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) {