engine/character_window/resources/menu.xml

29 lines
2 KiB
XML
Raw Normal View History

2024-08-26 14:03:10 +00:00
<?xml-model href="gui.xsd" type="application/xml" schematypens="http://www.w3.org/2001/XMLSchema"?>
2024-08-25 12:30:03 +00:00
<root reference_width="1280" reference_height="720" layer="10">
<!-- header -->
<grid x_dim="7" y_dim="1" x_offset="-420" y_offset="-310" width="840" height="50"
vert_align="middle" hori_align="middle" margin="10" padding="10"
button_normal='{"background_color":"#835219","border_color":"#543919","border_thickness":{"Pixel":5}}'
button_selected='{"background_color":"#835219","border_color":"#c37417","border_thickness":{"Pixel":5}}'
background='{"background_color":"#9c610a","border_color":"#543919","border_thickness":{"Pixel":5}}'>
<icon id="left_info" x_slot="1" y_slot="0"></icon>
<button id="open_statistics" x_slot="2" y_slot="0" text_ratio="0.7" text_color="black" select_mode="none" isolate="true">Character</button>
<button id="open_inventory" x_slot="3" y_slot="0" text_ratio="0.7" text_color="black" select_mode="none" isolate="true">Inventory</button>
<button id="open_abilities" x_slot="4" y_slot="0" text_ratio="0.7" text_color="black" select_mode="none" isolate="true">Abilities</button>
<icon id="right_info" x_slot="5" y_slot="0"></icon>
<grid x_slot="6" y_slot="0" x_dim="3" y_dim="1" padding="0" margin="0">
<button id="close" x_slot="2" y_slot="0" text_ratio="0.6" text_color="black" isolate="true"
normal='{"background_color":"#a00000","border_color":"#000000","border_thickness":{"Pixel":2}}'
selected='{"background_color":"#df0707","border_color":"#000000","border_thickness":{"Pixel":2}}'
select="true" select_mode="none">X</button>
</grid>
</grid>
<grid id="tab_content" x_dim="1" y_dim="1" x_offset="-400" y_offset="-260" width="800"
height="500" vert_align="middle" hori_align="middle" margin="10" padding="10"
background='{"background_color":"#B26F0C","border_color":"#543919","border_thickness":{"Pixel":5}}'> </grid>
</root>