diff options
| author | ibruton <[email protected]> | 2016-03-24 19:23:17 -0500 |
|---|---|---|
| committer | ibruton <[email protected]> | 2016-03-24 19:23:17 -0500 |
| commit | 823a60d1a58ca1f06e4482413a59b6b42130098d (patch) | |
| tree | 91557c071fea5c7518dd2ebd0b34cacbdf54f0b1 | |
| parent | 0b8967e3d8dffc8abc1682bb15ac52e3f54a43ea (diff) | |
Added in support for the new death panel when in matchmaking mode
| -rw-r--r-- | minmode/resource/ui/HudTournament.res | 45 | ||||
| -rw-r--r-- | resource/ui/HudTournament.res | 45 |
2 files changed, 90 insertions, 0 deletions
diff --git a/minmode/resource/ui/HudTournament.res b/minmode/resource/ui/HudTournament.res index 9ea174e..a2fae4a 100644 --- a/minmode/resource/ui/HudTournament.res +++ b/minmode/resource/ui/HudTournament.res @@ -727,8 +727,51 @@ { "wide" "f0" "xpos" "0" + "ypos" "24" + } + } + + //used for matchmaking to eliminate the need for a blank bg + + "TournamentConditionLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "TournamentConditionLabelShadow" + "font" "Cerbetica14" + "fgcolor" "TransparentBlack" + "xpos" "c-125" + "ypos" "16" + "zpos" "0" + "wide" "250" + "tall" "37" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "wrap" "0" + "labelText" "%winconditions%" + "textAlignment" "center" + + if_mvm + { + "visible" "0" + } + + if_readymode + { + "wide" "f0" + "xpos" "0" "ypos" "16" } + + if_competitive + { + "visible" "1" + "enabled" "1" + "wide" "f0" + "xpos" "1" + "ypos" "25" + } } "HudTournamentBGHelp" @@ -796,6 +839,8 @@ if_competitive { "xpos" "c-125" + "ypos" "32" + "visible" "0" } } diff --git a/resource/ui/HudTournament.res b/resource/ui/HudTournament.res index 9ea174e..a2fae4a 100644 --- a/resource/ui/HudTournament.res +++ b/resource/ui/HudTournament.res @@ -727,8 +727,51 @@ { "wide" "f0" "xpos" "0" + "ypos" "24" + } + } + + //used for matchmaking to eliminate the need for a blank bg + + "TournamentConditionLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "TournamentConditionLabelShadow" + "font" "Cerbetica14" + "fgcolor" "TransparentBlack" + "xpos" "c-125" + "ypos" "16" + "zpos" "0" + "wide" "250" + "tall" "37" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "wrap" "0" + "labelText" "%winconditions%" + "textAlignment" "center" + + if_mvm + { + "visible" "0" + } + + if_readymode + { + "wide" "f0" + "xpos" "0" "ypos" "16" } + + if_competitive + { + "visible" "1" + "enabled" "1" + "wide" "f0" + "xpos" "1" + "ypos" "25" + } } "HudTournamentBGHelp" @@ -796,6 +839,8 @@ if_competitive { "xpos" "c-125" + "ypos" "32" + "visible" "0" } } |
