This commit is contained in:
2014-07-07 12:35:20 +04:00
parent 4dfe7b64c4
commit 9e4b7b0556
10 changed files with 101 additions and 33 deletions

View File

@@ -70,9 +70,23 @@
},
{
"id":"game", "type":"haxework.gui.SpriteView",
"id":"game", "type":"ru.m.armageddon.client.frames.GameFrame",
"skin":{"type":"haxework.gui.skin.ColorSkin", "color":"0xa0a0a0"},
"pWidth":100, "pHeight":100
"pWidth":100, "pHeight":100,
"views":[
{
"id":"name", "type":"haxework.gui.LabelView",
"pWidth":100, "height":25, "text":""
},
{
"id":"logout",
"type":"haxework.gui.ButtonView",
"width":100,
"height":30,
"skin":{"type":"haxework.gui.skin.ButtonColorSkin"},
"text":"Logout"
}
]
}
]
}