Skip to content

Commit

Permalink
Updated the Demoman Shield Meters in minmode
Browse files Browse the repository at this point in the history
- Fixed the position of the shield charge meter to be inline with the sticky/cannon charge meter
- Fixed the shield charge label not displaying in minmode
- The eyelander head counter is now centered properly
  • Loading branch information
CriticalFlaw committed May 6, 2019
1 parent 0582a38 commit bb45320
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions resource/ui/huddemomanpipes.res
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
"ControlName" "CExLabel"
"fieldName" "ChargeLabel"
"xpos" "25"
"xpos_minmode" "0"
"ypos" "27"
"ypos_minmode" "3"
"zpos" "2"
"wide" "41"
"tall" "15"
Expand All @@ -38,6 +40,7 @@
"tabPosition" "0"
"labelText" "#TF_Charge"
"textAlignment" "center"
"textAlignment_minmode" "west"
"dulltext" "0"
"brighttext" "0"
"font" "TFFontSmall"
Expand Down Expand Up @@ -71,6 +74,7 @@
"fieldName" "PipesPresentPanel"
"xpos" "0"
"ypos" "0"
"ypos_minmode" "10"
"zpos" "1"
"wide" "100"
"tall" "50"
Expand Down Expand Up @@ -154,6 +158,7 @@
"fieldName" "NoPipesPresentPanel"
"xpos" "0"
"ypos" "0"
"ypos_minmode" "10"
"zpos" "1"
"wide" "100"
"tall" "50"
Expand Down
6 changes: 3 additions & 3 deletions resource/ui/huditemeffectmeter_demoman.res
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"xpos" "r162" [$WIN32]
"ypos" "r92" [$WIN32]
"xpos_minmode" "r70" [$WIN32]
"ypos_minmode" "r74" [$WIN32]
"ypos_minmode" "r80" [$WIN32]
"xpos" "r194" [$X360]
"ypos" "r74" [$X360]
"wide" "100"
Expand Down Expand Up @@ -42,7 +42,7 @@
"ControlName" "CExLabel"
"fieldName" "ItemEffectMeterLabel"
"xpos" "25"
"ypos" "22"
"ypos" "25"
"zpos" "2"
"wide" "41"
"tall" "15"
Expand Down Expand Up @@ -85,7 +85,7 @@
"ControlName" "CExLabel"
"fieldName" "ItemEffectMeterCount"
"xpos" "25"
"ypos" "5"
"ypos" "8"
"zpos" "2"
"wide" "40"
"tall" "20"
Expand Down
2 changes: 1 addition & 1 deletion scripts/hudlayout.res
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@
"xpos" "r162" [$WIN32]
"xpos_minmode" "r110" [$WIN32]
"ypos" "r52" [$WIN32]
"ypos_minmode" "r30" [$WIN32]
"ypos_minmode" "r40" [$WIN32]
"xpos" "r194" [$X360]
"ypos" "r74" [$X360]
"wide" "100"
Expand Down

0 comments on commit bb45320

Please sign in to comment.