1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

attempt to improve docs

This commit is contained in:
SmallJoker 2024-11-28 18:54:32 +01:00
parent f13144a15d
commit 3128beba7f

View file

@ -573,8 +573,11 @@ The aspect ratio is preserved.
* `<xN>`: X offset of insertion, negative numbers allowed * `<xN>`: X offset of insertion, negative numbers allowed
* `<yN>`: Y offset of insertion, negative numbers allowed * `<yN>`: Y offset of insertion, negative numbers allowed
* `<wN>` (optional): Expected texture width * `<wN>` (optional): Expected texture width
* Scales the output image if `<wN> != input texture width` to perform lossless blit. * If the provided texture width is (e.g. 2 times) larger than `<wN>`, it will
* Supported since protocol version 46. result in an output texture that is also (2 times) larger.
* If the provided texture width is smaller, it will be upscaled proportionally
to match the width `<wN>`.
* Supported since protocol version 47. Old clients will ignore this parameter.
* `<file>`: texture to combine * `<file>`: texture to combine