mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 05:03:37 +00:00
Removed tint component
This commit is contained in:
parent
b04d82d17f
commit
0d183143a7
1 changed files with 0 additions and 2 deletions
|
@ -29,7 +29,6 @@ var Line = require('../../geom/line/Line');
|
|||
* @extends Phaser.GameObjects.Components.Pipeline
|
||||
* @extends Phaser.GameObjects.Components.ScaleMode
|
||||
* @extends Phaser.GameObjects.Components.ScrollFactor
|
||||
* @extends Phaser.GameObjects.Components.Tint
|
||||
* @extends Phaser.GameObjects.Components.Transform
|
||||
* @extends Phaser.GameObjects.Components.Visible
|
||||
*
|
||||
|
@ -52,7 +51,6 @@ var Shape = new Class({
|
|||
Components.Pipeline,
|
||||
Components.ScaleMode,
|
||||
Components.ScrollFactor,
|
||||
Components.Tint,
|
||||
Components.Transform,
|
||||
Components.Visible
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue