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!