Accelerate water/river water animation

This commit is contained in:
Andrey2470T 2020-01-30 21:35:55 +03:00
parent 7d2809a522
commit 77c19161ba

View file

@ -2189,7 +2189,7 @@ minetest.register_node("default:water_source", {
type = "vertical_frames", type = "vertical_frames",
aspect_w = 16, aspect_w = 16,
aspect_h = 16, aspect_h = 16,
length = 2.0, length = 1.5,
}, },
}, },
{ {
@ -2199,7 +2199,7 @@ minetest.register_node("default:water_source", {
type = "vertical_frames", type = "vertical_frames",
aspect_w = 16, aspect_w = 16,
aspect_h = 16, aspect_h = 16,
length = 2.0, length = 1.5,
}, },
}, },
}, },
@ -2234,7 +2234,7 @@ minetest.register_node("default:water_flowing", {
type = "vertical_frames", type = "vertical_frames",
aspect_w = 16, aspect_w = 16,
aspect_h = 16, aspect_h = 16,
length = 0.8, length = 0.2,
}, },
}, },
{ {
@ -2244,7 +2244,7 @@ minetest.register_node("default:water_flowing", {
type = "vertical_frames", type = "vertical_frames",
aspect_w = 16, aspect_w = 16,
aspect_h = 16, aspect_h = 16,
length = 0.8, length = 0.2,
}, },
}, },
}, },