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