setShadow(x, y, color, blur, shadowStroke, shadowFill) → {Phaser.Text}
Sets a drop shadow effect on the Text. You can specify the horizontal and vertical distance of the drop shadow with the x and y parameters.The color controls the shade of the shadow (default is black) and can be either an rgba or hex value.The blur is the strength of the shadow. A value of zero means a hard shadow, a value of 10 means a very soft shadow.To remove a shadow already in place you can call this method with no p