Skip to content

Commit

Permalink
Matchstatus local player color tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypnootize committed Mar 10, 2024
1 parent 18a1560 commit b2051a1
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 26 deletions.
5 changes: 3 additions & 2 deletions resource/ui/hudmatchstatus_bighealth.res
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@
{
"playerpanels_kv"
{
"color_portrait_bg_red_local_player" "Black_Light"
"color_portrait_bg_blue_local_player" "Black_Light"

"ClassImage"
{
"zpos" "5"
}

"HealthBar"
{
"zpos" "3"
"tall" "19"
}

"OverHealBar"
{
"zpos" "4"
Expand Down
3 changes: 3 additions & 0 deletions resource/ui/hudmatchstatus_smallhealth.res
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
{
"playerpanels_kv"
{
"color_portrait_bg_red_local_player" "195 169 168 255"
"color_portrait_bg_blue_local_player" "168 169 195 255"

"ClassImage"
{
"zpos" "4"
Expand Down
48 changes: 24 additions & 24 deletions resource/ui/hudmatchsummary_base.res
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,10 @@
"ControlName" "CExLabel"
"fieldName" "BlueTeamScore"
"xpos" "5"
"ypos" "103"
"ypos" "99"
"zpos" "4"
"wide" "p.19"
"tall" "30"
"tall" "39"
"visible" "1"
"enabled" "1"
"font" "Size_36"
Expand All @@ -264,18 +264,18 @@

"if_large"
{
"ypos" "41"
"ypos" "36"
}
}
"BlueTeamScoreDropshadow"
{
"ControlName" "CExLabel"
"fieldName" "BlueTeamScoreDropshadow"
"xpos" "6"
"ypos" "104"
"ypos" "100"
"zpos" "3"
"wide" "p.19"
"tall" "30"
"tall" "39"
"visible" "1"
"enabled" "1"
"font" "Size_36_Blur"
Expand All @@ -285,18 +285,18 @@

"if_large"
{
"ypos" "42"
"ypos" "37"
}
}
"BlueTeamWinner"
{
"ControlName" "CExLabel"
"fieldName" "BlueTeamWinner"
"xpos" "5"
"ypos" "103"
"ypos" "99"
"zpos" "4"
"wide" "p.19"
"tall" "30"
"tall" "39"
"visible" "1"
"enabled" "1"
"font" "Size_18"
Expand All @@ -306,18 +306,18 @@

"if_large"
{
"ypos" "41"
"ypos" "36"
}
}
"BlueTeamWinnerDropshadow"
{
"ControlName" "CExLabel"
"fieldName" "BlueTeamWinnerDropshadow"
"xpos" "6"
"ypos" "104"
"ypos" "100"
"zpos" "3"
"wide" "p.19"
"tall" "30"
"tall" "39"
"visible" "1"
"enabled" "1"
"font" "Size_18_Blur"
Expand All @@ -327,7 +327,7 @@

"if_large"
{
"ypos" "42"
"ypos" "37"
}
}
"BlueLabel"
Expand Down Expand Up @@ -552,10 +552,10 @@
"ControlName" "CExLabel"
"fieldName" "RedTeamScore"
"xpos" "r5-p.19"
"ypos" "103"
"ypos" "99"
"zpos" "4"
"wide" "p.19"
"tall" "30"
"tall" "39"
"visible" "1"
"enabled" "1"
"font" "Size_36"
Expand All @@ -565,18 +565,18 @@

"if_large"
{
"ypos" "41"
"ypos" "36"
}
}
"RedTeamScoreDropshadow"
{
"ControlName" "CExLabel"
"fieldName" "RedTeamScoreDropshadow"
"xpos" "r4-p.19"
"ypos" "104"
"ypos" "100"
"zpos" "3"
"wide" "p.19"
"tall" "30"
"tall" "39"
"visible" "1"
"enabled" "1"
"font" "Size_36_Blur"
Expand All @@ -586,18 +586,18 @@

"if_large"
{
"ypos" "42"
"ypos" "37"
}
}
"RedTeamWinner"
{
"ControlName" "CExLabel"
"fieldName" "RedTeamWinner"
"xpos" "r5-p.19"
"ypos" "103"
"ypos" "99"
"zpos" "4"
"wide" "p.19"
"tall" "30"
"tall" "39"
"visible" "1"
"enabled" "1"
"font" "Size_18"
Expand All @@ -607,18 +607,18 @@

"if_large"
{
"ypos" "41"
"ypos" "36"
}
}
"RedTeamWinnerDropshadow"
{
"ControlName" "CExLabel"
"fieldName" "RedTeamWinnerDropshadow"
"xpos" "r4-p.19"
"ypos" "104"
"ypos" "100"
"zpos" "3"
"wide" "p.19"
"tall" "30"
"tall" "39"
"visible" "1"
"enabled" "1"
"font" "Size_18_Blur"
Expand All @@ -628,7 +628,7 @@

"if_large"
{
"ypos" "42"
"ypos" "37"
}
}
"RedLabel"
Expand Down

0 comments on commit b2051a1

Please sign in to comment.