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

Confusing behavior of Output File Name field #146

Open sandord opened 4 months ago

sandord commented 4 months ago

The Output File Name field is used as a prefix but the name of the property is a little confusing given its behavior.

I'd suggest Output File Name Prefix or something but I can understand breaking compatibility is not worth it at this point.

viniciusgerevini commented 3 months ago

Yes, that's a good point. It works as a prefix when a layer is selected, but as the full name when not.

I reckon I can change the label without changing the property or persisted data and that should be backwards compatible.