forked from MineClone5/MineClone5
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",
|
||||
aspect_w = 8,
|
||||
aspect_h = 8,
|
||||
length = 2.05,
|
||||
length = 2.1,
|
||||
},
|
||||
}, "high")
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue