AnimationRecorderGodot
AnimationRecorderGodot copied to clipboard
Bug: The first frame always be an empty image
For now, we have a temporary solution is to delete the first element in the array
https://github.com/AhmedElTabarani/AnimationRecorder/blob/8caac3d6e84c649931c1dfb326f0f339333579ee/AnimationRecorder/Record.gd#L71-L73
After Restructure the recording process in f2956300a16ec55e9255aca1f8bf0b32a6364971 The temporary solution become like this https://github.com/AhmedElTabarani/AnimationRecorder/blob/1b927c81597cf32a47fd36cd4205666ba39d542a/AnimationRecorder/Record.gd#L118-L120