Skip to content

Commit

Permalink
should be 0.1.3 now
Browse files Browse the repository at this point in the history
  • Loading branch information
conchkritz committed Apr 1, 2022
1 parent be3f7c8 commit 60b81f3
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 7 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 11 additions & 2 deletions resource/scheme/clientscheme_fonts.res
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@ Scheme
{

// ===========================================
// test //TF2Secondary
// secondary
"hudfont8sec"
{
"1"
{
"name" "TF2 Secondary"
"tall" "8"
"antialias" "1"
}
}
"hudfont10sec"
{
"1"
Expand Down Expand Up @@ -51,7 +60,7 @@ Scheme
}
}
// ===========================================
// main font //TF2Secondary
// main font

"hudfont6"
{
Expand Down
2 changes: 1 addition & 1 deletion resource/ui/hudplayerhealth.res
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
{
"ControlName" "ImagePanel"
"fieldName" "PlayerStatusHealthBonusImage"
"xpos" "90" [$WIN32]
"xpos" "88" [$WIN32]
"ypos" "35" [$WIN32]
"zpos" "2"
"wide" "55" [$WIN32]
Expand Down
8 changes: 4 additions & 4 deletions resource/ui/hudtournament.res
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"spacer" "5"
"name_width" "57"
"horiz_inset" "2"

if_mvm
{
"xpos" "c-250"
Expand All @@ -35,7 +35,7 @@

"team1_player_base_y" "66"
"team2_player_base_y" "66"
"team2_player_delta_x" "52"
"team2_player_delta_x" "57"
}

if_competitive
Expand Down Expand Up @@ -136,9 +136,9 @@
{
"xpos" "4"
"ypos" "25"
"wide" "48"
"wide" "48"
"textAlignment" "center"
"font" "PlayerPanelPlayerName"
"font" "hudfont8sec"
}

if_competitive
Expand Down
22 changes: 22 additions & 0 deletions resource/ui/targetid.res
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,28 @@
"enabled" "1"
"fillcolor" "colortransparentgray"
}
"TeamColor"
{
"ControlName" "CTFImagePanel"
"fieldName" "TeamColor"
"xpos" "4"
"ypos" "11"
"zpos" "-5"
"wide" "f0"
"tall" "2"
"visible" "1"
"enabled" "1"
"image" "../hud/color_panel_brown"
"scaleImage" "1"
"teambg_1" "../hud/color_panel_brown"
"teambg_2" "../hud/color_panel_red"
"teambg_3" "../hud/color_panel_blu"
"scaleImage" "1"
"src_corner_height" "15"
"src_corner_width" "15"
"draw_corner_width" "0"
"draw_corner_height" "0"
}
"TargetNameLabel"
{
"ControlName" "Label"
Expand Down

0 comments on commit 60b81f3

Please sign in to comment.