#Help adding Text into a Panel

1 messages · Page 1 of 1 (latest)

uncut mesa
#

?

flint dune
#

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..."
        }
    }
  ]
}
autumn heron
flint dune
#

its my extensions :')