mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 14:38:30 +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;
|
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?
|
* @property {boolean} trimmed - Was it trimmed when packed?
|
||||||
* @default
|
* @default
|
||||||
|
|
Loading…
Add table
Reference in a new issue