Skip to content

FAQ

Why are you using SpriteFrames instead of AnimatedTexture? : Animated Textures are deprecated and I don't want to add deprecated stuff to a brand-new lib. Better use a solution that is stable in the long run. Otherwise, user of the lib has to change their implementation as soon as Godot decides to drop the support fully.

Why is the generated folder commited to the repository? : This Library focuses on beginners, and the API won't change much anyway. One step less for beginners of this library.