Overhaul ingame timer displays. Fixes #3062.
This commit is contained in:
@@ -19,11 +19,25 @@ Container@INGAME_ROOT:
|
||||
Y:0
|
||||
Width:WINDOW_RIGHT
|
||||
Height:WINDOW_BOTTOM
|
||||
Timer@GAME_TIMER:
|
||||
X: WINDOW_RIGHT/2
|
||||
Y: 0
|
||||
Font: Title
|
||||
Contrast: true
|
||||
Container@GAME_TIMER_BLOCK:
|
||||
Logic:GameTimerLogic
|
||||
X:WINDOW_RIGHT/2 - WIDTH
|
||||
Width:100
|
||||
Height:55
|
||||
Children:
|
||||
Label@GAME_TIMER:
|
||||
Width:PARENT_RIGHT
|
||||
Height:30
|
||||
Align:Center
|
||||
Font:Title
|
||||
Contrast:true
|
||||
Label@GAME_TIMER_STATUS:
|
||||
Y:32
|
||||
Width:PARENT_RIGHT
|
||||
Height:15
|
||||
Align:Center
|
||||
Font:Bold
|
||||
Contrast:true
|
||||
StrategicProgress@STRATEGIC_PROGRESS:
|
||||
X: WINDOW_RIGHT/2
|
||||
Y: 40
|
||||
|
||||
Reference in New Issue
Block a user