ZhouWeikuan / cocos2d

cocos2d for android, based on cocos2d-android-0.82, and now ported from cocos2d-iphone 0.99.4. The googlecode address is here: http://code.google.com/p/cocos2d-android-1/ . There are several demos to watch.
610 stars 291 forks source link

Ccb files #82

Open axti opened 7 years ago

axti commented 7 years ago

How I can load .ccb files from iOS game?

Aryan01 commented 7 years ago

[CCBReader unzipResorce:@"ccb.zip"]

On Wed, Oct 12, 2016 at 5:32 PM, axti notifications@github.com wrote:

How I can load .ccb files from iOS game?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ZhouWeikuan/cocos2d/issues/82, or mute the thread https://github.com/notifications/unsubscribe-auth/AIMzzmDY0YjExOXStDRUuKvBKDaomMOSks5qzMxOgaJpZM4KUrR3 .

axti commented 7 years ago

CCBreader for Android? Java class? Where "ccb.zip" ? Thank you.