Monkune/maps/sys/win.lua

259 lines
5.3 KiB
Lua
Raw Normal View History

2021-01-07 13:41:04 -06:00
return {
version = "1.4",
luaversion = "5.1",
tiledversion = "1.4.3",
orientation = "orthogonal",
renderorder = "right-down",
width = 50,
height = 50,
tilewidth = 16,
tileheight = 16,
nextlayerid = 4,
2021-01-07 17:57:36 -06:00
nextobjectid = 49,
2021-01-07 13:41:04 -06:00
properties = {},
tilesets = {},
layers = {
{
type = "objectgroup",
draworder = "topdown",
id = 2,
name = "Object Layer 1",
visible = true,
opacity = 1,
offsetx = 0,
offsety = 0,
properties = {},
objects = {
{
id = 2,
name = "",
type = "",
shape = "rectangle",
x = 38.932,
y = 306.814,
width = 14.6488,
height = 242.519,
rotation = 0,
visible = true,
properties = {}
},
{
id = 4,
name = "",
type = "",
shape = "rectangle",
x = 55.2085,
y = 537.94,
width = 524.102,
height = 11.3935,
rotation = 0,
visible = true,
properties = {}
},
{
id = 6,
name = "",
type = "",
shape = "rectangle",
x = 581.752,
y = 306,
width = 14.6488,
height = 242.52,
rotation = 0,
visible = true,
properties = {}
},
{
2021-01-07 17:57:36 -06:00
id = 37,
2021-01-07 13:41:04 -06:00
name = "",
type = "",
shape = "rectangle",
2021-01-07 17:57:36 -06:00
x = 466.819,
y = 306.636,
width = 120.137,
height = 11.4416,
2021-01-07 13:41:04 -06:00
rotation = 0,
visible = true,
properties = {}
},
{
2021-01-07 17:57:36 -06:00
id = 40,
2021-01-07 13:41:04 -06:00
name = "",
type = "",
2021-01-07 17:57:36 -06:00
shape = "polygon",
x = 54.9199,
y = 311.213,
width = 0,
height = 0,
2021-01-07 13:41:04 -06:00
rotation = 0,
visible = true,
2021-01-07 17:57:36 -06:00
polygon = {
{ x = 0, y = 0 },
{ x = 529.748, y = 225.4 },
{ x = -3.43249, y = 229.977 }
},
2021-01-07 13:41:04 -06:00
properties = {}
}
}
2021-01-07 14:56:58 -06:00
},
{
type = "objectgroup",
draworder = "topdown",
id = 3,
name = "Object Layer 2",
visible = true,
opacity = 1,
offsetx = 0,
offsety = 0,
properties = {},
objects = {
{
id = 31,
name = "",
type = "spawn",
shape = "point",
2021-01-07 17:57:36 -06:00
x = 521.562,
y = 299.789,
2021-01-07 14:56:58 -06:00
width = 0,
height = 0,
rotation = 0,
visible = true,
properties = {
2021-01-07 17:57:36 -06:00
["count"] = 1
2021-01-07 14:56:58 -06:00
}
},
{
id = 32,
name = "",
type = "respawn",
shape = "point",
2021-01-07 17:57:36 -06:00
x = 535.472,
y = 17.5408,
width = 0,
height = 0,
rotation = 0,
visible = true,
properties = {}
},
{
id = 33,
name = "",
type = "banana",
shape = "point",
x = 99.5423,
y = 315.789,
width = 0,
height = 0,
rotation = 0,
visible = true,
properties = {}
},
{
id = 41,
name = "",
type = "banana",
shape = "point",
x = 133.867,
y = 320.366,
width = 0,
height = 0,
rotation = 0,
visible = true,
properties = {}
},
{
id = 42,
name = "",
type = "banana",
shape = "point",
x = 124.714,
y = 291.762,
width = 0,
height = 0,
rotation = 0,
visible = true,
properties = {}
},
{
id = 43,
name = "",
type = "banana",
shape = "point",
x = 183.066,
y = 307.78,
width = 0,
height = 0,
rotation = 0,
visible = true,
properties = {}
},
{
id = 44,
name = "",
type = "banana",
shape = "point",
x = 177.346,
y = 259.725,
width = 0,
height = 0,
rotation = 0,
visible = true,
properties = {}
},
{
id = 45,
name = "",
type = "banana",
shape = "point",
x = 219.68,
y = 296.339,
width = 0,
height = 0,
rotation = 0,
visible = true,
properties = {}
},
{
id = 46,
name = "",
type = "banana",
shape = "point",
x = 181.922,
y = 356.979,
width = 0,
height = 0,
rotation = 0,
visible = true,
properties = {}
},
{
id = 47,
name = "",
type = "banana",
shape = "point",
x = 217.391,
y = 328.375,
width = 0,
height = 0,
rotation = 0,
visible = true,
properties = {}
},
{
id = 48,
name = "",
type = "banana",
shape = "point",
x = 245.995,
y = 358.124,
2021-01-07 14:56:58 -06:00
width = 0,
height = 0,
rotation = 0,
visible = true,
properties = {}
}
}
2021-01-07 13:41:04 -06:00
}
}
}