summaryrefslogtreecommitdiff
path: root/resource/ui/match_summary.res
diff options
context:
space:
mode:
authoribruton <[email protected]>2016-04-29 19:00:47 -0500
committeribruton <[email protected]>2016-04-29 19:00:47 -0500
commitdcc1948d2dcfc5cc787b58536f113343b3bd27b8 (patch)
tree53f7be8c159f0bf991bd441ac71932ac8d7c0fad /resource/ui/match_summary.res
parent8108c954c737d15f685405e15836deaf10b24e63 (diff)
Re-did round counter, fixed matchmaking elements
Diffstat (limited to 'resource/ui/match_summary.res')
-rw-r--r--resource/ui/match_summary.res149
1 files changed, 135 insertions, 14 deletions
diff --git a/resource/ui/match_summary.res b/resource/ui/match_summary.res
index 3754b98..bc1c45e 100644
--- a/resource/ui/match_summary.res
+++ b/resource/ui/match_summary.res
@@ -57,20 +57,6 @@
"linecolor" "0 255 0 255"
"team_colors" "1"
}
- "WinPanelLogo"
- {
- "ControlName" "CTFImagePanel"
- "fieldName" "WinPanelLogo"
- "xpos" "c-75"
- "ypos" "0"
- "zpos" "1"
- "wide" "150"
- "tall" "75"
- "visible" "1"
- "enabled" "1"
- "image" "competitive/comp_winners_logo01"
- "scaleImage" "1"
- }
"ParticlePanel"
{
"ControlName" "CTFParticlePanel"
@@ -223,6 +209,41 @@
"visible" "1"
"enabled" "1"
}
+ "BlueTeamWinner"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "BlueTeamWinner"
+ "font" "MatchSummaryWinner"
+ "labelText" "%blueteamwinner%"
+ "textAlignment" "east"
+ "xpos" "5"
+ "ypos" "103"
+ "zpos" "4"
+ "wide" "p.19"
+ "tall" "30"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+ "BlueTeamWinnerDropshadow"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "BlueTeamWinnerDropshadow"
+ "font" "MatchSummaryWinner"
+ "fgcolor" "Black"
+ "labelText" "%blueteamwinner%"
+ "textAlignment" "east"
+ "xpos" "6"
+ "ypos" "104"
+ "zpos" "3"
+ "wide" "p.19"
+ "tall" "30"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
"BlueTeamImage"
{
"ControlName" "ImagePanel"
@@ -237,6 +258,39 @@
"image" "../hud/team_blue"
"scaleImage" "1"
}
+
+ "BlueTeamLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "BlueTeamLabel"
+ "font" "Cerbetica20"
+ "labelText" "%blueteamname%"
+ "textAlignment" "west"
+ "xpos" "60"
+ "ypos" "-25"
+ "zpos" "20"
+ "wide" "275"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+ "BlueLeaderAvatar"
+ {
+ "ControlName" "CAvatarImagePanel"
+ "fieldName" "BlueLeaderAvatar"
+ "xpos" "18"
+ "ypos" "100"
+ "zpos" "5"
+ "wide" "34"
+ "tall" "34"
+ "visible" "0"
+ "enabled" "1"
+ "image" ""
+ "scaleImage" "1"
+ "color_outline" "52 48 45 255"
+ }
"BlueMedals"
{
"ControlName" "EditablePanel"
@@ -447,6 +501,41 @@
"visible" "1"
"enabled" "1"
}
+ "RedTeamWinner"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "RedTeamWinner"
+ "font" "MatchSummaryWinner"
+ "labelText" "%redteamwinner%"
+ "textAlignment" "west"
+ "xpos" "r5-p.19"
+ "ypos" "103"
+ "zpos" "4"
+ "wide" "p.19"
+ "tall" "30"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+ "RedTeamWinnerDropshadow"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "RedTeamWinnerDropshadow"
+ "font" "MatchSummaryWinner"
+ "fgcolor" "Black"
+ "labelText" "%redteamwinner%"
+ "textAlignment" "west"
+ "xpos" "r4-p.19"
+ "ypos" "104"
+ "zpos" "3"
+ "wide" "p.19"
+ "tall" "30"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
"RedTeamImage"
{
"ControlName" "ImagePanel"
@@ -462,6 +551,38 @@
"image" "../hud/team_red"
"scaleImage" "1"
}
+ "RedTeamLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "RedTeamLabel"
+ "font" "Cerbetica20"
+ "labelText" "%redteamname%"
+ "textAlignment" "east"
+ "xpos" "r335"
+ "ypos" "-25"
+ "zpos" "20"
+ "wide" "275"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+ "RedLeaderAvatar"
+ {
+ "ControlName" "CAvatarImagePanel"
+ "fieldName" "RedLeaderAvatar"
+ "xpos" "r52"
+ "ypos" "100"
+ "zpos" "5"
+ "wide" "34"
+ "tall" "34"
+ "visible" "0"
+ "enabled" "1"
+ "image" ""
+ "scaleImage" "1"
+ "color_outline" "52 48 45 255"
+ }
"RedMedals"
{
"ControlName" "EditablePanel"