mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +00:00
Removed un-used property.
This commit is contained in:
parent
fb1ea7a01e
commit
cfb2f73813
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue