Skip to content

Commit 757cf4c

Browse files
committed
Merge pull request godotengine#107069 from Calinou/doc-astar2d-link-tutorial
Link demo project in AStar2D and AStarGrid2D documentation
2 parents e16e6a4 + aaa9c58 commit 757cf4c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/classes/AStar2D.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
See [AStar3D] for a more thorough explanation on how to use this class. [AStar2D] is a wrapper for [AStar3D] that enforces 2D coordinates.
99
</description>
1010
<tutorials>
11+
<link title="Grid-based Navigation with AStarGrid2D Demo">https://godotengine.org/asset-library/asset/2723</link>
1112
</tutorials>
1213
<methods>
1314
<method name="_compute_cost" qualifiers="virtual const">

doc/classes/AStarGrid2D.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
To remove a point from the pathfinding grid, it must be set as "solid" with [method set_point_solid].
2828
</description>
2929
<tutorials>
30+
<link title="Grid-based Navigation with AStarGrid2D Demo">https://godotengine.org/asset-library/asset/2723</link>
3031
</tutorials>
3132
<methods>
3233
<method name="_compute_cost" qualifiers="virtual const">

0 commit comments

Comments
 (0)