Aligns observer support power timers to the left edge of the screen.

This commit is contained in:
deniz1a
2015-07-25 03:16:06 +03:00
parent ded5a2b16a
commit 32e2a06743
4 changed files with 8 additions and 8 deletions

View File

@@ -19,10 +19,6 @@ Container@INGAME_ROOT:
StrategicProgress@STRATEGIC_PROGRESS: StrategicProgress@STRATEGIC_PROGRESS:
X: WINDOW_RIGHT/2 X: WINDOW_RIGHT/2
Y: 40 Y: 40
SupportPowerTimer@SUPPORT_POWER_TIMER:
X: 80
Y: 34
Order: Descending
Container@PLAYER_ROOT: Container@PLAYER_ROOT:
Container@PERF_ROOT: Container@PERF_ROOT:
Container@MENU_ROOT: Container@MENU_ROOT:

View File

@@ -1,5 +1,9 @@
Container@OBSERVER_WIDGETS: Container@OBSERVER_WIDGETS:
Children: Children:
SupportPowerTimer@SUPPORT_POWER_TIMER:
X: 10
Y: 10
Order: Descending
Image@SIDEBAR_BACKGROUND_TOP: Image@SIDEBAR_BACKGROUND_TOP:
X: WINDOW_RIGHT - 250 X: WINDOW_RIGHT - 250
Y: 10 Y: 10

View File

@@ -25,6 +25,10 @@ Container@PLAYER_WIDGETS:
IgnoreMouseOver: true IgnoreMouseOver: true
ImageCollection: sidebar ImageCollection: sidebar
ImageName: background-supportoverlay ImageName: background-supportoverlay
SupportPowerTimer@SUPPORT_POWER_TIMER:
X: 80
Y: 10
Order: Descending
Image@SIDEBAR_BACKGROUND_TOP: Image@SIDEBAR_BACKGROUND_TOP:
Logic: AddRaceSuffixLogic Logic: AddRaceSuffixLogic
X: WINDOW_RIGHT - 250 X: WINDOW_RIGHT - 250

View File

@@ -19,10 +19,6 @@ Container@INGAME_ROOT:
StrategicProgress@STRATEGIC_PROGRESS: StrategicProgress@STRATEGIC_PROGRESS:
X: WINDOW_RIGHT/2 X: WINDOW_RIGHT/2
Y: 40 Y: 40
SupportPowerTimer@SUPPORT_POWER_TIMER:
X: 80
Y: 10
Order: Descending
Container@PLAYER_ROOT: Container@PLAYER_ROOT:
Container@PERF_ROOT: Container@PERF_ROOT:
Container@MENU_ROOT: Container@MENU_ROOT: