diff options
| author | ibruton <[email protected]> | 2016-07-12 05:34:46 -0500 |
|---|---|---|
| committer | ibruton <[email protected]> | 2016-07-12 05:34:46 -0500 |
| commit | 456a0dc22cb8600647433c56c45c46c70fbbad8d (patch) | |
| tree | 09f4764f0dc0fb9ebfe7c675c398036d9adfdd93 /minmode/resource/ui | |
| parent | 4be0e0f7e6c16ad9d58a410f1133d7d1b95a66b7 (diff) | |
Made medals easier to read; make map time larger in corner on scoreboard
Diffstat (limited to 'minmode/resource/ui')
| -rw-r--r-- | minmode/resource/ui/ScoreBoard.res | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/minmode/resource/ui/ScoreBoard.res b/minmode/resource/ui/ScoreBoard.res index 5ee9390..fd5e5c7 100644 --- a/minmode/resource/ui/ScoreBoard.res +++ b/minmode/resource/ui/ScoreBoard.res @@ -14,7 +14,7 @@ "enabled" "1" "tabPosition" "0" "avatar_width" "54" - "medal_width" "14" + "medal_width" "18" "name_width" "0" "name_width_short" "65" "spacer" "5" @@ -395,7 +395,7 @@ "labelText" "%server%" "textAlignment" "west" "xpos" "-34" - "ypos" "2" + "ypos" "14" "zpos" "999" "wide" "600" "tall" "20" @@ -404,15 +404,15 @@ "visible" "1" [$WIN32] "enabled" "1" } - "ServerTimeLeftValue" + "ServerTimeValue" { "ControlName" "CExLabel" - "fieldName" "ServerTimeLeftValue" - "font" "Cerbetica14" + "fieldName" "ServerTimeValue" + "font" "Cerbetica20" "labelText" "%servertime%" "textAlignment" "west" "xpos" "2" - "ypos" "16" + "ypos" "2" "zpos" "999" "wide" "600" "tall" "20" @@ -679,7 +679,7 @@ "labelText" "%mapname%" "textAlignment" "west" "xpos" "3" - "ypos" "30" + "ypos" "25" "zpos" "3" "wide" "480" "tall" "20" |
