joewood72 Posted April 21, 2014 Share Posted April 21, 2014 I noticed that PIXI's filters are not included in the Phaser build, but are included in the phaser.d.ts TypeScript declarations. Could the AbstractFilter be included in the Phaser build by default? Without it references to the PIXI filter types throw a cryptic error message from the TS compiler at runtime. Thanks Joe Link to comment Share on other sites More sharing options...
rich Posted April 21, 2014 Share Posted April 21, 2014 The TS defs shouldn't throw any errors at all unless you use a Pixi filter that hasn't been included properly? Even so, this is quite a good idea actually, and it's a tiny class so I'll bundle it from the 2.0.4 release on. Link to comment Share on other sites More sharing options...
Recommended Posts