Fix water source/flowing color mismatch

This commit is contained in:
Wuzzy 2022-05-17 00:00:43 +02:00
parent 11a7d77be1
commit cdf31daa45
12 changed files with 12 additions and 6 deletions

View File

@ -1190,12 +1190,14 @@ minetest.register_node(
drawtype = "liquid",
tiles = {
{
name = "default_water.png",
name = "default_water_source_animated.png",
backface_culling = false,
animation = {type = "vertical_frames", aspect_w= 16, aspect_h = 16, length = 0.8}
},
{
name = "default_water.png",
name = "default_water_source_animated.png",
backface_culling = false,
animation = {type = "vertical_frames", aspect_w= 16, aspect_h = 16, length = 0.8}
},
},
use_texture_alpha = "blend",
@ -1261,12 +1263,14 @@ minetest.register_node(
drawtype = "liquid",
tiles = {
{
name = "default_river_water.png",
name = "default_river_water_source_animated.png",
backface_culling = false,
animation = {type = "vertical_frames", aspect_w= 16, aspect_h = 16, length = 0.8}
},
{
name = "default_river_water.png",
name = "default_river_water_source_animated.png",
backface_culling = false,
animation = {type = "vertical_frames", aspect_w= 16, aspect_h = 16, length = 0.8}
},
},
@ -1335,12 +1339,14 @@ minetest.register_node(
drawtype = "liquid",
tiles = {
{
name = "default_swamp_water.png",
name = "default_swamp_water_source_animated.png",
backface_culling = false,
animation = {type = "vertical_frames", aspect_w= 16, aspect_h = 16, length = 0.8}
},
{
name = "default_swamp_water.png",
name = "default_swamp_water_source_animated.png",
backface_culling = false,
animation = {type = "vertical_frames", aspect_w= 16, aspect_h = 16, length = 0.8}
},
},
use_texture_alpha = "blend",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 203 B

After

Width:  |  Height:  |  Size: 855 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 338 B

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 245 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 338 B

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 338 B

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB