diff options
| author | Ian Bruton <[email protected]> | 2012-10-16 20:05:36 -0500 |
|---|---|---|
| committer | Ian Bruton <[email protected]> | 2012-10-16 20:05:36 -0500 |
| commit | 9e6e6fb608339ac5a81ff61af20c9ad6fcf0fc47 (patch) | |
| tree | b2a1b4ff0eed820baabfb4c8fdf696a7250d3d7a /resource/ui/HudObjectiveKothTimePanel.res | |
| parent | 97479af2d2bdd36c3788742860d810e476fd8abd (diff) | |
Fixed hidden koth panels
Diffstat (limited to 'resource/ui/HudObjectiveKothTimePanel.res')
| -rw-r--r-- | resource/ui/HudObjectiveKothTimePanel.res | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resource/ui/HudObjectiveKothTimePanel.res b/resource/ui/HudObjectiveKothTimePanel.res index 386919f..11d5cc2 100644 --- a/resource/ui/HudObjectiveKothTimePanel.res +++ b/resource/ui/HudObjectiveKothTimePanel.res @@ -4,7 +4,7 @@ {
"ControlName" "ImagePanel"
"fieldName" "BlueTimer"
- "xpos" "c-50"
+ "xpos" "0"
"ypos" "0"
"zpos" "2"
"wide" "100"
@@ -34,7 +34,7 @@ {
"ControlName" "ImagePanel"
"fieldName" "RedTimer"
- "xpos" "c0"
+ "xpos" "50"
"ypos" "0"
"zpos" "2"
"wide" "100"
|
