diff options
Diffstat (limited to 'resource/ui/hudminigame_base.res')
| -rw-r--r-- | resource/ui/hudminigame_base.res | 60 |
1 files changed, 31 insertions, 29 deletions
diff --git a/resource/ui/hudminigame_base.res b/resource/ui/hudminigame_base.res index 2fde2d2..edd4d89 100644 --- a/resource/ui/hudminigame_base.res +++ b/resource/ui/hudminigame_base.res @@ -4,15 +4,14 @@ { "ControlName" "ImagePanel" "fieldName" "LeftSideBG" - "xpos" "c-120" - "ypos" "r20" - "zpos" "-1" - "wide" "120" - "tall" "14" + "xpos" "c-60" + "ypos" "r30" + "zpos" "0" + "wide" "60" + "tall" "30" "visible" "1" "enabled" "1" - "fillcolor" "BlueSolid" - "scaleImage" "1" + "fillcolor" "Blue" } "RightSideBG" @@ -20,14 +19,13 @@ "ControlName" "ImagePanel" "fieldName" "RightSideBG" "xpos" "c0" - "ypos" "r20" - "zpos" "-1" - "wide" "120" - "tall" "14" + "ypos" "r30" + "zpos" "0" + "wide" "60" + "tall" "30" "visible" "1" "enabled" "1" - "fillcolor" "RedSolid" - "scaleImage" "1" + "fillcolor" "Red" } "OutlineBG" @@ -41,17 +39,18 @@ { "ControlName" "CExLabel" "fieldName" "BlueScore" - "xpos" "c-57" - "ypos" "r33" + "xpos" "c-60" + "ypos" "r30" "zpos" "8" - "wide" "50" - "tall" "35" + "wide" "60" + "tall" "30" "visible" "1" "enabled" "1" "textAlignment" "east" "labelText" "%bluescore%" "font" "Cerbetica40" "fgcolor" "TanLight" + "textinsetx" "10" } "BlueScoreShadow" { @@ -60,14 +59,15 @@ "xpos" "-2" "ypos" "-2" "zpos" "7" - "wide" "50" - "tall" "35" + "wide" "60" + "tall" "30" "visible" "1" "enabled" "1" "textAlignment" "east" "labelText" "%bluescore%" "font" "Cerbetica40" "fgcolor" "TransparentBlack" + "textinsetx" "10" "pin_to_sibling" "BlueScore" } @@ -75,17 +75,18 @@ { "ControlName" "CExLabel" "fieldName" "RedScore" - "xpos" "c7" - "ypos" "r33" + "xpos" "c0" + "ypos" "r30" "zpos" "8" - "wide" "50" - "tall" "35" + "wide" "60" + "tall" "30" "visible" "1" "enabled" "1" "textAlignment" "west" "labelText" "%redscore%" "font" "Cerbetica40" "fgcolor" "TanLight" + "textinsetx" "10" } "RedScoreShadow" { @@ -94,14 +95,15 @@ "xpos" "-2" "ypos" "-2" "zpos" "7" - "wide" "50" - "tall" "35" + "wide" "60" + "tall" "30" "visible" "1" "enabled" "1" "textAlignment" "west" "labelText" "%redscore%" "font" "Cerbetica40" "fgcolor" "TransparentBlack" + "textinsetx" "10" "pin_to_sibling" "RedScore" } @@ -128,15 +130,15 @@ { "ControlName" "EditablePanel" "fieldName" "PlayingToBG" - "xpos" "c-50" + "xpos" "c-60" "ypos" "r50" - "zpos" "3" - "wide" "100" + "zpos" "0" + "wide" "120" "tall" "20" "visible" "1" "enabled" "1" "bgcolor_override" "Transparent" - "PaintBackgroundType" "0" + "PaintBackgroundType" "2" } "GameImage" |
