phaser-ce-plugins
phaser-ce-plugins copied to clipboard
For Phaser related Plugins
navigator.getUserMedia is obsolete
I'm absolutely not sure how to use these plugins and currently there doesn't seem to be any documentation or usage instructions or any demo showing how this works. This would...
Phaser.Plugin.VirtualJoystick.prototype.move = function (pointer, x, y) { if (!this.isDragging || this.pointer != pointer) // this should be add this.pointer !=pointer { return; } .... } is it right ?
Mostly for photonstorm/phaser-ce#156
This functionality is now built-in to Phaser's camera. Having an external plugin is confusing. http://phaser.io/docs/2.6.2/Phaser.Camera.html#shake
Hello, I have upgraded the KineticScrolling plugin to the version 1.0.3.
It seems that SaveCPU plugin won't work since version 2.2.0 because this change: "Phaser.HEADLESS check removed from the core game loop. If you need to disable rendering you can now...
I did not succeeded in making flash work. This is how I use it: ``` js create: function() { this.juicy = this.game.plugins.add(new Phaser.Plugin.Juicy(this)); this.flash = this.juicy.createScreenFlash('#ff0000'); // .... }, update:...
Sound Analyse and visualization plugin
Some plugin has a little doc at the start of the file, others have nothing.