Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@jgayfer jgayfer released this 05 Dec 05:38
e85390e

Added

  • Added required component support for PointLight2d (#39).
  • Added required component support for LightOccluder2d (#39).

Changed

  • Updated Bevy version from 0.14 to 0.15 (#39).
  • Deprecated PointLight2dBundle in favour of PointLight2d (#39).
  • Deprecated LightOccluder2dBundle in favour of LightOccluder2d (#39).

Migration guide

  • Replace all uses of PointLight2dBundle with PointLight2d.
  • Replace all uses of LightOccluder2dBundle with LightOccluder2d.