Skip to content

0.3.2

Compare
Choose a tag to compare
@zkat zkat released this 26 Apr 05:49
· 146 commits to main since this release
440aff7

This is a quick bugfix. Shoutout to @ndarilek
for finding this one and giving me a chance to debug it!

tl;dr: Bevy's hierarchy system requires that all children have Transform
and GlobalTransform also attached, otherwise it just... kills them.

Bug Fixes

  • scorer: stop attaching duplicate scorers (10a6d022)
  • thinker: add Transform and GlobalTransform (ed3a7cb3)