mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Fix comment and alpha test node oopsies from #14852
This commit is contained in:
parent
9046379b30
commit
603eb57943
3 changed files with 10 additions and 10 deletions
|
@ -89,10 +89,12 @@ for a=1,#alphas do
|
|||
end
|
||||
|
||||
minetest.register_node("testnodes:alpha_compositing", {
|
||||
description = S("Alpha Compositing Test Node") .. "\n" ..
|
||||
description = S("Texture Overlay Test Node") .. "\n" ..
|
||||
S("A regular grid should be visible where each cell contains two " ..
|
||||
"texels with the same colour.") .. "\n" ..
|
||||
S("Alpha compositing is gamma-incorrect for backwards compatibility."),
|
||||
"texels with the same color.") .. "\n" ..
|
||||
S("Texture overlay is gamma-incorrect, " ..
|
||||
"and in general it does not do alpha compositing, " ..
|
||||
"both for backwards compatibility."),
|
||||
drawtype = "glasslike",
|
||||
paramtype = "light",
|
||||
tiles = {"testnodes_alpha_compositing_bottom.png^" ..
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 251 B After Width: | Height: | Size: 265 B |
Loading…
Add table
Add a link
Reference in a new issue