From d651cd5f9f0071b0bf9de4e5582a76319a9454c9 Mon Sep 17 00:00:00 2001 From: Insality Date: Sun, 6 Oct 2024 13:13:00 +0300 Subject: [PATCH] Update docs for release v4 --- CHANGELOG.md | 9 ++++++++- README.md | 6 +++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59f3f0f..cb805cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,4 +33,11 @@ Initial resease! - The `animation_state` table now contains `animation_id`, instead of `animation` table data. It will be better to log or `pprint` the animation state. - Rename file `panthera_system` to `panthera_internal`. - Add support for `is_editor_only` timeline key property -- Add support for `easing_custom` timeline key property \ No newline at end of file +- Add support for `easing_custom` timeline key property + + +## Version v4 + +- Add Defold Editor scripts to create and edit Panthera animations directly from the Defold Editor + - Panthera Editor should be started before using the scripts. +- Add time overflow handling for more precise animation playback. \ No newline at end of file diff --git a/README.md b/README.md index 0e7630a..2ccf7a4 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ https://github.com/Insality/defold-tweener/archive/refs/tags/3.zip **[Panthera Runtime](https://github.com/Insality/panthera)** ``` -https://github.com/Insality/panthera/archive/refs/tags/runtime.3.zip +https://github.com/Insality/panthera/archive/refs/tags/runtime.4.zip ``` After that, select `Project ▸ Fetch Libraries` to update [library dependencies]((https://defold.com/manuals/libraries/#setting-up-library-dependencies)). This happens automatically whenever you open a project so you will only need to do this if the dependencies change without re-opening the project. @@ -47,8 +47,8 @@ After that, select `Project ▸ Fetch Libraries` to update [library dependencies | Platform | Library Size | | ---------------- | ------------ | -| HTML5 | **11.51 KB** | -| Desktop / Mobile | **19.53 KB** | +| HTML5 | **12.42 KB** | +| Desktop / Mobile | **21.35 KB** | ### Hot Reloading Animations for Development [Optional]