Skip to content

defold-astar-v1.2.0

Compare
Choose a tag to compare
@selimanac selimanac released this 28 May 11:24
· 4 commits to master since this release
3e9c9fd

Now supports multi-maps thanks to Alexander Zinov

  • Introduces new functions for setting up multi-maps: astar.new_map_id(), astar.delete_map()
  • Relevant functions now accept map_id as an optional parameter
  • Lua annotations have been added
  • Minor code refactoring