-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Changelog | ||
|
||
## Version v1 | ||
|
||
Initial resease! | ||
|
||
|
||
## Version v2 | ||
|
||
- Add adjustable text font size per project. | ||
- Various fixes for correct animation playback. | ||
- Add `speed` modifier for animation states to adjust all animations played by this state. | ||
- After creating an animation state, you can set the speed of all animations played by this state by setting the `speed` property. | ||
- Example: `animation_state.speed = 1.5` | ||
- Update documentation. | ||
- Update GO and GUI adapters: | ||
- GO now supports `color` and `slice9` properties. | ||
- The default sprite color property is `tint`. To use panthera color property, use `/panthera/materials/sprite/sprite.material` or any other with `color` property. | ||
- GUI: fix slice9 property. | ||
- GUI: fix for pie vertices and piebounds properties. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters