mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 05:03:37 +00:00
Update Documentation in Game.js
Updated the documentation in Game.js to indicate that the renderType property could be set to Phaser.HEADLESS.
This commit is contained in:
parent
a6a2c61240
commit
cd188ed0ab
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ Phaser.Game = function (width, height, renderer, parent, state, transparent, ant
|
|||
this.renderer = null;
|
||||
|
||||
/**
|
||||
* @property {number} renderType - The Renderer this game will use. Either Phaser.AUTO, Phaser.CANVAS or Phaser.WEBGL.
|
||||
* @property {number} renderType - The Renderer this game will use. Either Phaser.AUTO, Phaser.CANVAS, Phaser.WEBGL, or Phaser.HEADLESS.
|
||||
* @readonly
|
||||
*/
|
||||
this.renderType = Phaser.AUTO;
|
||||
|
|
Loading…
Reference in a new issue