Hi - is there a way of setting CSS properties on button states? Rather than creating a sprite sheet, I'd like to set .alpha = 0.5 or something similar this.playButton = this.add.button(this.world.centerX, this.world.height - 150, 'play', this.startGame, this, alpha: 0.5 ,alpha: 1 ,alpha: 0.3 );Thanks