diff options
| author | ibruton <[email protected]> | 2016-04-29 19:00:26 -0500 |
|---|---|---|
| committer | ibruton <[email protected]> | 2016-04-29 19:00:26 -0500 |
| commit | 8108c954c737d15f685405e15836deaf10b24e63 (patch) | |
| tree | 693a8e7cfd88d3cfb810dd87bd6551f82469376e /minmode | |
| parent | b7c33780bdb692a625938274a4d7d63558e68b5f (diff) | |
Fixed winpanel not displaying proper information at end of round
Diffstat (limited to 'minmode')
| -rw-r--r-- | minmode/resource/ui/winpanel.res | 51 |
1 files changed, 39 insertions, 12 deletions
diff --git a/minmode/resource/ui/winpanel.res b/minmode/resource/ui/winpanel.res index 05c086c..cc55a28 100644 --- a/minmode/resource/ui/winpanel.res +++ b/minmode/resource/ui/winpanel.res @@ -12,7 +12,7 @@ "BlueScoreBG"
{
- "ControlName" "ImagePanel"
+ "ControlName" "EditablePanel"
"fieldName" "BlueScoreBG"
"xpos" "0"
"ypos" "15"
@@ -28,7 +28,7 @@ }
"RedScoreBG"
{
- "ControlName" "ImagePanel"
+ "ControlName" "EditablePanel"
"fieldName" "RedScoreBG"
"xpos" "100"
"ypos" "15"
@@ -92,7 +92,22 @@ "visible" "1"
"enabled" "1"
"fgcolor" "TransparentBlack"
- }
+ }
+ "BlueLeaderAvatar"
+ {
+ "ControlName" "CAvatarImagePanel"
+ "fieldName" "BlueLeaderAvatar"
+ "xpos" "2"
+ "ypos" "17"
+ "zpos" "5"
+ "wide" "21"
+ "tall" "21"
+ "visible" "1"
+ "enabled" "1"
+ "image" ""
+ "scaleImage" "1"
+ "color_outline" "52 48 45 255"
+ }
"RedTeamLabel"
{
"ControlName" "CExLabel"
@@ -144,13 +159,28 @@ "visible" "1"
"enabled" "1"
"fgcolor" "TransparentBlack"
- }
+ }
+ "RedLeaderAvatar"
+ {
+ "ControlName" "CAvatarImagePanel"
+ "fieldName" "RedLeaderAvatar"
+ "xpos" "177"
+ "ypos" "17"
+ "zpos" "5"
+ "wide" "21"
+ "tall" "21"
+ "visible" "1"
+ "enabled" "1"
+ "image" ""
+ "scaleImage" "1"
+ "color_outline" "52 48 45 255"
+ }
}
- "WinPanelBG"
+ "WinPanelBGBorder"
{
- "ControlName" "ImagePanel"
- "fieldName" "WinPanelBG"
+ "ControlName" "EditablePanel"
+ "fieldName" "WinPanelBGBorder"
"xpos" "9999"
"ypos" "9999"
"zpos" "0"
@@ -159,11 +189,8 @@ "visible" "1"
"enabled" "1"
"scaleImage" "1"
- "fillcolor" "0 0 0 100"
- "src_corner_height" "3"
- "src_corner_width" "3"
- "draw_corner_width" "0"
- "draw_corner_height" "0"
+ "border" "TFFatLineBorderBlueBG"
+ "proportionaltoparent" "1"
}
"WinPanelBackground2"
{
|
