Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 247 Bytes

TODO.md

File metadata and controls

7 lines (7 loc) · 247 Bytes
  • Add a Schedule class
    • allows functions to be scheduled to run after/every n frames/seconds/miliseconds
    • should probably run on frame enter
    • API will probably be like: schedule.every(60).frames(fn) schedule.after(10).seconds(fn) etc.