33 lines
890 B
JSON
33 lines
890 B
JSON
{
|
|
"button": {
|
|
"width":250, "height":60,
|
|
"skin": {
|
|
"@type": "haxework.gui.skin.ButtonBitmapSkin",
|
|
"upImage": "@asset:image:resources/images/control/button_normal.png",
|
|
"downImage": "@asset:image:resources/images/control/button_down.png",
|
|
"overImage": "@asset:image:resources/images/control/button_over.png",
|
|
"fillType": "NINEPATH"
|
|
},
|
|
"fontFamily":"@res:text:font", "fontEmbed":true, "fontColor":"0xE7E0BB", "fontSize":20
|
|
},
|
|
|
|
"label": {
|
|
"fontColor": "0xffffff",
|
|
"fontEmbed": false,
|
|
"fontFamily": "@res:text:fontName",
|
|
"fontSize": 16,
|
|
"shadowColor": "0x000000"
|
|
},
|
|
|
|
"input": {
|
|
"fontColor": "0xffffff",
|
|
"fontEmbed": false,
|
|
"fontFamily": "@res:text:fontName",
|
|
"fontSize": 16,
|
|
"shadowColor": "0x000000",
|
|
"skin": {
|
|
"@type": "haxework.gui.skin.ColorSkin",
|
|
"color": "0x000000"
|
|
}
|
|
}
|
|
} |