From acc0c844dd8228bb5d4fc6a13d66d3b01fc47d45 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Tue, 29 Jun 2021 09:52:34 -0400 Subject: Main menu tweaks - Consolidated the Cerbetica font. - Added back the rayshud-styled TF2 logo. - Moved the version number to the HUD Options panel. - Updated files to use schema color names. --- resource/ui/spectatorguihealth.res | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'resource/ui/spectatorguihealth.res') diff --git a/resource/ui/spectatorguihealth.res b/resource/ui/spectatorguihealth.res index 4a12c68..bdca9a2 100644 --- a/resource/ui/spectatorguihealth.res +++ b/resource/ui/spectatorguihealth.res @@ -42,7 +42,7 @@ "scaleImage" "1" } - "GuiPlayerHealth" + "SpecHealthValue" { "ControlName" "CExLabel" "fieldName" "GuiPlayerHealth" @@ -59,10 +59,10 @@ "fgcolor" "Health Normal" } - "GuiPlayerHealthShadow" + "SpecHealthValueShadow" { "ControlName" "CExLabel" - "fieldName" "GuiPlayerHealthShadow" + "fieldName" "SpecHealthValueShadow" "xpos" "-1" "ypos" "-2" "zpos" "5" @@ -75,7 +75,7 @@ "font" "Cerbetica18" "fgcolor" "TransparentBlack" - "pin_to_sibling" "GuiPlayerHealth" + "pin_to_sibling" "SpecHealthValue" "pin_corner_to_sibling" "PIN_TOPLEFT" "pin_to_sibling_corner" "PIN_TOPLEFT" } -- cgit v1.2.3 From 7211d8916df735840e5b04d5164799493792a10e Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Fri, 2 Jul 2021 21:11:40 -0400 Subject: Changed main menu background, see notes. - Changed the background to classic rayshud. - Updated the killer panel, class select, achievement tracker and more? - Visual tweaks and inconsistency fixes. - Expanded the size allocated to the player list in the match hud. --- resource/ui/spectatorguihealth.res | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'resource/ui/spectatorguihealth.res') diff --git a/resource/ui/spectatorguihealth.res b/resource/ui/spectatorguihealth.res index bdca9a2..5ea03f0 100644 --- a/resource/ui/spectatorguihealth.res +++ b/resource/ui/spectatorguihealth.res @@ -42,10 +42,10 @@ "scaleImage" "1" } - "SpecHealthValue" + "TargetHealthValue" { "ControlName" "CExLabel" - "fieldName" "GuiPlayerHealth" + "fieldName" "TargetHealthValue" "xpos" "2" "ypos" "16" "zpos" "5" @@ -59,10 +59,10 @@ "fgcolor" "Health Normal" } - "SpecHealthValueShadow" + "TargetHealthShadow" { "ControlName" "CExLabel" - "fieldName" "SpecHealthValueShadow" + "fieldName" "TargetHealthShadow" "xpos" "-1" "ypos" "-2" "zpos" "5" @@ -75,7 +75,7 @@ "font" "Cerbetica18" "fgcolor" "TransparentBlack" - "pin_to_sibling" "SpecHealthValue" + "pin_to_sibling" "TargetHealthValue" "pin_corner_to_sibling" "PIN_TOPLEFT" "pin_to_sibling_corner" "PIN_TOPLEFT" } -- cgit v1.2.3