Skip to content

Commit

Permalink
[flawhud] Fixed mode selection after recent update
Browse files Browse the repository at this point in the history
  • Loading branch information
CriticalFlaw committed Oct 12, 2024
1 parent 7462eea commit fa19eb3
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions src/TF2HUD.Editor/JSON/flawhud.json
Original file line number Diff line number Diff line change
Expand Up @@ -1774,14 +1774,10 @@
}
},
"resource/ui/matchmakingplaylist.res": {
"CasualLabel": {
"CasualEntry": {
"xpos": {
"true": "10",
"false": "r-40"
},
"ypos": {
"true": "0",
"false": "5"
"true": "140",
"false": "r150"
}
},
"CompetitiveLabel": {
Expand All @@ -1804,8 +1800,8 @@
"false": "CompetitiveLabel"
},
"pin_to_sibling_corner": {
"true": "PIN_BOTTOMLEFT",
"false": "PIN_TOPRIGHT"
"true": "PIN_BOTTOMRIGHT",
"false": "PIN_TOPLEFT"
}
},
"ServerBrowserLabel": {
Expand All @@ -1828,8 +1824,8 @@
"false": "ServerBrowserLabel"
},
"pin_to_sibling_corner": {
"true": "PIN_BOTTOMLEFT",
"false": "PIN_TOPRIGHT"
"true": "PIN_BOTTOMRIGHT",
"false": "PIN_TOPLEFT"
}
},
"QuickplayArenaLabel": {
Expand Down

0 comments on commit fa19eb3

Please sign in to comment.