Tutorial by Topics: phaser

Phaser is an open source Desktop and Mobile HTML5 game framework primarily. It includes a robust set of documentation, features and examples to get you moving towards a working game quickly. It supports WebGL, via the Pixi.js rendering engine, and includes a Canvas fallback for support on older d...
Adding an image file (preferable a png) to your game as an "Image" object in Phaser. game.load.image( name:string, file:string,); game.add.image( x:number, y:number, name:string); An Image object is a good choice for things in your game that don't use frame animations and...

Page 1 of 1