mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-28 13:53:45 +01:00
Increase smoke anim duration for fire smoke
This commit is contained in:
parent
c2afc82754
commit
ce0b31123b
@ -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 New Issue
Block a user