Return standardized return values from Animation new
, render
and interact
instead of tuples.
#66
Labels
new
, render
and interact
instead of tuples.
#66
new
andinteract
both return{render_in, state}
andrender
returns{render_in, colors, state}
. They are so close to being the same, let's see if we can come up with a good refactor here that makes these all a shared struct definition instead of "almost the same" tuples.The text was updated successfully, but these errors were encountered: