[client] LevelFrame

This commit is contained in:
2018-01-26 14:38:36 +03:00
parent d72d7e8c81
commit 6a00ee83d7
50 changed files with 120 additions and 65 deletions

View File

@@ -1,13 +1,18 @@
{
"person": {
"level": {
"width": 440, "height": 44,
"margins": 5,
"views": [
{
"id": "nameLabel",
"id": "label",
"@type": "haxework.gui.LabelView",
"pWidth": 100, "height": 44, "text": "Выбор персонажа",
"pWidth": 100, "pHeight": 100, "text": "",
"@style": "label"
}
]
],
"skin": {
"@type": "haxework.gui.skin.ColorSkin",
"color": "0x000000", "alpha": 0.2
}
}
}