Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

do you know if there is a way to create multiline text in cocos2d-js in the new version 0.2?

I've been trying some things but none worked

Thank you so much!

share|improve this question

1 Answer

It's not in cocos2d-iphone, I'd be surprised if any other cocos2d version supports it.

One workaround is to split your string and use multiple labels to display each line.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.