viniciusgerevini / godot-aseprite-wizard

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

fix: do not round SpriteFrames FPS #47

Closed viniciusgerevini closed 2 years ago

viniciusgerevini commented 2 years ago

As reported here, even though the code was rounding it up, due to the int/float conversion, it was actually rounding down, causing slower animations.