engine/character_window/resources/content_button.xml
2024-08-26 16:03:10 +02:00

8 lines
502 B
XML

<?xml-model href="gui.xsd" type="application/xml" schematypens="http://www.w3.org/2001/XMLSchema"?>
<root>
<grid x_dim="1" y_dim="1" margin="0" padding="0"
button_normal='{"background_color":"#945b09","border_color":"#543919","border_thickness":{"Pixel":0}}'
button_selected='{"background_color":"#bd7000","border_color":"#c37417","border_thickness":{"Pixel":0}}'>
<button id="button" x_slot="0" y_slot="0" select_mode="none" fill_type="square"></button>
</grid>
</root>