x
This commit is contained in:
parent
36363b6183
commit
eaba3942c1
1 changed files with 149 additions and 14 deletions
163
seelander.json
163
seelander.json
|
@ -2,17 +2,6 @@
|
|||
"height":20,
|
||||
"infinite":false,
|
||||
"layers":[
|
||||
{
|
||||
"draworder":"topdown",
|
||||
"id":4,
|
||||
"name":"floorLayer",
|
||||
"objects":[],
|
||||
"opacity":1,
|
||||
"type":"objectgroup",
|
||||
"visible":false,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"data":[21, 21, 21, 21, 21, 21, 21, 21, 21, 16, 2, 1, 1, 1, 3, 1, 1, 1, 3, 1, 21, 21, 21, 21, 21, 21, 21, 21, 21, 16, 6, 6, 1, 4, 4, 4, 4, 4, 4, 3, 21, 21, 21, 21, 21, 21, 21, 21, 21, 17, 6, 6, 2, 4, 4, 4, 4, 4, 4, 12, 21, 21, 21, 21, 21, 21, 21, 21, 21, 16, 6, 6, 1, 4, 4, 4, 4, 4, 4, 1, 21, 21, 21, 21, 21, 21, 21, 21, 21, 16, 6, 6, 1, 4, 4, 4, 4, 4, 4, 1, 21, 21, 21, 21, 21, 21, 21, 21, 21, 16, 6, 6, 11, 4, 4, 4, 4, 4, 4, 2, 21, 21, 21, 21, 21, 21, 21, 21, 21, 17, 6, 6, 1, 4, 4, 4, 4, 4, 4, 31, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 6, 6, 1, 4, 4, 4, 4, 4, 4, 1, 16, 6, 6, 6, 6, 6, 14, 6, 6, 16, 6, 6, 1, 4, 4, 4, 4, 4, 4, 12, 11, 6, 6, 6, 7, 7, 7, 7, 7, 16, 16, 16, 1, 4, 4, 4, 4, 4, 4, 1, 16, 6, 6, 6, 6, 6, 6, 6, 6, 11, 4, 4, 11, 4, 4, 4, 4, 4, 4, 3, 16, 6, 6, 6, 6, 6, 6, 7, 7, 16, 4, 4, 2, 4, 4, 4, 4, 4, 4, 1, 11, 6, 7, 11, 7, 7, 6, 11, 6, 16, 16, 16, 1, 4, 4, 4, 4, 4, 4, 12, 16, 6, 7, 6, 6, 7, 6, 7, 6, 16, 4, 4, 11, 4, 4, 4, 4, 4, 4, 1, 16, 17, 16, 16, 17, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15, 13, 14, 15, 16, 16, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 4, 4, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 4, 4, 4, 4, 4, 4, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 4, 4, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 0, 0, 0, 0, 0, 0, 0, 0, 21, 21, 21, 21, 21, 21, 21, 21, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
"height":20,
|
||||
|
@ -20,7 +9,7 @@
|
|||
"name":"bottom",
|
||||
"opacity":1,
|
||||
"type":"tilelayer",
|
||||
"visible":false,
|
||||
"visible":true,
|
||||
"width":20,
|
||||
"x":0,
|
||||
"y":0
|
||||
|
@ -32,7 +21,7 @@
|
|||
"name":"top",
|
||||
"opacity":1,
|
||||
"type":"tilelayer",
|
||||
"visible":false,
|
||||
"visible":true,
|
||||
"width":20,
|
||||
"x":0,
|
||||
"y":0
|
||||
|
@ -44,10 +33,21 @@
|
|||
"name":"start",
|
||||
"opacity":1,
|
||||
"type":"tilelayer",
|
||||
"visible":false,
|
||||
"visible":true,
|
||||
"width":20,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"draworder":"topdown",
|
||||
"id":4,
|
||||
"name":"floorLayer",
|
||||
"objects":[],
|
||||
"opacity":1,
|
||||
"type":"objectgroup",
|
||||
"visible":true,
|
||||
"x":0,
|
||||
"y":0
|
||||
}],
|
||||
"nextlayerid":5,
|
||||
"nextobjectid":1,
|
||||
|
@ -104,6 +104,15 @@
|
|||
"value":true
|
||||
}]
|
||||
},
|
||||
{
|
||||
"id":9,
|
||||
"properties":[
|
||||
{
|
||||
"name":"collides",
|
||||
"type":"bool",
|
||||
"value":true
|
||||
}]
|
||||
},
|
||||
{
|
||||
"id":15,
|
||||
"properties":[
|
||||
|
@ -121,6 +130,132 @@
|
|||
"type":"bool",
|
||||
"value":true
|
||||
}]
|
||||
},
|
||||
{
|
||||
"id":19,
|
||||
"properties":[
|
||||
{
|
||||
"name":"collides",
|
||||
"type":"bool",
|
||||
"value":true
|
||||
}]
|
||||
},
|
||||
{
|
||||
"id":29,
|
||||
"properties":[
|
||||
{
|
||||
"name":"collides",
|
||||
"type":"bool",
|
||||
"value":true
|
||||
}]
|
||||
},
|
||||
{
|
||||
"id":31,
|
||||
"properties":[
|
||||
{
|
||||
"name":"collides",
|
||||
"type":"bool",
|
||||
"value":true
|
||||
}]
|
||||
},
|
||||
{
|
||||
"id":32,
|
||||
"properties":[
|
||||
{
|
||||
"name":"collides",
|
||||
"type":"bool",
|
||||
"value":true
|
||||
}]
|
||||
},
|
||||
{
|
||||
"id":33,
|
||||
"properties":[
|
||||
{
|
||||
"name":"collides",
|
||||
"type":"bool",
|
||||
"value":true
|
||||
}]
|
||||
},
|
||||
{
|
||||
"id":38,
|
||||
"properties":[
|
||||
{
|
||||
"name":"collides",
|
||||
"type":"bool",
|
||||
"value":true
|
||||
}]
|
||||
},
|
||||
{
|
||||
"id":41,
|
||||
"properties":[
|
||||
{
|
||||
"name":"collides",
|
||||
"type":"bool",
|
||||
"value":true
|
||||
}]
|
||||
},
|
||||
{
|
||||
"id":42,
|
||||
"properties":[
|
||||
{
|
||||
"name":"collides",
|
||||
"type":"bool",
|
||||
"value":true
|
||||
}]
|
||||
},
|
||||
{
|
||||
"id":43,
|
||||
"properties":[
|
||||
{
|
||||
"name":"collides",
|
||||
"type":"bool",
|
||||
"value":true
|
||||
}]
|
||||
},
|
||||
{
|
||||
"id":52,
|
||||
"properties":[
|
||||
{
|
||||
"name":"collides",
|
||||
"type":"bool",
|
||||
"value":true
|
||||
}]
|
||||
},
|
||||
{
|
||||
"id":53,
|
||||
"properties":[
|
||||
{
|
||||
"name":"collides",
|
||||
"type":"bool",
|
||||
"value":true
|
||||
}]
|
||||
},
|
||||
{
|
||||
"id":55,
|
||||
"properties":[
|
||||
{
|
||||
"name":"collides",
|
||||
"type":"bool",
|
||||
"value":true
|
||||
}]
|
||||
},
|
||||
{
|
||||
"id":56,
|
||||
"properties":[
|
||||
{
|
||||
"name":"collides",
|
||||
"type":"bool",
|
||||
"value":true
|
||||
}]
|
||||
},
|
||||
{
|
||||
"id":63,
|
||||
"properties":[
|
||||
{
|
||||
"name":"collides",
|
||||
"type":"bool",
|
||||
"value":true
|
||||
}]
|
||||
}],
|
||||
"tilewidth":32,
|
||||
"transparentcolor":"#ffaec9"
|
||||
|
|
Loading…
Reference in a new issue