Update water textures
This commit is contained in:
parent
6c4ee6285f
commit
aecc437146
@ -152,13 +152,14 @@ for v=0,7 do
|
||||
tiles = {"supplemental_testliquid"..v..".png"},
|
||||
special_tiles = {
|
||||
{
|
||||
image="supplemental_testliquid"..v..".png",
|
||||
name="supplemental_testliquid"..v..".png",
|
||||
backface_culling=false,
|
||||
},
|
||||
{
|
||||
image="supplemental_testliquid"..v..".png",
|
||||
name="supplemental_testliquid"..v..".png",
|
||||
backface_culling=true,
|
||||
},
|
||||
|
||||
},
|
||||
alpha = alpha,
|
||||
paramtype = "light",
|
||||
@ -180,7 +181,13 @@ for v=0,7 do
|
||||
description = string.format(S("test liquid source %i"), v),
|
||||
inventory_image = minetest.inventorycube("supplemental_testliquid"..v..".png"),
|
||||
drawtype = "liquid",
|
||||
tiles = {"supplemental_testliquid"..v..".png"},
|
||||
special_tiles = {
|
||||
{
|
||||
name="supplemental_testliquid"..v..".png",
|
||||
backface_culling=false,
|
||||
},
|
||||
},
|
||||
tiles = {"supplemental_testliquid"..v..".png",},
|
||||
alpha = alpha,
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 581 B After Width: | Height: | Size: 632 B |
Binary file not shown.
Before Width: | Height: | Size: 581 B After Width: | Height: | Size: 576 B |
Binary file not shown.
Before Width: | Height: | Size: 581 B After Width: | Height: | Size: 583 B |
Loading…
x
Reference in New Issue
Block a user