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

Internal rename to prevent shadowing issues in godot 3.6 #122

Closed viniciusgerevini closed 7 months ago

viniciusgerevini commented 7 months ago

Changed docks internal import variable name to prevent shadowing native class that will be introduced on Godot 3.6.

120