Skip to content

0.1.1

Compare
Choose a tag to compare
@NTaylorMullen NTaylorMullen released this 14 Jul 21:49
· 140 commits to master since this release

Release Notes

This release is primarily for bug fixes that were overlooked during the 0.1.0 release.

Bugs

  • Child elements of graphics do not obey the Visible property. Issue.
  • Tweens should trigger OnChange when OnComplete triggers. Issue.
  • TimeSpan minutes returns the seconds value instead. Fix contributed by https://github.com/BorisKozo. Issue.
  • Game Dispose does not clean up the Map Scenery canvas. Issue.
  • Text2d bounds aren't calculated correctly when font size is set. Issue.