mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-24 12:06:37 +00:00
36 lines
791 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|