Releases: Goutte/godot-addon-animated-shape-2d
v1.5.0 — Spring is coming
v1.4.1 — The Cute Witch of Interpolation
Fixes
This version comes with some fixes when using the AnimatedShape2D
as root node, thanks to @Margad0413 .
Features
It also comes with a new update mode : interpolation.
This mode is useful when using the AnimatedShape2D
to animate the collision shapes of physics bodies, to make sure your body do not start clipping through the environment because its shape changed too much between two physics frames.
What's next ?
I have no feature planned.
We'll continue debugging this addon together, to make sure it Just Works ©.
v1.4.0 — Harder, better, faster, stronger updates
- Added a SVG icon to
AnimatedShape2D
- Update the shape more accurately
- Publication on the Asset Lib
v1.3.0 — Shift frames around
In this release, we can now shift shape frames to the left or to the right.
Shifting moves the selected frame shape and its adjacent frame shapes if necessary.
This is useful after you've added new sprite frames to your animation, and you need to adjust your shape frame data.
This is a non-destructive operation, meaning it will not shift is there is no room to shift to.
Community
Congratulations & thanks to @nyrrrr for making its first second contribution !
Roadmap
I've implemented everything I dreamed of for this addon.
I am using it with satisfaction. Now we can focus on performance and polish.
What do you think we should add to this ? Let me know in the comments.
v1.2.0 — Mouse-based editable preview
v1.1.0 — Initial Release
This release provides the bare bones of the AnimatedShape2D
, as well as a simple Editor GUI.
It's quite handy when puppeteering a character using a simple AnimatedShape2D
, to align its various hitboxes with the sprite, for each frame of the animations.
About Copy & Paste
The default copy/paste mechanism creates "linked", shallow copies of shape data that will be edited together.
This is not a bug ; it's a feature.
To create a deep copy, press Control
or Command
on your keyboard while pasting using the action button.
May your jams be bountiful !