diff options
| author | CriticalFlaw <[email protected]> | 2019-03-10 20:32:58 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2019-03-10 20:32:58 -0400 |
| commit | fdfa8d63e4eab65b1ac7087702ff576df47b2c10 (patch) | |
| tree | b249f93db5f48ab882a6cfac71614142f893db6f /resource/ui/winpanel.res | |
| parent | 59374d07d43bc3207a45294b05be3dd8f7b3299e (diff) | |
Playtesting Fixes
- Fixed the floating health ID not appearing
Diffstat (limited to 'resource/ui/winpanel.res')
| -rw-r--r-- | resource/ui/winpanel.res | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/resource/ui/winpanel.res b/resource/ui/winpanel.res index a4e35e7..1c51b4e 100644 --- a/resource/ui/winpanel.res +++ b/resource/ui/winpanel.res @@ -64,11 +64,11 @@ {
"ControlName" "CExLabel"
"fieldName" "BlueTeamScore"
- "font" "Cerbetica44"
+ "font" "Cerbetica48"
"labelText" "%blueteamscore%"
"textAlignment" "east"
"xpos" "15"
- "ypos" "-19"
+ "ypos" "-12"
"zpos" "3"
"wide" "80"
"tall" "70"
@@ -81,12 +81,12 @@ {
"ControlName" "CExLabel"
"fieldName" "BlueTeamScoreDropshadow"
- "font" "Cerbetica44"
+ "font" "Cerbetica48"
"fgcolor" "TransparentBlack"
"labelText" "%blueteamscore%"
"textAlignment" "east"
- "xpos" "-2"
- "ypos" "-2"
+ "xpos" "-1"
+ "ypos" "-1"
"zpos" "3"
"wide" "80"
"tall" "70"
@@ -138,11 +138,11 @@ {
"ControlName" "CExLabel"
"fieldName" "RedTeamScore"
- "font" "Cerbetica44"
+ "font" "Cerbetica48"
"labelText" "%redteamscore%"
"textAlignment" "west"
"xpos" "105"
- "ypos" "-19"
+ "ypos" "-12"
"zpos" "3"
"wide" "80"
"tall" "70"
@@ -155,11 +155,11 @@ {
"ControlName" "CExLabel"
"fieldName" "RedTeamScoreDropshadow"
- "font" "Cerbetica44"
+ "font" "Cerbetica48"
"labelText" "%redteamscore%"
"textAlignment" "west"
- "xpos" "-2"
- "ypos" "-2"
+ "xpos" "-1"
+ "ypos" "-1"
"zpos" "2"
"wide" "80"
"tall" "70"
|
