ANSWERED: Hairline black in zoomed sprite?

I’m just getting started, so far so good but have ran into a bit of weirdness. My spritesheet is simple, 11 frames from empty to full. It all looks good if I comment out the zoom (the left side) but if I start the way I want,

    this.cameras.main.setZoom(1.55);
    this.cameras.main.setScroll(-200,-95);

The sprite is surrounded by a faint but visible black line.

2019-11_2019-11-30_19-01-59

I’m reasonably confident my PNG is sound, no transparency and I recreated it but still stuck http://www.bitblaster.com/pdw19/funky.html

What can I try? Thanks!

Answered on Discord: add pixelArt:true to the config and it looks great!

1 Like