1
0
Fork 0
tortugger/map.lua

249 lines
5.4 KiB
Lua

return {
version = "1.5",
luaversion = "5.1",
tiledversion = "1.8.6",
orientation = "orthogonal",
renderorder = "right-down",
width = 20,
height = 10,
tilewidth = 16,
tileheight = 16,
nextlayerid = 4,
nextobjectid = 12,
properties = {},
tilesets = {
{
name = "tiles",
firstgid = 1,
tilewidth = 16,
tileheight = 16,
spacing = 0,
margin = 0,
columns = 10,
image = "tiles.png",
imagewidth = 160,
imageheight = 16,
transparentcolor = "#ff00ff",
objectalignment = "unspecified",
tileoffset = {
x = 0,
y = 0
},
grid = {
orientation = "orthogonal",
width = 16,
height = 16
},
properties = {},
wangsets = {},
tilecount = 10,
tiles = {}
}
},
layers = {
{
type = "tilelayer",
x = 0,
y = 0,
width = 20,
height = 10,
id = 1,
name = "Capa de patrones 1",
visible = true,
opacity = 1,
offsetx = 0,
offsety = 0,
parallaxx = 1,
parallaxy = 1,
properties = {},
encoding = "lua",
data = {
1, 2, 3, 4, 1, 5, 5, 5, 1, 5, 5, 5, 5, 1, 2, 3, 7, 3, 4, 6,
1, 2, 7, 4, 1, 5, 5, 5, 1, 5, 5, 5, 5, 1, 2, 7, 7, 7, 4, 6,
1, 2, 3, 4, 1, 5, 5, 5, 1, 5, 5, 5, 5, 1, 2, 3, 7, 3, 4, 6,
1, 2, 7, 4, 1, 5, 5, 5, 1, 5, 5, 5, 5, 1, 2, 7, 7, 7, 4, 6,
1, 2, 3, 4, 1, 5, 5, 5, 1, 5, 5, 5, 5, 1, 2, 3, 7, 3, 4, 6,
1, 2, 7, 4, 1, 5, 5, 5, 1, 5, 5, 5, 5, 1, 2, 7, 7, 7, 4, 6,
1, 2, 3, 4, 1, 5, 5, 5, 1, 5, 5, 5, 5, 1, 2, 3, 7, 3, 4, 6,
1, 2, 7, 4, 1, 5, 5, 5, 1, 5, 5, 5, 5, 1, 2, 7, 7, 7, 4, 6,
1, 2, 3, 4, 1, 5, 5, 5, 1, 5, 5, 5, 5, 1, 2, 3, 7, 3, 4, 6,
1, 2, 7, 4, 1, 5, 5, 5, 1, 5, 5, 5, 5, 1, 2, 7, 7, 7, 4, 6
}
},
{
type = "objectgroup",
draworder = "topdown",
id = 3,
name = "hazards",
visible = true,
opacity = 1,
offsetx = 0,
offsety = 0,
parallaxx = 1,
parallaxy = 1,
properties = {},
objects = {
{
id = 4,
name = "",
type = "water",
shape = "rectangle",
x = 80,
y = -0.25,
width = 48,
height = 160,
rotation = 0,
visible = false,
properties = {}
},
{
id = 5,
name = "",
type = "water",
shape = "rectangle",
x = 144,
y = 0,
width = 64,
height = 160,
rotation = 0,
visible = false,
properties = {}
}
}
},
{
type = "objectgroup",
draworder = "topdown",
id = 2,
name = "entities",
visible = true,
opacity = 1,
offsetx = 0,
offsety = 0,
parallaxx = 1,
parallaxy = 1,
tintcolor = { 170, 0, 0 },
properties = {},
objects = {
{
id = 1,
name = "",
type = "vehicle",
shape = "rectangle",
x = 18,
y = 0,
width = 12,
height = 16,
rotation = 0,
visible = true,
properties = {}
},
{
id = 8,
name = "",
type = "floatdev",
shape = "rectangle",
x = 82,
y = 0,
width = 12,
height = 16,
rotation = 0,
visible = true,
properties = {}
},
{
id = 11,
name = "",
type = "floatdev",
shape = "rectangle",
x = 98,
y = 32,
width = 12,
height = 16,
rotation = 0,
visible = true,
properties = {}
},
{
id = 2,
name = "",
type = "vehicle",
shape = "rectangle",
x = 18,
y = 64,
width = 12,
height = 16,
rotation = 0,
visible = true,
properties = {}
},
{
id = 7,
name = "",
type = "floatdev",
shape = "rectangle",
x = 82,
y = 64,
width = 12,
height = 16,
rotation = 0,
visible = true,
properties = {}
},
{
id = 10,
name = "",
type = "floatdev",
shape = "rectangle",
x = 98,
y = 98,
width = 12,
height = 16,
rotation = 0,
visible = true,
properties = {}
},
{
id = 3,
name = "",
type = "vehicle",
shape = "rectangle",
x = 18,
y = 128,
width = 12,
height = 16,
rotation = 0,
visible = true,
properties = {}
},
{
id = 6,
name = "",
type = "floatdev",
shape = "rectangle",
x = 82,
y = 128,
width = 12,
height = 16,
rotation = 0,
visible = true,
properties = {}
},
{
id = 9,
name = "",
type = "floatdev",
shape = "rectangle",
x = 98,
y = 160,
width = 12,
height = 16,
rotation = 0,
visible = true,
properties = {}
}
}
}
}
}