Search the Community
Showing results for tags 'twist'.
-
Hi all, i'm happy to tell you that my first game now available on Google Play. (Thanks Phaserjs and Ludei) Dash Runner 2 is classic yet crazy go-to-distance highscore game with a new TWIST. The game feature both single player and multiplayer on a single mobile screen. You must be control not one but TWO characters at the same time. JUMP your way out of all the holes on the ever SPINNING racing track, don't ever let gravity stop your runs. You can download here : https://play.google.com/store/apps/details?id=com.bkgamemaker.DashRunner2 Some screenshots Thanks!
-
I want to have multiple twist effects, is this possible? i.e. var stage = new PIXI.Stage(0x66FF99); var asd = new PIXI.GrayFilter(); asd.gray = 0; var dsa = new PIXI.BlurFilter(); dsa.blur = 0; stage.filters = [asd,dsa];But this applies just one type of filter to the whole screen, I want multiple small instances of a twist filter. Any ideas?