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!
|
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! |
|||
|
|
|
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. |
|||
|
|