Hey guys,
Is there any way the text object could be improved? Right now it breaks lines in a really funny way. Example:
It's not an apple, it's an orange!
If Construct has to break the line at 'it' it'll break it apart like:
It's not an apple it
's an orange!
Which of course doesn't really make a lot of sense. Is that on the feature list?
Also, it seems like it doesn't recognize where to break the line until it actually already rendered text outside of the text box - and then it takes the word that already was outside of the textbox and puts it into the next line, which makes the whole thing look really weird.