Code Introduction
What's in this Guidebook?
// example code block
var game = new Phaser.Game(800, 600, Phaser.AUTO, 'my-game',
{ preload: preload, create: create, update: update });Copyright and License
Last updated