Skip to content

Commit

Permalink
Fixed uber meter not being aligned while in minmode
Browse files Browse the repository at this point in the history
  • Loading branch information
CriticalFlaw committed Oct 14, 2024
1 parent 5795d1b commit a22ede0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
10 changes: 5 additions & 5 deletions resource/ui/hudmediccharge.res
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"xpos" "c90"
"ypos" "60"
"xpos_minmode" "c40"
"ypos_minmode" "5"
"ypos_minmode" "20"
"zpos" "2"
"wide" "100"
"tall" "50"
Expand Down Expand Up @@ -79,7 +79,7 @@
"wide" "120"
"tall" "35"
"xpos_minmode" "c40"
"ypos_minmode" "20"
"ypos_minmode" "36"
"wide_minmode" "100"
"tall_minmode" "22"
"autoResize" "0"
Expand Down Expand Up @@ -122,7 +122,7 @@
"font" "Default"
"xpos" "15"
"ypos" "5"
"xpos_minmode" "-15"
"xpos_minmode" "-20"
"ypos_minmode" "0"
"zpos" "2"
"wide" "150"
Expand Down Expand Up @@ -265,8 +265,8 @@
"fieldName" "ResistIconAnchor"
"xpos" "c80"
"ypos" "110"
"xpos_minmode" "c40"
"ypos_minmode" "48"
"xpos_minmode" "c140"
"ypos_minmode" "35"
"wide" "30"
"tall" "30"
"visible" "1"
Expand Down
5 changes: 5 additions & 0 deletions resource/ui/hudobjectiveflagpanel.res
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,11 @@
{
"visible" "0"
}

"if_mvm"
{
"ypos" "r65"
}
}

"RedFlag"
Expand Down
4 changes: 2 additions & 2 deletions resource/ui/scoreboard.res
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
{
"ControlName" "CExLabel"
"fieldName" "BlueTeamName"
"font" "HudFontMediumBig"
"font" "HudFontMedium"
"labelText" "%blueteamname%"
"textAlignment" "west"
"xpos" "0"
Expand Down Expand Up @@ -194,7 +194,7 @@
{
"ControlName" "CExLabel"
"fieldName" "RedTeamName"
"font" "HudFontMediumBig"
"font" "HudFontMedium"
"labelText" "%redteamname%"
"textAlignment" "east"
"xpos" "0"
Expand Down
4 changes: 2 additions & 2 deletions resource/ui/teammenu.res
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"brighttext" "0"
"paintborder" "0"
"command" "jointeam auto"
"font" "HudFontMediumSecondary"
"font" "HudFontMediumSmall"

"defaultBgColor_override" "TransparentBlack"
"armedBgColor_override" "HudBlack"
Expand Down Expand Up @@ -217,7 +217,7 @@
"brighttext" "0"
"paintborder" "0"
"command" "jointeam spectate"
"font" "HudFontMediumSecondary"
"font" "HudFontMediumSmall"

"defaultBgColor_override" "TransparentBlack"
"armedBgColor_override" "HudBlack"
Expand Down

0 comments on commit a22ede0

Please sign in to comment.