Update docs/dev/Lua API.rst

Co-authored-by: Myk <myk.taylor@gmail.com>
develop
shevernitskiy 2023-08-30 12:48:47 +03:00 committed by GitHub
parent 13e0a49eef
commit c0ac7ad8a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

@ -2612,9 +2612,8 @@ raw ``texpos``. When we need to draw a particular tile, we can look up the curre
* ``loadTileset(file, tile_px_w, tile_px_h)``
Loads tileset from the image ``file`` with give tile dimension in pixels (image will be sliced in row major order).
Returns an array of ``TexposHandle``
Loads a tileset from the image ``file`` with give tile dimensions in pixels. The
image will be sliced in row major order. Returns an array of ``TexposHandle``.
Example usage::