diff options
| author | Igor <[email protected]> | 2021-07-04 21:31:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-04 21:31:22 -0400 |
| commit | 09c61d25921c37ca1db41c464634bf16cbfb7494 (patch) | |
| tree | 128a27b0c7a910da42129e69aba8b1f4737280f0 /resource/ui/hudminigame_base.res | |
| parent | e9e324532cec11efafb57200c135fe3eb8397e22 (diff) | |
| parent | 9fe1700457db24b0c7c1a7220b612a53a5482687 (diff) | |
Merge pull request #173 from raysfire/dev
v2021.0705
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" |
