From 3b3c9bbd2c90d674ac3a9683de3deb587c70201f Mon Sep 17 00:00:00 2001 From: ibruton Date: Fri, 29 Apr 2016 18:59:04 -0500 Subject: Updated scoreboard to show leader avatars when in a 6-stack in matchmaking --- minmode/resource/ui/ScoreBoard.res | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) (limited to 'minmode/resource/ui/ScoreBoard.res') diff --git a/minmode/resource/ui/ScoreBoard.res b/minmode/resource/ui/ScoreBoard.res index 5098511..5ee9390 100644 --- a/minmode/resource/ui/ScoreBoard.res +++ b/minmode/resource/ui/ScoreBoard.res @@ -47,6 +47,22 @@ "visible" "0" } } + "BlueLeaderAvatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "BlueLeaderAvatar" + "xpos" "c-295" + "ypos" "144" + "ypos_minmode" "279" + "zpos" "5" + "wide" "25" + "tall" "25" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "52 48 45 255" + } "RedScoreBG" { "ControlName" "ImagePanel" @@ -68,6 +84,22 @@ "visible" "0" } } + "RedLeaderAvatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "RedLeaderAvatar" + "xpos" "c270" + "ypos" "144" + "ypos_minmode" "279" + "zpos" "5" + "wide" "25" + "tall" "25" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "52 48 45 255" + } "MainBG" { "ControlName" "ImagePanel" @@ -182,7 +214,7 @@ "ypos" "138" "ypos_minmode" "273" "wide" "200" - "tall" "34" + "tall" "37" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -273,7 +305,7 @@ "ypos" "138" "ypos_minmode" "273" "wide" "200" - "tall" "35" + "tall" "37" "autoResize" "0" "pinCorner" "0" "visible" "1" -- cgit v1.2.3