Phaser 3.17.0 WebGL Plugin I want to set spine alpha but it is not work that is my code; //@ts-ignore let spine= scene.add.spine(0, 0, 'spineKey', 'animation'); spine.play('animation', true); spine.alpha = 0.5;