Skip to content

Lightning 2.5.0

Compare
Choose a tag to compare
@g-zachar g-zachar released this 13 Sep 11:13
· 325 commits to master since this release
d42e3ee

2.5.0

Features

  • Added new text renderer that enables i.a. bold, italics and color using html-like tags. Check examples/text/advanced-renderer.html for more information (#318)
  • Introduced options textRenderSharpFontSize and textRenderSharpPrecision stage options for text texture scaling. Those options are useful for reducing blur effect on only selected text textures (#321, #320)

Fixes

  • Fixed ChildList's setAt boundary check (#314)
  • Fixed inaccurate collision check for mouse pointer when precision is different than 1 (#329)