Files
MonoGame.Extended/Source/Demos/Features/Content/adventure-gui-skin.json
T

131 lines
2.9 KiB
JSON

{
"Name": "adventure",
"TextureAtlases": [ "adventure-gui-atlas" ],
"Fonts": [ "small-font" ],
"Cursor": {
"TextureRegion": "cursorSword_silver",
"Color": "#aaaaaa"
},
"NinePatches": [
{
"TextureRegion": "buttonLong_grey",
"Padding": 10
},
{
"TextureRegion": "buttonLong_grey_pressed",
"Padding": 10
},
{
"TextureRegion": "panel_brown",
"Padding": "10"
},
{
"TextureRegion": "panelInset_beige",
"Padding": "10"
},
{
"TextureRegion": "grey_textBox",
"Padding": "10"
},
{
"TextureRegion": "progress-bar-container",
"Padding": "10"
},
{
"TextureRegion": "progress-bar-blue",
"Padding": "10"
}
],
"Styles": [
{
"Name": "close-button",
"Type": "GuiButton",
"BackgroundRegion": "buttonRound_close",
"HoverStyle": {
"Type": "GuiButton",
"Color": "LightGray"
}
},
{
"Name": "white-button",
"Type": "GuiButton",
"Margin": "5 2",
"BackgroundRegion": "buttonLong_grey",
"TextOffset": "0 -2",
"TextColor": "#f4a460ff",
"Color": "#8b4513ff",
"PressedStyle": {
"Type": "GuiButton",
"BackgroundRegion": "buttonLong_grey_pressed",
"Offset": "0 2",
"TextOffset": "0 2"
},
"HoverStyle": {
"Type": "GuiButton",
"Color": "#9E4C16ff",
"TextColor": "#ffffffff"
}
},
{
"Name": "checkbox",
"Type": "GuiCheckBox",
"BackgroundRegion": "checkBox_beige_unchecked",
"CheckedStyle": {
"Type": "GuiCheckBox",
"BackgroundRegion": "checkBox_beige_checked"
}
},
{
"Name": "brown-panel",
"Type": "GuiStackPanel",
"BackgroundRegion": "panel_brown",
"Size": "400 300"
},
{
"Name": "beige-inset-panel",
"Type": "GuiStackPanel",
"BackgroundRegion": "panelInset_beige",
"Size": "385 280"
},
{
"Name": "label",
"Type": "GuiLabel",
"TextColor": "#444444"
},
{
"Name": "monogame-title",
"Type": "GuiImage",
"BackgroundRegion": "monogame-title"
},
{
"Name": "text-box",
"Type": "GuiTextBox",
"ClipPadding": "8 0",
"BackgroundRegion": "grey_textBox",
"TextColor": "#444444"
},
{
"Name": "progress-bar",
"Type": "GuiProgressBar",
"BackgroundRegion": "progress-bar-container",
"BarRegion": "progress-bar-blue",
"Size": "100 32"
},
{
"Name": "list-box",
"Type": "GuiListBox",
"Size": "200 150",
"ClipPadding": "7 5",
"BackgroundRegion": "grey_textBox",
"TextColor": "#444444"
},
{
"Name": "dialog",
"Type": "GuiDialog",
"Padding": "10",
"BackgroundRegion": "panel_brown",
"TextColor": "#444444"
}
]
}