I used Hearts1.CCPositionType = CCPositionTypeNormalized
for my CCNode, Hearts1.
For all sprites inside the node, I also used CCPositionTypeNormalized
None of my sprites seem to move around, they just stack on top of each other in the same point. Do I need to change the ContentSize
of the node to match the viewSize?
This prevents all the sprites from being clumped in one point.