diff options
| author | CriticalFlaw <[email protected]> | 2020-12-30 15:11:57 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-12-30 15:11:57 -0500 |
| commit | fa52fc56431c410283f185f96c4849b9c5d12bf4 (patch) | |
| tree | 12cb9619236dcf52474017eac3157cd248d6003a /resource/ui/matchmakingdashboardpopup_nextmapwinner.res | |
| parent | 5752f38cce9d4623dbb13e13a3c7d466aae7c3e6 (diff) | |
Bug Fixes, see notes.
- Fixed the casual and competitive stats not displaying properly.
- Fixed the sapper building panel not displaying when sapping a building.
- Fixed the time added label not being positioned properly.
- Fixed the KOTH timers not displaying team colors.
- Fixed the buyback label not appearing in Mann vs. Machine.
- Fixed the TargetID not displaying a team colored panel when looking at players.
- Fixed the TargetID missing a hand icon for picking up buildings.
- Added a score panel for the Passtime game mode.
- Added a missing help label to the spell counter.
- Removed unused files.
- Miscellenaous tweaks and improvements.
Diffstat (limited to 'resource/ui/matchmakingdashboardpopup_nextmapwinner.res')
| -rw-r--r-- | resource/ui/matchmakingdashboardpopup_nextmapwinner.res | 122 |
1 files changed, 122 insertions, 0 deletions
diff --git a/resource/ui/matchmakingdashboardpopup_nextmapwinner.res b/resource/ui/matchmakingdashboardpopup_nextmapwinner.res new file mode 100644 index 0000000..a7265fa --- /dev/null +++ b/resource/ui/matchmakingdashboardpopup_nextmapwinner.res @@ -0,0 +1,122 @@ +"Resource/UI/MatchMakingDashboardPopup_NextMapWinner.res" +{ + "NextMapWinner" + { + "ControlName" "CExpandablePanel" + "fieldName" "NextMapWinner" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "10000" + "wide" "260" + "tall" "80" + "visible" "1" + "proportionaltoparent" "1" + "keyboardinputenabled" "0" + "mouseinputenabled" "1" + + "collapsed_height" "0" + "expanded_height" "80" + + "pinCorner" "2" + "autoResize" "1" + + "OuterShadow" + { + "ControlName" "EditablePanel" + "fieldName" "OuterShadow" + "xpos" "0" + "ypos" "rs1" + "zpos" "-2" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "0" + "border" "OuterShadowBorder" + "proportionaltoparent" "1" + + "pinCorner" "0" + "autoResize" "2" + } + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "-1" + "wide" "f5" + "tall" "f5" + "visible" "1" + "PaintBackgroundType" "2" + "border" "NoBorder" + "bgcolor_override" "DarkGrey" + "proportionaltoparent" "1" + "pinCorner" "2" + + "DescLabel" + { + "ControlName" "Label" + "fieldName" "DescLabel" + "xpos" "0" + "ypos" "3" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallBold" + "fgcolor_override" "TanLight" + "textAlignment" "center" + "labelText" "#TF_Matchmaking_RollingQueue_NextMapWinner" + "proportionaltoparent" "1" + } + + "MapImageClip" + { + "ControlName" "EditablePanel" + "fieldName" "MapImageClip" + "xpos" "cs-0.5" + "ypos" "22" + "wide" "50" + "tall" "o0.75" + "zpos" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "MapImage" + { + "ControlName" "ScalableImagePanel" + "fieldName" "MapImage" + "xpos" "cs-0.5" + "ypos" "0" + "wide" "f0" + "tall" "o1" + "zpos" "0" + "image" "..\vgui\maps\menu_thumb_pl_goldrush" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + } + } + + "NameLabel" + { + "ControlName" "Label" + "fieldName" "NameLabel" + "xpos" "0" + "ypos" "rs1-2" + "wide" "f0" + "zpos" "10" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "MapVotesPercentage" + "fgcolor_override" "TanLight" + "textAlignment" "south" + "labelText" "%mapname%" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + } + } + } +} |
