viniciusgerevini / godot-aseprite-wizard

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

Show wizard screen on bottom dock #25

Closed viniciusgerevini closed 3 years ago

viniciusgerevini commented 3 years ago

Showing wizard screen in bottom dock to prevent size issues in scaled windows like in #15.

This approach is better than the one from #22, as it does not get in the way of the user interface. I'm still using a DialogPanel for the configuration screen.

main_screen