summaryrefslogtreecommitdiff
path: root/#customizations/teammenu-center.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2021-04-14 23:19:28 -0400
committerCriticalFlaw <[email protected]>2021-04-14 23:19:28 -0400
commit3d9d0684b148d5b834aacd90482a504fd64f27a6 (patch)
tree71162e4b023e8efe115597121b520e842ba1be53 /#customizations/teammenu-center.res
parent1d131b0e92939a7893e7ea7efd54d7379674cce0 (diff)
Customizations Update
- Reworked how customizations work. Now customization files must be moved into the #customizations/_enabled folder to be enabled. This effectively makes the hud incompatible with the older version of the editor/installer, so please update to the latest version (2.0) - Fixed a black bar appearing in tournament mode (#163) - Fixed the class selection page not display class limits. - Bumped version number.
Diffstat (limited to '#customizations/teammenu-center.res')
-rw-r--r--#customizations/teammenu-center.res168
1 files changed, 168 insertions, 0 deletions
diff --git a/#customizations/teammenu-center.res b/#customizations/teammenu-center.res
new file mode 100644
index 0000000..3ffe965
--- /dev/null
+++ b/#customizations/teammenu-center.res
@@ -0,0 +1,168 @@
+"Resource/UI/TeamMenu.res"
+{
+ "MainBG"
+ {
+ "fillcolor" "0 0 0 0"
+ }
+ "SidePanelBG"
+ {
+ "fillcolor" "0 0 0 0"
+ }
+ "AutojoinBackground"
+ {
+ "xpos" "c-110"
+ "ypos" "c-40"
+ "wide" "220"
+ "tall" "20"
+ }
+ "SpectateBackground"
+ {
+ "xpos" "c-110"
+ "ypos" "c20"
+ "wide" "220"
+ "tall" "20"
+ }
+
+ "mapname"
+ {
+ "xpos" "c-100"
+ "ypos" "c-100"
+ "wide" "200"
+ }
+
+ "SelectTeamLabel"
+ {
+ "xpos" "30"
+ "ypos" "c200"
+ "wide" "450"
+ "textAlignment" "west"
+ }
+
+ "SelectTeamLabel"
+ {
+ "visible" "0"
+ }
+
+ "teambutton0"
+ {
+ "xpos" "c-110"
+ "ypos" "c-20"
+ "wide" "110"
+ "tall" "40"
+ "textAlignment" "north"
+ "font" "Cerbetica16"
+ }
+
+ "BlueTeamBG"
+ {
+ "xpos" "c-110"
+ "ypos" "c-20"
+ "wide" "110"
+ "tall" "40"
+ }
+
+ "teambutton1"
+ {
+ "xpos" "c0"
+ "ypos" "c-20"
+ "wide" "110"
+ "tall" "40"
+ "textAlignment" "north"
+ "font" "Cerbetica16"
+ }
+
+ "RedTeamBG"
+ {
+ "xpos" "c0"
+ "ypos" "c-20"
+ "wide" "110"
+ "tall" "40"
+ }
+
+ "teambutton2"
+ {
+ "xpos" "c-110"
+ "ypos" "c-40"
+ "wide" "220"
+ "tall" "20"
+ "textAlignment" "center"
+ "font" "Cerbetica16"
+ }
+
+ "AutoJoinBG"
+ {
+ "visible" "0"
+ "enabled" "0"
+ }
+
+ "teambutton3"
+ {
+ "xpos" "c-110"
+ "ypos" "c20"
+ "wide" "220"
+ "tall" "20"
+ "textAlignment" "center"
+ "font" "Cerbetica16"
+ }
+
+ "SpectateBG"
+ {
+ "visible" "0"
+ "enabled" "0"
+ }
+
+ "BlueCount"
+ {
+ "xpos" "c-115"
+ "ypos" "c-15"
+ "wide" "48"
+ "tall" "40"
+ "font" "HudFontSmall"
+ "textAlignment" "east"
+ "fgcolor" "255 255 255 175"
+ }
+ "BlueCountPlayers"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "BlueCountPlayers"
+ "xpos" "c-60"
+ "ypos" "c-15"
+ "zpos" "1"
+ "wide" "55"
+ "tall" "40"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "players"
+ "textAlignment" "west"
+ "font" "HudFontSmall"
+ "fgcolor" "255 255 255 175"
+ }
+
+ "RedCount"
+ {
+ "xpos" "c0"
+ "ypos" "c-15"
+ "wide" "43"
+ "tall" "40"
+ "labelText" "%redcount%"
+ "font" "HudFontSmall"
+ "textAlignment" "east"
+ "fgcolor" "255 255 255 175"
+ }
+ "RedCountPlayers"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "RedCountPlayers"
+ "xpos" "c50"
+ "ypos" "c-15"
+ "zpos" "1"
+ "wide" "55"
+ "tall" "40"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "players"
+ "textAlignment" "west"
+ "font" "HudFontSmall"
+ "fgcolor" "255 255 255 175"
+ }
+} \ No newline at end of file