How do I remove collision detection from a static image when using Matter.js?

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');
1 Like