mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 06:43:17 -04:00
Set back water sources anims loop length to 2.0.
This commit is contained in:
parent
28439ca2d0
commit
ba19b23845
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 = 1.5,
|
||||
length = 2.0,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
@ -2199,7 +2199,7 @@ minetest.register_node("default:water_source", {
|
|||
type = "vertical_frames",
|
||||
aspect_w = 16,
|
||||
aspect_h = 16,
|
||||
length = 1.5,
|
||||
length = 2.0,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -2280,7 +2280,7 @@ minetest.register_node("default:river_water_source", {
|
|||
type = "vertical_frames",
|
||||
aspect_w = 16,
|
||||
aspect_h = 16,
|
||||
length = 1.5,
|
||||
length = 2.0,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
@ -2290,7 +2290,7 @@ minetest.register_node("default:river_water_source", {
|
|||
type = "vertical_frames",
|
||||
aspect_w = 16,
|
||||
aspect_h = 16,
|
||||
length = 1.5,
|
||||
length = 2.0,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue