From ced4c955b2a5ae691226f47efd0b0f6965ed0415 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Wed, 5 Aug 2020 20:00:36 -0400 Subject: Updated PDA, Achievement Tracker - Updated the position of the achievement tracker and Engineer buildings. - Visual tweaks to the Engineer PDA and taunt menues. --- resource/ui/destroy_menu/base_inactive.res | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'resource/ui/destroy_menu/base_inactive.res') diff --git a/resource/ui/destroy_menu/base_inactive.res b/resource/ui/destroy_menu/base_inactive.res index 64f4b89..64635cf 100644 --- a/resource/ui/destroy_menu/base_inactive.res +++ b/resource/ui/destroy_menu/base_inactive.res @@ -4,9 +4,9 @@ { "ControlName" "CExLabel" "fieldName" "ItemNameLabel" - "font" "CerbeticaBold12" + "font" "Cerbetica14" "xpos" "0" - "ypos" "10" + "ypos" "4" "zpos" "1" "wide" "100" "tall" "15" @@ -18,7 +18,7 @@ "textAlignment" "center" "dulltext" "0" "brighttext" "0" - "fgcolor" "ColorRed" + "fgcolor_override" "ColorRed" } "ItemBackground" @@ -41,7 +41,7 @@ { "ControlName" "CExLabel" "fieldName" "NotBuiltLabel" - "font" "CerbeticaBold16" + "font" "Cerbetica14" "xpos" "0" "ypos" "60" "zpos" "2" @@ -53,14 +53,14 @@ "enabled" "1" "labelText" "#TF_NotBuilt" "textAlignment" "center" - "fgcolor" "ColorRed" + "fgcolor_override" "ColorRed" } "UnavailableLabel" { "ControlName" "CExLabel" "fieldName" "UnavailableLabel" - "font" "CerbeticaBold16" + "font" "Cerbetica14" "xpos" "0" "ypos" "60" "zpos" "2" @@ -72,7 +72,9 @@ "enabled" "1" "labelText" "#Hud_Menu_Build_Unavailable" "textAlignment" "center" - "fgcolor" "ColorRed" + "dulltext" "0" + "brighttext" "0" + "fgcolor_override" "ColorRed" } "NumberBg" @@ -80,10 +82,10 @@ "ControlName" "CIconPanel" "fieldName" "NumberBg" "xpos" "41" - "ypos" "106" + "ypos" "99" "zpos" "0" - "wide" "18" - "tall" "18" + "wide" "0" + "tall" "0" "visible" "0" "enabled" "0" "scaleImage" "1" @@ -95,10 +97,10 @@ { "ControlName" "CExLabel" "fieldName" "NumberLabel" - "font" "CerbeticaBold20" + "font" "Cerbetica20" "fgcolor" "ColorRed" "xpos" "0" - "ypos" "105" + "ypos" "95" "zpos" "1" "wide" "100" "tall" "20" -- cgit v1.2.3 From e391ac81598292127c356fcb6adbd83db72c5888 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Fri, 7 Aug 2020 20:38:01 -0400 Subject: Font Update - Converted Cerbetica fonts from TTF to OTF - Removed unused font definitions to reduce loading times --- resource/ui/destroy_menu/base_inactive.res | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'resource/ui/destroy_menu/base_inactive.res') diff --git a/resource/ui/destroy_menu/base_inactive.res b/resource/ui/destroy_menu/base_inactive.res index 64635cf..119d671 100644 --- a/resource/ui/destroy_menu/base_inactive.res +++ b/resource/ui/destroy_menu/base_inactive.res @@ -4,7 +4,7 @@ { "ControlName" "CExLabel" "fieldName" "ItemNameLabel" - "font" "Cerbetica14" + "font" "HudFontSmall" "xpos" "0" "ypos" "4" "zpos" "1" @@ -41,7 +41,7 @@ { "ControlName" "CExLabel" "fieldName" "NotBuiltLabel" - "font" "Cerbetica14" + "font" "HudFontSmall" "xpos" "0" "ypos" "60" "zpos" "2" @@ -60,7 +60,7 @@ { "ControlName" "CExLabel" "fieldName" "UnavailableLabel" - "font" "Cerbetica14" + "font" "HudFontSmall" "xpos" "0" "ypos" "60" "zpos" "2" @@ -97,7 +97,7 @@ { "ControlName" "CExLabel" "fieldName" "NumberLabel" - "font" "Cerbetica20" + "font" "HudFontMediumSecondary" "fgcolor" "ColorRed" "xpos" "0" "ypos" "95" -- cgit v1.2.3