big update
This commit is contained in:
12
src/client/haxe/layout/styles.json
Normal file
12
src/client/haxe/layout/styles.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user