Skip to content

Commit

Permalink
fix a couple menu things
Browse files Browse the repository at this point in the history
  • Loading branch information
Rorriis committed May 19, 2024
1 parent 1a3c1e9 commit e27ed75
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 20 deletions.
12 changes: 0 additions & 12 deletions resource/ui/#customizations/menus/default_menu.res
Original file line number Diff line number Diff line change
Expand Up @@ -2765,16 +2765,4 @@
"fieldName" "StoreHasNewItemsImage"
"wide" "0"
}
"ChatPopupPin"
{
"xpos" "c-344"
"ypos" "-10"
"ControlName" "Panel"
}
"InviteNotifPin"
{
"xpos" "c-347"
"ypos" "-10"
"ControlName" "Panel"
}
}
6 changes: 3 additions & 3 deletions resource/ui/chatpopup.res
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"tall" "30"
"visible" "1"
"proportionaltoparent" "1"
"pin_to_sibling" "ChatPopupPin"
"pin_to_sibling_corner" "3"

"paintbackground" "0"
"bgcolor_override" "255 0 0 250"

"pin_to_sibling" "ChatPopupPin"
"pin_to_sibling_corner" "7"
}

"text"
Expand Down
4 changes: 2 additions & 2 deletions resource/ui/invitenotification.res
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"bgcolor_override" "255 0 0 250"

"pin_to_sibling" "InviteNotifPin"
"pin_to_sibling_corner" "3"
"pin_to_sibling_corner" "7"
}

"avatar"
Expand Down Expand Up @@ -111,7 +111,7 @@
{
"ControlName" "CExButton"
"fieldName" "AcceptButton"
"xpos" "rs1-70"
"xpos" "rs1-68"
"ypos" "rs1-5"
"wide" "80"
"zpos" "100"
Expand Down
18 changes: 18 additions & 0 deletions resource/ui/mainmenuoverride.res
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,21 @@
#base "#customizations/menus/default_menu.res"
#base "../../resource/preload.res"
#base "#customizations/hud_customization.res"

"Resource/UI/MainMenuOverride.res"
{
"ChatPopupPin"
{
"fieldName" "ChatPopupPin"
"ControlName" "Panel"
"xpos" "c-314"
"ypos" "c-246"
}
"InviteNotifPin"
{
"fieldName" "InviteNotifPin"
"ControlName" "Panel"
"xpos" "c-318"
"ypos" "c-246"
}
}
6 changes: 3 additions & 3 deletions resource/ui/matchmakingdashboard.res
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@
{
"ControlName" "Label"
"fieldName" "PromptText"
"xpos" "cs-0.5"
"xpos" "8"
"ypos" "1"
"wide" "f35"
"zpos" "100"
Expand All @@ -545,9 +545,9 @@
{
"ControlName" "CExButton"
"fieldName" "JoinNowButton"
"xpos" "rs1-10"
"xpos" "rs1-6"
"ypos" "rs1-9"
"wide" "40"
"wide" "35"
"zpos" "100"
"tall" "15"

Expand Down

0 comments on commit e27ed75

Please sign in to comment.