How to set background color to transparent with Phaser 3
Trouble I added two Text objects to a scene. But for the latter one, I couldn’t set background color to transparent. Can anyone help me? Here is the screenshot. Screenshot What I tried I want the Text objects to have transparent background. I have tried to set backgroundColor like: this.scene.add.text(0, 0, “hoge”, { backgroundColor: “rgb(255 […]