alextrevisan / LPCAnimatedSprite2D

With this addon you simply add a LPC spritesheet to a character and it automaticly generates the animations for the Godot4 sprites
MIT License
45 stars 6 forks source link

Can't turn off animation looping #2

Closed hades200082 closed 1 year ago

hades200082 commented 1 year ago

Some of the animations don't need to loop. SLASH for example.

If I turn off looping on that animation the plugin just turns it back on again.

alextrevisan commented 1 year ago

Ok, I'll look into that!

alextrevisan commented 1 year ago

Updated to make the default animation for other than walk to not loop. Se if it helps you!

hades200082 commented 1 year ago

Thanks for the quick response. That seems to have fixed the looping.