diff options
| author | Ian Bruton <[email protected]> | 2012-10-20 15:27:26 -0500 |
|---|---|---|
| committer | Ian Bruton <[email protected]> | 2012-10-20 15:27:26 -0500 |
| commit | fbf7d9d0e58ee3ee03e4315b88f7d86a048c4e23 (patch) | |
| tree | 4e4116d345a306aaf5bec0f35e68e34844738723 /resource/ui/SpectatorGUIHealth.res | |
| parent | 65f7bd64ab5b9cdf99618dd7e2b1c5131eec1048 (diff) | |
Repositioned health values to be centered on all resolutions
Diffstat (limited to 'resource/ui/SpectatorGUIHealth.res')
| -rw-r--r-- | resource/ui/SpectatorGUIHealth.res | 29 |
1 files changed, 8 insertions, 21 deletions
diff --git a/resource/ui/SpectatorGUIHealth.res b/resource/ui/SpectatorGUIHealth.res index 8d79e88..4ca8ec5 100644 --- a/resource/ui/SpectatorGUIHealth.res +++ b/resource/ui/SpectatorGUIHealth.res @@ -57,26 +57,13 @@ }
"PlayerStatusHealthValue"
{
- "ControlName" "Label"
- "fieldName" "PlayerStatusHealthValue"
- "xpos" "0"
- "ypos" "0"
- "zpos" "5"
- "wide" "1000"
- "tall" "1000"
- "visible" "0"
- "enabled" "0"
- "textAlignment" "center"
- }
- "PlayerStatusHealthValue"
- {
"ControlName" "CExLabel"
"fieldName" "PlayerStatusHealthValue"
- "xpos" "-9"
- "ypos" "6"
+ "xpos" "5"
+ "ypos" "2"
"zpos" "5"
- "wide" "50"
- "tall" "18"
+ "wide" "22"
+ "tall" "26"
"visible" "1"
"enabled" "1"
"labelText" "%Health%"
@@ -87,11 +74,11 @@ {
"ControlName" "CExLabel"
"fieldName" "PlayerStatusHealthValueBackground"
- "xpos" "-8"
- "ypos" "7"
+ "xpos" "6"
+ "ypos" "3"
"zpos" "5"
- "wide" "50"
- "tall" "18"
+ "wide" "22"
+ "tall" "26"
"visible" "1"
"enabled" "1"
"labelText" "%Health%"
|
