Closed Busyrev closed 4 days ago
On step 5 https://pixijs.com/8.x/tutorials/fish-pond#5 code:
// Create a displacement filter using the sprite texture. const filter = new DisplacementFilter({ sprite, scale: 50, width: app.screen.width, height: app.screen.height, });
Found no information about width and height options in docs and sources. Removing this lines makes no effect, everything still works well.
fixed in #138
On step 5 https://pixijs.com/8.x/tutorials/fish-pond#5 code:
Found no information about width and height options in docs and sources. Removing this lines makes no effect, everything still works well.