- Home /
Question by
SurrealProducts · May 13, 2015 at 10:57 AM ·
textspacing
MonoDevelop - .text script, How to indent text?
In mono Develop, how do you start a new line of text? How do you indent to the next line in script?
For example:
"Press x To start Again!"
Becomes..
"Press x
To Start Again!"
Comment
Answer by tebandesade · May 13, 2015 at 04:28 PM
Hi! To do this, you just have to write \n where you want to separate your line. Example :
"Hello how are you? \n Fine and you?";
Your answer
Follow this Question
Related Questions
How change letter spacing 1 Answer
[UI Text] Half the font size but still keeping the same line height. 0 Answers
How to change word space ? 2 Answers
Kerning on Fonts Are Wrong 0 Answers
How to get a 3D Text to appear on collision of another object? 2 Answers