diff options
| author | RaysFire <[email protected]> | 2013-12-30 18:01:49 -0600 |
|---|---|---|
| committer | RaysFire <[email protected]> | 2013-12-30 18:01:49 -0600 |
| commit | 5649a1783bfc4eb968d82d649b883925dcb6ce6d (patch) | |
| tree | 8e1349ddfba1cfa366db53b7595d3e2422ffb9a9 /resource | |
| parent | c639d902896746e721ec8ee4e22137f0e40210ff (diff) | |
Adjusted respawn time clipping in mvm
Diffstat (limited to 'resource')
| -rw-r--r-- | resource/ui/SpectatorTournament.res | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/resource/ui/SpectatorTournament.res b/resource/ui/SpectatorTournament.res index 4d3e53a..fcf9b44 100644 --- a/resource/ui/SpectatorTournament.res +++ b/resource/ui/SpectatorTournament.res @@ -372,15 +372,21 @@ "labelText" "#game_respawntime_in_secs" "textAlignment" "center" "font" "Cerbetica24" + + if_mvm + { + "ypos" "68" [$WIN32] + } + } "BuyBackLabel" { "ControlName" "CExLabel" "fieldName" "BuyBackLabel" "xpos" "c-190" - "ypos" "16" + "ypos" "360" "wide" "380" - "tall" "14" + "tall" "24" "autoResize" "0" "pinCorner" "0" "visible" "0" |
