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/statsummary.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/statsummary.res')
| -rw-r--r-- | resource/ui/statsummary.res | 102 |
1 files changed, 15 insertions, 87 deletions
diff --git a/resource/ui/statsummary.res b/resource/ui/statsummary.res index 2a561ee..6debeab 100644 --- a/resource/ui/statsummary.res +++ b/resource/ui/statsummary.res @@ -173,6 +173,7 @@ "visible" "1" "enabled" "1" } + "MapLabel" { "ControlName" "CExLabel" @@ -244,8 +245,8 @@ "xpos" "c-282" "ypos" "212" "zpos" "5" - "tall" "20" "wide" "150" + "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -287,79 +288,6 @@ } } - "InteractiveHeaders" - { - "ControlName" "EditablePanel" - "fieldName" "InteractiveHeaders" - "xpos" "0" - "ypos" "0" - "zpos" "2" - "wide" "f0" - "tall" "480" - "visible" "1" - "enabled" "1" - - "BarChartComboA" - { - "ControlName" "ComboBox" - "fieldName" "BarChartComboA" - "xpos" "c-285" - "ypos" "212" - "zpos" "10" - "wide" "154" - "tall" "14" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "1" - "textHidden" "0" - "editable" "0" - "maxchars" "-1" - "NumericInputOnly" "0" - "unicode" "0" - } - "BarChartComboB" - { - "ControlName" "ComboBox" - "fieldName" "BarChartComboB" - "xpos" "c-127" - "ypos" "212" - "zpos" "10" - "wide" "154" - "tall" "14" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "1" - "textHidden" "0" - "editable" "0" - "maxchars" "-1" - "NumericInputOnly" "0" - "unicode" "0" - } - "ClassCombo" - { - "ControlName" "ComboBox" - "fieldName" "ClassCombo" - "xpos" "c+124" - "ypos" "212" - "zpos" "10" - "wide" "167" - "tall" "14" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "1" - "textHidden" "0" - "editable" "0" - "maxchars" "-1" - "NumericInputOnly" "0" - "unicode" "0" - } - } "AveragesBG" { "ControlName" "EditablePanel" @@ -372,7 +300,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "bgcolor_override" "15 15 15 150" + "bgcolor_override" "HudBlack" } "AveragesLabel" { @@ -2041,11 +1969,11 @@ { "ControlName" "CTFImagePanel" "fieldName" "TipImage" - "xpos" "c-285" + "xpos" "9999" "ypos" "9999" "zpos" "12" - "wide" "0" - "tall" "0" + "wide" "35" + "tall" "35" "visible" "0" "enabled" "0" "image" "" @@ -2055,14 +1983,14 @@ { "ControlName" "Label" "fieldName" "TipText" - "font" "CerbeticaBold12" + "font" "ScoreboardVerySmall" "labelText" "%tiptext%" "textAlignment" "west" "xpos" "9999" "ypos" "9999" "zpos" "12" - "wide" "0" - "tall" "0" + "wide" "350" + "tall" "48" "autoResize" "0" "pinCorner" "0" "visible" "0" @@ -2074,15 +2002,15 @@ { "ControlName" "Button" "fieldName" "NextTipButton" - "xpos" "9999" - "ypos" "9999" + "xpos" "c-248" + "ypos" "310" "zpos" "6" - "wide" "0" - "tall" "0" + "wide" "90" + "tall" "15" "autoResize" "0" "pinCorner" "0" - "visible" "0" - "enabled" "0" + "visible" "1" + "enabled" "1" "tabPosition" "0" "labelText" "#TF_NextTip" "textAlignment" "center" |
