You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Fix TileMap remove_layer description
This commit is contained in:
@@ -218,7 +218,7 @@
|
|||||||
<return type="void" />
|
<return type="void" />
|
||||||
<argument index="0" name="layer" type="int" />
|
<argument index="0" name="layer" type="int" />
|
||||||
<description>
|
<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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="set_cell">
|
<method name="set_cell">
|
||||||
|
|||||||
Reference in New Issue
Block a user