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

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