18 lines
357 B
JSON
18 lines
357 B
JSON
{
|
|
"level": {
|
|
"width": 440, "height": 44,
|
|
"margins": 5,
|
|
"views": [
|
|
{
|
|
"id": "label",
|
|
"@type": "haxework.gui.LabelView",
|
|
"pWidth": 100, "pHeight": 100, "text": "",
|
|
"@style": "label"
|
|
}
|
|
],
|
|
"skin": {
|
|
"@type": "haxework.gui.skin.ColorSkin",
|
|
"color": "0x000000", "alpha": 0.2
|
|
}
|
|
}
|
|
} |