Examples (audio, button,camera), and docs

Created some examples (audio, button,camera), and documented the source
code along the way
This commit is contained in:
Webeled
2013-09-16 16:37:30 +02:00
parent 17e208a95e
commit fc584cf6bc
15 changed files with 393 additions and 8 deletions
+6 -1
View File
@@ -11,6 +11,10 @@
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2013 Photon Storm Ltd.
* @license https://github.com/photonstorm/phaser/blob/master/license.txt MIT License
* @class World
* @constructor
* @param game {Phaser.Game} reference to the current game instance.
*/
Phaser.World = function (game) {
@@ -91,7 +95,7 @@ Phaser.World.prototype = {
/**
* Updates the size of this world.
*
* @method setSize
* @param width {number} New width of the world.
* @param height {number} New height of the world.
*/
@@ -111,6 +115,7 @@ Phaser.World.prototype = {
/**
* Destroyer of worlds.
* @method setSize
*/
destroy: function () {