[SKSpriteNode spriteNodeWithImageNamed:@"circlequarter-green"];
circlequarter-green@2x.png
exists in Images.xcassets
, but when I try to add the node to the scene, the image appears twice as large as it should. Why isn't spriteNodeWithImageNamed
respecting the retina image?