engine/rpg_components/resources/item_socket_snippet.xml

7 lines
339 B
XML
Raw Normal View History

2024-08-29 10:41:39 +00:00
<?xml-model href="gui.xsd" type="application/xml" schematypens="http://www.w3.org/2001/XMLSchema"?>
2024-08-25 11:48:16 +00:00
<root>
<grid x_dim="4" y_dim="1">
2024-08-29 10:41:39 +00:00
<icon id="socket_icon" x_slot="0" y_slot="0"></icon>
2024-08-25 11:48:16 +00:00
<label id="stat_type" x_slot="1" y_slot="0" x_size="3" text_color="black" text_alignment="left">StatType</label>
</grid>
</root>