Skip to content

Commit

Permalink
Fixed vaccinator meter for cornered layout
Browse files Browse the repository at this point in the history
  • Loading branch information
CriticalFlaw committed Nov 12, 2022
1 parent 36cc8f7 commit b879059
Showing 1 changed file with 27 additions and 21 deletions.
48 changes: 27 additions & 21 deletions resource/ui/hudmediccharge.res
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,20 @@
{
"ControlName" "CExImageButton"
"fieldName" "IndividualChargesLabel"
"xpos" "c-63"
"ypos" "45"
"xpos" "-2"
"ypos" "5"
"zpos" "2"
"wide" "126"
"tall" "15"
"wide" "110"
"tall" "43"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" ""
"pin_to_sibling" "ResistIconAnchor"
"pin_corner_to_sibling" "PIN_TOPLEFT"
"pin_to_sibling_corner" "PIN_TOPRIGHT"
"defaultbgcolor_override" "Black"
"PaintBackgroundType" "0"
"textinsety" "99"
}

"ChargeMeterLabel"
Expand Down Expand Up @@ -151,10 +153,10 @@
"fieldName" "ChargeMeter1"
"font" "Default"
"xpos" "-3"
"ypos" "0"
"ypos" "-2"
"zpos" "4"
"wide" "28"
"tall" "15"
"wide" "18"
"tall" "39"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
Expand All @@ -173,8 +175,8 @@
"xpos" "2"
"ypos" "0"
"zpos" "4"
"wide" "28"
"tall" "15"
"wide" "18"
"tall" "39"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
Expand All @@ -196,8 +198,8 @@
"xpos" "2"
"ypos" "0"
"zpos" "4"
"wide" "28"
"tall" "15"
"wide" "18"
"tall" "39"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
Expand All @@ -219,8 +221,8 @@
"xpos" "2"
"ypos" "0"
"zpos" "4"
"wide" "31"
"tall" "15"
"wide" "18"
"tall" "39"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
Expand Down Expand Up @@ -252,12 +254,15 @@
{
"ControlName" "EditablePanel"
"fieldName" "ResistIconAnchor"
"xpos" "c-11"
"ypos" "22"
"wide" "20"
"tall" "20"
"xpos" "0"
"ypos" "-5"
"wide" "30"
"tall" "30"
"visible" "1"
"enabled" "1"
"pin_to_sibling" "UberBG"
"pin_corner_to_sibling" "PIN_TOPLEFT"
"pin_to_sibling_corner" "PIN_TOPLEFT"
}

"ResistIcon"
Expand All @@ -266,8 +271,9 @@
"fieldName" "ResistIcon"
"xpos" "0"
"ypos" "0"
"wide" "20"
"tall" "20"
"zpos" "100"
"wide" "30"
"tall" "30"
"visible" "1"
"enabled" "1"
"image" "../HUD/defense_buff_bullet_blue"
Expand Down

0 comments on commit b879059

Please sign in to comment.