Skip to content

0.8.2 "Reset The Reset"

Compare
Choose a tag to compare
@tommyettinger tommyettinger released this 25 Mar 05:33
· 764 commits to main since this release

This release is very small and sudden! It contains:

  • Improvements to background color size and position,
  • Better emoji/icon/atlas image placement relative to text,
  • A possibly-breaking change with Font.enableShader(), which now does not force the Batch color to white after calling.

Because the last one may require a small change to adapt to, which is just putting batch.setPackedColor(Color.WHITE_FLOAT_BITS); after the call to enableShader() if you encounter issues with color, I figured it was best to get this release out there so code could adapt to it sooner, and any problems with other features can then be isolated to a later (or earlier) release. The position improvements are nice, though.