Preset Browser Laf || Multi-line?
-
I want to put a line break in this text but it doesnt seem to work. Any advice?
script;
:
what it looks like:
-
@Chazrox Can't be 100% sure but can't you just do "CLICK THE PLUS SIGN" + "" + "TO CREATE A PRESET" - or something like that
-
@rglides yep,just tried it. So you add as much space as you want between the "" - so for example "CLICK THE PLUS SIGN" + " " + "TO CREATE A PRESET"
-
@rglides ah well the message here removed my extra space, here -
"CLICK THE PLUS SIGN" + " " + "TO CREATE A PRESET"
-
@rglides Im trying that but thats just adding space in between. I need it to break to a new line down.
-
@rglides I need to learn to properly read original questions here hahah - I think this is what you want
g.drawMultiLineText("CLICK THE PLUS SIGN\nTO CREATE A PRESET", [10, 10], 100, "left", 1.5);
-
@rglides bruh thats the one...lol. Thanks!
Gottem:
-
@Chazrox Niiice!
-
C Chazrox marked this topic as a question
-
C Chazrox has marked this topic as solved
-
@rglides I need to learn how to read the api's before I come here.
-