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
+2 -2
View File
@@ -2,11 +2,11 @@
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2013 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @module Phaser.AnimationManager
* @memberof Phaser.Animation
*/
/**
* The AnimationManager is used to add, play and update Phaser Animations.
* The Animation Manager is used to add, play and update Phaser Animations.
* Any Game Object such as Phaser.Sprite that supports animation contains a single AnimationManager instance.
*
* @class Phaser.AnimationManager