mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 04:33:31 +00:00
FX.Circle.backgroundAlpha
is a new property that allows you to set the amount of the alpha of the background color in the Circle FX (thanks @rexrainbow)
This commit is contained in:
parent
0623c6f6bd
commit
10dbf1a4f2
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ var Circle = new Class({
|
|||
*
|
||||
* @name Phaser.FX.Circle#backgroundAlpha
|
||||
* @type {number}
|
||||
* @since 3.60.0
|
||||
* @since 3.61.0
|
||||
*/
|
||||
backgroundAlpha: {
|
||||
|
||||
|
|
Loading…
Reference in a new issue