diff options
| author | CriticalFlaw <[email protected]> | 2021-07-02 21:11:40 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2021-07-02 21:11:40 -0400 |
| commit | 7211d8916df735840e5b04d5164799493792a10e (patch) | |
| tree | 44583ba6701d57550c95613314d19beb63fad815 /resource/ui/spectatorguihealth.res | |
| parent | 7bbc1440403df82533141d0e190119caa496d124 (diff) | |
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.
Diffstat (limited to 'resource/ui/spectatorguihealth.res')
| -rw-r--r-- | resource/ui/spectatorguihealth.res | 10 |
1 files changed, 5 insertions, 5 deletions
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" } |
