big update
This commit is contained in:
24
src/client/haxe/layout/frames/game_list.json
Normal file
24
src/client/haxe/layout/frames/game_list.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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": 45,
|
||||
"text": "Create",
|
||||
"@style": "button_skin"
|
||||
},
|
||||
{
|
||||
"id": "list", "@type": "haxework.gui.list.VListView<ru.m.tankz.proto.Game>",
|
||||
"factory": "@class:ru.m.tankz.view.frames.list.GameView",
|
||||
"scroll": {
|
||||
"@type": "haxework.gui.list.VScrollView",
|
||||
"skin": {"@type": "haxework.gui.list.VScrollSkin"}
|
||||
},
|
||||
"pWidth": 100, "pHeight": 100, "layoutMargin": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user