-
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
|
||||
|
||||
{
|
||||
"id":"person", "type":"ru.m.tankz.view.frames.PersonFrame",
|
||||
"id":"person_list", "type":"ru.m.tankz.view.frames.PersonListFrame",
|
||||
"skin":{"type":"haxework.gui.skin.ColorSkin", "color":"0xa0a0a0"},
|
||||
"pWidth":100, "pHeight":100, "layoutMargin":3, "paddings":10,
|
||||
"views":[
|
||||
@@ -69,6 +69,43 @@
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"id":"game_list", "type":"ru.m.tankz.view.frames.GameListFrame",
|
||||
"skin":{"type":"haxework.gui.skin.ColorSkin", "color":"0xa0a0a0"},
|
||||
"pWidth":100, "pHeight":100,
|
||||
"views":[
|
||||
{
|
||||
"id":"name", "type":"haxework.gui.LabelView",
|
||||
"pWidth":100, "height":25, "text":""
|
||||
},
|
||||
{
|
||||
"id":"create", "type":"haxework.gui.ButtonView",
|
||||
"width":100, "height":30,
|
||||
"skin":{"type":"haxework.gui.skin.ButtonColorSkin"},
|
||||
"text":"Create"
|
||||
},
|
||||
{
|
||||
"id":"logout", "type":"haxework.gui.ButtonView",
|
||||
"width":100, "height":30,
|
||||
"skin":{"type":"haxework.gui.skin.ButtonColorSkin"},
|
||||
"text":"Logout"
|
||||
},
|
||||
{
|
||||
"id":"list", "type":"haxework.gui.list.VListView",
|
||||
"factory":{
|
||||
"type":"~ru.m.tankz.view.frames.game.GameView"
|
||||
},
|
||||
"scroll":{
|
||||
"type":"haxework.gui.list.VScrollView",
|
||||
"skin":{"type":"haxework.gui.list.VScrollSkin"}
|
||||
},
|
||||
"pWidth":100, "pHeight":100, "layoutMargin":5
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"id":"game", "type":"ru.m.tankz.view.frames.GameFrame",
|
||||
"skin":{"type":"haxework.gui.skin.ColorSkin", "color":"0xa0a0a0"},
|
||||
|
||||
Reference in New Issue
Block a user