Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 603 Bytes

TODO.md

File metadata and controls

17 lines (16 loc) · 603 Bytes

General

  • Finish gridsweeper example
  • Built-in imagesequence animation scripting

For v0.3.0

High priority

  • Make gobject XY be floats, use imggg
    • Use imggg for grid utils
  • "Move towards" system, utility to simplify animating movement of gobjects between squares
  • Neighbor cell grid utilities
    • Test recursive functionality and maybe make utilities for it

Low priority

  • Add sprite loading from image.Image
    • Add aseprite file support
  • Add layer image options
  • Add grid layer draw limiter bounds
  • Replace vec with imggg.Point?