diff options
| author | RaysFire <[email protected]> | 2013-12-30 18:04:55 -0600 |
|---|---|---|
| committer | RaysFire <[email protected]> | 2013-12-30 18:04:55 -0600 |
| commit | 481b80d0b814e4d2603dccdac1e28ec2c87f70c3 (patch) | |
| tree | fb3563b020a6773d5a1743f3ee85f27e0b54f739 | |
| parent | fc64409bd41c58f48c74b166d60026e4473ecada (diff) | |
Fixed ping getting cut off in MvM scoreboard (16x9, 16x10)
| -rw-r--r-- | minmode/resource/ui/MvMScoreboard.res | 14 | ||||
| -rw-r--r-- | resource/ui/MvMScoreboard.res | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/minmode/resource/ui/MvMScoreboard.res b/minmode/resource/ui/MvMScoreboard.res index 96b0842..bacc181 100644 --- a/minmode/resource/ui/MvMScoreboard.res +++ b/minmode/resource/ui/MvMScoreboard.res @@ -22,7 +22,7 @@ "xpos" "98"
"ypos" "71"
"zpos" "-1"
- "wide" "455"
+ "wide" "545"
"tall" "288"
"pinCorner" "0"
"visible" "1"
@@ -36,10 +36,10 @@ "font" "Cerbetica24"
"labelText" "%popfile%"
"textAlignment" "center"
- "xpos" "78"
- "ypos" "c150"
+ "xpos" "118"
+ "ypos" "c145"
"wide" "290"
- "tall" "20"
+ "tall" "30"
"fgcolor" "tanlight"
}
@@ -47,7 +47,7 @@ {
"ControlName" "EditablePanel"
"fieldName" "DifficultyContainer"
- "xpos" "355"
+ "xpos" "430"
"ypos" "c150"
"wide" "150"
"tall" "50"
@@ -110,7 +110,7 @@ "fieldName" "MvMPlayerList"
"xpos" "110"
"ypos" "79"
- "wide" "430"
+ "wide" "520"
"tall" "150"
"pinCorner" "0"
"visible" "1"
@@ -126,7 +126,7 @@ {
"ControlName" "EditablePanel"
"fieldName" "CreditStatsContainer"
- "xpos" "118"
+ "xpos" "163"
"ypos" "220"
"wide" "400"
"tall" "205"
diff --git a/resource/ui/MvMScoreboard.res b/resource/ui/MvMScoreboard.res index 91ee454..878e858 100644 --- a/resource/ui/MvMScoreboard.res +++ b/resource/ui/MvMScoreboard.res @@ -22,7 +22,7 @@ "xpos" "98" "ypos" "71" "zpos" "-1" - "wide" "455" + "wide" "545" "tall" "288" "pinCorner" "0" "visible" "1" @@ -36,10 +36,10 @@ "font" "Cerbetica24" "labelText" "%popfile%" "textAlignment" "center" - "xpos" "78" - "ypos" "c150" + "xpos" "118" + "ypos" "c145" "wide" "290" - "tall" "20" + "tall" "30" "fgcolor" "tanlight" } @@ -47,7 +47,7 @@ { "ControlName" "EditablePanel" "fieldName" "DifficultyContainer" - "xpos" "355" + "xpos" "430" "ypos" "c150" "wide" "150" "tall" "50" @@ -110,7 +110,7 @@ "fieldName" "MvMPlayerList" "xpos" "110" "ypos" "79" - "wide" "430" + "wide" "520" "tall" "150" "pinCorner" "0" "visible" "1" @@ -126,7 +126,7 @@ { "ControlName" "EditablePanel" "fieldName" "CreditStatsContainer" - "xpos" "118" + "xpos" "163" "ypos" "220" "wide" "400" "tall" "205" |
