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:
parent
f13144a15d
commit
3128beba7f
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue