Jump to content

mean of Phaser.Game


dbckd999
 Share

Recommended Posts

When start to Phaser code at

window.onload = function() {
	var game = new Phaser.Game(800, 600, Phaser.AUTO, "game");
...

What is the role of "game"? (not var game)

I've seen the API documentation, but I still do not understand.

What I have understood so far the "game" refers to itself..

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...