mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-24 12:06:37 +00:00
15 lines
480 B
XML
15 lines
480 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Screen Width="800" Height="480">
|
|
<Screen.Resources>
|
|
<ButtonStyle Name="PlayButtonStyle" TextureRegion="play-button" />
|
|
</Screen.Resources>
|
|
|
|
<Button Name="PlayButton" Style="PlayButtonStyle" />
|
|
|
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" VerticalAlignment="Bottom">
|
|
<Button Name="FacebookButton" />
|
|
<Button Name="TwitterButton" />
|
|
<Button Name="GooglePlusButton" />
|
|
</StackPanel>
|
|
</Screen> |