forked from mirrors/0ad
ae9ea5b859
This grid-based system allows browsing all available maps at a glance, encouraging more diversity and making it nicer to pick a map. Moves the mapCache and the map filters controller to the gui maps/ folders, and include that folder where it is used, instead of them being in common/ or the gamesetup. Comments By: Freagarach Patch By: Nani (reworked by elexis then wraitii) Fixes #5315 (though further work, such as proper scrolling, would be nice). Differential Revision: https://code.wildfiregames.com/D1703 This was SVN commit r24459.
17 lines
497 B
XML
17 lines
497 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<page>
|
|
<include>common/modern/setup.xml</include>
|
|
<include>common/modern/styles.xml</include>
|
|
<include>common/modern/sprites.xml</include>
|
|
|
|
<include>common/setup.xml</include>
|
|
<include>common/sprites.xml</include>
|
|
<include>common/styles.xml</include>
|
|
|
|
<include>maps/mapbrowser/MapBrowserPage.xml</include>
|
|
|
|
<!-- Work around a render bug:
|
|
Needs to be drawn last, as it should overlay everything -->
|
|
<include>common/global.xml</include>
|
|
</page>
|