Skip to content

Commit

Permalink
Clarify light occlusion changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jgayfer committed Aug 6, 2024
1 parent 30db46a commit bfa3643
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Light occlusion with hard shadows (#20).
- Added `LightOccluder2d` component and `LightOccluder2dBundle`.
- Added `cast_shadows` field to `PointLight2d` (defaults to false).
- Added `LightOccluder2d` component and `LightOccluder2dBundle` (#20).

### Changed

- Modified `PointLight2d` to include a `cast_shadows` attribute (defaults to false).

## [0.2.2] - 2024-07-18

Expand Down

0 comments on commit bfa3643

Please sign in to comment.