First of all, I LOVE this tool, thank you so much for making it open source!
In the spritesheet export, every row skips 1 frame, causing the animation to jitter when used.
I believe I found the source of the issue, line 177 of GUI.gd, you are looping to sheet.x + 1 (although I'm not certain this is the actual cause).
First of all, I LOVE this tool, thank you so much for making it open source!
In the spritesheet export, every row skips 1 frame, causing the animation to jitter when used.
I believe I found the source of the issue, line 177 of GUI.gd, you are looping to sheet.x + 1 (although I'm not certain this is the actual cause).