-
* A bug in the API:
* Phaser version(s): v2.8.4
* Live example: [Memory done following phaserjs.com's tutorial](https://zykino.net/portfolio/Memory/)
* What should happen: Phaser should selec…
-
This issue may be similar to https://github.com/photonstorm/phaser-ce/issues/663.
Problem is, that when you click icon for browsing tabs (top right corner - see image below) and immediately click o…
-
Hello,
I am using this phaser input plugin in my game, but it is not working on mobile devices/tablets? What could be be the problem?
https://github.com/orange-games/phaser-input
It is work…
-
I was having trouble getting a body to collide with the world, and I finally realized that the collision only worked if I called `updateCollisionMask()` on the body. Right now this is only called by P…
-
I make a piano keybord game ,it has abote 100 object in the page .
I test it using different version,After v2.6.2 it is very slow。
-
This Issue is about
* A bug in the API:
* Phaser version(s): Phaser CE v2.11.0
* Live example: https://codepen.io/anon/pen/jppVdd
* What should happen: Circle bodies should collide well w…
-
Any documentation on how to use this plugin?
-
Hey man,
This in an excellent work! What do you think if you create web components instead? For example using [StencilJS](https://stenciljs.com/) to create components to use from any Framework, also …
-
I've simply imported the script and get thrown this error. I'm guessing this lib might not be compatible with Phaser 3 but that's not listed anywhere.
```
phaser-tiled-2.0.4.js:1961 Uncaught TypeErr…
-
A square grid with 20 units.
- [x] User can move units.
- [ ] A simple animation when units move. Units glides to destination
- [x] ~~Research CSS and DIV/TABLE tags. Find what actually works~~ …