I am trying to scale an SKSpriteNode object without smoothing/anti-aliasing (I\'m using pixel-art so it looks better pixelated).
Is there a property I need to set to do
try this:
hero.xscale = 6.0f; hero.yscale = 6.0f;