diff options
Diffstat (limited to 'resource/ui/hudpasstimeteamscore.res')
| -rw-r--r-- | resource/ui/hudpasstimeteamscore.res | 93 |
1 files changed, 50 insertions, 43 deletions
diff --git a/resource/ui/hudpasstimeteamscore.res b/resource/ui/hudpasstimeteamscore.res index 836a1a9..f3c4cdc 100644 --- a/resource/ui/hudpasstimeteamscore.res +++ b/resource/ui/hudpasstimeteamscore.res @@ -15,30 +15,32 @@ "LeftSideBG" { - "ControlName" "ImagePanel" + "ControlName" "EditablePanel" "fieldName" "LeftSideBG" - "xpos" "c-35" - "ypos" "r50" - "zpos" "1" - "wide" "35" - "tall" "34" + "xpos" "c-230" + "ypos" "r30" + "zpos" "0" + "wide" "60" + "tall" "35" "visible" "1" "enabled" "1" - "fillcolor" "BlueSolid" + "bgcolor_override" "Blue" + "PaintBackgroundType" "2" } "RightSideBG" { - "ControlName" "ImagePanel" + "ControlName" "EditablePanel" "fieldName" "RightSideBG" - "xpos" "c0" - "ypos" "r50" - "zpos" "1" - "wide" "35" - "tall" "34" + "xpos" "c170" + "ypos" "r30" + "zpos" "0" + "wide" "60" + "tall" "35" "visible" "1" "enabled" "1" - "fillcolor" "RedSolid" + "bgcolor_override" "Red" + "PaintBackgroundType" "2" } "OutlineBG" @@ -52,17 +54,18 @@ { "ControlName" "CExLabel" "fieldName" "BlueScore" - "xpos" "c-57" - "ypos" "r54" + "xpos" "c-230" + "ypos" "r30" "zpos" "8" - "wide" "50" - "tall" "35" + "wide" "60" + "tall" "30" "visible" "1" "enabled" "1" "textAlignment" "east" "labelText" "%bluescore%" - "font" "Cerbetica32" + "font" "Cerbetica40" "fgcolor" "TanLight" + "textinsetx" "10" } "BlueScoreShadow" { @@ -71,14 +74,15 @@ "xpos" "-2" "ypos" "-2" "zpos" "7" - "wide" "50" - "tall" "35" + "wide" "60" + "tall" "30" "visible" "1" "enabled" "1" "textAlignment" "east" "labelText" "%bluescore%" - "font" "Cerbetica32" + "font" "Cerbetica40" "fgcolor" "TransparentBlack" + "textinsetx" "10" "pin_to_sibling" "BlueScore" } @@ -86,17 +90,18 @@ { "ControlName" "CExLabel" "fieldName" "RedScore" - "xpos" "c7" - "ypos" "r54" + "xpos" "c170" + "ypos" "r30" "zpos" "8" - "wide" "50" - "tall" "35" + "wide" "60" + "tall" "30" "visible" "1" "enabled" "1" "textAlignment" "west" "labelText" "%redscore%" - "font" "Cerbetica32" + "font" "Cerbetica40" "fgcolor" "TanLight" + "textinsetx" "10" } "RedScoreShadow" @@ -106,14 +111,15 @@ "xpos" "-2" "ypos" "-2" "zpos" "7" - "wide" "50" - "tall" "35" + "wide" "60" + "tall" "30" "visible" "1" "enabled" "1" "textAlignment" "west" "labelText" "%redscore%" - "font" "Cerbetica32" + "font" "Cerbetica40" "fgcolor" "TransparentBlack" + "textinsetx" "10" "pin_to_sibling" "RedScore" } @@ -121,7 +127,7 @@ { "ControlName" "EditablePanel" "fieldName" "PlayingToCluster" - "xpos" "65" + "xpos" "0" "ypos" "0" "zpos" "10" "wide" "f0" @@ -133,33 +139,34 @@ { "ControlName" "CExLabel" "fieldName" "PlayingTo" - "xpos" "cs-0.5" - "ypos" "r50" - "zpos" "7" + "xpos" "c-70" + "ypos" "r54" + "zpos" "4" "wide" "140" - "tall" "38" + "tall" "30" "visible" "1" "enabled" "1" "labelText" "#TF_PlayingTo" "textAlignment" "center" "dulltext" "0" "brighttext" "0" - "font" "FontRegular12" + "font" "HudFontSmall" "fgcolor" "TanLight" } "PlayingToBG" { - "ControlName" "ImagePanel" + "ControlName" "EditablePanel" "fieldName" "PlayingToBG" - "xpos" "c-40" - "ypos" "r24" - "zpos" "3" - "wide" "80" - "tall" "24" + "xpos" "c-60" + "ypos" "r50" + "zpos" "0" + "wide" "120" + "tall" "20" "visible" "1" "enabled" "1" - "fillcolor" "TransparentBlack" + "bgcolor_override" "Transparent" + "PaintBackgroundType" "2" } } }
\ No newline at end of file |
