1dirname = path.dirname(__file__)
2
3world:new_immovable_type{
4   name = "ruin3",
5   descname = _ "Tombstone",
6   editor_category = "miscellaneous",
7   size = "none",
8   attributes = {},
9   programs = {},
10   animations = {
11      idle = {
12         pictures = path.list_files(dirname .. "idle.png"),
13         hotspot = { 29, 36 },
14      },
15   }
16}
17