More improvements on GameObjectFactory

This commit is contained in:
Webeled
2013-10-25 15:42:48 +01:00
parent ce04ade458
commit 12148b3159
4 changed files with 14 additions and 14 deletions
+1 -3
View File
@@ -5,9 +5,7 @@
*/
/**
* An Animation instance contains a single animation and the controls to play it.
* It is created by the AnimationManager, consists of Animation.Frame objects and belongs to a single Game Object such as a Sprite.
*
* Creates a new <code>BitmapText</code>.
* @class Phaser.BitmapText
* @constructor
* @param {Phaser.Game} game - A reference to the currently running game.