Display information banners in the MP server browser.
Notices are provided for outdated / unknown mod versions and latest but playtest available.
This commit is contained in:
@@ -48,6 +48,38 @@ Container@MULTIPLAYER_PANEL:
|
||||
Height: 25
|
||||
Text: Status
|
||||
Font: Bold
|
||||
Container@NOTICE_CONTAINER:
|
||||
X: 15
|
||||
Y: 30
|
||||
Width: 582
|
||||
Height: 19
|
||||
Children:
|
||||
Background@bg:
|
||||
Width: PARENT_RIGHT
|
||||
Height: 20
|
||||
Background: panel-black
|
||||
Children:
|
||||
Label@OUTDATED_VERSION_LABEL:
|
||||
X: 5
|
||||
Width: PARENT_RIGHT-10
|
||||
Height: 18
|
||||
Align: Center
|
||||
Text: You are running an outdated version of OpenRA. Download the latest version from www.openra.net
|
||||
Font: TinyBold
|
||||
Label@UNKNOWN_VERSION_LABEL:
|
||||
X: 5
|
||||
Width: PARENT_RIGHT-10
|
||||
Height: 18
|
||||
Align: Center
|
||||
Text: You are running an unrecognized version of OpenRA. Download the latest version from www.openra.net
|
||||
Font: TinyBold
|
||||
Label@PLAYTEST_AVAILABLE_LABEL:
|
||||
X: 5
|
||||
Width: PARENT_RIGHT-10
|
||||
Height: 18
|
||||
Align: Center
|
||||
Text: A pre-release version of OpenRA is available for testing. Download the playtest from www.openra.net
|
||||
Font: TinyBold
|
||||
ScrollPanel@SERVER_LIST:
|
||||
X: 15
|
||||
Y: 30
|
||||
|
||||
Reference in New Issue
Block a user