GBox2D icon indicating copy to clipboard operation
GBox2D copied to clipboard

Sprite does not get added to screen.

Open basilabbassv opened this issue 10 years ago • 0 comments

Even after calling the function [self addChild:[[Floor floorSprite] ccNode] z:20];

Only the physics shape gets added to screen. The sprite itself does not get added. Looking into the code I believe adding the CCSprite that is sub classed as a CCNode is failing.

basilabbassv avatar Sep 09 '13 05:09 basilabbassv