diff options
| author | CriticalFlaw <[email protected]> | 2020-04-12 13:22:46 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-04-12 13:22:46 -0400 |
| commit | 53627aa7c3664091e6d58c5698bf8be910d383cf (patch) | |
| tree | c97d0abaae906afa0728aa6dd6628d74d894e4dc /resource/ui/spectatortournamentguihealth.res | |
| parent | ceda99cb6f1507321fd6d317ad078b84610323dd (diff) | |
Gameplay Fixes
- Updated the team and class selection, text chat, killfeed, voice chat, target ID, disguise panel, item meters, spell selection, killstreak, stopwatch, quickswitch, map info, tournament spectator and vote panel.
- Fixed the post-match summary page not displaying properly.
Diffstat (limited to 'resource/ui/spectatortournamentguihealth.res')
| -rw-r--r-- | resource/ui/spectatortournamentguihealth.res | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/resource/ui/spectatortournamentguihealth.res b/resource/ui/spectatortournamentguihealth.res index 41da846..c7be31f 100644 --- a/resource/ui/spectatortournamentguihealth.res +++ b/resource/ui/spectatortournamentguihealth.res @@ -4,14 +4,14 @@ { "ControlName" "ImagePanel" "fieldName" "PlayerStatusHealthImage" - "xpos" "9999" - "ypos" "9999" - "zpos" "4" - "wide" "14" - "tall" "14" - "visible" "1" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "wide" "20" + "tall" "20" + "visible" "0" "enabled" "1" "scaleImage" "1" + "proportionaltoparent" "1" } "PlayerStatusHealthImageBG" @@ -25,15 +25,17 @@ { "ControlName" "ImagePanel" "fieldName" "PlayerStatusHealthBonusImage" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "12" - "tall" "12" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "2" + "wide" "208" + "tall" "234" "visible" "0" "enabled" "1" - "image" "../hud/health_over_bg" + "alpha" "0" "scaleImage" "1" + "proportionaltoparent" "1" + "image" "" } "PlayerStatusHealthValueSpectator" @@ -57,8 +59,8 @@ { "ControlName" "CExLabel" "fieldName" "PlayerStatusHealthValueSpectatorBG" - "xpos" "1" - "ypos" "1" + "xpos" "2" + "ypos" "2" "zpos" "4" "wide" "25" "tall" "16" |
