mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-18 14:23:56 -07:00
Right-click on icons of units, structures, technologies, flora, fauna, etc. and view additional details. Reviewed By: elexis Fixes: #3212 Differential Revision: https://code.wildfiregames.com/D297 This was SVN commit r21310.
25 lines
835 B
XML
25 lines
835 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<object name="phase_rows">
|
|
<repeat count="4" var="k">
|
|
<object name="phase[k]">
|
|
<repeat count="20" 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="button" style="StructIcon" name="phase[k]_struct[s]_icon"
|
|
sprite="stretched:pregame/shell/logo/wfg_logo_white.png"
|
|
/>
|
|
<object name="phase[k]_struct[s]_rows">
|
|
<repeat count="4" var="r">
|
|
<object name="phase[k]_struct[s]_row[r]">
|
|
<repeat count="24" var="p">
|
|
<object type="button" style="ProdBox" name="phase[k]_struct[s]_row[r]_prod[p]"/>
|
|
</repeat>
|
|
</object>
|
|
</repeat>
|
|
</object>
|
|
</object>
|
|
</repeat>
|
|
</object>
|
|
</repeat>
|
|
</object>
|