From 4b087a0de2e46ba32b79084602356d7e0221637f Mon Sep 17 00:00:00 2001 From: Zughy <63455151+Zughy@users.noreply.github.com> Date: Sun, 26 Jun 2022 15:37:04 +0200 Subject: [PATCH] Docs: remove background9 incorrect example (#12464) --- doc/lua_api.txt | 2 -- 1 file changed, 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