Skip to content

Commit

Permalink
intendation for example
Browse files Browse the repository at this point in the history
  • Loading branch information
shevernitskiy committed Aug 30, 2023
1 parent a1fe49e commit 5c6942a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dev/Lua API.rst
Expand Up @@ -2614,8 +2614,8 @@ Thanks to this handle, it is possible to get a valid ``texpos`` at any time.

Example usage::

local logo_textures = dfhack.textures.loadTileset('hack/data/art/dfhack.png', 8, 12)
local first_texposhandle = logo_textures[1]
local logo_textures = dfhack.textures.loadTileset('hack/data/art/dfhack.png', 8, 12)
local first_texposhandle = logo_textures[1]

* ``getTexposByHandle(handle)``

Expand Down

0 comments on commit 5c6942a

Please sign in to comment.