Do you need to do any collision detection on the background? If not, can you add it as just a standard image, as opposed to adding it to matterjs.
background = this.add.image(512, 310, 'background');
Do you need to do any collision detection on the background? If not, can you add it as just a standard image, as opposed to adding it to matterjs.
background = this.add.image(512, 310, 'background');