diff options
| author | Ian Bruton <[email protected]> | 2012-10-20 15:31:01 -0500 |
|---|---|---|
| committer | Ian Bruton <[email protected]> | 2012-10-20 15:31:01 -0500 |
| commit | b675fc562cde001e14c8ea6ace81a439058560f2 (patch) | |
| tree | 54232831179fa778cdf616afe3af3ac95fa43580 | |
| parent | 994134240010e575d63f197fa4701e6d0c0e5bd4 (diff) | |
Fixed borderless countdown timer on MvM
| -rw-r--r-- | resource/ui/HudTournament.res | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/resource/ui/HudTournament.res b/resource/ui/HudTournament.res index f1320d5..459d372 100644 --- a/resource/ui/HudTournament.res +++ b/resource/ui/HudTournament.res @@ -543,15 +543,15 @@ "src_corner_height" "23" // pixels inside the image
"src_corner_width" "23"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "5"
}
"CountdownLabel"
{
"ControlName" "CExLabel"
"fieldName" "CountdownLabel"
- "font" "HudFontGiant"
+ "font" "Cerbetica24"
"xpos" "230"
"ypos" "r55"
"wide" "40"
@@ -570,7 +570,7 @@ {
"ControlName" "CExLabel"
"fieldName" "CountdownLabelShadow"
- "font" "HudFontGiant"
+ "font" "Cerbetica24"
"xpos" "231"
"ypos" "r54"
"wide" "40"
|
