Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
notreux committed Sep 2, 2023
1 parent cd502a2 commit 2be7aa3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ Many things have been changed for the long term health of the project, the follo
- Impact: Any use of the "Load" and "Unload" methods in your code will cause errors.
- Action required: You have to use the scene "Enable" and "Disable" methods instead.

- The "FindByName" and "HasOne" methods has been removed from the scene object
- Impact: Any use of the "FindByName" and "HasOne" methods in your code will cause errors.
- Action required: You can use the same methods in the property "Objects".

## Features
- Added collision masks
- Added parallel lighting system
Expand Down

0 comments on commit 2be7aa3

Please sign in to comment.