From 21f74d978b4f21819e63a86f9bb282ff6150621d Mon Sep 17 00:00:00 2001 From: Ian Bruton Date: Tue, 16 Oct 2012 00:07:06 -0500 Subject: Fixed time panel positioning --- resource/ui/HudObjectiveKothTimePanel.res | 4 ++-- resource/ui/HudObjectiveStatus.res | 8 +++++--- resource/ui/HudObjectiveTimePanel.res | 12 ++++++------ 3 files changed, 13 insertions(+), 11 deletions(-) (limited to 'resource/ui') 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" -- cgit v1.2.3