lignumis/lignumis/logo.lua
2025-12-20 19:54:13 +01:00

16 lines
No EOL
403 B
Lua

data:extend({
{
type = "simple-entity",
name = "lignumis-logo",
picture = {
filename = "__lignumis-assets__/title.png",
width = 575,
height = 181,
scale = 1,
draw_as_glow = true
},
collision_mask = { layers = {} },
render_layer = "air-object",
hidden_in_factoriopedia = true
}
})