21 lines
646 B
JSON
21 lines
646 B
JSON
{
|
|
"pWidth": 100, "pHeight": 100,
|
|
"views": [
|
|
{
|
|
"id":"levels", "@type":"haxework.gui.list.VListView<Int>",
|
|
"factory": "@class:ru.m.tankz.view.frames.list.LevelView",
|
|
"pWidth":100,
|
|
"pHeight":100,
|
|
"paddings":10,
|
|
"scroll":{
|
|
"@type":"haxework.gui.list.VScrollView",
|
|
"width":10, "pHeight":100,
|
|
"skin":{"@type":"haxework.gui.list.VScrollSkin"}
|
|
},
|
|
"skin": {
|
|
"@type": "haxework.gui.skin.ColorSkin",
|
|
"color": "0x000000", "alpha": 0.0
|
|
}
|
|
}
|
|
]
|
|
} |