diff options
| author | CriticalFlaw <[email protected]> | 2020-08-05 22:37:29 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-08-05 22:37:29 -0400 |
| commit | 736d6ccdbb4380a71c95b2d74e45d88bbfdc64b3 (patch) | |
| tree | 81ed82a4046e243eb0ea54d5af1b8a4760726bfb /resource/ui/spectatorguihealth.res | |
| parent | ced4c955b2a5ae691226f47efd0b0f6965ed0415 (diff) | |
Visual Tweaks, Bug Fixes (see notes)
- Added the missing player effect and health cluster icons
- Visual tweaks to the scoreboard, team/class select, freezecam, item test
- Updated the main menu to use the new Player Mute menu
- Fixed the Overtime label overlapping with the server time limit
- Removed unused font definitions
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 2a09454..7966917 100644 --- a/resource/ui/spectatorguihealth.res +++ b/resource/ui/spectatorguihealth.res @@ -42,10 +42,10 @@ "scaleImage" "1" } - "PlayerStatusHealthValue" + "GuiPlayerHealth" { "ControlName" "CExLabel" - "fieldName" "PlayerStatusHealthValue" + "fieldName" "GuiPlayerHealth" "xpos" "2" "ypos" "19" "zpos" "5" @@ -59,10 +59,10 @@ "fgcolor" "Health Normal" } - "PlayerStatusHealthValueShadow" + "GuiPlayerHealthShadow" { "ControlName" "CExLabel" - "fieldName" "PlayerStatusHealthValueShadow" + "fieldName" "GuiPlayerHealthShadow" "xpos" "-1" "ypos" "-1" "zpos" "5" @@ -75,7 +75,7 @@ "font" "CerbeticaBold16" "fgcolor" "TransparentBlack" - "pin_to_sibling" "PlayerStatusHealthValue" + "pin_to_sibling" "GuiPlayerHealth" "pin_corner_to_sibling" "PIN_TOPLEFT" "pin_to_sibling_corner" "PIN_TOPLEFT" } |
