viniciusgerevini / godot-aseprite-wizard

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

Fix config cleanup #148

Closed viniciusgerevini closed 6 months ago

viniciusgerevini commented 6 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