Screen only showing white when using playdate.graphics.sprite.update()

I think white may be the default background color behind all sprites. You can set it to clear if you need other stuff behind sprites, or just black to let white sprites show up.

See playdate.graphics.setBackgroundColor()

1 Like