Comment désactiver l'anti-aliasing à l'échelle dans Monogame
// in Draw method:
spriteBatch.Begin(samplerState: SamplerState.PointClamp);
Pixel Freak
// in Draw method:
spriteBatch.Begin(samplerState: SamplerState.PointClamp);