1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-23 03:53:53 +00:00
openmw/docs/source/reference/lua-scripting/widgets/image.rst
2022-02-25 18:18:27 +01:00

22 lines
369 B
ReStructuredText

Image Widget
============
Properties
----------
.. list-table::
:header-rows: 1
:widths: 20 20 60
* - name
- type (default value)
- description
* - resource
- ui.texture
- The texture resource to display
* - tileH
- boolean (false)
- Tile the texture horizontally
* - tileV
- boolean (false)
- Tile the texture vertically