Holy shit:
function electric_mining_drill_smoke()
return
{
filename = "__base__/graphics/entity/electric-mining-drill/electric-mining-drill-smoke.png",
line_length = 6,
width = 24,
height = 38,
frame_count = 30,
animation_speed = 0,4,
direction_count = 1,
shift = util.by_pixel(0, 2),
hr_version =
{
filename = "__base__/graphics/entity/electric-mining-drill/hr-electric-mining-drill-smoke.png",
line_length = 6,
width = 48,
height = 72,
frame_count = 30,
animation_speed = 0,4,
direction_count = 1,
shift = util.by_pixel(0, 3),
scale = 0.5,
}
}
end
That's a hell of a typo, lol. The animation speed. "0,4" Oof.
But why do they even define it? They leak a global that's used to build the mining drill... they don't even use it themselves. xD
Whateven.