1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-03 19:11:41 +00:00

Fix TileMap remove_layer description

This commit is contained in:
Markus Sauermann
2022-02-01 00:27:24 +01:00
parent 8c7cd904f5
commit 7b4635d9cd

View File

@@ -218,7 +218,7 @@
<return type="void" />
<argument index="0" name="layer" type="int" />
<description>
Moves the layer at index [code]layer_index[/code] to the given position [code]to_position[/code] in the array.
Removes the layer at index [code]layer[/code].
</description>
</method>
<method name="set_cell">