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

Show source file change indicator in dock #142

Closed viniciusgerevini closed 5 months ago

viniciusgerevini commented 5 months ago

Show warning in dock when source file has changed since last import:

Screenshot 2024-04-02 at 11 37 49 PM

Also show changed files in the Imports Manager:

Screenshot 2024-04-03 at 12 31 58 AM

Even though I haven't implemented a filter for changed file, filtering by * works for that.

I also added a workaround for the issue in the Imports Manager that stopped scenes from being saved when importing multiple resources at same time.

Related #140