Goutte / godot-addon-animated-shape-2d

Godot addon to animate a CollisionShape2D along with the frames of an AnimatedSprite2D. Useful for making changing hitboxes, hurtboxes and hardboxes. Comes with an Editor, making things easy.
MIT License
130 stars 1 forks source link

Frame data shifting #4

Closed Goutte closed 10 months ago

Goutte commented 10 months ago

Add two action buttons that move the targeted frame shape data to the left or to the right in the animation, pushing other frames as needed, and cancelling if there is no room.

Useful when one has added new sprite frames to the animation, and wants to update the shape data accordingly.

Goutte commented 10 months ago

This feature is mostly done, and working as I expect it to.

I'm going to test it out some more ; do ping me here if you want it and I forgot to push it.

Goutte commented 10 months ago

image