mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-24 10:55:09 +00:00
Increase smoke anim duration for fire smoke
This commit is contained in:
parent
c2afc82754
commit
ce0b31123b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ local spawn_smoke = function(pos)
|
||||||
type = "vertical_frames",
|
type = "vertical_frames",
|
||||||
aspect_w = 8,
|
aspect_w = 8,
|
||||||
aspect_h = 8,
|
aspect_h = 8,
|
||||||
length = 2.05,
|
length = 2.1,
|
||||||
},
|
},
|
||||||
}, "high")
|
}, "high")
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue