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. --- customizations/main_menu/mainmenuoverride.res | 8 ++++---- customizations/player_health/hudplayerhealth.res | 6 ++++-- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'customizations') diff --git a/customizations/main_menu/mainmenuoverride.res b/customizations/main_menu/mainmenuoverride.res index 3c41c5b..4ff11a2 100644 --- a/customizations/main_menu/mainmenuoverride.res +++ b/customizations/main_menu/mainmenuoverride.res @@ -1201,20 +1201,20 @@ "ypos" "0" "zpos" "500" "wide" "242" - "tall" "180" + "tall" "150" "visible" "1" "proportionaltoparent" "1" - "columns_count" "3" + "columns_count" "2" "inset_x" "10" "inset_y" "5" "row_gap" "5" - "column_gap" "20" + "column_gap" "5" "restrict_width" "0" "friendpanel_kv" { - "wide" "60" + "wide" "110" "tall" "20" } diff --git a/customizations/player_health/hudplayerhealth.res b/customizations/player_health/hudplayerhealth.res index 5052519..feaab02 100644 --- a/customizations/player_health/hudplayerhealth.res +++ b/customizations/player_health/hudplayerhealth.res @@ -118,8 +118,10 @@ { "ControlName" "EditablePanel" "fieldName" "PlayerStatusAnchor" - "xpos" "0" - "ypos" "10" + "xpos" "10" + "ypos" "5" + "xpos_minmode" "5" + "ypos_minmode" "15" "wide" "23" "tall" "23" "visible" "1" -- cgit v1.2.3