From 90cc227c8033fc25ddeca41bbcb789195b874ae3 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Wed, 5 Aug 2020 15:56:46 -0400 Subject: Miscellenaous Tweaks --- resource/ui/hudaccountpanel.res | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'resource/ui/hudaccountpanel.res') diff --git a/resource/ui/hudaccountpanel.res b/resource/ui/hudaccountpanel.res index ac5a751..59dc5b5 100644 --- a/resource/ui/hudaccountpanel.res +++ b/resource/ui/hudaccountpanel.res @@ -16,19 +16,19 @@ "AccountBG" { - "ControlName" "CTFImagePanel" - "fieldName" "AccountBG" - "xpos" "5" - "ypos" "103" - "zpos" "0" - "wide" "84" - "tall" "42" - "visible" "0" - "enabled" "0" - "image" "../hud/misc_ammo_area_blue" - "scaleImage" "1" - "teambg_2" "../hud/misc_ammo_area_red" - "teambg_3" "../hud/misc_ammo_area_blue" + "ControlName" "CTFImagePanel" + "fieldName" "AccountBG" + "xpos" "5" + "ypos" "103" + "zpos" "0" + "wide" "84" + "tall" "42" + "visible" "0" + "enabled" "0" + "image" "../hud/misc_ammo_area_blue" + "scaleImage" "1" + "teambg_2" "../hud/misc_ammo_area_red" + "teambg_3" "../hud/misc_ammo_area_blue" } "MetalIcon" -- cgit v1.2.3 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/hudaccountpanel.res | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) (limited to 'resource/ui/hudaccountpanel.res') diff --git a/resource/ui/hudaccountpanel.res b/resource/ui/hudaccountpanel.res index 59dc5b5..90a831b 100644 --- a/resource/ui/hudaccountpanel.res +++ b/resource/ui/hudaccountpanel.res @@ -2,16 +2,17 @@ { "CHudAccountPanel" { - "delta_item_x" "12" - "delta_item_start_y" "130" - "delta_item_end_y" "150" + "delta_item_x" "10" + "delta_item_start_y" "10" + "delta_item_end_y" "35" "PositiveColor" "ColorGreen" "NegativeColor" "ColorRed" - "delta_lifetime" "1.5" - "delta_item_font" "Cerbetica20" - "delta_item_start_y_minmode" "75" - "delta_item_end_y_minmode" "105" - "delta_item_font_minmode" "Cerbetica16" + "delta_lifetime" "2" + "delta_item_font" "Cerbetica26" + "delta_item_x_minmode" "18" + "delta_item_start_y_minmode" "10" + "delta_item_end_y_minmode" "25" + "delta_item_font_minmode" "Cerbetica14" } "AccountBG" @@ -36,8 +37,7 @@ "ControlName" "CIconPanel" "fieldName" "MetalIcon" "xpos" "0" - "ypos" "120" - "ypos_minmode" "70" + "ypos" "5" "zpos" "1" "wide" "10" "tall" "10" @@ -72,12 +72,11 @@ { "ControlName" "CExLabel" "fieldName" "AccountValue" - "xpos" "1" - "ypos" "112" - "ypos_minmode" "62" + "xpos" "5" + "ypos" "0" "zpos" "2" - "wide" "55" - "tall" "26" + "wide" "50" + "tall" "20" "autoResize" "1" "pinCorner" "2" "visible" "1" @@ -98,8 +97,8 @@ "xpos" "-2" "ypos" "-2" "zpos" "2" - "wide" "55" - "tall" "26" + "wide" "50" + "tall" "20" "autoResize" "1" "pinCorner" "2" "visible" "1" -- cgit v1.2.3 From 72289557fe993da654a16dff30d39b3304cd85d5 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Thu, 6 Aug 2020 23:13:59 -0400 Subject: Main Menu Updates, More Bug Fixes - Updated various main menu and store pages. - Updated the look of the TargetID and Friends list. - Fixed the position of the count of players on the payload - Fixed the size of the badge seen on the post match screen. - Fixed the item effect meter not being properly centered in minmode. - Removed icons from the abandon panels. - Updated font definitions throughout the hud. --- resource/ui/hudaccountpanel.res | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'resource/ui/hudaccountpanel.res') diff --git a/resource/ui/hudaccountpanel.res b/resource/ui/hudaccountpanel.res index 90a831b..631a86d 100644 --- a/resource/ui/hudaccountpanel.res +++ b/resource/ui/hudaccountpanel.res @@ -86,8 +86,8 @@ "textAlignment" "center" "dulltext" "0" "brighttext" "0" - "font" "Cerbetica24" - "font_minmode" "Cerbetica20" + "font" "HudFontMedium" + "font_minmode" "HudFontMediumSecondary" } "AccountValueShadow" @@ -108,8 +108,8 @@ "textAlignment" "center" "dulltext" "0" "brighttext" "0" - "font" "Cerbetica24" - "font_minmode" "Cerbetica20" + "font" "HudFontMedium" + "font_minmode" "HudFontMediumSecondary" "fgcolor" "TransparentBlack" "pin_to_sibling" "AccountValue" -- 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/hudaccountpanel.res | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resource/ui/hudaccountpanel.res') diff --git a/resource/ui/hudaccountpanel.res b/resource/ui/hudaccountpanel.res index 631a86d..00cab75 100644 --- a/resource/ui/hudaccountpanel.res +++ b/resource/ui/hudaccountpanel.res @@ -8,11 +8,11 @@ "PositiveColor" "ColorGreen" "NegativeColor" "ColorRed" "delta_lifetime" "2" - "delta_item_font" "Cerbetica26" + "delta_item_font" "HudFontMedium" "delta_item_x_minmode" "18" "delta_item_start_y_minmode" "10" "delta_item_end_y_minmode" "25" - "delta_item_font_minmode" "Cerbetica14" + "delta_item_font_minmode" "HudFontSmall" } "AccountBG" -- cgit v1.2.3