This commit is contained in:
2017-12-10 21:36:43 +03:00
parent 2099171d33
commit 823799e8fb
6 changed files with 33 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
{
"button_skin": {
"_button_skin": {
"skin": {
"@type": "haxework.gui.skin.ButtonBitmapSkin",
"image": "@asset:image:resources/images/map/map_4.png",
@@ -12,11 +12,34 @@
"shadowColor": "0x000000"
},
"button_skin": {
"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"
},
"fontColor": "0xffffff"
},
"label": {
"fontColor": "0xffffff",
"fontEmbed": true,
"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"
}
}
}