nguyenduong / spritebuilder_cocos2dx_sample

Sample with sprite builder for cocos2d-x
8 stars 7 forks source link

Few fixes #1

Open likexx opened 10 years ago

likexx commented 10 years ago

Hi, thanks for the great job. I just downloaded your code and tested in my own project which is based on cocos2d-x lua. Here are few errors I fixed:

CCBAnimationManager.cpp missing #include otherwise it's complaining std::stringstream is undefined

LabelTTFLoader.cpp Label::setFontName and Label::setFontSize is renamed to setSystemFontName and setSystemFontSize in cocos2d-x 3.1

Again, thx for the great work. I'd like to help the support for cocos2d-x

nguyenduong commented 10 years ago

Thank you very much. I will fix them as your suggestion. Thanks:)