Files
tankz/src/client/haxe/layout/frames/game.json
2018-01-29 22:06:07 +03:00

13 lines
272 B
JSON

{
"pWidth": 100, "pHeight": 100,
"views": [
{
"id": "state", "@type": "haxework.gui.LabelView", "@style": "label",
"pWidth": 100, "height": 20
},
{
"id": "render", "@type": "ru.m.tankz.render.Render",
"contentSize": true
}
]
}