engine/rpg_components/resources/jewel_tooltip.xml
2024-08-29 12:41:39 +02:00

22 lines
1.3 KiB
XML

<?xml-model href="gui.xsd" type="application/xml" schematypens="http://www.w3.org/2001/XMLSchema"?>
<root reference_width="1280" reference_height="720" layer="11">
<grid id="main_grid" x_dim="1" x_offset="0" y_offset="0" vert_align="top" padding="4" margin="2"
background='{"background_color":"#794c0a","border_color":"#543919","border_thickness":{"Pixel":2}}'
hori_align="left" y_dim="3" width="300" height="120">
<!-- header -->
<grid x_slot="0" y_slot="0" x_dim="3" y_dim="1">
<icon id="jewel_icon" x_slot="0" y_slot="0"></icon>
<label id="rarity_label" x_slot="1" y_slot="0" x_size="2" text_color="black">Level</label>
</grid>
<grid x_slot="0" y_slot="1" x_dim="4" y_dim="1" padding="3" margin="3">
<label id="attribute_type" x_slot="0" y_slot="0" x_size="3" text_color="black">Attribute</label>
<label id="attribute_value" x_slot="3" y_slot="0" text_color="black">Value</label>
</grid>
<grid x_slot="0" y_slot="2" x_dim="4" y_dim="1" padding="3" margin="3">
<label id="stat_type" x_slot="0" y_slot="0" x_size="3" text_color="black">Stat</label>
<label id="stat_value" x_slot="3" y_slot="0" text_color="black">Value</label>
</grid>
</grid>
</root>