I'm using low resolution graphics and am aiming for the retro pixelated look. However, layer.setScale() seems to smooth the graphics when scaling up. And the function doesn't take any parameters.
Anyway to change the way scaling is done? I'm not completely sure what the right terms are, but I use either "linear" or "nearest-neighbour" scaling to achieve the effect in other frameworks.