Divergent/mods/UI Rework/gamedata/configs/ui/textures_descr/z_ui_upgrade_indicator.xml

16 lines
600 B
XML
Raw Normal View History

<w>
<file name="ui\ui_upgrade_indicator">
<!-- gear -->
<texture id="ui_upgrade_arrow1_gear" x="0" y="0" width="22" height="22" />
<texture id="ui_upgrade_arrow2_gear" x="0" y="22" width="16" height="16" />
<!-- arrow -->
<texture id="ui_upgrade_arrow1_arrow" x="22" y="0" width="22" height="22" />
<texture id="ui_upgrade_arrow2_arrow" x="22" y="22" width="16" height="16" />
<!-- wrench -->
<texture id="ui_upgrade_arrow1_wrench" x="44" y="0" width="22" height="22" />
<texture id="ui_upgrade_arrow2_wrench" x="44" y="22" width="16" height="16" />
</file>
</w>