Open likexx opened 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
Thank you very much. I will fix them as your suggestion. Thanks:)
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