mapeditor / tiled-to-godot-export

Tiled plugins for exporting Tilemaps and Tilesets to Godot 3 format
149 stars 35 forks source link

Navigation defined via tile object #20

Closed agmcleod closed 3 years ago

agmcleod commented 3 years ago

Need navigation shapes for my project, so i've added it. I've tested with rectangles & polygons, but I'd recommend testing on your own maps if you can.

Could do some further refactoring between the collision & nav shape functions, but they're in a decent spot.