diff options
| author | ibruton <[email protected]> | 2016-07-12 05:43:08 -0500 |
|---|---|---|
| committer | ibruton <[email protected]> | 2016-07-12 05:43:08 -0500 |
| commit | 756042b23b91570f69d8afda4d7afb1cb6450bca (patch) | |
| tree | 31180e04617c956be1629304c13d423d8d84e42c /minmode/resource/ui/hudmatchstatus.res | |
| parent | b988c1e73cf81f9099235cbf8aae0d7c9c98de33 (diff) | |
More support for new modes
Diffstat (limited to 'minmode/resource/ui/hudmatchstatus.res')
| -rw-r--r-- | minmode/resource/ui/hudmatchstatus.res | 51 |
1 files changed, 45 insertions, 6 deletions
diff --git a/minmode/resource/ui/hudmatchstatus.res b/minmode/resource/ui/hudmatchstatus.res index ef75469..32d5703 100644 --- a/minmode/resource/ui/hudmatchstatus.res +++ b/minmode/resource/ui/hudmatchstatus.res @@ -1,8 +1,8 @@ -"Resource/UI/Competitive.res" +"Resource/UI/HudMatchStatus.res" { "HudMatchStatus" { - "fieldName" "RoundSignModel" + "fieldName" "HudMatchStatus" "avatar_width" "63" "spacer" "5" "name_width" "57" @@ -27,7 +27,7 @@ "model" { - "modelname" "models/props_ui/round_banner.mdl" + "modelname" "models/props_ui/banner.mdl" "skin" "0" "angles_x" "30" "angles_y" "180" @@ -217,9 +217,15 @@ "zpos" "0" "wide" "365" "tall" "0" - + "visible" "0" + "proportionaltoaparent" "1" "border" "TFFatLineBorder" + + if_match + { + "visible" "1" + } } "ObjectiveStatusTimePanel" @@ -242,7 +248,7 @@ "delta_lifetime" "1.5" "delta_item_font" "HudFontMedium" - if_comp + if_match { "ypos_minmode" "0" "delta_item_x" "35" @@ -272,7 +278,7 @@ "textAlignment" "center" "labelText" "0:00" - if_comp + if_match { "proportionaltoparent" "1" @@ -562,6 +568,12 @@ "tall" "260" "visible" "1" "enabled" "1" + + if_large + { + "ypos" "65" + "tall" "385" + } "BlueTeamBG" { @@ -655,6 +667,11 @@ "linespacing" "26" "linegap" "4" //"show_columns" "1" + + if_large + { + "tall" "315" + } } "BluePlayerListBG" { @@ -670,6 +687,11 @@ "visible" "1" "enabled" "1" "border" "TFFatLineBorderClearBG" + + if_large + { + "tall" "325" + } } } @@ -684,6 +706,13 @@ "tall" "260" "visible" "1" "enabled" "1" + + if_large + { + "ypos" "65" + "tall" "385" + } + "RedTeamBG" { @@ -777,6 +806,11 @@ "linespacing" "26" "linegap" "4" //"show_columns" "1" + + if_large + { + "tall" "315" + } } "RedPlayerListBG" { @@ -792,6 +826,11 @@ "visible" "1" "enabled" "1" "border" "TFFatLineBorderClearBG" + + if_large + { + "tall" "325" + } } } } |
