mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 05:03:37 +00:00
Update FX.js
This commit is contained in:
parent
9011d78fd4
commit
293ea49a39
1 changed files with 2 additions and 0 deletions
|
@ -216,6 +216,8 @@ var FX = {
|
||||||
return this.addFX(new Effects.Wipe(this));
|
return this.addFX(new Effects.Wipe(this));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// tilt shift / god rays / motion blur?
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = FX;
|
module.exports = FX;
|
||||||
|
|
Loading…
Reference in a new issue