diff options
| author | Igor <[email protected]> | 2020-08-07 20:52:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-07 20:52:22 -0400 |
| commit | c8ba1648bd2752ba647b09f164739a7c5ff83734 (patch) | |
| tree | 00124ff378826238f3338b3e4966ad1950c965e2 /customizations/team_menu/classselection-center.res | |
| parent | 21fed14fc11e2021ff767e2bec34d8d0fa20715f (diff) | |
| parent | e391ac81598292127c356fcb6adbd83db72c5888 (diff) | |
Merge pull request #149 from raysfire/dev
v2020.0808
Diffstat (limited to 'customizations/team_menu/classselection-center.res')
| -rw-r--r-- | customizations/team_menu/classselection-center.res | 52 |
1 files changed, 24 insertions, 28 deletions
diff --git a/customizations/team_menu/classselection-center.res b/customizations/team_menu/classselection-center.res index e545202..c2c587f 100644 --- a/customizations/team_menu/classselection-center.res +++ b/customizations/team_menu/classselection-center.res @@ -2,11 +2,7 @@ { "SelectClassLabel" { - "xpos" "30" - "ypos" "r40" - "wide" "450" - "textAlignment" "west" - "font" "CerbeticaBold32" + "visible" "0" } "SidePanelBG" @@ -19,78 +15,78 @@ "scout" { "xpos" "c81" - "ypos" "180" + "ypos" "164" } "soldier" { "xpos" "c80" - "ypos" "196" + "ypos" "180" } "pyro" { "xpos" "c80" - "ypos" "212" + "ypos" "196" } "demoman" { "xpos" "c80" - "ypos" "232" + "ypos" "212" } "heavyweapons" { "xpos" "c80" - "ypos" "248" + "ypos" "232" } "engineer" { "xpos" "c80" - "ypos" "264" + "ypos" "248" } "medic" { "xpos" "c80" - "ypos" "284" + "ypos" "264" } "sniper" { "xpos" "c80" - "ypos" "300" + "ypos" "284" } "spy" { "xpos" "c80" - "ypos" "316" + "ypos" "300" } "random" { "xpos" "c80" - "ypos" "c100" + "ypos" "c80" } - "EditLoadoutButton" [$WIN32] + "EditLoadoutButton" { "xpos" "c80" - "ypos" "c120" + "ypos" "c100" } - "CancelButton" [$WIN32] + "CancelButton" { "xpos" "c180" - "ypos" "c100" + "ypos" "c80" } "numScout" { "xpos" "c158" - "ypos" "180" + "ypos" "164" "wide" "100" "tall" "12" "textAlignment" "center" @@ -99,7 +95,7 @@ "numSoldier" { "xpos" "c158" - "ypos" "196" + "ypos" "180" "wide" "100" "tall" "12" "textAlignment" "center" @@ -108,7 +104,7 @@ "numPyro" { "xpos" "c158" - "ypos" "212" + "ypos" "196" "wide" "100" "tall" "12" "textAlignment" "center" @@ -117,7 +113,7 @@ "numDemoman" { "xpos" "c158" - "ypos" "232" + "ypos" "212" "wide" "100" "tall" "12" "textAlignment" "center" @@ -126,7 +122,7 @@ "numHeavy" { "xpos" "c158" - "ypos" "248" + "ypos" "232" "wide" "100" "tall" "12" "textAlignment" "center" @@ -135,7 +131,7 @@ "numEngineer" { "xpos" "c158" - "ypos" "264" + "ypos" "248" "wide" "100" "tall" "12" "textAlignment" "center" @@ -144,7 +140,7 @@ "numMedic" { "xpos" "c158" - "ypos" "284" + "ypos" "264" "wide" "100" "tall" "12" "textAlignment" "center" @@ -153,7 +149,7 @@ "numSniper" { "xpos" "c158" - "ypos" "300" + "ypos" "284" "wide" "100" "tall" "12" "textAlignment" "center" @@ -162,7 +158,7 @@ "numSpy" { "xpos" "c158" - "ypos" "316" + "ypos" "300" "wide" "100" "tall" "12" "textAlignment" "center" |
