diff options
| author | CriticalFlaw <[email protected]> | 2020-08-09 11:13:38 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-08-09 11:13:38 -0400 |
| commit | 02311986fc4e9af0f27fe692b3f612600d570e35 (patch) | |
| tree | 2294be537924ebcc94638fbd8f070ec9b47398c0 /resource/ui | |
| parent | ac615cd93f8146a95e41aee53286f92289cf0d79 (diff) | |
Updated the Countdown Timer
Diffstat (limited to 'resource/ui')
| -rw-r--r-- | resource/ui/hudtournament.res | 42 |
1 files changed, 4 insertions, 38 deletions
diff --git a/resource/ui/hudtournament.res b/resource/ui/hudtournament.res index 018bebe..bede8f2 100644 --- a/resource/ui/hudtournament.res +++ b/resource/ui/hudtournament.res @@ -704,8 +704,8 @@ "ControlName" "CExLabel" "fieldName" "CountdownLabel" "font" "HudFontMedium" - "xpos" "230" - "ypos" "r55" + "xpos" "cs-0.5" + "ypos" "cs-0.1" "wide" "40" "tall" "40" "zpos" "4" @@ -717,23 +717,6 @@ "labelText" "%tournamentstatelabel%" "textAlignment" "center" "proportionaltoparent" "1" - - if_mvm - { - "xpos" "c-20" - } - - if_competitive - { - "xpos" "cs-0.5" - "ypos" "cs-0.1" - } - - if_readymode - { - "xpos" "c-20" - "ypos" "130" - } } "CountdownLabelShadow" @@ -741,8 +724,8 @@ "ControlName" "CExLabel" "fieldName" "CountdownLabelShadow" "font" "HudFontMedium" - "xpos" "229" - "ypos" "r54" + "xpos" "cs-0.49" + "ypos" "cs-0.09" "wide" "40" "tall" "40" "zpos" "3" @@ -755,22 +738,5 @@ "textAlignment" "center" "fgcolor" "TransparentBlack" "proportionaltoparent" "1" - - if_mvm - { - "xpos" "c-19" - } - - if_competitive - { - "xpos" "cs-0.49" - "ypos" "cs-0.09" - } - - if_readymode - { - "xpos" "c-19" - "ypos" "129" - } } }
\ No newline at end of file |
