biud436 / MV

🏰 This plugin package includes helpful features to get you on your way to create your game in RPG Maker MV.
MIT License
64 stars 51 forks source link

RS_SimpleCanvasFilter.js not taking decimal values #6

Closed Espilonarge closed 5 years ago

Espilonarge commented 6 years ago

Minor but still a significant issue.

Using a plugin calls like "CanvasFilter Whole blur 0.25px" will not accept the decimal value, only a whole number (in this case 0).

It's possible to set 0.25 strength to blur in the Pixi.js and use Mog's Pixi Filter plugin to apply a "subtle" blur to the screen but making changes and adjusting values in the Pixi.js becomes a "permanent" value (something I'm hoping to avoid).

Espilonarge commented 6 years ago

I only just found out that you fixed it. Thank you so much. :)