This commit is contained in:
2015-08-14 16:24:42 +03:00
parent 39ab8d30e6
commit 3643be4cd8
24 changed files with 314 additions and 71 deletions

View File

@@ -3,11 +3,12 @@
"views": [
{
"id": "name", "@type": "haxework.gui.LabelView",
"pWidth": 100, "height": 25, "text": ""
"pWidth": 100, "height": 44, "text": "",
"@style": "label"
},
{
"id": "create", "@type": "haxework.gui.ButtonView",
"width": 100, "height": 45,
"width": 132, "height": 44,
"text": "Create",
"@style": "button_skin"
},