lemunozm / ruscii

Terminal graphics engine: build your games in the terminal!
Apache License 2.0
171 stars 15 forks source link

Change to delta Vec2 instead of spaces #38

Closed pumken closed 1 year ago

pumken commented 1 year ago

Candidate fix for #37.

Adds the delta member to AnimationFrame for translation of the frame relative to the location at which the Animator is drawn.

Closes #37.