Preparing to merge new examples.

This commit is contained in:
photonstorm
2013-10-07 22:15:19 +01:00
parent d4149a8f9a
commit 1bc6ac25fa
3 changed files with 19 additions and 5 deletions
+1 -1
View File
@@ -298,7 +298,7 @@ Phaser.Sprite.prototype = Object.create(PIXI.Sprite.prototype);
Phaser.Sprite.prototype.constructor = Phaser.Sprite;
/**
* Automatically called by World.update. You can create your own update in Objects that extend Phaser.Sprite.
* Automatically called by World.preUpdate. You can create your own update in Objects that extend Phaser.Sprite.
* @method Phaser.Sprite.prototype.preUpdate
*/
Phaser.Sprite.prototype.preUpdate = function() {