From aaa9c58b2cc319f7345908acfdc6c6bae2f0abc8 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Tue, 3 Jun 2025 01:50:18 +0200 Subject: [PATCH] Link demo project in AStar2D and AStarGrid2D documentation --- doc/classes/AStar2D.xml | 1 + doc/classes/AStarGrid2D.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/classes/AStar2D.xml b/doc/classes/AStar2D.xml index 28c01486628..8fb9f06bbaf 100644 --- a/doc/classes/AStar2D.xml +++ b/doc/classes/AStar2D.xml @@ -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. + https://godotengine.org/asset-library/asset/2723 diff --git a/doc/classes/AStarGrid2D.xml b/doc/classes/AStarGrid2D.xml index 1f96eb386e6..6ce2b841447 100644 --- a/doc/classes/AStarGrid2D.xml +++ b/doc/classes/AStarGrid2D.xml @@ -27,6 +27,7 @@ To remove a point from the pathfinding grid, it must be set as "solid" with [method set_point_solid]. + https://godotengine.org/asset-library/asset/2723