nak3ddogs Posted December 6, 2014 Share Posted December 6, 2014 hi! i would blur only the bottom of the game world. how can i do it?i thinked the best method is make a bitmapdata what is a screenshot of the game and after blur this and mask. but i no idea how to make a screenshot. it is the UI what i would make Link to comment Share on other sites More sharing options...
valueerror Posted February 8, 2015 Share Posted February 8, 2015 http://docs.phaser.io/Phaser.Sprite.html#filterArea maybe this helps Link to comment Share on other sites More sharing options...
valueerror Posted February 8, 2015 Share Posted February 8, 2015 filter = game.add.filter('SampleFilter', 800, 600, 0.5); it also looks like you can start a filter with an area/offset/anchor but i haven't found detailed docs about this Link to comment Share on other sites More sharing options...
Recommended Posts