Phaser: Blur Filter example not working

Created on 26 Mar 2017  路  5Comments  路  Source: photonstorm/phaser

This Issue is about (delete as applicable)

  • An error in the documentation

This example has 404 errors on the Blur filters. Actually it seems like multiple filters are missing their files - https://phaser.io/examples/v2/category/filters

Most helpful comment

The blur example is not working again

All 5 comments

The code itself is also wrong:

game.load.script('filterX', 'https://cdn.rawgit.com/photonstorm/phaser/master/filters/BlurX.js');
...
var blurX = game.add.filter('BlurX');

It's saved in the cache with key filterX, but used as BlurX.

+1

I found another working example: Phaser Blur.

It leads me to the blurX.js file instrad of filterX.js

All of the filter examples have been updated and now work on the Phaser site.

The blur example is not working again

The blur exemple is not working again !! Help please

Was this page helpful?
0 / 5 - 0 ratings

Related issues

samme picture samme  路  4Comments

frob picture frob  路  4Comments

cncolder picture cncolder  路  4Comments

JarLowrey picture JarLowrey  路  4Comments

sercand picture sercand  路  3Comments