How do I turn off Anti-Aliasing for sprites?
Develop games in your browser. Powerful, performant & highly capable.
That doesn't make sense. You want to introduce artifacts especially when its guaranteed to do that?
Either way there is no way to change the sampling mode at runtime.
It’s a project property. I think it’s called image filtering or sampling or something like that. By default it’s linear but you want nearest. I think you may be able to change that per layer but I’m not sure.