From b675fc562cde001e14c8ea6ace81a439058560f2 Mon Sep 17 00:00:00 2001 From: Ian Bruton Date: Sat, 20 Oct 2012 15:31:01 -0500 Subject: Fixed borderless countdown timer on MvM --- resource/ui/HudTournament.res | 8 ++++---- 1 file 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" -- cgit v1.2.3