Skip to content

Commit

Permalink
[flawhud] Updated mode selection
Browse files Browse the repository at this point in the history
  • Loading branch information
CriticalFlaw committed Jul 1, 2024
1 parent e4a77ee commit fe8d754
Showing 1 changed file with 34 additions and 82 deletions.
116 changes: 34 additions & 82 deletions src/TF2HUD.Editor/JSON/flawhud.json
Original file line number Diff line number Diff line change
Expand Up @@ -1685,22 +1685,6 @@
"Value": "false",
"Restart": true,
"Files": {
"resource/ui/mainmenuplaylistentry.res": {
"ModeButton": {
"tall": {
"true": "75",
"false": "40"
},
"wide": {
"true": "250",
"false": "115"
},
"font": {
"true": "FontBold18",
"false": "FontBold12"
}
}
},
"resource/ui/matchmakingdashboardplaylist.res": {
"ExpandableList": {
"ypos": {
Expand Down Expand Up @@ -1764,100 +1748,68 @@
}
},
"resource/ui/matchmakingplaylist.res": {
"CasualEntry": {
"CasualLabel": {
"xpos": {
"true": "0",
"false": "r165"
},
"tall": {
"true": "75",
"false": "50"
},
"wide": {
"true": "250",
"false": "140"
"true": "10",
"false": "r-40"
},
"proportionaltoparent": {
"true": "1",
"false": "0"
"ypos": {
"true": "0",
"false": "5"
}
},
"CompetitiveEntry": {
"CompetitiveLabel": {
"xpos": {
"true": "0",
"true": "10",
"false": "5"
},
"tall": {
"true": "75",
"false": "50"
},
"wide": {
"true": "250",
"false": "140"
},
"proportionaltoparent": {
"true": "1",
"false": "0"
},
"pin_corner_to_sibling": {
"true": "PIN_TOPLEFT",
"false": "PIN_TOPRIGHT"
},
"pin_to_sibling_corner": {
"true": "PIN_BOTTOMLEFT",
"false": "PIN_TOPLEFT"
}
},
"MvMEntry": {
"MvMLabel": {
"xpos": {
"true": "0",
"false": "5"
},
"tall": {
"true": "75",
"false": "50"
},
"wide": {
"true": "250",
"false": "140"
},
"proportionaltoparent": {
"true": "1",
"ypos": {
"true": "10",
"false": "0"
},
"pin_corner_to_sibling": {
"true": "PIN_TOPLEFT",
"false": "PIN_TOPRIGHT"
"pin_to_sibling": {
"true": "CasualEntry",
"false": "CompetitiveLabel"
},
"pin_to_sibling_corner": {
"true": "PIN_BOTTOMLEFT",
"false": "PIN_TOPLEFT"
"false": "PIN_TOPRIGHT"
}
},
"ServerBrowserLabel": {
"xpos": {
"true": "10",
"false": "5"
}
},
"ServerBrowserEntry": {
"QuickplayLabel": {
"xpos": {
"true": "0",
"false": "5"
},
"tall": {
"true": "75",
"false": "50"
},
"wide": {
"true": "250",
"false": "140"
},
"proportionaltoparent": {
"true": "1",
"ypos": {
"true": "10",
"false": "0"
},
"pin_corner_to_sibling": {
"true": "PIN_TOPLEFT",
"false": "PIN_TOPRIGHT"
"pin_to_sibling": {
"true": "MvMEntry",
"false": "ServerBrowserLabel"
},
"pin_to_sibling_corner": {
"true": "PIN_BOTTOMLEFT",
"false": "PIN_TOPLEFT"
"false": "PIN_TOPRIGHT"
}
},
"QuickplayArenaLabel": {
"xpos": {
"true": "10",
"false": "5"
}
}
}
Expand Down

0 comments on commit fe8d754

Please sign in to comment.