diff options
| author | Igor <[email protected]> | 2020-12-30 16:06:07 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-30 16:06:07 -0500 |
| commit | 24f2c6bc6920ccaf988a3a7c424cb365d0ffd416 (patch) | |
| tree | 789a72af982f38a854fce934adf85f17798b3ccd /resource/ui/hudminigame_base.res | |
| parent | 64fbf2711e92f6250dec10a09861fd7ba5df7ec4 (diff) | |
| parent | b3f0c0be8b3995a7c9943f8004ab9d08dd9fe95a (diff) | |
Merge pull request #160 from raysfire/dev
v2020.1230
Diffstat (limited to 'resource/ui/hudminigame_base.res')
| -rw-r--r-- | resource/ui/hudminigame_base.res | 44 |
1 files changed, 18 insertions, 26 deletions
diff --git a/resource/ui/hudminigame_base.res b/resource/ui/hudminigame_base.res index 4290172..6966661 100644 --- a/resource/ui/hudminigame_base.res +++ b/resource/ui/hudminigame_base.res @@ -11,7 +11,7 @@ "tall" "14" "visible" "1" "enabled" "1" - "fillcolor" "70 130 180 153" + "fillcolor" "BlueSolid" "scaleImage" "1" } @@ -26,25 +26,17 @@ "tall" "14" "visible" "1" "enabled" "1" - "fillcolor" "205 50 50 153" + "fillcolor" "RedSolid" "scaleImage" "1" } - + "OutlineBG" { "ControlName" "ImagePanel" "fieldName" "OutlineBG" - "xpos" "cs-0.5" - "ypos" "r77" - "zpos" "2" - "wide" "280" - "tall" "80" - "visible" "0" - "enabled" "0" - "image" "../hud/objectives_flagpanel_bg_outline" - "scaleImage" "1" + "xpos" "9999" } - + "BlueScore" { "ControlName" "CExLabel" @@ -61,14 +53,13 @@ "font" "Cerbetica40" "fgcolor" "TanLight" } - "BlueScoreShadow" { "ControlName" "CExLabel" "fieldName" "BlueScoreShadow" - "xpos" "c-56" - "ypos" "r32" - "zpos" "8" + "xpos" "-2" + "ypos" "-2" + "zpos" "7" "wide" "50" "tall" "35" "visible" "1" @@ -77,6 +68,7 @@ "labelText" "%bluescore%" "font" "Cerbetica40" "fgcolor" "TransparentBlack" + "pin_to_sibling" "BlueScore" } "RedScore" @@ -95,14 +87,13 @@ "font" "Cerbetica40" "fgcolor" "TanLight" } - "RedScoreShadow" { "ControlName" "CExLabel" "fieldName" "RedScoreShadow" - "xpos" "c8" - "ypos" "r32" - "zpos" "8" + "xpos" "-2" + "ypos" "-2" + "zpos" "7" "wide" "50" "tall" "35" "visible" "1" @@ -111,8 +102,9 @@ "labelText" "%redscore%" "font" "Cerbetica40" "fgcolor" "TransparentBlack" + "pin_to_sibling" "RedScore" } - + "PlayingTo" { "ControlName" "CExLabel" @@ -131,10 +123,10 @@ "font" "HudFontSmall" "fgcolor" "TanLight" } - + "PlayingToBG" { - "ControlName" "ImagePanel" + "ControlName" "EditablePanel" "fieldName" "PlayingToBG" "xpos" "c-50" "ypos" "r50" @@ -143,8 +135,8 @@ "tall" "20" "visible" "1" "enabled" "1" - "fillcolor" "Transparent" - "scaleImage" "1" + "bgcolor_override" "Transparent" + "PaintBackgroundType" "0" } "GameImage" |
