Files
MonoGame.Extended/Source/Demos/SpaceGame/Content/Screens/TitleScreen.xml
T

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>