Show the server map pool in the client map chooser.
Maps that aren't installed are queried from the resource center.
This commit is contained in:
@@ -23,6 +23,12 @@ Container@MAPCHOOSER_PANEL:
|
||||
Height: 31
|
||||
Width: 135
|
||||
Text: button-bg-system-maps-tab
|
||||
Button@REMOTE_MAPS_TAB_BUTTON:
|
||||
X: 15
|
||||
Y: 15
|
||||
Height: 31
|
||||
Width: 135
|
||||
Text: button-bg-remote-maps-tab
|
||||
Button@USER_MAPS_TAB_BUTTON:
|
||||
X: 155
|
||||
Y: 15
|
||||
@@ -43,6 +49,14 @@ Container@MAPCHOOSER_PANEL:
|
||||
Width: PARENT_RIGHT
|
||||
Height: PARENT_BOTTOM
|
||||
ItemSpacing: 1
|
||||
Container@REMOTE_MAPS_TAB:
|
||||
Width: PARENT_RIGHT
|
||||
Height: PARENT_BOTTOM
|
||||
Children:
|
||||
ScrollPanel@MAP_LIST:
|
||||
Width: PARENT_RIGHT
|
||||
Height: PARENT_BOTTOM
|
||||
ItemSpacing: 1
|
||||
Container@USER_MAPS_TAB:
|
||||
Width: PARENT_RIGHT
|
||||
Height: PARENT_BOTTOM
|
||||
@@ -134,6 +148,13 @@ Container@MAPCHOOSER_PANEL:
|
||||
X: PARENT_RIGHT - WIDTH
|
||||
Width: 200
|
||||
Height: 25
|
||||
Label@REMOTE_MAP_LABEL:
|
||||
X: 140
|
||||
Y: 539
|
||||
Width: PARENT_RIGHT - 430
|
||||
Height: 35
|
||||
Align: Center
|
||||
Font: Bold
|
||||
Button@BUTTON_CANCEL:
|
||||
Key: escape
|
||||
Y: PARENT_BOTTOM - 1
|
||||
|
||||
@@ -499,6 +499,7 @@ label-update-notice-b = Download the latest version from www.openra.net
|
||||
## mapchooser.yaml
|
||||
label-mapchooser-panel-title = Select Map
|
||||
button-bg-system-maps-tab = Official Maps
|
||||
button-bg-remote-maps-tab = Server Maps
|
||||
button-bg-user-maps-tab = Custom Maps
|
||||
label-filter-order-controls-desc = Filter:
|
||||
label-filter-order-controls-desc-joiner = in
|
||||
|
||||
Reference in New Issue
Block a user