Files
MonoGame.Extended/Source/Demos/Features/Content/title-screen.json
T

36 lines
791 B
JSON

{
"Skin": "Content/adventure-gui-skin.json",
"Controls": [
{
"Type": "GuiStackPanel",
"Name": "MainPanel",
"HorizontalAlignment": "Centre",
"VerticalAlignment": "Bottom",
"Margin": "0 0 0 50",
"Controls": [
{
"Type": "GuiButton",
"Name": "PlayButton",
"Width": "200",
"Text": "Play",
"Style": "white-button"
},
{
"Type": "GuiButton",
"Name": "OptionsButton",
"Width": "200",
"Text": "Options",
"Style": "white-button"
},
{
"Type": "GuiButton",
"Name": "QuitButton",
"Width": "200",
"Text": "Quit",
"Style": "white-button"
}
]
}
]
}