mill_game/resources/mainmenu.xml

8 lines
540 B
XML
Raw Normal View History

2023-05-09 16:58:07 +00:00
<root reference_width="1280" reference_height="720">
<grid id="grid" x_dim="3" y_dim="1" x_offset="-400" y_offset="10" width="800" height="80"
vert_align="top" hori_align="middle" margin="0" padding="20">
<label id="white_player_label" x_slot="0" y_slot="0" text_color="white">White Player (AI)</label>
<button id="start" x_slot="1" y_slot="0" text_color="white" select="true">Start</button>
<label id="black_player_label" x_slot="2" y_slot="0" text_color="white">Black Player</label>
</grid>
</root>