2015-02-06 17:37:05 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
|
|
<object name="phase_rows">
|
|
|
|
|
<repeat count="4" var="k">
|
|
|
|
|
<object name="phase[k]">
|
2017-07-31 05:49:00 -07:00
|
|
|
<repeat count="20" var="s">
|
2015-02-06 17:37:05 -08:00
|
|
|
<object type="image" style="StructBox" name="phase[k]_struct[s]">
|
|
|
|
|
<object type="text" style="StructNameSpecific" name="phase[k]_struct[s]_name"/>
|
2018-02-21 13:39:00 -08:00
|
|
|
<object type="button" style="StructIcon" name="phase[k]_struct[s]_icon"
|
2015-02-06 17:37:05 -08:00
|
|
|
sprite="stretched:pregame/shell/logo/wfg_logo_white.png"
|
|
|
|
|
/>
|
2016-11-19 06:29:45 -08:00
|
|
|
<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">
|
2018-02-21 13:39:00 -08:00
|
|
|
<object type="button" style="ProdBox" name="phase[k]_struct[s]_row[r]_prod[p]"/>
|
2016-11-19 06:29:45 -08:00
|
|
|
</repeat>
|
|
|
|
|
</object>
|
|
|
|
|
</repeat>
|
|
|
|
|
</object>
|
2016-08-27 08:33:22 -07:00
|
|
|
</object>
|
2015-02-06 17:37:05 -08:00
|
|
|
</repeat>
|
|
|
|
|
</object>
|
|
|
|
|
</repeat>
|
|
|
|
|
</object>
|