I see there is this.cameras.main.setBackgroundColor();
I was wondering if there’s any way I can utilize an image instead of a color here? Thanks.
I see there is this.cameras.main.setBackgroundColor();
I was wondering if there’s any way I can utilize an image instead of a color here? Thanks.
No, you have to use this.add.image()
etc.