1
0
mirror of https://github.com/veden/Rampant.git synced 2025-01-24 03:16:25 +02:00

25 lines
684 B
Lua
Raw Normal View History

data:extend({
{
type = "simple-entity",
2017-11-20 23:27:03 -08:00
name = "tunnel-entrance-rampant",
flags = {"placeable-neutral", "placeable-off-grid", "not-on-map"},
icon = "__base__/graphics/icons/small-scorchmark.png",
subgroup = "grass",
order = "b[decorative]-k[tunnel-entrance]-a[big]",
collision_box = {{-1.3, -1.3}, {1.3, 1.3}},
selection_box = {{-1.5, -1.5}, {1.5, 1.5}},
render_layer = "remnants",
2017-04-24 21:08:41 -07:00
destructible = "false",
max_health = 1,
pictures =
{
{
filename = "__Rampant__/graphics/entities/tunnel/tunnelEntrance.png",
width = 142,
height = 104,
shift = {0, 0}
}
}
}
2017-04-24 21:08:41 -07:00
})