diff options
author | Zughy <63455151+Zughy@users.noreply.github.com> | 2022-06-26 15:37:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-26 14:37:04 +0100 |
commit | 4b087a0de2e46ba32b79084602356d7e0221637f (patch) | |
tree | b68bcad2c0e990a52ee4b63828558f1163c9bdc1 /doc | |
parent | a463620edbe57071a7101297d33226507567ca73 (diff) | |
download | minetest-4b087a0de2e46ba32b79084602356d7e0221637f.tar.gz minetest-4b087a0de2e46ba32b79084602356d7e0221637f.tar.bz2 minetest-4b087a0de2e46ba32b79084602356d7e0221637f.zip |
Docs: remove background9 incorrect example (#12464)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index a20768b31..eb29e79e2 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -2545,8 +2545,6 @@ Elements will be added to the width and height of the texture, allowing it to be used as the distance from the far end. * All numbers in middle are integers. -* Example for formspec 8x4 in 16x resolution: - image shall be sized 8 times 16px times 4 times 16px * If `auto_clip` is `true`, the background is clipped to the formspec size (`x` and `y` are used as offset values, `w` and `h` are ignored) * Available since formspec version 2 |