v0.3.1 Tag support, blur radius control, bug fixes
Added
- Support for modifying the blur radius
GlassmorphicUI.setDefaultBlurRadius(radius)
to set the default for all new images
glassyimage:SetAttribute("BlurRadius", radius)
to update the radius of an existing image - Automatic handling for any GuiObject with a
GlassmorphicUI
tag - Much better docs on how to use and modify the glass effect
Fixed
- Fixes out of bounds errors when radius was greater than the size of the image
- Protects against running setup on the same ImageLabel multiple times
- No longer recomputes or rerenders glass that wasn't updated
- Minor performance gains
Full Changelog: v0.2.0...v0.3.1