diff options
| author | CriticalFlaw <[email protected]> | 2019-08-04 17:33:42 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2019-08-04 17:33:42 -0400 |
| commit | 3e47da874f95e417161be6c426431b4c3c596350 (patch) | |
| tree | 0a78540c5f4bef374b567004aab1f4479bd80e37 /customizations/team_menu/classselection-center.res | |
| parent | 3b1c09d0bd5af6ef8899bd9b279675bc8590c728 (diff) | |
Renamed customization folders for Linux
Follow up to waylon531's pull request. Renaming customization folders to be lowercase and without spaces so that they can be read on Linux operating systems.
Diffstat (limited to 'customizations/team_menu/classselection-center.res')
| -rw-r--r-- | customizations/team_menu/classselection-center.res | 184 |
1 files changed, 184 insertions, 0 deletions
diff --git a/customizations/team_menu/classselection-center.res b/customizations/team_menu/classselection-center.res new file mode 100644 index 0000000..c21c6f3 --- /dev/null +++ b/customizations/team_menu/classselection-center.res @@ -0,0 +1,184 @@ +"Resource/UI/ClassSelection.res" +{ + "SelectClassLabel" + { + "xpos" "30" + "ypos" "r40" + "wide" "450" + "textAlignment" "west" + "font" "CerbeticaBold32" + } + + "SidePanelBG" + { + "fillcolor" "0 0 0 0" + } + + "scout" + { + "xpos" "c81" + "ypos" "193" + } + + "soldier" + { + "xpos" "c80" + "ypos" "207" + } + + "pyro" + { + "xpos" "c80" + "ypos" "221" + } + + "demoman" + { + "xpos" "c80" + "ypos" "241" + } + + "heavyweapons" + { + "xpos" "c80" + "ypos" "255" + } + + "engineer" + { + "xpos" "c80" + "ypos" "269" + } + + "medic" + { + "xpos" "c80" + "ypos" "289" + } + + "sniper" + { + "xpos" "c80" + "ypos" "303" + } + + "spy" + { + "xpos" "c80" + "ypos" "317" + } + + "random" + { + "xpos" "c80" + "ypos" "c101" + } + + "EditLoadoutButton" [$WIN32] + { + "xpos" "r180" + "wide" "120" + "textAlignment" "center" + "font" "CerbeticaBold16" + } + + "CancelButton" [$WIN32] + { + "xpos" "c-295" + "wide" "100" + "textAlignment" "center" + "font" "CerbeticaBold16" + } + "numScout" + { + "xpos" "c158" + "ypos" "195" + "wide" "100" + "tall" "12" + "textAlignment" "west" + } + + "numSoldier" + { + "xpos" "c158" + "ypos" "209" + "wide" "100" + "tall" "12" + "textAlignment" "west" + } + + "numPyro" + { + "xpos" "c158" + "ypos" "223" + "wide" "100" + "tall" "12" + "textAlignment" "west" + } + + "numDemoman" + { + "xpos" "c158" + "ypos" "243" + "wide" "100" + "tall" "12" + "textAlignment" "west" + } + + "numHeavy" + { + "xpos" "c158" + "ypos" "257" + "wide" "100" + "tall" "12" + "textAlignment" "west" + } + + "numEngineer" + { + "xpos" "c158" + "ypos" "271" + "wide" "100" + "tall" "12" + "textAlignment" "west" + } + + "numMedic" + { + "xpos" "c158" + "ypos" "291" + "wide" "100" + "tall" "12" + "textAlignment" "west" + } + + "numSniper" + { + "xpos" "c158" + "ypos" "305" + "wide" "100" + "tall" "12" + "textAlignment" "west" + } + + "numSpy" + { + "xpos" "c158" + "ypos" "319" + "wide" "100" + "tall" "12" + "textAlignment" "west" + } + + "TFPlayerModel" + { + "xpos" "c-360" + "wide" "480" + "tall" "480" + + "model" + { + "origin_x" "320" + } + } +}
\ No newline at end of file |
