diff options
| author | CriticalFlaw <[email protected]> | 2020-04-20 21:23:28 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-04-20 21:23:28 -0400 |
| commit | 5752a4e2b189a58a32ff5751507676a43f053f78 (patch) | |
| tree | 819a4d0c41f4934275bd1d9db25477bdb9ad5348 | |
| parent | 21006e3f4ff071b4b5155352821769cb6e590a8e (diff) | |
Fixed Class Selection Count
- Fixed the player count misalignment on the class selection screen. (Thanks to Bernita)
- Fixed the MvM upgrade icons not being positioned properly.
- Increased the alpha on the dashboard buttons.
| -rw-r--r-- | customizations/team_menu/classselection-center.res | 121 | ||||
| -rw-r--r-- | customizations/team_menu/classselection.res | 58 | ||||
| -rw-r--r-- | resource/ui/matchmakingdashboard.res | 12 |
3 files changed, 118 insertions, 73 deletions
diff --git a/customizations/team_menu/classselection-center.res b/customizations/team_menu/classselection-center.res index f70b9f2..1ac0baf 100644 --- a/customizations/team_menu/classselection-center.res +++ b/customizations/team_menu/classselection-center.res @@ -18,62 +18,62 @@ "scout" { - "xpos" "c81" - "ypos" "180" + "xpos" "c81" + "ypos" "180" } "soldier" { - "xpos" "c80" - "ypos" "196" + "xpos" "c80" + "ypos" "196" } "pyro" { - "xpos" "c80" - "ypos" "212" + "xpos" "c80" + "ypos" "212" } "demoman" { - "xpos" "c80" - "ypos" "232" + "xpos" "c80" + "ypos" "232" } "heavyweapons" { - "xpos" "c80" - "ypos" "248" + "xpos" "c80" + "ypos" "248" } "engineer" { - "xpos" "c80" - "ypos" "264" + "xpos" "c80" + "ypos" "264" } "medic" { - "xpos" "c80" - "ypos" "284" + "xpos" "c80" + "ypos" "284" } "sniper" { - "xpos" "c80" - "ypos" "300" + "xpos" "c80" + "ypos" "300" } "spy" { - "xpos" "c80" - "ypos" "316" + "xpos" "c80" + "ypos" "316" } "random" { - "xpos" "c80" - "ypos" "c100" + "xpos" "c80" + "ypos" "c100" } "EditLoadoutButton" [$WIN32] @@ -90,82 +90,127 @@ "numScout" { "xpos" "c158" - "ypos" "195" + "ypos" "180" "wide" "100" "tall" "12" - "textAlignment" "west" + "textAlignment" "center" } "numSoldier" { "xpos" "c158" - "ypos" "209" + "ypos" "196" "wide" "100" "tall" "12" - "textAlignment" "west" + "textAlignment" "center" } "numPyro" { "xpos" "c158" - "ypos" "223" + "ypos" "212" "wide" "100" "tall" "12" - "textAlignment" "west" + "textAlignment" "center" } "numDemoman" { "xpos" "c158" - "ypos" "243" + "ypos" "232" "wide" "100" "tall" "12" - "textAlignment" "west" + "textAlignment" "center" } "numHeavy" { "xpos" "c158" - "ypos" "257" + "ypos" "248" "wide" "100" "tall" "12" - "textAlignment" "west" + "textAlignment" "center" } "numEngineer" { "xpos" "c158" - "ypos" "271" + "ypos" "264" "wide" "100" "tall" "12" - "textAlignment" "west" + "textAlignment" "center" } "numMedic" { "xpos" "c158" - "ypos" "291" + "ypos" "284" "wide" "100" "tall" "12" - "textAlignment" "west" + "textAlignment" "center" } "numSniper" { "xpos" "c158" - "ypos" "305" + "ypos" "300" "wide" "100" "tall" "12" - "textAlignment" "west" + "textAlignment" "center" } "numSpy" { "xpos" "c158" - "ypos" "319" + "ypos" "316" "wide" "100" "tall" "12" - "textAlignment" "west" + "textAlignment" "center" + } + + "MvMUpgradeImageScout" + { + "xpos" "9999" + } + + "MvMUpgradeImageSolider" + { + "xpos" "9999" + } + + "MvMUpgradeImagePyro" + { + "xpos" "9999" + } + + "MvMUpgradeImageDemoman" + { + "xpos" "9999" + } + + "MvMUpgradeImageHeavy" + { + "xpos" "9999" + } + + "MvMUpgradeImageEngineer" + { + "xpos" "9999" + } + + "MvMUpgradeImageMedic" + { + "xpos" "9999" + } + + "MvMUpgradeImageSniper" + { + "xpos" "9999" + } + + "MvMUpgradeImageSpy" + { + "xpos" "9999" } "TFPlayerModel" diff --git a/customizations/team_menu/classselection.res b/customizations/team_menu/classselection.res index c9c1028..d3f9792 100644 --- a/customizations/team_menu/classselection.res +++ b/customizations/team_menu/classselection.res @@ -750,7 +750,7 @@ "ControlName" "CExLabel" "fieldName" "numSoldier" "xpos" "175" - "ypos" "289" + "ypos" "291" "zpos" "5" "wide" "10" "tall" "16" @@ -770,7 +770,7 @@ "ControlName" "CExLabel" "fieldName" "numPyro" "xpos" "175" - "ypos" "303" + "ypos" "307" "zpos" "5" "wide" "10" "tall" "16" @@ -790,7 +790,7 @@ "ControlName" "CExLabel" "fieldName" "numDemoman" "xpos" "175" - "ypos" "323" + "ypos" "327" "zpos" "5" "wide" "10" "tall" "16" @@ -810,7 +810,7 @@ "ControlName" "CExLabel" "fieldName" "numHeavy" "xpos" "175" - "ypos" "337" + "ypos" "343" "zpos" "5" "wide" "10" "tall" "16" @@ -830,7 +830,7 @@ "ControlName" "CExLabel" "fieldName" "numEngineer" "xpos" "175" - "ypos" "351" + "ypos" "359" "zpos" "5" "wide" "10" "tall" "16" @@ -850,7 +850,7 @@ "ControlName" "CExLabel" "fieldName" "numMedic" "xpos" "175" - "ypos" "371" + "ypos" "379" "zpos" "5" "wide" "10" "tall" "16" @@ -870,7 +870,7 @@ "ControlName" "CExLabel" "fieldName" "numSniper" "xpos" "175" - "ypos" "385" + "ypos" "395" "zpos" "5" "wide" "10" "tall" "16" @@ -890,7 +890,7 @@ "ControlName" "CExLabel" "fieldName" "numMedic" "xpos" "175" - "ypos" "399" + "ypos" "411" "zpos" "5" "wide" "10" "tall" "16" @@ -909,8 +909,8 @@ { "ControlName" "ImagePanel" "fieldName" "MvMUpgradeImageScout" - "xpos" "c-270" - "ypos" "30" + "xpos" "190" + "ypos" "279" "zpos" "10" "wide" "10" "tall" "10" @@ -924,8 +924,8 @@ { "ControlName" "ImagePanel" "fieldName" "MvMUpgradeImageSolider" - "xpos" "c-220" - "ypos" "30" + "xpos" "190" + "ypos" "295" "zpos" "10" "wide" "10" "tall" "10" @@ -938,9 +938,9 @@ "MvMUpgradeImagePyro" { "ControlName" "ImagePanel" - "fieldName" "MvMUpgradeImagePyro" - "xpos" "c-170" - "ypos" "30" + "fieldName" "MvMUpgradeImagePyro" + "xpos" "190" + "ypos" "311" "zpos" "10" "wide" "10" "tall" "10" @@ -953,9 +953,9 @@ "MvMUpgradeImageDemoman" { "ControlName" "ImagePanel" - "fieldName" "MvMUpgradeImageDemoman" - "xpos" "c-80" - "ypos" "30" + "fieldName" "MvMUpgradeImageDemoman" + "xpos" "190" + "ypos" "331" "zpos" "10" "wide" "10" "tall" "10" @@ -968,9 +968,9 @@ "MvMUpgradeImageHeavy" { "ControlName" "ImagePanel" - "fieldName" "MvMUpgradeImageHeavy" - "xpos" "c-30" - "ypos" "30" + "fieldName" "MvMUpgradeImageHeavy" + "xpos" "190" + "ypos" "347" "zpos" "10" "wide" "10" "tall" "10" @@ -984,8 +984,8 @@ { "ControlName" "ImagePanel" "fieldName" "MvMUpgradeImageEngineer" - "xpos" "c20" - "ypos" "30" + "xpos" "190" + "ypos" "363" "zpos" "10" "wide" "10" "tall" "10" @@ -999,8 +999,8 @@ { "ControlName" "ImagePanel" "fieldName" "MvMUpgradeImageMedic" - "xpos" "c108" - "ypos" "30" + "xpos" "190" + "ypos" "383" "zpos" "10" "wide" "10" "tall" "10" @@ -1014,8 +1014,8 @@ { "ControlName" "ImagePanel" "fieldName" "MvMUpgradeImageSniper" - "xpos" "c158" - "ypos" "30" + "xpos" "190" + "ypos" "399" "zpos" "10" "wide" "10" "tall" "10" @@ -1029,8 +1029,8 @@ { "ControlName" "ImagePanel" "fieldName" "MvMUpgradeImageSpy" - "xpos" "c208" - "ypos" "30" + "xpos" "190" + "ypos" "415" "zpos" "10" "wide" "10" "tall" "10" diff --git a/resource/ui/matchmakingdashboard.res b/resource/ui/matchmakingdashboard.res index 6a3c663..7d476cb 100644 --- a/resource/ui/matchmakingdashboard.res +++ b/resource/ui/matchmakingdashboard.res @@ -589,8 +589,8 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "armedBgColor_override" "192 28 0 150" - "defaultBgColor_override" "192 28 0 50" + "armedBgColor_override" "192 28 0 255" + "defaultBgColor_override" "192 28 0 205" "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanLight" @@ -648,8 +648,8 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "armedBgColor_override" "192 28 0 150" - "defaultBgColor_override" "192 28 0 50" + "armedBgColor_override" "192 28 0 255" + "defaultBgColor_override" "192 28 0 205" "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanLight" @@ -706,8 +706,8 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "armedBgColor_override" "170 221 183 155" - "defaultBgColor_override" "170 221 183 55" + "armedBgColor_override" "170 221 183 255" + "defaultBgColor_override" "170 221 183 205" "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanLight" |
