nak3ddogs Posted December 6, 2014 Report 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 Quote Link to comment Share on other sites More sharing options...
valueerror Posted February 8, 2015 Report Share Posted February 8, 2015 http://docs.phaser.io/Phaser.Sprite.html#filterArea maybe this helps Quote Link to comment Share on other sites More sharing options...
valueerror Posted February 8, 2015 Report 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.