Top "Phaser-framework" questions

Phaser is a JavaScript framework for game development on desktop and mobile platforms.

Adding sprite in Phaser js

I need to know how to add the 2nd, 3rd, 4th rows of this sprite image for the left, right …

javascript phaser-framework
Moving a sprite along a pre-defined path in Phaser.IO

I have a sprite and a path for it (path = [[1,1],[1,2],[1,3]), what is the best practice for doing it using the …

javascript html5-canvas phaser-framework
Bring graphics on top of Dynamically added sprite in Phaser

I am adding Sprites dynamically by using a timed event. I can't find a way to bring a new graphics (…

javascript phaser-framework
How to correctly resize images to retain quality in Phaser 3

I am making a game in Phaser 3. I have downloaded high quality (1100x1000px) images from the internet to use. …

javascript image phaser-framework