diff options
| author | CriticalFlaw <[email protected]> | 2021-07-04 16:50:06 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2021-07-04 16:50:06 -0400 |
| commit | c3240fa65aef57890bc26468efc0f642aba3738c (patch) | |
| tree | 011a00114cdf478f8852a813dbe3895e1df52ee2 /resource/ui/hudarenaplayercount.res | |
| parent | d51397018a5dc3c32ed29bce2c0b7381d91b8d3e (diff) | |
Numerous visual tweaks and improvements.
- Updated PASSTIME UI.
- Updated the in-game weapon selection menu to use higher quality images.
Diffstat (limited to 'resource/ui/hudarenaplayercount.res')
| -rw-r--r-- | resource/ui/hudarenaplayercount.res | 58 |
1 files changed, 32 insertions, 26 deletions
diff --git a/resource/ui/hudarenaplayercount.res b/resource/ui/hudarenaplayercount.res index 50a5fb9..30fdd51 100644 --- a/resource/ui/hudarenaplayercount.res +++ b/resource/ui/hudarenaplayercount.res @@ -4,11 +4,11 @@ { "ControlName" "EditablePanel" "fieldName" "blueteam" - "xpos" "c-46" + "xpos" "c-65" "ypos" "0" "zpos" "0" - "wide" "46" - "tall" "23" + "wide" "45" + "tall" "25" "visible" "1" "background" @@ -18,22 +18,23 @@ "xpos" "0" "ypos" "0" "zpos" "0" - "wide" "46" - "tall" "23" + "wide" "45" + "tall" "25" "visible" "1" "enabled" "1" - "bgcolor_override" "BlueSolid" + "bgcolor_override" "Blue" + "PaintBackgroundType" "2" } "count" { "ControlName" "CExLabel" "fieldName" "count" - "xpos" "13" + "xpos" "0" "ypos" "0" "zpos" "2" - "wide" "30" - "tall" "23" + "wide" "45" + "tall" "25" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -42,6 +43,7 @@ "labelText" "%blue_alive%" "textAlignment" "east" "fgcolor" "TanLight" + "textinsetx" "10" } "countshadow" { @@ -50,8 +52,8 @@ "xpos" "-2" "ypos" "-2" "zpos" "1" - "wide" "30" - "tall" "23" + "wide" "45" + "tall" "25" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -60,6 +62,7 @@ "labelText" "%blue_alive%" "textAlignment" "east" "fgcolor" "TransparentBlack" + "textinsetx" "10" "pin_to_sibling" "count" } @@ -67,8 +70,8 @@ { "ControlName" "ImagePanel" "fieldName" "playerimage" - "xpos" "3" - "ypos" "3" + "xpos" "4" + "ypos" "4" "zpos" "3" "wide" "10" "tall" "18" @@ -83,11 +86,11 @@ { "ControlName" "EditablePanel" "fieldName" "redteam" - "xpos" "c0" + "xpos" "c20" "ypos" "0" "zpos" "0" - "wide" "46" - "tall" "23" + "wide" "45" + "tall" "25" "visible" "1" "background" @@ -97,22 +100,23 @@ "xpos" "0" "ypos" "0" "zpos" "0" - "wide" "46" - "tall" "23" + "wide" "45" + "tall" "25" "visible" "1" "enabled" "1" - "bgcolor_override" "RedSolid" + "bgcolor_override" "Red" + "PaintBackgroundType" "2" } "count" { "ControlName" "CExLabel" "fieldName" "count" - "xpos" "3" + "xpos" "0" "ypos" "0" "zpos" "2" - "wide" "30" - "tall" "23" + "wide" "45" + "tall" "25" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -121,6 +125,7 @@ "labelText" "%red_alive%" "textAlignment" "west" "fgcolor" "TanLight" + "textinsetx" "10" } "countshadow" { @@ -129,8 +134,8 @@ "xpos" "-2" "ypos" "-2" "zpos" "1" - "wide" "30" - "tall" "23" + "wide" "45" + "tall" "25" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -139,6 +144,7 @@ "labelText" "%red_alive%" "textAlignment" "west" "fgcolor" "TransparentBlack" + "textinsetx" "10" "pin_to_sibling" "count" } @@ -146,8 +152,8 @@ { "ControlName" "ImagePanel" "fieldName" "playerimage" - "xpos" "33" - "ypos" "3" + "xpos" "30" + "ypos" "4" "zpos" "3" "wide" "10" "tall" "18" |
