Fixed various typos across the docs

(cherry picked from commit 8106d33d0f)
This commit is contained in:
UltraBIF
2023-05-01 18:09:49 -04:00
committed by Rémi Verschelde
parent 0566ac68de
commit 4b63ce83d2
17 changed files with 23 additions and 23 deletions

View File

@@ -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">