.pvr.ccz files

Hey,

I am having some problems loading some pvr.ccz files and was checking that it is supported in this version of cocos2d-x. I get the error on loading when this line of code has completed running:

cc.SpriteFrameCache.sharedSpriteFrameCache().addSpriteFramesWithFile("Resources/res/animation/MainMenu.plist", "Resources/res/animation/MainMenu.pvr.ccz");

Any help/advice would be greatly appreciated :slight_smile:

Cocos2d-html5 does not support the format of .pvr.ccz, please change the resources to png, jpg or bmp.

I thought not, thanks.