diff options
| author | ibruton <[email protected]> | 2016-04-29 18:58:39 -0500 |
|---|---|---|
| committer | ibruton <[email protected]> | 2016-04-29 18:58:39 -0500 |
| commit | 7731ee4fff939ef8bd7ee1b0ea5f8bfb1f8d4306 (patch) | |
| tree | c518135fd7a5cb98f29328c88885d0b14fe8ba35 /resource/ui | |
| parent | e92f9cce648a19921f1c2d8dd211f122f8893bca (diff) | |
Re-did stopwatch elements for matchmaking
Diffstat (limited to 'resource/ui')
| -rw-r--r-- | resource/ui/HudStopWatch.res | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/resource/ui/HudStopWatch.res b/resource/ui/HudStopWatch.res index 63ed377..fd18a6d 100644 --- a/resource/ui/HudStopWatch.res +++ b/resource/ui/HudStopWatch.res @@ -52,13 +52,21 @@ "visible" "0"
"enabled" "1"
+
+ if_comp
+ {
+ "font" "Cerbetica"
+ "xpos" "-4"
+ "ypos" "r32"
+ }
+
"TimePanelValue"
{
"ControlName" "CExLabel"
"fieldName" "TimePanelValue"
"font" "Cerbetica20"
"fgcolor" "TanLight"
- "xpos" "-183"
+ "xpos" "-186"
"ypos" "-3"
"zpos" "3"
"wide" "300"
@@ -76,7 +84,7 @@ "font" "Cerbetica20"
"labelText" "%scoretobeat%"
"textAlignment" "west"
- "xpos" "180"
+ "xpos" "178"
"ypos" "-3"
"zpos" "4"
"wide" "300"
@@ -85,6 +93,13 @@ "pinCorner" "0"
"visible" "0"
"enabled" "1"
+
+
+ if_comp
+ {
+ "xpos" "190"
+ "ypos" "r34"
+ }
}
"StopWatchPointsLabel"
{
@@ -93,7 +108,7 @@ "font" "Cerbetica20"
"labelText" "%pointslabel%"
"textAlignment" "west"
- "xpos" "194"
+ "xpos" "192"
"ypos" "-3"
"zpos" "4"
"wide" "300"
@@ -103,6 +118,12 @@ "visible" "1"
"enabled" "1"
"wrap" "0"
+
+ if_comp
+ {
+ "xpos" "204"
+ "ypos" "r34"
+ }
}
"StopWatchLabel"
|
