diff options
Diffstat (limited to 'resource/ui/hudstopwatch.res')
| -rw-r--r-- | resource/ui/hudstopwatch.res | 71 |
1 files changed, 39 insertions, 32 deletions
diff --git a/resource/ui/hudstopwatch.res b/resource/ui/hudstopwatch.res index 6d34977..acaf91a 100644 --- a/resource/ui/hudstopwatch.res +++ b/resource/ui/hudstopwatch.res @@ -2,18 +2,17 @@ { "HudStopWatchBG" { - "ControlName" "ImagePanel" + "ControlName" "EditablePanel" "fieldName" "HudStopWatchBG" - "xpos" "c-36" - "ypos" "26" - "zpos" "-1" - "wide" "72" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "80" + "tall" "15" "visible" "1" "enabled" "1" - "fillcolor" "0 0 0 100" + "bgcolor_override" "0 0 0 150" + "PaintBackgroundType" "2" } "StopWatchImageCaptureTime" @@ -27,14 +26,22 @@ { "ControlName" "EditablePanel" "fieldName" "ObjectiveStatusTimePanel" - "xpos" "c-50" - "ypos" "35" + "xpos" "55" + "ypos" "0" "zpos" "1" - "wide" "110" - "tall" "150" + "wide" "25" + "tall" "15" "visible" "1" "enabled" "1" + "TimePanelBG" + { + "ControlName" "ImagePanel" + "fieldName" "TimePanelBG" + "tall" "0" + "visible" "0" + } + "TimePanelValue" { "ControlName" "CExLabel" @@ -43,8 +50,8 @@ "fgcolor" "TanLight" "xpos" "0" "ypos" "0" - "zpos" "3" - "wide" "55" + "zpos" "1" + "wide" "25" "tall" "15" "visible" "1" "enabled" "1" @@ -58,11 +65,11 @@ "fieldName" "StopWatchScoreToBeat" "font" "Cerbetica12" "labelText" "%scoretobeat%" - "textAlignment" "west" - "xpos" "c-7" - "ypos" "35" - "zpos" "4" - "wide" "93" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "15" "tall" "15" "autoResize" "0" "pinCorner" "0" @@ -75,13 +82,13 @@ "ControlName" "CExLabel" "fieldName" "StopWatchPointsLabel" "font" "Cerbetica12" - "labelText" "captures" - "textAlignment" "west" - "xpos" "c2" - "ypos" "35" - "zpos" "4" - "wide" "120" - "tall" "14" + "labelText" "points in" + "textAlignment" "center" + "xpos" "15" + "ypos" "0" + "zpos" "1" + "wide" "40" + "tall" "15" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -93,19 +100,19 @@ { "ControlName" "CExLabel" "fieldName" "StopWatchLabel" - "font" "Cerbetica8" + "font" "Cerbetica10" "labelText" "%stopwatchlabel%" "textAlignment" "center" - "xpos" "c-31" - "ypos" "28" + "xpos" "0" + "ypos" "0" "zpos" "4" "wide" "80" - "tall" "30" + "tall" "15" "autoResize" "0" "pinCorner" "0" "visible" "0" "enabled" "1" - "wrap" "1" + "wrap" "0" } "HudStopWatchDescriptionBG" |
