diff options
| author | Ian Bruton <[email protected]> | 2012-10-16 00:07:06 -0500 |
|---|---|---|
| committer | Ian Bruton <[email protected]> | 2012-10-16 00:07:06 -0500 |
| commit | 21f74d978b4f21819e63a86f9bb282ff6150621d (patch) | |
| tree | 8d6a01136e3883b1fa6336aa1e7b42f048a0fb9a /resource/ui | |
| parent | d21daad78a80fda1bc91d253ddd23b7adc91d674 (diff) | |
Fixed time panel positioning
Diffstat (limited to 'resource/ui')
| -rw-r--r-- | resource/ui/HudObjectiveKothTimePanel.res | 4 | ||||
| -rw-r--r-- | resource/ui/HudObjectiveStatus.res | 8 | ||||
| -rw-r--r-- | resource/ui/HudObjectiveTimePanel.res | 12 |
3 files changed, 13 insertions, 11 deletions
diff --git a/resource/ui/HudObjectiveKothTimePanel.res b/resource/ui/HudObjectiveKothTimePanel.res index 11d5cc2..386919f 100644 --- a/resource/ui/HudObjectiveKothTimePanel.res +++ b/resource/ui/HudObjectiveKothTimePanel.res @@ -4,7 +4,7 @@ {
"ControlName" "ImagePanel"
"fieldName" "BlueTimer"
- "xpos" "0"
+ "xpos" "c-50"
"ypos" "0"
"zpos" "2"
"wide" "100"
@@ -34,7 +34,7 @@ {
"ControlName" "ImagePanel"
"fieldName" "RedTimer"
- "xpos" "50"
+ "xpos" "c0"
"ypos" "0"
"zpos" "2"
"wide" "100"
diff --git a/resource/ui/HudObjectiveStatus.res b/resource/ui/HudObjectiveStatus.res index 5b1507e..e1143f9 100644 --- a/resource/ui/HudObjectiveStatus.res +++ b/resource/ui/HudObjectiveStatus.res @@ -7,10 +7,12 @@ "xpos" "c-50"
"ypos" "0" [$WIN32]
"zpos" "1"
- "wide" "110"
+ "wide" "200"
"tall" "150"
"visible" "0"
"enabled" "1"
+ "delta_item_start_x" "25"
+ "delta_item_end_x" "25"
"delta_item_start_y" "34"
"delta_item_end_y" "48"
"PositiveColor" "48 255 48 255"
@@ -20,11 +22,11 @@ "TimePanelValue"
{
- "ControlName" "CExLabel"
+ "ControlName" "CExLabel"
"fieldName" "TimePanelValue"
"font" "Cerbetica24"
"fgcolor" "TanLight"
- "xpos" "26"
+ "xpos" "25"
"ypos" "-4"
"zpos" "3"
"wide" "50"
diff --git a/resource/ui/HudObjectiveTimePanel.res b/resource/ui/HudObjectiveTimePanel.res index 58d1031..929210b 100644 --- a/resource/ui/HudObjectiveTimePanel.res +++ b/resource/ui/HudObjectiveTimePanel.res @@ -43,10 +43,10 @@ {
"ControlName" "CExLabel"
"fieldName" "WaitingForPlayersLabel"
- "xpos" "12"
+ "xpos" "25"
"ypos" "21"
"zpos" "5"
- "wide" "78"
+ "wide" "50"
"tall" "19"
"visible" "0"
"enabled" "1"
@@ -78,7 +78,7 @@ {
"ControlName" "CExLabel"
"fieldName" "OvertimeLabel"
- "xpos" "12"
+ "xpos" "25"
"ypos" "21"
"zpos" "5"
"wide" "78"
@@ -113,7 +113,7 @@ {
"ControlName" "CExLabel"
"fieldName" "SuddenDeathLabel"
- "xpos" "12"
+ "xpos" "25"
"ypos" "21"
"ypos_hidef" "41"
"ypos_lodef" "41"
@@ -154,10 +154,10 @@ {
"ControlName" "CExLabel"
"fieldName" "SetupLabel"
- "xpos" "12"
+ "xpos" "25"
"ypos" "21"
"zpos" "5"
- "wide" "78"
+ "wide" "50"
"tall" "19"
"visible" "0"
"enabled" "1"
|
