summaryrefslogtreecommitdiff
path: root/resource/ui/hudtournamentsetup.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2020-08-07 18:49:07 -0400
committerCriticalFlaw <[email protected]>2020-08-07 18:49:07 -0400
commitefba2d7f8d7c68205331fcc3accad683649faed8 (patch)
treef489c6a79f4e8e919f0ca89ff18cf6e6dddd5d34 /resource/ui/hudtournamentsetup.res
parent8ab130c7f27a40993c76e43c3b7275477c18cd7c (diff)
Visual Tweaks
- Increased the size of the item names on the loadout screen. - Updated the tournament and building panels - Added a panel shown when the player auto-switches teams. - Fixed the reserve ammo sometimes being cutoff. - Added additional panels, visual tweaks to multiple others.
Diffstat (limited to 'resource/ui/hudtournamentsetup.res')
-rw-r--r--resource/ui/hudtournamentsetup.res80
1 files changed, 38 insertions, 42 deletions
diff --git a/resource/ui/hudtournamentsetup.res b/resource/ui/hudtournamentsetup.res
index d150b62..cabb9e1 100644
--- a/resource/ui/hudtournamentsetup.res
+++ b/resource/ui/hudtournamentsetup.res
@@ -4,33 +4,29 @@
{
"ControlName" "ImagePanel"
"fieldName" "HudTournamentSetupBG"
- "xpos" "0"
+ "xpos" "30"
"ypos" "0"
"zpos" "-1"
- "wide" "180"
- "tall" "65"
+ "wide" "130"
+ "tall" "55"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
- "fillcolor" "0 0 0 205"
-
- "src_corner_height" "20"
- "src_corner_width" "20"
- "draw_corner_width" "0"
- "draw_corner_height" "0"
+ "fillcolor" "TransparentBlack"
+ "border" "CyanBorder"
}
"TournamentSetupLabel"
{
"ControlName" "Label"
"fieldName" "TournamentLabel"
- "font" "Cerbetica16"
- "xpos" "0"
+ "font" "HudFontSmall"
+ "xpos" "30"
"ypos" "0"
"zpos" "1"
- "wide" "180"
- "tall" "35"
+ "wide" "130"
+ "tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
@@ -45,10 +41,10 @@
"ControlName" "Label"
"fieldName" "TournamentTeamNameLabel"
"font" "Cerbetica12"
- "xpos" "87"
- "ypos" "28"
+ "xpos" "35"
+ "ypos" "20"
"zpos" "1"
- "wide" "74"
+ "wide" "75"
"tall" "15"
"autoResize" "0"
"pinCorner" "0"
@@ -63,10 +59,10 @@
{
"ControlName" "TextEntry"
"fieldName" "TournamentNameEdit"
- "xpos" "30"
- "ypos" "27"
- "wide" "120"
- "tall" "16"
+ "xpos" "105"
+ "ypos" "20"
+ "wide" "45"
+ "tall" "15"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
@@ -96,10 +92,10 @@
{
"ControlName" "CExButton"
"fieldName" "TournamentNotReadyButton"
- "xpos" "12"
- "ypos" "46"
- "wide" "70"
- "tall" "14"
+ "xpos" "90"
+ "ypos" "37"
+ "wide" "55"
+ "tall" "15"
"zpos" "0"
"autoResize" "0"
"pinCorner" "2"
@@ -112,24 +108,24 @@
"command" "teamnotready"
"default" "1"
"font" "CerbeticaBold12"
- "fgcolor" "Red"
+ "fgcolor" "ColorRed"
- "border_default" ""
- "border_armed" ""
- "paintbackground" "0"
- "defaultFgColor_override" "TanLight"
- "armedFgColor_override" "Button Color"
- "depressedFgColor_override" "Button Color"
+ "defaultBgColor_override" "Blank"
+ "defaultFgColor_override" "TanLight"
+ "armedBgColor_override" "Blank"
+ "armedFgColor_override" "ColorRed"
+ "depressedBgColor_override" "Blank"
+ "depressedFgColor_override" "ColorRed"
}
"TournamentReadyButton"
{
"ControlName" "CExButton"
"fieldName" "TournamentReadyButton"
- "xpos" "96"
- "ypos" "46"
- "wide" "70"
- "tall" "14"
+ "xpos" "35"
+ "ypos" "37"
+ "wide" "55"
+ "tall" "15"
"zpos" "0"
"autoResize" "0"
"pinCorner" "2"
@@ -143,13 +139,13 @@
"paintborder" "0"
"default" "1"
"font" "CerbeticaBold12"
- "fgcolor" "FooterBGBlack"
+ "fgcolor" "ColorGreen"
- "border_default" ""
- "border_armed" ""
- "paintbackground" "0"
- "defaultFgColor_override" "TanLight"
- "armedFgColor_override" "Button Color"
- "depressedFgColor_override" "Button Color"
+ "defaultBgColor_override" "Blank"
+ "defaultFgColor_override" "TanLight"
+ "armedBgColor_override" "Blank"
+ "armedFgColor_override" "ColorGreen"
+ "depressedBgColor_override" "Blank"
+ "depressedFgColor_override" "ColorGreen"
}
} \ No newline at end of file