diff --git a/src/textures/Frame.js b/src/textures/Frame.js index 507f647ad..e143b2b41 100644 --- a/src/textures/Frame.js +++ b/src/textures/Frame.js @@ -145,7 +145,6 @@ var Frame = new Class({ */ this.halfWidth = Math.floor(width * 0.5); - /** * Half the height, floored. * Precalculated for the renderer. @@ -194,6 +193,16 @@ var Frame = new Class({ */ this.pivotY = 0; + /** + * Does this Frame have a custom pivot point? + * + * @name Phaser.Textures.Frame#customPivot + * @type {boolean} + * @default false + * @since 3.0.0 + */ + this.customPivot = false; + /** * **CURRENTLY UNSUPPORTED** *