mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 22:18:29 +00:00
Removed redundant properties (tint and tiling related)
This commit is contained in:
parent
b4e84860da
commit
ea8b1ca94c
1 changed files with 0 additions and 18 deletions
|
@ -94,24 +94,6 @@ var Frame = new Class({
|
|||
*/
|
||||
this.rotated = false;
|
||||
|
||||
/**
|
||||
* Is this a tiling texture? As used by the likes of a TilingSprite.
|
||||
* TODO: Try and remove this, it shouldn't be here
|
||||
*
|
||||
* @property {boolean} isTiling
|
||||
* @default
|
||||
*/
|
||||
this.isTiling = false;
|
||||
|
||||
/**
|
||||
* This will let a renderer know that a tinted parent has updated its texture.
|
||||
* TODO: Try and remove this, it shouldn't be here
|
||||
*
|
||||
* @property {boolean} requiresReTint
|
||||
* @default
|
||||
*/
|
||||
this.requiresReTint = false;
|
||||
|
||||
// Over-rides the Renderer setting? -1 = use Renderer Setting, 0 = No rounding, 1 = Round
|
||||
this.autoRound = -1;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue