viniciusgerevini / godot-aseprite-wizard

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

Do not include unnecessary tracks in AnimationPlayer #127

Closed viniciusgerevini closed 7 months ago

viniciusgerevini commented 7 months ago

Do not add unnecessary tracks to AnimationPlayer. #118

The "visible" track is still required due to how the "hide unused" option works. I'll re-write that bit as the behaviour is weird sometimes and I might be able to remove "visible" when not used.