Skip to content

Commit

Permalink
Update docs for release v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Insality committed Oct 6, 2024
1 parent c3e16b6 commit d651cd5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- 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.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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]
Expand Down

0 comments on commit d651cd5

Please sign in to comment.