Hi phaser’s guys,
Is it possible to change the color of a graphics once it has already been created?
The fillStyle Method (mygraphics.fillStyle(0x44ff44,1) as defined in https://photonstorm.github.io/phaser3-docs/Phaser.GameObjects.Graphics.html doesn’t seem to work in this case : In fact I guess the fillStyle Method is functionnal only for graphics instantiation…
Thanks for any help!