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

Fix config cleanup #148

Closed viniciusgerevini closed 3 months ago

viniciusgerevini commented 3 months ago

Project settings were being removed on exit. Settings were being removed when plugin was disabled, but I realized that is probably an annoyance. Now settings won't be removed even when plugin is disabled.

Fix #147