Mothback/data/tileset/library.lua

95 lines
1.2 KiB
Lua
Raw Normal View History

2022-01-29 09:46:49 +00:00
local properties = {}
properties[1] = {
2022-02-26 02:56:53 +00:00
type = "whole",
depth = "foreground"
}
2022-01-29 09:46:49 +00:00
properties[2] = {
2022-02-26 02:56:53 +00:00
type = "emtpy",
depth = "foreground"
2022-01-29 09:46:49 +00:00
}
properties[3] = {
2022-02-26 02:56:53 +00:00
type = "emtpy",
depth = "foreground"
}
properties[4] = {
2022-02-26 02:56:53 +00:00
type = "emtpy",
depth = "foreground"
}
2022-01-29 09:46:49 +00:00
properties[5] = {
2022-02-26 02:56:53 +00:00
type = "emtpy",
depth = "background"
2022-01-29 09:46:49 +00:00
}
properties[6] = {
2022-02-26 02:56:53 +00:00
type = "emtpy",
depth = "background"
2022-01-29 09:46:49 +00:00
}
properties[7] = {
2022-02-26 02:56:53 +00:00
type = "emtpy",
depth = "background"
2022-01-29 09:46:49 +00:00
}
properties[13] = {
2022-02-26 02:56:53 +00:00
type = "whole",
depth = "foreground"
2022-01-29 09:46:49 +00:00
}
properties[14] = {
2022-02-26 02:56:53 +00:00
type = "whole",
depth = "foreground"
}
2022-01-29 09:46:49 +00:00
properties[25] = {
2022-02-26 02:56:53 +00:00
overlay = {17,19,21,23},
type = "emtpy",
depth = "background"
2022-01-29 09:46:49 +00:00
}
properties[26] = {
2022-02-26 02:56:53 +00:00
overlay = {18,20,22,24},
type = "emtpy",
depth = "background"
2022-01-29 09:46:49 +00:00
}
properties[37] = {
2022-02-26 02:56:53 +00:00
overlay = {29,31,33,35,41,43,45,47},
type = "emtpy",
depth = "background"
2022-01-29 09:46:49 +00:00
}
properties[38] = {
2022-02-26 02:56:53 +00:00
overlay = {30,32,34,36,42,44,46,48},
type = "emtpy",
depth = "background"
2022-01-29 09:46:49 +00:00
}
properties[49] = {
2022-02-26 02:56:53 +00:00
overlay = {53,55,57,59},
type = "emtpy",
depth = "background"
2022-01-29 09:46:49 +00:00
}
properties[50] = {
2022-02-26 02:56:53 +00:00
overlay = {54,56,58,60},
type = "emtpy",
depth = "background"
2022-01-29 09:46:49 +00:00
}
properties[61] = {
2022-02-26 02:56:53 +00:00
type = "bottom_hazard",
depth = "foreground"
2022-01-29 09:46:49 +00:00
}
properties[62] = {
2022-02-26 02:56:53 +00:00
type = "top_hazard",
depth = "foreground"
2022-01-29 09:46:49 +00:00
}
return properties