viniciusgerevini / godot-aseprite-wizard

Godot Editor plugin to help import Aseprite animations to AnimationPlayers, AnimatedSprites and SpriteFrames.
MIT License
827 stars 42 forks source link

fix pingpong mode and wrong tooltips #30

Closed imsamuka closed 3 years ago

imsamuka commented 3 years ago

What PingPong mode does, is to repeat the frames between the first and the last, invert, and append to the end. Quick to fix :)

viniciusgerevini commented 3 years ago

Thanks. It looks good. I'll test the changes a little bit.

Note: To link to issues you just need to use its number, like this #28 .

viniciusgerevini commented 3 years ago

Looks good. Thanks @imsamuka . As your ping pong change is a breaking change I'll release it as a new major version.