mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 22:18:29 +00:00
Give Shapes the FX component
This commit is contained in:
parent
52f7ec621a
commit
954eb00fa1
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@ var Line = require('../../geom/line/Line');
|
|||
* @extends Phaser.GameObjects.Components.AlphaSingle
|
||||
* @extends Phaser.GameObjects.Components.BlendMode
|
||||
* @extends Phaser.GameObjects.Components.Depth
|
||||
* @extends Phaser.GameObjects.Components.FX
|
||||
* @extends Phaser.GameObjects.Components.GetBounds
|
||||
* @extends Phaser.GameObjects.Components.Mask
|
||||
* @extends Phaser.GameObjects.Components.Origin
|
||||
|
@ -44,6 +45,7 @@ var Shape = new Class({
|
|||
Components.BlendMode,
|
||||
Components.Depth,
|
||||
Components.GetBounds,
|
||||
Components.FX,
|
||||
Components.Mask,
|
||||
Components.Origin,
|
||||
Components.Pipeline,
|
||||
|
|
Loading…
Add table
Reference in a new issue