Aaron Franke 814909538f Update projects to Godot 3.3 hace 4 años
..
screenshots fcc7d5c723 Optimize PNG images using oxipng hace 4 años
README.md d4bf89d364 Link to the asset library from the README of each demo hace 4 años
character.png fcc7d5c723 Optimize PNG images using oxipng hace 4 años
character.png.import a45b84a5ad Handle multiple resolutions in most demos hace 4 años
icon.png fcc7d5c723 Optimize PNG images using oxipng hace 4 años
icon.png.import a45b84a5ad Handle multiple resolutions in most demos hace 4 años
level.tscn bb61e49397 Tweak 2D navigation polygon demo camera and remove RPG unused files hace 4 años
map.png 184b0fe5f8 Optimize all images using `oxipng -o6 --strip all --zopfli` hace 5 años
map.png.import a45b84a5ad Handle multiple resolutions in most demos hace 4 años
navigation.gd 006309bd6f Many tweaks thanks to IAmActuallyCthulhu hace 4 años
project.godot 814909538f Update projects to Godot 3.3 hace 3 años

README.md

Navigation Polygon 2D

Example of using 2D navigation using a NavigationPolygon in a NavigationPolygonInstance node. It uses the 2D navigation API to request a path between two points, and then traverses the resulting path.

Language: GDScript

Renderer: GLES 2

Check out this demo on the asset library: https://godotengine.org/asset-library/asset/117

Screenshots

Screenshot