Skip to content

v0.3.1 Tag support, blur radius control, bug fixes

Compare
Choose a tag to compare
@boatbomber boatbomber released this 10 Mar 09:26
· 5 commits to main since this release

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