mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fixed various typos across the docs
(cherry picked from commit 8106d33d0f)
This commit is contained in:
committed by
Rémi Verschelde
parent
0566ac68de
commit
4b63ce83d2
@@ -79,7 +79,7 @@
|
||||
<param index="0" name="id" type="int" />
|
||||
<param index="1" name="new_id" type="int" />
|
||||
<description>
|
||||
Changes a scene tile's ID from [param id] to [param new_id]. This will fail if there is already a tile with a ID equal to [param new_id].
|
||||
Changes a scene tile's ID from [param id] to [param new_id]. This will fail if there is already a tile with an ID equal to [param new_id].
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_scene_tile_scene">
|
||||
|
||||
Reference in New Issue
Block a user