diff options
Diffstat (limited to '4_by_3_ratio/ScoreBoard-9s.res')
| -rw-r--r-- | 4_by_3_ratio/ScoreBoard-9s.res | 40 |
1 files changed, 36 insertions, 4 deletions
diff --git a/4_by_3_ratio/ScoreBoard-9s.res b/4_by_3_ratio/ScoreBoard-9s.res index 22d0af2..cc3e8bc 100644 --- a/4_by_3_ratio/ScoreBoard-9s.res +++ b/4_by_3_ratio/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" @@ -171,10 +203,10 @@ } } - "BlueTeamLabel" + "BlueTeamLabel1" { "ControlName" "CExLabel" - "fieldName" "BlueTeamLabel" + "fieldName" "BlueTeamLabel1" "font" "Cerbetica32" "labelText" "%blueteamname%" "textAlignment" "west" @@ -262,10 +294,10 @@ "visible" "0" } } - "RedTeamLabel" + "RedTeamLabel1" { "ControlName" "CExLabel" - "fieldName" "RedTeamLabel" + "fieldName" "RedTeamLabel1" "font" "Cerbetica32" "labelText" "%redteamname%" "textAlignment" "east" |
