Remove duplicate ignore_empty_terrains
paragraph
Removes a duplicate `ignore_empty_terrains` paragraph in the `TileMap` documentation
This commit is contained in:
parent
1e044da15c
commit
104ac29b54
1 changed files with 0 additions and 1 deletions
|
@ -253,7 +253,6 @@
|
|||
<description>
|
||||
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.
|
||||
</description>
|
||||
</method>
|
||||
|
|
Loading…
Reference in a new issue