CodeViking
CodeViking

Reputation: 206

Convert CocosBuilder CCB to PNG

I have a bunch of CCB files that consist of CCSprite and 4-5 layers - no animations.

I need a way to convert these CCBs to flat PNG images.

Creating Smart Sprite Sheets is not good, as it saves each layer as different sprite on the sheet and I need those merged. How would I do this?

Upvotes: 0

Views: 337

Answers (2)

Insomniac
Insomniac

Reputation: 3384

I have to agree with everyone that this sounds like a strange request. But, if you really need to save the result of loading CCB into PNG image you can try to use CCRenderTexture.

Upvotes: 0

spaderdabomb
spaderdabomb

Reputation: 942

I'm not sure why you would want to do this....but if you really want a png file of a ccb file, why don't you take a screenshot of your file's layout in spritebuilder/cocosbuilder and save it as a png?

Upvotes: 0

Related Questions