Hi,
I can’t change the color of my circle (it stays black) …
this.backGroundCircleOne = this.add.circle(700, 700, 300, "#FF0000");
I tried to add this but it didn’t change anything :
this.backGroundCircleOne.setFillStyle("#FF0000", 1);
Any idea ?