2024-08-26 08:08:03 +00:00
|
|
|
<root>
|
|
|
|
<!-- loot slot -->
|
|
|
|
<grid x_dim="1" y_dim="1" padding="5">
|
|
|
|
<grid id="snippet_grid" x_slot="0" y_slot="0" x_dim="5" y_dim="1" background="#919191" button_normal="#919191" button_selected="#aaaaaa" margin="0">
|
|
|
|
<button id="item_icon" x_slot="0" y_slot="0" select_mode="none"></button>
|
|
|
|
|
|
|
|
<!-- stats -->
|
|
|
|
<label id="strength_info" x_slot="1" y_slot="0" text_ratio="0.7" text_color="#C23519">0</label>
|
|
|
|
<label id="agility_info" x_slot="2" y_slot="0" text_ratio="0.7" text_color="#65D01E">0</label>
|
|
|
|
<label id="intelligence_info" x_slot="3" y_slot="0" text_ratio="0.7" text_color="#1D63B3">0</label>
|
|
|
|
|
2024-08-26 14:03:10 +00:00
|
|
|
<button id="disassemble" x_slot="4" y_slot="0" select_mode="none"></button>
|
2024-08-26 08:08:03 +00:00
|
|
|
</grid>
|
|
|
|
</grid>
|
|
|
|
</root>
|