From 293ea49a391b3088fe534b8c7ef5a614ba2f782e Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Thu, 16 Feb 2023 12:59:57 +0000 Subject: [PATCH] Update FX.js --- src/gameobjects/components/FX.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gameobjects/components/FX.js b/src/gameobjects/components/FX.js index 3fb0274ec..b114c1cfb 100644 --- a/src/gameobjects/components/FX.js +++ b/src/gameobjects/components/FX.js @@ -216,6 +216,8 @@ var FX = { return this.addFX(new Effects.Wipe(this)); } + // tilt shift / god rays / motion blur? + }; module.exports = FX;