0ad/binaries/data/mods/public/gui/page_structree.xml
Freagarach fe2e6fd696 Allow mods to insert or delete individual resource icons more easily.
In 52f311da2b code was made resource agnostic except a few places.
This fixes one of them.
(Notice that this approach also addresses Vladislavs recommendation to
load all textures at XML parsing time rather than at JS runtime
(D1745).)

Ticket: #3934
Patch by: @elexis
Differential revision: D2329
Reviewed by: @Freagarach, @wraitii
This was SVN commit r24531.
2021-01-10 09:41:00 +00:00

20 lines
610 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/resources/</include>
<include>common/sprites.xml</include>
<include>common/styles.xml</include>
<include>reference/common/sprites.xml</include>
<include>reference/common/styles.xml</include>
<include>reference/structree/sprites.xml</include>
<include>reference/structree/styles.xml</include>
<include>reference/structree/structree.xml</include>
<include>reference/common/setup.xml</include>
</page>