From 104ac29b54eb356220d1c5bb3e6f41f46b0898d5 Mon Sep 17 00:00:00 2001 From: Gilles Date: Sat, 20 Aug 2022 16:41:12 +0200 Subject: Remove duplicate `ignore_empty_terrains` paragraph Removes a duplicate `ignore_empty_terrains` paragraph in the `TileMap` documentation --- doc/classes/TileMap.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'doc/classes') diff --git a/doc/classes/TileMap.xml b/doc/classes/TileMap.xml index ae57a08ef8..0191bdc0e1 100644 --- a/doc/classes/TileMap.xml +++ b/doc/classes/TileMap.xml @@ -253,7 +253,6 @@ Update all the cells in the [param cells] coordinates array so that they use the given [param terrain] for the given [param terrain_set]. If an updated cell has the same terrain as one of its neighboring cells, this function tries to join the two. This function might update neighboring tiles if needed to create correct terrain transitions. If [param ignore_empty_terrains] is true, empty terrains will be ignored when trying to find the best fitting tile for the given terrain constraints. - If [param ignore_empty_terrains] is true, empty terrains will be ignored when trying to find the best fitting tile for the given terrain constraints. [b]Note:[/b] To work correctly, [code]set_cells_terrain_connect[/code] requires the TileMap's TileSet to have terrains set up with all required terrain combinations. Otherwise, it may produce unexpected results. -- cgit v1.2.3