From 9bc70a601f3a52403c90036e321188e9780480ac Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sun, 16 Jun 2019 16:37:47 +0200 Subject: [PATCH] meta: update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18638b0..b2009cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **world:** Add `Actor.depth` to keep the order in which actors are drawn -- **menusystem;** Add a way to deactivate the menu when activating the world +- **menusystem;** Add a way to deactivate assets and the world when activating the menu + +- **world:** Add a reset function + +- **examples/plateform:** Add a pause menu ### Changed