Skip to content

Commit

Permalink
Updated the team and class selection screens.
Browse files Browse the repository at this point in the history
  • Loading branch information
CriticalFlaw committed Oct 4, 2021
1 parent 02f3f15 commit 4ac672b
Show file tree
Hide file tree
Showing 4 changed files with 191 additions and 166 deletions.
16 changes: 8 additions & 8 deletions resource/scheme/clientscheme_borders.res
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,8 @@ Scheme

ButtonKeyFocusBorder
{
"offset" "0 0"
"color" "Blank"
"inset" "0 0 0 0"
"backgroundtype" "2"
}

ButtonDepressedBorder
Expand Down Expand Up @@ -589,7 +589,7 @@ Scheme
TFFatLineBorderRedBGOpaque
{
"bordertype" "scalable_image"
"backgroundtype" "2"
"backgroundtype" "0"
"image" "../hud/color_panel_red_opaque"
"src_corner_height" "23" // pixels inside the image
"src_corner_width" "23"
Expand All @@ -611,7 +611,7 @@ Scheme
TFFatLineBorderRedBG
{
"bordertype" "scalable_image"
"backgroundtype" "2"
"backgroundtype" "0"
"image" "../hud/color_panel_red"
"src_corner_height" "23" // pixels inside the image
"src_corner_width" "23"
Expand All @@ -622,7 +622,7 @@ Scheme
TFFatLineBorderRedBGMoreOpaque
{
"bordertype" "scalable_image"
"backgroundtype" "2"
"backgroundtype" "0"
"image" "../hud/color_panel_red_more_opaque"
"src_corner_height" "23" // pixels inside the image
"src_corner_width" "23"
Expand All @@ -633,7 +633,7 @@ Scheme
TFFatLineBorderBlueBG
{
"bordertype" "scalable_image"
"backgroundtype" "2"
"backgroundtype" "0"
"image" "../hud/color_panel_blu"
"src_corner_height" "23" // pixels inside the image
"src_corner_width" "23"
Expand All @@ -644,7 +644,7 @@ Scheme
TFFatLineBorderBlueBGMoreOpaque
{
"bordertype" "scalable_image"
"backgroundtype" "2"
"backgroundtype" "0"
"image" "../hud/color_panel_blu_more_opaque"
"src_corner_height" "23" // pixels inside the image
"src_corner_width" "23"
Expand All @@ -655,7 +655,7 @@ Scheme
TFFatLineBorderBlueBGOpaque
{
"bordertype" "scalable_image"
"backgroundtype" "2"
"backgroundtype" "0"
"image" "../hud/color_panel_blu_opaque"
"src_corner_height" "23" // pixels inside the image
"src_corner_width" "23"
Expand Down
2 changes: 1 addition & 1 deletion resource/scheme/clientscheme_icons.res
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Scheme
"1"
{
"name" "TF2Icons"
"tall" "20"
"tall" "25"
"additive" "0"
"antialias" "1"
}
Expand Down
Loading

0 comments on commit 4ac672b

Please sign in to comment.