0.8.2 "Reset The Reset"
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 theBatch
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.