UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.

11 lines (8 loc) 163 B
/** * @author Mat Groves http://matgroves.com/ @Doormat23 */ PIXI.FilterBlock = function() { this.visible = true; this.renderable = true; };