Increase smoke anim duration for fire smoke

This commit is contained in:
Wuzzy 2020-08-19 20:44:12 +02:00
parent c2afc82754
commit ce0b31123b
1 changed files with 1 additions and 1 deletions

View File

@ -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