diff options
| author | CriticalFlaw <[email protected]> | 2018-08-12 15:56:10 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2018-08-12 15:56:10 -0400 |
| commit | eb34e49b3489a37efc44916571d86e84343f5f63 (patch) | |
| tree | e4125091b2a866d7fc49ba2d5ce8d3f2f7ce2e5b | |
| parent | c247028d866cf1b5417ac02604899af780425fd1 (diff) | |
Fixed MVM Respawn Timer
| -rw-r--r-- | resource/ui/SpectatorTournament.res | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resource/ui/SpectatorTournament.res b/resource/ui/SpectatorTournament.res index 895d4aa..6351b85 100644 --- a/resource/ui/SpectatorTournament.res +++ b/resource/ui/SpectatorTournament.res @@ -390,11 +390,11 @@ "visible" "1" "enabled" "1" "labelText" "#game_respawntime_in_secs" - "textAlignment" "center" + "textAlignment" "center" "font" "Cerbetica24" if_mvm{ - "ypos" "68" [$WIN32] + "ypos" "0" } } "BuyBackLabel" |
