Link demo project in AStar2D and AStarGrid2D documentation

This commit is contained in:
Hugo Locurcio
2025-06-03 01:50:18 +02:00
parent 64b09905c7
commit aaa9c58b2c
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@
See [AStar3D] for a more thorough explanation on how to use this class. [AStar2D] is a wrapper for [AStar3D] that enforces 2D coordinates.
</description>
<tutorials>
<link title="Grid-based Navigation with AStarGrid2D Demo">https://godotengine.org/asset-library/asset/2723</link>
</tutorials>
<methods>
<method name="_compute_cost" qualifiers="virtual const">

View File

@ -27,6 +27,7 @@
To remove a point from the pathfinding grid, it must be set as "solid" with [method set_point_solid].
</description>
<tutorials>
<link title="Grid-based Navigation with AStarGrid2D Demo">https://godotengine.org/asset-library/asset/2723</link>
</tutorials>
<methods>
<method name="_compute_cost" qualifiers="virtual const">