summaryrefslogtreecommitdiff
path: root/resource/ui/spectatortournament.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2020-12-29 13:18:40 -0500
committerCriticalFlaw <[email protected]>2020-12-29 13:18:40 -0500
commitea282b4939ae1c8f5b69a89acf4db91d14491e62 (patch)
treef18f10570754661429c44b9af532a033906a7abb /resource/ui/spectatortournament.res
parent46d248b5167f9c8794c3125146952fef08f86bcd (diff)
CastingEssentials Support
- Added support for CastingEssentials features like team scores, medigun info, player status effects and loadout icons. - Updated the match HUD and the look of the player list. - Fixed the in-game chat moving when changing classes.
Diffstat (limited to 'resource/ui/spectatortournament.res')
-rw-r--r--resource/ui/spectatortournament.res79
1 files changed, 72 insertions, 7 deletions
diff --git a/resource/ui/spectatortournament.res b/resource/ui/spectatortournament.res
index 96ced69..7ba9cfd 100644
--- a/resource/ui/spectatortournament.res
+++ b/resource/ui/spectatortournament.res
@@ -13,19 +13,20 @@
"enabled" "1"
"team1_player_base_offset_x" "0"
- "team1_player_base_y" "255"
+ "team1_player_base_x" "0"
+ "team1_player_base_y" "239"
"team1_player_delta_x" "0"
"team1_player_delta_y" "-16"
"team2_player_base_offset_x" "0"
- "team2_player_base_y" "275"
+ "team2_player_base_y" "291"
"team2_player_delta_x" "0"
"team2_player_delta_y" "16"
"playerpanels_kv"
{
"visible" "0"
- "wide" "156"
+ "wide" "160"
"tall" "16"
"zpos" "1"
"color_ready" "0 255 0 220"
@@ -64,6 +65,69 @@
"proportionaltoparent" "1"
}
+ "LoadoutIconsActiveItemRed"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "LoadoutIconsActiveItemRed"
+ "xpos" "135"
+ "ypos" "3"
+ "zpos" "200"
+ "wide" "24"
+ "tall" "11"
+ "visible" "1"
+ "enabled" "1"
+ "scaleImage" "1"
+ "proportionalToParent" "1"
+ //fillcolor_override "255 0 0 32"
+ }
+ "LoadoutIconsActiveItemBlue"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "LoadoutIconsActiveItemBlue"
+ "xpos" "135"
+ "ypos" "3"
+ "zpos" "200"
+ "wide" "24"
+ "tall" "11"
+ "visible" "1"
+ "enabled" "1"
+ "scaleImage" "1"
+ "proportionalToParent" "1"
+ //fillcolor_override "255 0 0 32"
+ }
+
+ "StatusEffectIconRed"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "StatusEffectIconRed"
+ "xpos" "27"
+ "ypos" "1"
+ "zpos" "200"
+ "wide" "14"
+ "tall" "14"
+ "visible" "0"
+ "enabled" "1"
+ "scaleImage" "1"
+ "proportionalToParent" "1"
+ "image" ""
+ }
+
+ "StatusEffectIconBlue"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "StatusEffectIconBlue"
+ "xpos" "27"
+ "ypos" "1"
+ "zpos" "200"
+ "wide" "14"
+ "tall" "14"
+ "visible" "0"
+ "enabled" "1"
+ "scaleImage" "1"
+ "proportionalToParent" "1"
+ "image" ""
+ }
+
"PanelLeftFringe"
{
"ControlName" "ImagePanel"
@@ -271,9 +335,9 @@
"ControlName" "CExLabel"
"fieldName" "chargeamount"
"font" "HudFontSmallest"
- "xpos" "126"
+ "xpos" "132"
"ypos" "2"
- "zpos" "6"
+ "zpos" "201"
"wide" "25"
"tall" "13"
"autoResize" "0"
@@ -289,8 +353,8 @@
"ControlName" "CExLabel"
"fieldName" "chargeamountBG"
"font" "HudFontSmallest"
- "xpos" "127"
- "ypos" "3"
+ "xpos" "-1"
+ "ypos" "-1"
"zpos" "6"
"wide" "25"
"tall" "13"
@@ -300,6 +364,7 @@
"labelText" "%chargeamount%"
"textAlignment" "east"
"fgcolor" "TransparentBlack"
+ "pin_to_sibling" "chargeamount"
}
}
}