mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 06:43:17 -04:00
Accelerate water/river water animation
This commit is contained in:
parent
7d2809a522
commit
77c19161ba
1 changed files with 4 additions and 4 deletions
|
@ -2189,7 +2189,7 @@ minetest.register_node("default:water_source", {
|
|||
type = "vertical_frames",
|
||||
aspect_w = 16,
|
||||
aspect_h = 16,
|
||||
length = 2.0,
|
||||
length = 1.5,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
@ -2199,7 +2199,7 @@ minetest.register_node("default:water_source", {
|
|||
type = "vertical_frames",
|
||||
aspect_w = 16,
|
||||
aspect_h = 16,
|
||||
length = 2.0,
|
||||
length = 1.5,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -2234,7 +2234,7 @@ minetest.register_node("default:water_flowing", {
|
|||
type = "vertical_frames",
|
||||
aspect_w = 16,
|
||||
aspect_h = 16,
|
||||
length = 0.8,
|
||||
length = 0.2,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
@ -2244,7 +2244,7 @@ minetest.register_node("default:water_flowing", {
|
|||
type = "vertical_frames",
|
||||
aspect_w = 16,
|
||||
aspect_h = 16,
|
||||
length = 0.8,
|
||||
length = 0.2,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue