diff --git a/CHANGELOG.md b/CHANGELOG.md index ddd450b..223ab16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **examples:** Rename "movable" to "topdown" +- **camera:** Brand new camera system based on canvases instead of just transforms + ### Fixed - **world:** Remove a forgotten camera debug function @@ -57,6 +59,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **camera:** Fix onscreen coordinates by using new core.screen func +- **camera:** Fix camera's drawing in other resolution mode + ### Removed - **actor:** Remove all function related to XGravity