Game Development Reference
In-Depth Information
spriteNode.position = CGPointMake(100,100);
Lastly, to make the sprite visible, it is added to
SKScene as a child:
[self addChild:spriteNode];
Search WWH ::




Custom Search