Update docs/dev/Lua API.rst

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

@ -5415,7 +5415,7 @@ asset. ``offset`` 0 is the first tile.
* ``tp_border_panel(offset)`` tileset: ``hack/data/art/border-panel.png``
* ``tp_border_window(offset)`` tileset: ``hack/data/art/order-window.png``
Example usega::
Example usage::
local textures = require('gui.textures')
local first_border_texpos = textures.tp_border_thin(1)