[0.16.1] modding GUI multiline label
Posted: Thu Dec 14, 2017 9:44 am
Hi,
First of all, i'm not realy sure if this is a bug.. but let's find out!
In 0.15 the GUI had the ability to create multiline labels by adding the attribute single_line = false to the label element.
In 0.16 it's not in the api (and obviously it doesn't work), so i thought, maybe it has that behaviour by default, but no:
resulting in:
And me (and other modders on the discord server) don't find a way to make multilines except of creating a lot of labels, whats realy not the point
...
Kind regards,
lovely_santa
First of all, i'm not realy sure if this is a bug.. but let's find out!
In 0.15 the GUI had the ability to create multiline labels by adding the attribute single_line = false to the label element.
In 0.16 it's not in the api (and obviously it doesn't work), so i thought, maybe it has that behaviour by default, but no:
Code: Select all
deathsTable.add{
type = "label",
name = "BZ_gui_lblDeathsRank",
caption = "Score: \n† Deaths: ",
--single_line = false

Kind regards,
lovely_santa