phaser-by-example
phaser-by-example copied to clipboard
The source code to the games that go with the Phaser by Example book
There you will choose the type of map, the size of tiles **andsize** of the map, the tile size: This should be There you will choose the type of map,...
It’s this emitter you should listen **tgo** events from. This should be: It’s this emitter you should listen to events from. I don't know where to log issues with the...
All index.html have the same setup. With a div#game-container in it. However, some setups had `contenedor` as a selector configured for parent. Which then makes it fallback on the default,...
Remove unused lines of code
When tweening the scale, the explosion looks "boxy". To make it look like a circle (which looks more like an explosion), I tweened the radius (and bumped it up and...