diff options
| author | ibruton <[email protected]> | 2016-03-09 02:50:22 -0600 |
|---|---|---|
| committer | ibruton <[email protected]> | 2016-03-09 02:50:22 -0600 |
| commit | 6498bc01d0ab589bceaf11f2bcf73662e81d8bec (patch) | |
| tree | 4f245cb7c2b19297988f675b0a1bb5e8d8e9a8e2 /minmode | |
| parent | e800b605d7aa278b5c533d229f873a8ec73b8355 (diff) | |
Fixed countdown on matchmaking games not being in the center of the screen during opening animation
Diffstat (limited to 'minmode')
| -rw-r--r-- | minmode/resource/ui/HudTournament.res | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/minmode/resource/ui/HudTournament.res b/minmode/resource/ui/HudTournament.res index 7b393c7..9ea174e 100644 --- a/minmode/resource/ui/HudTournament.res +++ b/minmode/resource/ui/HudTournament.res @@ -1,3 +1,5 @@ +//tick 52000 + "Resource/UI/HudTournament.res" { HudTournament @@ -951,7 +953,7 @@ { "xpos" "c-20" "ypos" "130" - "tall" "20" + "tall" "40" "zpos" "11" } @@ -992,9 +994,9 @@ if_competitive { - "xpos" "c-18" + "xpos" "c-19" "ypos" "130" - "tall" "22" + "tall" "41" "zpos" "10" } |
