Skip to content

0.1.4 "The Cat Came Back"

Compare
Choose a tag to compare
@tommyettinger tommyettinger released this 24 Dec 05:47
· 1588 commits to main since this release

This release fixes several bugs across mostly TypingLabel, but also Font. Alpha wasn't rendered correctly before; only the batch alpha was used before and the glyph alpha was ignored (now they are multiplied). That fixes FadeEffect when used with alpha. A nasty bug with text wrapping while certain effects were active would have caused text to be almost-randomly duplicated in long spans on the second line and later lines in a wrapped TypingLabel (this has been fixed). Alignment is handled well in TypingLabel now; before, using center alignment would move the text to the right, and using right alignment would move it to the left, but neither would change the per-line alignment. Now alignment is respected and TypingLabel can expand from right to left for a right-aligned label, or outwards in both directions for a center-aligned one.