diff options
Diffstat (limited to 'resource/ClientScheme.res')
| -rw-r--r-- | resource/ClientScheme.res | 65 |
1 files changed, 64 insertions, 1 deletions
diff --git a/resource/ClientScheme.res b/resource/ClientScheme.res index 24759e0..e95c128 100644 --- a/resource/ClientScheme.res +++ b/resource/ClientScheme.res @@ -1578,6 +1578,30 @@ Scheme "antialias" "1" } } + + "MatchSummaryTeamScores" + { + "1" + { + "name" "TF2" + "tall" "36" + "weight" "500" + "range" "0x0000 0x007F" // Basic Latin + "antialias" "1" + "additive" "0" + } + } + "MatchSummaryStatsAndMedals" + { + "1" + { + "name" "TF2 Secondary" + "tall" "14" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } "ControlPointTimer" { @@ -4715,6 +4739,29 @@ Scheme "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } + + TFFatLineBorderBlueBGOpaque + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "../hud/color_panel_blu_opaque" + "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" + } + TFFatLineBorderClearBG + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "../hud/color_panel_clear" + "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" + } ToolTipBorder { @@ -6621,4 +6668,20 @@ Scheme "font" "resource/heydings_icons.ttf" "name" "Heydings Icons" } -}
\ No newline at end of file +} + + + + + + + + + + + + + + + + |
