Skip to content

Instantly share code, notes, and snippets.

@dpogorzelski
Created March 1, 2014 22:30
Show Gist options
  • Save dpogorzelski/9298500 to your computer and use it in GitHub Desktop.
Save dpogorzelski/9298500 to your computer and use it in GitHub Desktop.
var game = new Phaser.Game(1024, 768, Phaser.AUTO, null, {
preload: preload,
create: create,
update: update
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment