From a48308ae40d5cdc31afb541131b74128eb1691bc Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Mon, 15 Jul 2019 10:13:51 +0200 Subject: [PATCH] meta: update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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