Skip to content

Commit

Permalink
Merge pull request #454 from TheRSO/patch-2
Browse files Browse the repository at this point in the history
Some Small Fixes
  • Loading branch information
CriticalFlaw authored Apr 3, 2024
2 parents 4f0ca25 + 2045b74 commit e2483e5
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 17 deletions.
6 changes: 3 additions & 3 deletions resource/ui/hudaccountpanel.res
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
{
"ControlName" "CIconPanel"
"fieldName" "MetalIcon"
"xpos" "15"
"ypos" "5"
"xpos" "18"
"ypos" "6"
"zpos" "1"
"wide" "10"
"tall" "10"
Expand Down Expand Up @@ -96,4 +96,4 @@
"fgcolor" "Black"
"pin_to_sibling" "AccountValue"
}
}
}
4 changes: 2 additions & 2 deletions resource/ui/hudplayerclass.res
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
{
"force_pos" "1"
"angles_x" "0"
"angles_y" "200"
"angles_y" "165"
"angles_z" "0"
"origin_x" "200"
"origin_y" "0"
Expand Down Expand Up @@ -243,4 +243,4 @@
"auto_wide_tocontents" "1"
}
}
}
}
21 changes: 12 additions & 9 deletions resource/ui/mvmcriteria.res
Original file line number Diff line number Diff line change
Expand Up @@ -579,18 +579,21 @@
"TourLevelLabel"
{
"ControlName" "Label"
"fieldName" "TourLevelLabel"
"font" "FontBold14"
"labelText" "%tour_level%"
"fieldName" "TourLevelLabel"
"font" "FontBold14"
"labelText" "%tour_level%"
"textAlignment" "south"
"xpos" "228"
"ypos" "3"
"zpos" "0"
"wide" "70"
"tall" "26"
"xpos" "0"
"ypos" "-13"
"zpos" "1"
"wide" "70"
"tall" "26"
"fgcolor_override" "Black"

"pin_to_sibling" "TourLevelImage"
"pin_corner_to_sibling" "PIN_CENTER_TOP"
"pin_to_sibling_corner" "PIN_CENTER_TOP"
}

"ChallengeListGroupBox"
{
"ControlName" "EditablePanel"
Expand Down
4 changes: 2 additions & 2 deletions resource/ui/wavestatuspanel.res
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"fieldName" "WaveCountLabel"
"font" "FontBold12"
"fgcolor" "TanLight"
"xpos" "140"
"xpos" "136"
"ypos" "5"
"zpos" "3"
"wide" "200"
Expand Down Expand Up @@ -136,4 +136,4 @@
"draw_corner_width" "5"
"draw_corner_height" "5"
}
}
}
2 changes: 1 addition & 1 deletion scripts/hudlayout.res
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
"CHudAccountPanel"
{
"fieldName" "CHudAccountPanel"
"xpos" "c-50"
"xpos" "c-44"
"ypos" "c120"
"wide" "150"
"tall" "100"
Expand Down

0 comments on commit e2483e5

Please sign in to comment.