engine/character_window/resources/inventory/maps/tooltip.xml

11 lines
763 B
XML
Raw Normal View History

2024-08-26 08:08:03 +00:00
<?xml-model href="../../../../../../gui.xsd" type="application/xml" schematypens="http://www.w3.org/2001/XMLSchema"?>
<root>
<grid x_dim="3" y_dim="1">
<label id="select" x_slot="0" y_slot="0" text_color="black"
background='{"background_color":"#835219","border_color":"#543919","border_thickness":{"Pixel":5}}'>Select</label>
<label id="start" x_slot="1" y_slot="0" text_color="black"
background='{"background_color":"#835219","border_color":"#543919","border_thickness":{"Pixel":5}}'>Start</label>
<label id="switch_mode" x_slot="2" y_slot="0" text_color="black"
background='{"background_color":"#835219","border_color":"#543919","border_thickness":{"Pixel":5}}'>Switch</label>
</grid>
</root>