Newer
Older
pixi.js / src / pixi / filters / FilterBlock.js
@Mat Groves Mat Groves on 1 Jul 2013 174 bytes Maskin added to pixi.js
/**
 * @author Mat Groves http://matgroves.com/ @Doormat23
 */



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