diff options
| author | CriticalFlaw <[email protected]> | 2019-04-06 13:54:46 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-04-06 13:54:46 -0400 |
| commit | fd911f0f86352de97434aac3dbde812124caf52d (patch) | |
| tree | 460d48020bb6c14fec54c86779f8d304d7c83f05 /resource/ui/hudminigame_base.res | |
| parent | 581f8398788825c7f44825dd2c5118e3535de7c0 (diff) | |
| parent | 896d2088f4f926d5425e00b11ae85d7791eaba85 (diff) | |
Merge pull request #126 from raysfire/dev
v2019.0406
Diffstat (limited to 'resource/ui/hudminigame_base.res')
| -rw-r--r-- | resource/ui/hudminigame_base.res | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/resource/ui/hudminigame_base.res b/resource/ui/hudminigame_base.res index 71b3990..6dfc45d 100644 --- a/resource/ui/hudminigame_base.res +++ b/resource/ui/hudminigame_base.res @@ -14,13 +14,13 @@ "fillcolor" "70 130 180 153" "scaleImage" "1" } - + "RightSideBG" { "ControlName" "ImagePanel" "fieldName" "RightSideBG" "xpos" "c0" - "ypos" "r20" [$WIN32] + "ypos" "r20" "zpos" "-1" "wide" "120" "tall" "14" @@ -29,7 +29,7 @@ "fillcolor" "205 50 50 153" "scaleImage" "1" } - + "OutlineBG" { "ControlName" "ImagePanel" @@ -60,8 +60,8 @@ "labelText" "%bluescore%" "font" "Cerbetica40" "fgcolor" "TanLight" - } - + } + "BlueScoreShadow" { "ControlName" "CExLabel" @@ -73,12 +73,12 @@ "tall" "35" "visible" "1" "enabled" "1" - "textAlignment" "east" + "textAlignment" "east" "labelText" "%bluescore%" "font" "Cerbetica40" "fgcolor" "Black" - } - + } + "RedScore" { "ControlName" "CExLabel" @@ -90,12 +90,12 @@ "tall" "35" "visible" "1" "enabled" "1" - "textAlignment" "west" + "textAlignment" "west" "labelText" "%redscore%" "font" "Cerbetica40" "fgcolor" "TanLight" } - + "RedScoreShadow" { "ControlName" "CExLabel" @@ -110,17 +110,17 @@ "textAlignment" "west" "labelText" "%redscore%" "font" "Cerbetica40" - "fgcolor" "Black" - } - + "fgcolor" "Black" + } + "PlayingTo" { "ControlName" "CExLabel" "fieldName" "PlayingTo" - "xpos" "c-70" [$WIN32] - "ypos" "r54" [$WIN32] + "xpos" "c-70" + "ypos" "r54" "zpos" "4" - "wide" "140" [$WIN32] + "wide" "140" "tall" "30" "visible" "1" "enabled" "1" @@ -130,23 +130,23 @@ "brighttext" "0" "font" "Cerbetica14" "fgcolor" "TanLight" - } - + } + "PlayingToBG" { "ControlName" "ImagePanel" "fieldName" "PlayingToBG" - "xpos" "c-50" [$WIN32] - "ypos" "r50" [$WIN32] + "xpos" "c-50" + "ypos" "r50" "zpos" "3" - "wide" "100" [$WIN32] - "tall" "20" [$WIN32] + "wide" "100" + "tall" "20" "visible" "1" "enabled" "1" - "fillcolor" "0 0 0 0" + "fillcolor" "Transparent" "scaleImage" "1" } - + "GameImage" { "ControlName" "ImagePanel" @@ -159,6 +159,6 @@ "visible" "0" "enabled" "0" "image" "" - "scaleImage" "1" + "scaleImage" "1" } }
\ No newline at end of file |
