diff options
| author | ibruton <[email protected]> | 2016-04-29 18:59:04 -0500 |
|---|---|---|
| committer | ibruton <[email protected]> | 2016-04-29 18:59:04 -0500 |
| commit | 3b3c9bbd2c90d674ac3a9683de3deb587c70201f (patch) | |
| tree | 06942e9d5f7b743e1a094422aae02377f8e0595a /minmode/resource/ui/ScoreBoard-9s.res | |
| parent | 7731ee4fff939ef8bd7ee1b0ea5f8bfb1f8d4306 (diff) | |
Updated scoreboard to show leader avatars when in a 6-stack in matchmaking
Diffstat (limited to 'minmode/resource/ui/ScoreBoard-9s.res')
| -rw-r--r-- | minmode/resource/ui/ScoreBoard-9s.res | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/minmode/resource/ui/ScoreBoard-9s.res b/minmode/resource/ui/ScoreBoard-9s.res index c050f62..cc3e8bc 100644 --- a/minmode/resource/ui/ScoreBoard-9s.res +++ b/minmode/resource/ui/ScoreBoard-9s.res @@ -47,6 +47,22 @@ "visible" "0" } } + "BlueLeaderAvatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "BlueLeaderAvatar" + "xpos" "c-295" + "ypos" "144" + "ypos" "239" + "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" "239" + "zpos" "5" + "wide" "25" + "tall" "25" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "52 48 45 255" + } "MainBG" { "ControlName" "ImagePanel" |
