Working through building the docs.

This commit is contained in:
Richard Davey
2013-10-01 16:15:45 +01:00
parent 0a98bb67d8
commit 9b4b267e7a
37 changed files with 17374 additions and 10 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ Phaser.Sprite = function (game, x, y, key, frame) {
this.events = new Phaser.Events(this);
/**
* @property {AnimationManager} animations - This manages animations of the sprite. You can modify animations through it. (see AnimationManager)
* @property {Phaser.AnimationManager} animations - This manages animations of the sprite. You can modify animations through it. (see Phaser.AnimationManager)
*/
this.animations = new Phaser.AnimationManager(this);