0ad/binaries/data/mods/public/gui/structree/rows.xml
leper 26d303d854 Improve mod support of the structree. Patch by s0600204.
Adapt structree for changes from the balancing branch.

This was SVN commit r16308.
2015-02-08 23:07:18 +00:00

24 lines
767 B
XML

<?xml version="1.0" encoding="utf-8"?>
<object name="phase_rows">
<repeat count="4" var="k">
<object name="phase[k]">
<repeat count="12" var="s">
<object type="image" style="StructBox" name="phase[k]_struct[s]">
<object type="text" style="StructNameSpecific" name="phase[k]_struct[s]_name"/>
<object type="image" style="StructIcon" name="phase[k]_struct[s]_icon"
sprite="stretched:pregame/shell/logo/wfg_logo_white.png"
/>
<repeat count="4" var="r">
<object name="phase[k]_struct[s]_row[r]">
<repeat count="16" var="p">
<object type="image" style="ProdBox" name="phase[k]_struct[s]_row[r]_prod[p]"/>
</repeat>
</object>
</repeat>
</object>
</repeat>
</object>
</repeat>
</object>