-
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user