Removed un-used property.

This commit is contained in:
Richard Davey 2016-09-21 23:00:20 +01:00
parent fb1ea7a01e
commit cfb2f73813

View file

@ -69,12 +69,6 @@ Phaser.Frame = function (index, x, y, width, height, name) {
*/
this.rotated = false;
/**
* @property {string} rotationDirection - Either 'cw' or 'ccw', rotation is always 90 degrees.
* @default 'cw'
*/
this.rotationDirection = 'cw';
/**
* @property {boolean} trimmed - Was it trimmed when packed?
* @default