SuperRune
01-11-2011, 10:16 AM
I couldn't find this in the search, but I hope it's an easy thing to solve. I'm creating a text object, and I want to have a newline in the text string. Doing this...
myText.text = "New\nLine"
...does not work for some reason. Anybody know what would work?
myText.text = "New\nLine"
...does not work for some reason. Anybody know what would work?
