Camera zoom and TileSprite/Background

Hi, I’m new to Phaser. When I zoom out using something like this.cameras.main.zoomTo(0.5, 500, 'Linear') , how do I make sure that my background (TileSprite) scale/repeat along with it? As soon as the camera zooms out, I get a black border around my background, and it doesn’t scale/repeat with it.

Thank You!

:wave:

You can make the TileSprite larger, but it would have to be pretty large. And it would still shrink when the camera zooms out.

If you want the TileSprite fixed in place, you can use a second camera with ignoring.