Newer
Older
pixi.js / src / pixi / filters / FilterBlock.js
@Dr. Kibitz Dr. Kibitz on 1 Oct 2013 183 bytes Squashed commit of the following (jshint):
/**
 * @author Mat Groves http://matgroves.com/ @Doormat23
 */



PIXI.FilterBlock = function(mask)
{
    this.graphics = mask
    this.visible = true;
    this.renderable = true;
}