• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..09-Jul-2020-

screenshots/H07-May-2022-

README.mdH A D09-Jul-2020493 1610

character.png.importH A D09-Jul-2020655 3529

icon.png.importH A D09-Jul-2020640 3529

level.tscnH A D09-Jul-20205.8 KiB3123

map.png.importH A D09-Jul-2020637 3529

navigation.gdH A D09-Jul-20201.5 KiB4737

project.godotH A D09-Jul-20201.3 KiB4935

README.md

1# Navigation Polygon 2D
2
3Example of using 2D navigation using a
4[`NavigationPolygon`](https://docs.godotengine.org/en/latest/classes/class_navigationpolygon.html)
5in a [`NavigationPolygonInstance`](https://docs.godotengine.org/en/latest/classes/class_navigationpolygoninstance.html) node.
6It uses the 2D navigation API to request a path between two points,
7and then traverses the resulting path.
8
9Language: GDScript
10
11Renderer: GLES 2
12
13## Screenshots
14
15![Screenshot](screenshots/navigation.png)
16