Testing simultaneous lights on screen

This commit is contained in:
Andrew Kesterson
2014-06-11 10:53:22 -07:00
parent 07578b117f
commit 0a01c8844f

View File

@@ -234,7 +234,7 @@ GameState.prototype.create = function()
this.lights.add( this.lights.add(
new Torch(game, new Torch(game,
game.rnd.integerInRange(0, game.width), game.rnd.integerInRange(0, game.width),
game.rnd.integerInRange(0, game.heighh) game.rnd.integerInRange(0, game.height)
) )
); );
} }