diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2024-02-21 18:51:08 +0100 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2024-02-22 16:16:49 +0100 |
commit | f781571d070b7d8d13936a383658af289f310ae7 (patch) | |
tree | 9e7d656a3c74a185871cbbbc866e1a2641f7edf5 /modules/gridmap | |
parent | 652438a3952ae13e12dd4fd40756311fde81a791 (diff) | |
download | redot-engine-f781571d070b7d8d13936a383658af289f310ae7.tar.gz |
Add keywords to improve search in the class reference
Diffstat (limited to 'modules/gridmap')
-rw-r--r-- | modules/gridmap/doc_classes/GridMap.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gridmap/doc_classes/GridMap.xml b/modules/gridmap/doc_classes/GridMap.xml index da11cd216f..7aeecef980 100644 --- a/modules/gridmap/doc_classes/GridMap.xml +++ b/modules/gridmap/doc_classes/GridMap.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="GridMap" inherits="Node3D" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd"> +<class name="GridMap" inherits="Node3D" keywords="tilemap" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd"> <brief_description> Node for 3D tile-based maps. </brief_description> |