updated levels
This commit is contained in:
parent
38e277c3ae
commit
60743f556f
22
levels.ldtk
22
levels.ldtk
|
@ -139,7 +139,7 @@
|
|||
"uid": 56,
|
||||
"doc": null,
|
||||
"uiColor": null,
|
||||
"gridSize": 16,
|
||||
"gridSize": 32,
|
||||
"guideGridWid": 128,
|
||||
"guideGridHei": 128,
|
||||
"displayOpacity": 1,
|
||||
|
@ -1188,7 +1188,25 @@
|
|||
"tags": ["World"],
|
||||
"tagsSourceEnumUid": 477,
|
||||
"enumTags": [ { "enumValueId": "fullrect", "tileIds": [1,4,6,7,10,11,12,13,14,15,16,17,21,24,25,26,27,31,34,35,36,37,44,45] }, { "enumValueId": "pointshape", "tileIds": [0,2,3,20,22,23,30,32] } ],
|
||||
"customData": [ { "tileId": 0, "data": "\"collisionShape\": [\n [0.0, 0.0], [1.0, 1.0],\n [1.0, 0.0]\n]" }, { "tileId": 2, "data": "\"collisionsPoints\": [\n [0.0, 0.0], [0.0, 1.0], [1.0, 0.0]\n]" } ],
|
||||
"customData": [
|
||||
{ "tileId": 0, "data": "{\n \"collisionShape\": [\n [0.0, 1.0], [1.0, 0.0], [1.0, 1.0]\n ]\n}" },
|
||||
{ "tileId": 2, "data": "{\n \"collisionShape\": [\n [0.0, 0.0], [1.0, 1.0], [0.0, 1.0]\n ]\n}" },
|
||||
{
|
||||
"tileId": 3,
|
||||
"data": "{\n \"collisionShape\": [\n [0.0,1.0], [1.0,1.0], [1.0,0.75],\n [0.55,0.0], [0.45,0.0], [0.0,0.75]\n ]\n}"
|
||||
},
|
||||
{ "tileId": 20, "data": "{\n \"collisionShape\": [\n [0.0,0.0], [1.0,0.0], [1.0,1.0]\n ]\n}" },
|
||||
{ "tileId": 22, "data": "{\n \"collisionShape\": [\n [0.0, 0.0], [1.0,0.0], [0.0, 1.0]\n ]\n}" },
|
||||
{ "tileId": 23, "data": "{\n \"collisionShape\": [\n [0.0,0.0], [1.0,0.0], [0.5,1.0]\n ]\n}" },
|
||||
{
|
||||
"tileId": 30,
|
||||
"data": "{\n \"collisionShape\": [\n [0.0, 0.25], [1.0, 0.0],\n [1.0, 0.8], [0.25,0.7]\n ]\n}"
|
||||
},
|
||||
{
|
||||
"tileId": 32,
|
||||
"data": "{\n \"collisionShape\": [\n [0.0, 0.0], [1.0, 0.25],\n [0.8, 0.7], [0.0, 0.8]\n ]\n}"
|
||||
}
|
||||
],
|
||||
"savedSelections": [],
|
||||
"cachedPixelData": {
|
||||
"opaqueTiles": "0000000100010011000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
||||
|
|
Loading…
Reference in a new issue