SearchingLoop animation is hiccup-y
Ernest314 opened this issue ยท 0 comments
(also see #30)
Currently, the pauses in the loop animation are the average (expected) value of the frames which branch to themselves (sum of an infinite geometric series). Although this is technically correct, it feels better to probably make these pauses much shorter.
Remember to change both the files data.lua
and the original conversion in convert/*.lua
.