Well, Tons of warning on my Xcode with itemFromNormalImage Depreciated
So here is a quick fix, i open the cocos2d CCMenuItem.h and discover that they already change the method name to "ItemWithNormalImage"
so you just change all your "ItemFromNormalImage" with "ItemWithNormalImage"
No comments:
Post a Comment