diff options
| -rw-r--r-- | minmode/resource/ClientScheme.res | 48 | ||||
| -rw-r--r-- | resource/ClientScheme.res | 48 |
2 files changed, 94 insertions, 2 deletions
diff --git a/minmode/resource/ClientScheme.res b/minmode/resource/ClientScheme.res index b025d63..3dae9a9 100644 --- a/minmode/resource/ClientScheme.res +++ b/minmode/resource/ClientScheme.res @@ -1627,6 +1627,18 @@ Scheme } } + "MatchSummaryWinner" + { + "1" + { + "name" "Cerbetica_edited" + "tall" "20" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + "CompMatchStartTeamNames" { "1" @@ -4720,6 +4732,17 @@ Scheme "src_corner_width" "23" "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" + } + TFFatLineBorderOpaque + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "../hud/color_panel_brown_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" } TFFatLineBorder { @@ -4765,6 +4788,17 @@ Scheme "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } + TFFatLineBorderRedBGMoreOpaque + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "../hud/color_panel_red_more_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" + } TFFatLineBorderBlueBG { "bordertype" "scalable_image" @@ -4777,7 +4811,19 @@ Scheme "draw_corner_height" "0" } - TFFatLineBorderBlueBGOpaque + TFFatLineBorderBlueBGMoreOpaque + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "../hud/color_panel_blu_more_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" + } + + TFFatLineBorderBlueBGOpaque { "bordertype" "scalable_image" "backgroundtype" "2" diff --git a/resource/ClientScheme.res b/resource/ClientScheme.res index b025d63..3dae9a9 100644 --- a/resource/ClientScheme.res +++ b/resource/ClientScheme.res @@ -1627,6 +1627,18 @@ Scheme } } + "MatchSummaryWinner" + { + "1" + { + "name" "Cerbetica_edited" + "tall" "20" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + "CompMatchStartTeamNames" { "1" @@ -4720,6 +4732,17 @@ Scheme "src_corner_width" "23" "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" + } + TFFatLineBorderOpaque + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "../hud/color_panel_brown_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" } TFFatLineBorder { @@ -4765,6 +4788,17 @@ Scheme "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } + TFFatLineBorderRedBGMoreOpaque + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "../hud/color_panel_red_more_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" + } TFFatLineBorderBlueBG { "bordertype" "scalable_image" @@ -4777,7 +4811,19 @@ Scheme "draw_corner_height" "0" } - TFFatLineBorderBlueBGOpaque + TFFatLineBorderBlueBGMoreOpaque + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "../hud/color_panel_blu_more_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" + } + + TFFatLineBorderBlueBGOpaque { "bordertype" "scalable_image" "backgroundtype" "2" |
