#Help adding Text into a Panel
1 messages · Page 1 of 1 (latest)
just do a panel and add a label children
"my_panel": {
"type": "panel",
"size": ["100%","100%"],
"anchor_from" : "center",
"anchor_to" : "center",
"controls": [
{
"my_text": {
"type": "label",
"text": "mytext..."
}
}
]
}
panel defaults to "center" and "100%" in anchors and offset
its my extensions :')