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!"
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!"
Hi! To do this, you just have to write
where you want to separate your line.
Example :
“Hello how are you?
Fine and you?”;