forked from Mineclonia/Mineclonia
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