Lots of doc fixes (thanks nhowell)

This commit is contained in:
photonstorm
2014-02-20 03:44:44 +00:00
parent 4ad7b304c6
commit 9fcab5ef26
6 changed files with 8 additions and 10 deletions
-1
View File
@@ -916,7 +916,6 @@ Object.defineProperty(Phaser.Sprite.prototype, "exists", {
});
/**
* An Sprite that is fixed to the camera uses its x/y coordinates as offsets from the top left of the camera. These are stored in Sprite.cameraOffset.
* Note that the cameraOffset values are in addition to any parent in the display list.