mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Fix comment and alpha test node oopsies from #14852
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user