mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Restore buggy texture overlay modifier (#14852)
Required because of backwards compatibility.
This commit is contained in:
parent
682b789dd5
commit
768fd4adee
2 changed files with 9 additions and 6 deletions
|
@ -456,6 +456,10 @@ i.e. without gamma-correction.
|
|||
|
||||
Textures can be overlaid by putting a `^` between them.
|
||||
|
||||
Warning: If the lower and upper pixels are both semi-transparent, this operation
|
||||
does *not* do alpha blending, and it is *not* associative. Otherwise it does
|
||||
alpha blending in srgb color space.
|
||||
|
||||
Example:
|
||||
|
||||
default_dirt.png^default_grass_side.png
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue