Compare commits
10 Commits
9e968b9390
...
f689632a92
Author | SHA1 | Date |
---|---|---|
Simon Kellet | f689632a92 | 4 months ago |
Simon Kellet | da8bb7d083 | 4 months ago |
Simon Kellet | 0a25d11ac5 | 4 months ago |
Simon Kellet | 71d1f6e929 | 4 months ago |
Simon Kellet | a392755844 | 4 months ago |
Simon Kellet | f4d3969a1f | 4 months ago |
Simon Kellet | 2cd9f263e6 | 4 months ago |
Simon Kellet | ff40a5507b | 4 months ago |
Simon Kellet | 26398f52b5 | 4 months ago |
Simon Kellet | 38826d0cd8 | 4 months ago |
@ -0,0 +1,290 @@ |
||||
return { |
||||
version = "1.10", |
||||
luaversion = "5.1", |
||||
tiledversion = "1.11.0", |
||||
class = "", |
||||
orientation = "orthogonal", |
||||
renderorder = "right-down", |
||||
width = 25, |
||||
height = 15, |
||||
tilewidth = 64, |
||||
tileheight = 64, |
||||
nextlayerid = 4, |
||||
nextobjectid = 16, |
||||
properties = {}, |
||||
tilesets = { |
||||
{ |
||||
name = "floor", |
||||
firstgid = 1, |
||||
class = "", |
||||
tilewidth = 64, |
||||
tileheight = 64, |
||||
spacing = 0, |
||||
margin = 0, |
||||
columns = 9, |
||||
image = "../assets/tileset.png", |
||||
imagewidth = 576, |
||||
imageheight = 384, |
||||
objectalignment = "unspecified", |
||||
tilerendersize = "tile", |
||||
fillmode = "stretch", |
||||
tileoffset = { |
||||
x = 0, |
||||
y = 0 |
||||
}, |
||||
grid = { |
||||
orientation = "orthogonal", |
||||
width = 64, |
||||
height = 64 |
||||
}, |
||||
properties = {}, |
||||
wangsets = {}, |
||||
tilecount = 54, |
||||
tiles = {} |
||||
} |
||||
}, |
||||
layers = { |
||||
{ |
||||
type = "tilelayer", |
||||
x = 0, |
||||
y = 0, |
||||
width = 25, |
||||
height = 15, |
||||
id = 1, |
||||
name = "floor", |
||||
class = "", |
||||
visible = true, |
||||
opacity = 1, |
||||
offsetx = 0, |
||||
offsety = 0, |
||||
parallaxx = 1, |
||||
parallaxy = 1, |
||||
properties = {}, |
||||
encoding = "lua", |
||||
data = { |
||||
1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, |
||||
10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 12, |
||||
10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 12, |
||||
10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 12, |
||||
10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 12, |
||||
10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 12, |
||||
10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 12, |
||||
10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 12, |
||||
10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 12, |
||||
10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 12, |
||||
10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 12, |
||||
10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 12, |
||||
10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 12, |
||||
10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 12, |
||||
19, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 21 |
||||
} |
||||
}, |
||||
{ |
||||
type = "tilelayer", |
||||
x = 0, |
||||
y = 0, |
||||
width = 25, |
||||
height = 15, |
||||
id = 2, |
||||
name = "inner walls", |
||||
class = "", |
||||
visible = true, |
||||
opacity = 1, |
||||
offsetx = 0, |
||||
offsety = 0, |
||||
parallaxx = 1, |
||||
parallaxy = 1, |
||||
properties = {}, |
||||
encoding = "lua", |
||||
data = { |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 29, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 28, 29, 29, 29, 29, 29, 30, 0, 0, 37, 38, 39, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 37, 38, 38, 38, 38, 38, 39, 0, 0, 46, 47, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 46, 47, 38, 38, 38, 47, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 37, 38, 39, 0, 0, 0, 0, 28, 29, 30, 0, 0, 0, 0, 28, 29, 30, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 37, 38, 39, 0, 0, 0, 0, 37, 38, 39, 0, 0, 0, 0, 37, 38, 39, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 37, 38, 39, 0, 0, 0, 0, 37, 38, 39, 0, 0, 0, 0, 37, 38, 39, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 37, 38, 39, 0, 0, 0, 0, 37, 38, 39, 0, 0, 0, 0, 37, 38, 39, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 46, 47, 48, 0, 0, 0, 0, 46, 47, 48, 0, 0, 0, 0, 37, 38, 39, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 29, 38, 38, 38, 29, 30, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 29, 30, 0, 0, 37, 38, 38, 38, 38, 38, 39, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 37, 38, 39, 0, 0, 46, 47, 47, 47, 47, 47, 48, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 46, 47, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 |
||||
} |
||||
}, |
||||
{ |
||||
type = "objectgroup", |
||||
draworder = "topdown", |
||||
id = 3, |
||||
name = "Walls", |
||||
class = "", |
||||
visible = false, |
||||
opacity = 1, |
||||
offsetx = 0, |
||||
offsety = 0, |
||||
parallaxx = 1, |
||||
parallaxy = 1, |
||||
properties = {}, |
||||
objects = { |
||||
{ |
||||
id = 1, |
||||
name = "", |
||||
type = "", |
||||
shape = "rectangle", |
||||
x = 128, |
||||
y = 128, |
||||
width = 448, |
||||
height = 192, |
||||
rotation = 0, |
||||
visible = true, |
||||
properties = {} |
||||
}, |
||||
{ |
||||
id = 2, |
||||
name = "", |
||||
type = "", |
||||
shape = "rectangle", |
||||
x = 256, |
||||
y = 320, |
||||
width = 192, |
||||
height = 320, |
||||
rotation = 0, |
||||
visible = true, |
||||
properties = {} |
||||
}, |
||||
{ |
||||
id = 3, |
||||
name = "", |
||||
type = "", |
||||
shape = "rectangle", |
||||
x = 704, |
||||
y = 80, |
||||
width = 192, |
||||
height = 176, |
||||
rotation = 0, |
||||
visible = true, |
||||
properties = {} |
||||
}, |
||||
{ |
||||
id = 4, |
||||
name = "", |
||||
type = "", |
||||
shape = "rectangle", |
||||
x = 704, |
||||
y = 320, |
||||
width = 192, |
||||
height = 320, |
||||
rotation = 0, |
||||
visible = true, |
||||
properties = {} |
||||
}, |
||||
{ |
||||
id = 5, |
||||
name = "", |
||||
type = "", |
||||
shape = "rectangle", |
||||
x = 704, |
||||
y = 704, |
||||
width = 192, |
||||
height = 192, |
||||
rotation = 0, |
||||
visible = true, |
||||
properties = {} |
||||
}, |
||||
{ |
||||
id = 6, |
||||
name = "", |
||||
type = "", |
||||
shape = "rectangle", |
||||
x = 1024, |
||||
y = 640, |
||||
width = 448, |
||||
height = 192, |
||||
rotation = 0, |
||||
visible = true, |
||||
properties = {} |
||||
}, |
||||
{ |
||||
id = 7, |
||||
name = "", |
||||
type = "", |
||||
shape = "rectangle", |
||||
x = 1152, |
||||
y = 320, |
||||
width = 192, |
||||
height = 320, |
||||
rotation = 0, |
||||
visible = true, |
||||
properties = {} |
||||
}, |
||||
{ |
||||
id = 9, |
||||
name = "", |
||||
type = "", |
||||
shape = "rectangle", |
||||
x = 0, |
||||
y = 0, |
||||
width = 1184, |
||||
height = 16, |
||||
rotation = 0, |
||||
visible = true, |
||||
properties = {} |
||||
}, |
||||
{ |
||||
id = 10, |
||||
name = "", |
||||
type = "", |
||||
shape = "rectangle", |
||||
x = 1184, |
||||
y = 0, |
||||
width = 416, |
||||
height = 16, |
||||
rotation = 0, |
||||
visible = true, |
||||
properties = {} |
||||
}, |
||||
{ |
||||
id = 11, |
||||
name = "", |
||||
type = "", |
||||
shape = "rectangle", |
||||
x = 1584, |
||||
y = 0, |
||||
width = 16, |
||||
height = 960, |
||||
rotation = 0, |
||||
visible = true, |
||||
properties = {} |
||||
}, |
||||
{ |
||||
id = 12, |
||||
name = "", |
||||
type = "", |
||||
shape = "rectangle", |
||||
x = 0, |
||||
y = 944, |
||||
width = 1600, |
||||
height = 16, |
||||
rotation = 0, |
||||
visible = true, |
||||
properties = {} |
||||
}, |
||||
{ |
||||
id = 13, |
||||
name = "", |
||||
type = "", |
||||
shape = "rectangle", |
||||
x = 0, |
||||
y = 0, |
||||
width = 16, |
||||
height = 960, |
||||
rotation = 0, |
||||
visible = true, |
||||
properties = {} |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
@ -0,0 +1,61 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<map version="1.10" tiledversion="1.11.0" orientation="orthogonal" renderorder="right-down" width="25" height="15" tilewidth="64" tileheight="64" infinite="0" nextlayerid="4" nextobjectid="16"> |
||||
<editorsettings> |
||||
<export target="map2.lua" format="lua"/> |
||||
</editorsettings> |
||||
<tileset firstgid="1" name="floor" tilewidth="64" tileheight="64" tilecount="54" columns="9"> |
||||
<image source="../assets/tileset.png" width="576" height="384"/> |
||||
</tileset> |
||||
<layer id="1" name="floor" width="25" height="15"> |
||||
<data encoding="csv"> |
||||
1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3, |
||||
10,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12, |
||||
10,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12, |
||||
10,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12, |
||||
10,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12, |
||||
10,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12, |
||||
10,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12, |
||||
10,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12, |
||||
10,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12, |
||||
10,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12, |
||||
10,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12, |
||||
10,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12, |
||||
10,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12, |
||||
10,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12, |
||||
19,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,21 |
||||
</data> |
||||
</layer> |
||||
<layer id="2" name="inner walls" width="25" height="15"> |
||||
<data encoding="csv"> |
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, |
||||
0,0,0,0,0,0,0,0,0,0,0,28,29,30,0,0,0,0,0,0,0,0,0,0,0, |
||||
0,0,28,29,29,29,29,29,30,0,0,37,38,39,0,0,0,0,0,0,0,0,0,0,0, |
||||
0,0,37,38,38,38,38,38,39,0,0,46,47,48,0,0,0,0,0,0,0,0,0,0,0, |
||||
0,0,46,47,38,38,38,47,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, |
||||
0,0,0,0,37,38,39,0,0,0,0,28,29,30,0,0,0,0,28,29,30,0,0,0,0, |
||||
0,0,0,0,37,38,39,0,0,0,0,37,38,39,0,0,0,0,37,38,39,0,0,0,0, |
||||
0,0,0,0,37,38,39,0,0,0,0,37,38,39,0,0,0,0,37,38,39,0,0,0,0, |
||||
0,0,0,0,37,38,39,0,0,0,0,37,38,39,0,0,0,0,37,38,39,0,0,0,0, |
||||
0,0,0,0,46,47,48,0,0,0,0,46,47,48,0,0,0,0,37,38,39,0,0,0,0, |
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,29,38,38,38,29,30,0,0, |
||||
0,0,0,0,0,0,0,0,0,0,0,28,29,30,0,0,37,38,38,38,38,38,39,0,0, |
||||
0,0,0,0,0,0,0,0,0,0,0,37,38,39,0,0,46,47,47,47,47,47,48,0,0, |
||||
0,0,0,0,0,0,0,0,0,0,0,46,47,48,0,0,0,0,0,0,0,0,0,0,0, |
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 |
||||
</data> |
||||
</layer> |
||||
<objectgroup id="3" name="Walls" visible="0"> |
||||
<object id="1" x="128" y="128" width="448" height="192"/> |
||||
<object id="2" x="256" y="320" width="192" height="320"/> |
||||
<object id="3" x="704" y="80" width="192" height="176"/> |
||||
<object id="4" x="704" y="320" width="192" height="320"/> |
||||
<object id="5" x="704" y="704" width="192" height="192"/> |
||||
<object id="6" x="1024" y="640" width="448" height="192"/> |
||||
<object id="7" x="1152" y="320" width="192" height="320"/> |
||||
<object id="9" x="0" y="0" width="1184" height="16"/> |
||||
<object id="10" x="1184" y="0" width="416" height="16"/> |
||||
<object id="11" x="1584" y="0" width="16" height="960"/> |
||||
<object id="12" x="0" y="944" width="1600" height="16"/> |
||||
<object id="13" x="0" y="0" width="16" height="960"/> |
||||
</objectgroup> |
||||
</map> |
Loading…
Reference in new issue