Update Zone.js

This commit is contained in:
TadejZupancic 2018-06-12 15:49:02 +02:00 committed by GitHub
parent d6c2b1104b
commit 3c96ca73ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -256,6 +256,18 @@ var Zone = new Class({
return this;
},
/**
* A NOOP method so you can pass a Zone to a Container.
* Calling this method will do nothing. It is intentionally empty.
*
* @method Phaser.GameObjects.Zone#setAlpha
* @private
* @since 3.10.0
*/
setAlpha: function ()
{
},
/**
* A Zone does not render.
*