It loops but still problems on the constructor

This commit is contained in:
Webeled
2013-09-16 17:40:56 +02:00
parent fc584cf6bc
commit bb9761aaf4
6 changed files with 71 additions and 13 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
* @license https://github.com/photonstorm/phaser/blob/master/license.txt MIT License
* @class Phaser.Camera
* @class Stage
* @constructor
* @param game {Phaser.Game} game reference to the currently running game.
* @param width {number} width of the canvas element
+1 -1
View File
@@ -115,7 +115,7 @@ Phaser.World.prototype = {
/**
* Destroyer of worlds.
* @method setSize
* @method destroy
*/
destroy: function () {