更新BUG

This commit is contained in:
COMPUTER\EDY 2025-11-24 11:37:28 +08:00
parent 34af2aeee8
commit 162a91377a
39 changed files with 7677 additions and 2 deletions

View File

@ -882,7 +882,12 @@ export default class MapConroler extends cc.Component {
for (let j = 0; j < this.wallArray.length; j++) { for (let j = 0; j < this.wallArray.length; j++) {
if (info.num == this.wallArray[j].getChildByName("wall").getComponent("Wall").num) { if (info.num == this.wallArray[j].getChildByName("wall").getComponent("Wall").num) {
let over = false; let over = false;
if (j == this.wallArray.length - 1) over = true; // if (j == this.wallArray.length - 1) {
// over = true;
// }
if (i == doorInfo.length - 1) {
over = true;
}
this.wallArray[j].getChildByName("wall").getComponent("Wall").setTeamDoors(over); this.wallArray[j].getChildByName("wall").getComponent("Wall").setTeamDoors(over);
} }
} }
@ -1578,9 +1583,12 @@ export default class MapConroler extends cc.Component {
if (this.longAndShortWall.length != 0) { if (this.longAndShortWall.length != 0) {
// cc.fx.AudioManager._instance.playEffect("lockDoor", null); // cc.fx.AudioManager._instance.playEffect("lockDoor", null);
for (let i = 0; i < this.longAndShortWall.length; i++) { for (let i = 0; i < this.longAndShortWall.length; i++) {
if (this.longAndShortWall[i].getChildByName("wall").getComponent("Wall").wall_Info.length > 0) if (this.longAndShortWall[i].getChildByName("wall").getComponent("Wall").wall_Info.length > 0) {
console.log("执行一次长短变化");
this.longAndShortWall[i].getChildByName("wall").getComponent("Wall").changeLongAndShort(); this.longAndShortWall[i].getChildByName("wall").getComponent("Wall").changeLongAndShort();
} }
}
} }
//粘合块解锁状态变化 //粘合块解锁状态变化
if (this.adhesiveBlock.length != 0) { if (this.adhesiveBlock.length != 0) {

View File

@ -0,0 +1,465 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "671",
"map": [
10,
8
],
"time": 120,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 10,
"type": 0,
"position": {
"x": 240,
"y": -120,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 10,
"type": 0,
"position": {
"x": 120,
"y": -120,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 10,
"type": 0,
"position": {
"x": 0,
"y": -120,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 10,
"type": 0,
"position": {
"x": -120,
"y": -120,
"z": 0
},
"id": 240
},
{
"block": 23,
"color": 10,
"type": 0,
"position": {
"x": 240,
"y": -240,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 10,
"type": 0,
"position": {
"x": -120,
"y": -240,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 11,
"type": 0,
"position": {
"x": -360,
"y": 240,
"z": 0
},
"id": 270
},
{
"block": 0,
"color": 11,
"type": 0,
"position": {
"x": 480,
"y": 240,
"z": 0
},
"id": 280
},
{
"block": 22,
"color": 9,
"type": 14,
"position": {
"x": -120,
"y": 120,
"z": 0
},
"id": 290
},
{
"block": 1,
"color": 9,
"type": 14,
"position": {
"x": 120,
"y": 0,
"z": 0
},
"id": 300
},
{
"block": 21,
"color": 2,
"type": 14,
"position": {
"x": 240,
"y": 120,
"z": 0
},
"id": 310
},
{
"block": 1,
"color": 3,
"type": 14,
"position": {
"x": -240,
"y": 120,
"z": 0
},
"id": 320
},
{
"block": 1,
"color": 5,
"type": 14,
"position": {
"x": 480,
"y": 120,
"z": 0
},
"id": 330
},
{
"block": 1,
"color": 1,
"type": 14,
"position": {
"x": 120,
"y": 120,
"z": 0
},
"id": 340
},
{
"block": 4,
"color": 1,
"type": 0,
"position": {
"x": -360,
"y": -360,
"z": 0
},
"id": 350
},
{
"block": 4,
"color": 5,
"type": 0,
"position": {
"x": 480,
"y": -360,
"z": 0
},
"id": 360
},
{
"block": 1,
"color": 3,
"type": 0,
"position": {
"x": 120,
"y": -360,
"z": 0
},
"id": 370
},
{
"block": 1,
"color": 5,
"type": 4,
"position": {
"x": 120,
"y": 240,
"z": 0
},
"freezeTime": 7,
"id": 380
},
{
"block": 1,
"color": 10,
"type": 4,
"position": {
"x": 120,
"y": -240,
"z": 0
},
"freezeTime": 14,
"id": 390
},
{
"block": 0,
"color": 4,
"type": 9,
"position": {
"x": -120,
"y": -360,
"z": 0
},
"adhesiveTime": 2,
"id": 400
},
{
"block": 0,
"color": 5,
"type": 9,
"position": {
"x": -240,
"y": -360,
"z": 0
},
"adhesiveTime": 1,
"id": 410
},
{
"block": 0,
"color": 7,
"type": 9,
"position": {
"x": 240,
"y": -360,
"z": 0
},
"adhesiveTime": 2,
"id": 420
},
{
"block": 0,
"color": 10,
"type": 9,
"position": {
"x": 360,
"y": -360,
"z": 0
},
"adhesiveTime": 1,
"id": 430
},
{
"block": 0,
"color": 4,
"type": 9,
"position": {
"x": -240,
"y": 0,
"z": 0
},
"adhesiveTime": 2,
"id": 440
},
{
"block": 0,
"color": 7,
"type": 9,
"position": {
"x": -240,
"y": -120,
"z": 0
},
"adhesiveTime": 1,
"id": 450
},
{
"block": 0,
"color": 7,
"type": 9,
"position": {
"x": 360,
"y": 0,
"z": 0
},
"adhesiveTime": 2,
"id": 460
},
{
"block": 0,
"color": 1,
"type": 9,
"position": {
"x": 360,
"y": -120,
"z": 0
},
"adhesiveTime": 1,
"id": 470
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": -120,
"y": 0,
"z": 0
},
"id": 480
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": 240,
"y": 0,
"z": 0
},
"id": 490
}
]
],
"WALL_INFO": [
[
{
"id": 672,
"num": 0,
"color": 7,
"special": 0,
"length": 1
},
{
"id": 673,
"num": 3,
"color": 5,
"special": 0,
"length": 3
},
{
"id": 674,
"num": 4,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 675,
"num": 5,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 676,
"num": 9,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 677,
"num": 11,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 678,
"num": 13,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 679,
"num": 15,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 680,
"num": 17,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 681,
"num": 19,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 682,
"num": 25,
"color": 1,
"special": 0,
"length": 3
},
{
"id": 683,
"num": 26,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 684,
"num": 27,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 685,
"num": 22,
"color": 4,
"special": 0,
"length": 1
},
{
"id": 686,
"num": 12,
"color": 10,
"special": 6,
"length": 2,
"lockTime": 6
},
{
"id": 687,
"num": 14,
"color": 10,
"special": 6,
"length": 0,
"lockTime": 6
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "f004d68a-2b39-4912-a791-e41d5d788d99",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,330 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "672",
"map": [
8,
8
],
"time": 110,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 1,
"color": 6,
"type": 0,
"position": {
"x": 120,
"y": -360,
"z": 0
},
"floor": 1,
"floorTime": 5,
"id": 210
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": -120,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -240,
"y": -120,
"z": 0
},
"id": 230
},
{
"block": 2,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": 0,
"z": 0
},
"id": 240
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": -240,
"y": 0,
"z": 0
},
"id": 250
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": -120,
"y": -120,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": 240,
"y": -120,
"z": 0
},
"id": 270
},
{
"block": 1,
"color": 9,
"type": 14,
"position": {
"x": -120,
"y": 240,
"z": 0
},
"id": 280
},
{
"block": 1,
"color": 7,
"type": 14,
"position": {
"x": 360,
"y": 240,
"z": 0
},
"id": 290
},
{
"block": 2,
"color": 8,
"type": 14,
"position": {
"x": -120,
"y": 0,
"z": 0
},
"id": 300
},
{
"block": 2,
"color": 10,
"type": 14,
"position": {
"x": 240,
"y": 0,
"z": 0
},
"id": 310
},
{
"block": 0,
"color": 3,
"type": 14,
"position": {
"x": 0,
"y": 0,
"z": 0
},
"id": 320
},
{
"block": 0,
"color": 9,
"type": 14,
"position": {
"x": 120,
"y": 0,
"z": 0
},
"id": 330
},
{
"block": 2,
"color": 8,
"type": 1,
"position": {
"x": 0,
"y": -240,
"z": 0
},
"stacking": 1,
"id": 340
},
{
"block": 2,
"color": 2,
"type": 1,
"position": {
"x": 120,
"y": -240,
"z": 0
},
"stacking": 1,
"id": 350
},
{
"block": 20,
"color": 2,
"type": 1,
"position": {
"x": -120,
"y": -360,
"z": 0
},
"stacking": 6,
"id": 360
},
{
"block": 19,
"color": 10,
"type": 1,
"position": {
"x": 360,
"y": -360,
"z": 0
},
"stacking": 8,
"id": 370
},
{
"block": 1,
"color": 1,
"type": 8,
"position": {
"x": 120,
"y": 240,
"z": 0
},
"id": 380
}
]
],
"WALL_INFO": [
[
{
"id": 673,
"num": 0,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 674,
"num": 1,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 675,
"num": 4,
"color": 3,
"special": 3,
"length": 1,
"freeze": 7
},
{
"id": 676,
"num": 5,
"color": 7,
"special": 3,
"length": 1,
"freeze": 12
},
{
"id": 677,
"num": 9,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 678,
"num": 11,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 679,
"num": 13,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 680,
"num": 15,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 681,
"num": 23,
"color": 5,
"special": 3,
"length": 1,
"freeze": 10
},
{
"id": 682,
"num": 22,
"color": 9,
"special": 3,
"length": 1,
"freeze": 3
},
{
"id": 683,
"num": 18,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 684,
"num": 19,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 685,
"num": 10,
"color": 1,
"special": 6,
"length": 2,
"lockTime": 6
},
{
"id": 686,
"num": 12,
"color": 1,
"special": 6,
"length": 0,
"lockTime": 6
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "faa56d59-5299-4705-91c5-75662fe04eb1",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,347 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "673",
"map": [
9,
8
],
"time": 130,
"gap": [
{
"x": 7,
"y": 6,
"z": 0
},
{
"x": 7,
"y": 1,
"z": 0
},
{
"x": 1,
"y": 4,
"z": 0
},
{
"x": 1,
"y": 3,
"z": 0
},
{
"x": 2,
"y": 4,
"z": 0
},
{
"x": 2,
"y": 3,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 7,
"type": 0,
"position": {
"x": 420,
"y": -120,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 7,
"type": 0,
"position": {
"x": -60,
"y": -120,
"z": 0
},
"id": 220
},
{
"block": 3,
"color": 7,
"type": 0,
"position": {
"x": -60,
"y": -360,
"z": 0
},
"id": 230
},
{
"block": 2,
"color": 7,
"type": 0,
"position": {
"x": 300,
"y": -360,
"z": 0
},
"id": 240
},
{
"block": 21,
"color": 8,
"type": 0,
"position": {
"x": 300,
"y": -120,
"z": 0
},
"id": 250
},
{
"block": 1,
"color": 10,
"type": 0,
"position": {
"x": 180,
"y": -120,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": 420,
"y": -240,
"z": 0
},
"id": 270
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": 180,
"y": 120,
"z": 0
},
"id": 280
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": -180,
"y": -240,
"z": 0
},
"id": 290
},
{
"block": 2,
"color": 4,
"type": 0,
"position": {
"x": 300,
"y": 120,
"z": 0
},
"id": 300
},
{
"block": 1,
"color": 4,
"type": 0,
"position": {
"x": -180,
"y": 120,
"z": 0
},
"id": 310
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": 420,
"y": 120,
"z": 0
},
"id": 320
},
{
"block": 3,
"color": 8,
"type": 9,
"position": {
"x": -60,
"y": 240,
"z": 0
},
"adhesiveTime": 2,
"id": 330
},
{
"block": 0,
"color": 8,
"type": 9,
"position": {
"x": -60,
"y": 120,
"z": 0
},
"adhesiveTime": 1,
"id": 340
},
{
"block": 2,
"color": 5,
"type": 8,
"position": {
"x": 60,
"y": -360,
"z": 0
},
"id": 350
},
{
"block": 2,
"color": 1,
"type": 8,
"position": {
"x": 180,
"y": -360,
"z": 0
},
"id": 360
}
]
],
"WALL_INFO": [
[
{
"id": 674,
"num": 0,
"color": 4,
"special": 0,
"length": 2,
"longAndShort": 12,
"order": false
},
{
"id": 675,
"num": 1,
"color": 4,
"special": 0,
"length": 0,
"longAndShort": 12,
"order": false
},
{
"id": 676,
"num": 2,
"color": 9,
"special": 0,
"length": 2,
"longAndShort": 12,
"order": false
},
{
"id": 677,
"num": 3,
"color": 9,
"special": 0,
"length": 0,
"longAndShort": 12,
"order": false
},
{
"id": 678,
"num": 28,
"color": 7,
"special": 0,
"length": 2,
"longAndShort": 12,
"order": true
},
{
"id": 679,
"num": 29,
"color": 7,
"special": 0,
"length": 0,
"longAndShort": 12,
"order": true
},
{
"id": 680,
"num": 14,
"color": 8,
"special": 0,
"length": 3,
"longAndShort": 13,
"order": true
},
{
"id": 681,
"num": 16,
"color": 8,
"special": 0,
"length": 0,
"longAndShort": 13,
"order": true
},
{
"id": 682,
"num": 18,
"color": 8,
"special": 0,
"length": 0,
"longAndShort": 13,
"order": true
},
{
"id": 683,
"num": 13,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 684,
"num": 15,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 685,
"num": 17,
"color": 5,
"special": 0,
"length": 1
},
{
"id": 686,
"num": 19,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 687,
"num": 21,
"color": 1,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "82cbeaed-51f8-45f4-8708-c316d41a3888",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,376 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "674",
"map": [
7,
10
],
"time": 110,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 3,
"type": 0,
"position": {
"x": 300,
"y": 240,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 3,
"type": 0,
"position": {
"x": 300,
"y": -240,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 3,
"type": 0,
"position": {
"x": -180,
"y": -240,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 3,
"type": 0,
"position": {
"x": -180,
"y": 240,
"z": 0
},
"id": 240
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 300,
"y": 360,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -180,
"y": 360,
"z": 0
},
"id": 260
},
{
"block": 2,
"color": 5,
"type": 0,
"position": {
"x": 60,
"y": -120,
"z": 0
},
"id": 270
},
{
"block": 2,
"color": 5,
"type": 0,
"position": {
"x": 60,
"y": 240,
"z": 0
},
"id": 280
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": 300,
"y": 0,
"z": 0
},
"id": 290
},
{
"block": 1,
"color": 3,
"type": 0,
"position": {
"x": 300,
"y": -480,
"z": 0
},
"id": 300
},
{
"block": 2,
"color": 9,
"type": 0,
"position": {
"x": 60,
"y": -480,
"z": 0
},
"id": 310
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": -60,
"y": -480,
"z": 0
},
"id": 320
},
{
"block": 3,
"color": 7,
"type": 0,
"position": {
"x": 180,
"y": -240,
"z": 0
},
"id": 330
},
{
"block": 2,
"color": 7,
"type": 0,
"position": {
"x": -180,
"y": 0,
"z": 0
},
"id": 340
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": -60,
"y": -360,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": -60,
"y": 360,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": 180,
"y": -360,
"z": 0
},
"id": 370
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": 180,
"y": 120,
"z": 0
},
"id": 380
},
{
"block": 2,
"color": 8,
"type": 0,
"position": {
"x": -60,
"y": -120,
"z": 0
},
"id": 390
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": 180,
"y": -120,
"z": 0
},
"id": 400
},
{
"block": 0,
"color": 8,
"type": 8,
"position": {
"x": 180,
"y": 360,
"z": 0
},
"id": 420
},
{
"block": 0,
"color": 7,
"type": 8,
"position": {
"x": 60,
"y": 120,
"z": 0
},
"id": 420
},
{
"block": 0,
"color": 9,
"type": 7,
"position": {
"x": -60,
"y": 120,
"z": 0
},
"id": 430
}
]
],
"WALL_INFO": [
[
{
"id": 675,
"num": 4,
"color": 3,
"special": 0,
"length": 2,
"longAndShort": 12,
"order": true
},
{
"id": 676,
"num": 5,
"color": 3,
"special": 0,
"length": 0,
"longAndShort": 12,
"order": true
},
{
"id": 677,
"num": 11,
"color": 7,
"special": 0,
"length": 3,
"longAndShort": 13,
"order": true
},
{
"id": 678,
"num": 13,
"color": 7,
"special": 0,
"length": 0,
"longAndShort": 13,
"order": true
},
{
"id": 679,
"num": 15,
"color": 7,
"special": 0,
"length": 0,
"longAndShort": 13,
"order": true
},
{
"id": 680,
"num": 22,
"color": 9,
"special": 0,
"length": 2,
"longAndShort": 12,
"order": true
},
{
"id": 681,
"num": 23,
"color": 9,
"special": 0,
"length": 0,
"longAndShort": 12,
"order": true
},
{
"id": 682,
"num": 14,
"color": 8,
"special": 0,
"length": 1
},
{
"id": 683,
"num": 12,
"color": 5,
"special": 3,
"length": 1,
"freeze": 15
},
{
"id": 684,
"num": 16,
"color": 4,
"special": 3,
"length": 1,
"freeze": 10
},
{
"id": 685,
"num": 10,
"color": 6,
"special": 0,
"length": 1
},
{
"id": 686,
"num": 8,
"color": 1,
"special": 3,
"length": 1,
"freeze": 6
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "07648711-1671-4b17-82b3-1dfccad67cbd",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,452 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "675",
"map": [
8,
10
],
"time": 140,
"gap": [
{
"x": 6,
"y": 8,
"z": 0
},
{
"x": 1,
"y": 6,
"z": 0
},
{
"x": 1,
"y": 5,
"z": 0
},
{
"x": 2,
"y": 6,
"z": 0
},
{
"x": 2,
"y": 5,
"z": 0
},
{
"x": 1,
"y": 1,
"z": 0
},
{
"x": 6,
"y": 3,
"z": 0
},
{
"x": 6,
"y": 4,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 5,
"type": 0,
"position": {
"x": 0,
"y": -120,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 5,
"type": 0,
"position": {
"x": 0,
"y": 0,
"z": 0
},
"id": 220
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": 240,
"y": 360,
"z": 0
},
"id": 230
},
{
"block": 4,
"color": 9,
"type": 0,
"position": {
"x": 120,
"y": 0,
"z": 0
},
"id": 240
},
{
"block": 2,
"color": 9,
"type": 0,
"position": {
"x": 120,
"y": -360,
"z": 0
},
"id": 250
},
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": 0,
"y": -360,
"z": 0
},
"id": 260
},
{
"block": 1,
"color": 2,
"type": 0,
"position": {
"x": -120,
"y": 360,
"z": 0
},
"id": 270
},
{
"block": 2,
"color": 8,
"type": 0,
"position": {
"x": 0,
"y": 240,
"z": 0
},
"id": 280
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": -120,
"y": -480,
"z": 0
},
"id": 290
},
{
"block": 1,
"color": 3,
"type": 0,
"position": {
"x": 120,
"y": -480,
"z": 0
},
"id": 300
},
{
"block": 2,
"color": 1,
"type": 0,
"position": {
"x": -240,
"y": -360,
"z": 0
},
"id": 310
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": -120,
"y": -240,
"z": 0
},
"id": 320
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": -240,
"y": 240,
"z": 0
},
"id": 330
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": -240,
"y": -120,
"z": 0
},
"floor": 1,
"floorTime": 8,
"id": 340
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": -120,
"y": -120,
"z": 0
},
"floor": 1,
"floorTime": 8,
"id": 350
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": 0,
"y": 120,
"z": 0
},
"floor": 2,
"floorTime": 11,
"id": 360
},
{
"block": 0,
"color": 8,
"type": 7,
"position": {
"x": -120,
"y": 240,
"z": 0
},
"id": 370
},
{
"block": 2,
"color": 8,
"type": 9,
"position": {
"x": 240,
"y": -360,
"z": 0
},
"adhesiveTime": 2,
"id": 380
},
{
"block": 2,
"color": 8,
"type": 9,
"position": {
"x": 360,
"y": -480,
"z": 0
},
"adhesiveTime": 1,
"id": 390
},
{
"block": 2,
"color": 10,
"type": 0,
"position": {
"x": 360,
"y": 120,
"z": 0
},
"id": 400
},
{
"block": 2,
"color": 5,
"type": 8,
"position": {
"x": 240,
"y": -120,
"z": 0
},
"id": 410
}
]
],
"WALL_INFO": [
[
{
"id": 675,
"num": 0,
"color": 9,
"special": 0,
"length": 3,
"longAndShort": 13,
"order": false
},
{
"id": 676,
"num": 1,
"color": 9,
"special": 0,
"length": 0,
"longAndShort": 13,
"order": false
},
{
"id": 677,
"num": 2,
"color": 9,
"special": 0,
"length": 0,
"longAndShort": 13,
"order": true
},
{
"id": 678,
"num": 3,
"color": 6,
"special": 0,
"length": 1
},
{
"id": 679,
"num": 4,
"color": 7,
"special": 0,
"length": 1
},
{
"id": 680,
"num": 9,
"color": 3,
"special": 0,
"length": 2,
"longAndShort": 12,
"order": false
},
{
"id": 681,
"num": 15,
"color": 3,
"special": 0,
"length": 0,
"longAndShort": 12,
"order": false
},
{
"id": 682,
"num": 19,
"color": 5,
"special": 0,
"length": 2,
"longAndShort": 12,
"order": false
},
{
"id": 683,
"num": 21,
"color": 5,
"special": 0,
"length": 0,
"longAndShort": 12,
"order": false
},
{
"id": 684,
"num": 31,
"color": 8,
"special": 0,
"length": 3,
"longAndShort": 13,
"order": true
},
{
"id": 685,
"num": 32,
"color": 8,
"special": 0,
"length": 0,
"longAndShort": 13,
"order": true
},
{
"id": 686,
"num": 33,
"color": 8,
"special": 0,
"length": 0,
"longAndShort": 13,
"order": true
},
{
"id": 687,
"num": 29,
"color": 1,
"special": 0,
"length": 2,
"longAndShort": 12,
"order": true
},
{
"id": 688,
"num": 30,
"color": 1,
"special": 0,
"length": 0,
"longAndShort": 12,
"order": true
},
{
"id": 689,
"num": 20,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 690,
"num": 22,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 691,
"num": 10,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 692,
"num": 16,
"color": 2,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "1b7d3c9f-7c5c-412d-a9de-ec4df35d7f1c",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,353 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "675",
"map": [
9,
9
],
"time": 140,
"gap": [
{
"x": 2,
"y": 7,
"z": 0
},
{
"x": 3,
"y": 7,
"z": 0
},
{
"x": 7,
"y": 1,
"z": 0
},
{
"x": 7,
"y": 2,
"z": 0
},
{
"x": 6,
"y": 1,
"z": 0
},
{
"x": 5,
"y": 1,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -60,
"y": 180,
"z": 0
},
"id": 210
},
{
"block": 2,
"color": 3,
"type": 4,
"position": {
"x": 60,
"y": 180,
"z": 0
},
"freezeTime": 6,
"id": 220
},
{
"block": 1,
"color": 4,
"type": 4,
"position": {
"x": 60,
"y": -420,
"z": 0
},
"freezeTime": 11,
"id": 230
},
{
"block": 4,
"color": 9,
"type": 0,
"position": {
"x": -300,
"y": 60,
"z": 0
},
"id": 240
},
{
"block": 1,
"color": 7,
"type": 0,
"position": {
"x": -180,
"y": -60,
"z": 0
},
"id": 250
},
{
"block": 10,
"color": 3,
"type": 0,
"position": {
"x": -300,
"y": -420,
"z": 0
},
"id": 260
},
{
"block": 1,
"color": 8,
"type": 0,
"position": {
"x": 60,
"y": -300,
"z": 0
},
"id": 270
},
{
"block": 2,
"color": 8,
"type": 0,
"position": {
"x": -180,
"y": 60,
"z": 0
},
"id": 280
},
{
"block": 2,
"color": 5,
"type": 0,
"position": {
"x": -60,
"y": -60,
"z": 0
},
"id": 290
},
{
"block": 2,
"color": 11,
"type": 0,
"position": {
"x": 60,
"y": -60,
"z": 0
},
"id": 300
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": 180,
"y": 300,
"z": 0
},
"id": 310
},
{
"block": 1,
"color": 10,
"type": 0,
"position": {
"x": 300,
"y": -60,
"z": 0
},
"id": 320
},
{
"block": 2,
"color": 10,
"type": 0,
"position": {
"x": 300,
"y": -300,
"z": 0
},
"id": 330
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": -60,
"y": -180,
"z": 0
},
"id": 340
},
{
"block": 2,
"color": 1,
"type": 0,
"position": {
"x": 180,
"y": -300,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": 420,
"y": -180,
"z": 0
},
"id": 360
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": 420,
"y": -60,
"z": 0
},
"id": 370
},
{
"block": 2,
"color": 6,
"type": 9,
"position": {
"x": 420,
"y": 180,
"z": 0
},
"adhesiveTime": 2,
"id": 380
},
{
"block": 2,
"color": 6,
"type": 9,
"position": {
"x": 300,
"y": 60,
"z": 0
},
"adhesiveTime": 1,
"id": 390
}
]
],
"WALL_INFO": [
[
{
"id": 676,
"num": 2,
"color": 10,
"special": 0,
"length": 2,
"longAndShort": 12,
"order": false
},
{
"id": 677,
"num": 3,
"color": 10,
"special": 0,
"length": 0,
"longAndShort": 12,
"order": false
},
{
"id": 678,
"num": 8,
"color": 5,
"special": 0,
"length": 1,
"colorArray": "4080"
},
{
"id": 679,
"num": 19,
"color": 4,
"special": 0,
"length": 2,
"colorArray": "367377"
},
{
"id": 680,
"num": 21,
"color": 4,
"special": 0,
"length": 0,
"colorArray": "367377"
},
{
"id": 681,
"num": 25,
"color": 3,
"special": 0,
"length": 3,
"longAndShort": 13,
"order": true
},
{
"id": 682,
"num": 26,
"color": 3,
"special": 0,
"length": 0,
"longAndShort": 13,
"order": true
},
{
"id": 683,
"num": 27,
"color": 3,
"special": 0,
"length": 0,
"longAndShort": 13,
"order": true
},
{
"id": 684,
"num": 9,
"color": 6,
"special": 0,
"length": 2,
"longAndShort": 21,
"order": true
},
{
"id": 685,
"num": 12,
"color": 6,
"special": 0,
"length": 0,
"longAndShort": 21,
"order": true
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "ffff5dd8-f2b5-4156-8400-d4032c5cce28",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,345 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "677",
"map": [
7,
9
],
"time": 120,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 3,
"type": 0,
"position": {
"x": 180,
"y": 180,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 3,
"type": 0,
"position": {
"x": 180,
"y": 300,
"z": 0
},
"id": 220
},
{
"block": 1,
"color": 3,
"type": 0,
"position": {
"x": -60,
"y": 300,
"z": 0
},
"id": 230
},
{
"block": 2,
"color": 9,
"type": 0,
"position": {
"x": 300,
"y": 180,
"z": 0
},
"id": 240
},
{
"block": 2,
"color": 5,
"type": 0,
"position": {
"x": 60,
"y": 60,
"z": 0
},
"id": 250
},
{
"block": 2,
"color": 4,
"type": 0,
"position": {
"x": -60,
"y": -60,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": -60,
"y": 180,
"z": 0
},
"id": 270
},
{
"block": 3,
"color": 1,
"type": 0,
"position": {
"x": 60,
"y": -180,
"z": 0
},
"id": 280
},
{
"block": 1,
"color": 1,
"type": 0,
"position": {
"x": 180,
"y": -420,
"z": 0
},
"id": 290
},
{
"block": 1,
"color": 2,
"type": 0,
"position": {
"x": 180,
"y": -60,
"z": 0
},
"id": 300
},
{
"block": 2,
"color": 5,
"type": 0,
"position": {
"x": 300,
"y": -420,
"z": 0
},
"id": 310
},
{
"block": 0,
"color": 11,
"type": 7,
"position": {
"x": 300,
"y": 60,
"z": 0
},
"id": 320
},
{
"block": 2,
"color": 1,
"type": 8,
"position": {
"x": -60,
"y": -420,
"z": 0
},
"id": 330
},
{
"block": 0,
"color": 5,
"type": 2,
"position": {
"x": -180,
"y": -420,
"z": 0
},
"id": 340
},
{
"block": 2,
"color": 3,
"type": 2,
"position": {
"x": -180,
"y": 60,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 2,
"type": 2,
"position": {
"x": 60,
"y": 300,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 9,
"type": 2,
"position": {
"x": 180,
"y": 60,
"z": 0
},
"id": 370
},
{
"block": 1,
"color": 10,
"type": 2,
"position": {
"x": 180,
"y": -300,
"z": 0
},
"id": 380
},
{
"block": 2,
"color": 3,
"type": 3,
"position": {
"x": 300,
"y": -180,
"z": 0
},
"lockTime": 5,
"id": 390
}
]
],
"WALL_INFO": [
[
{
"id": 678,
"num": 1,
"color": 10,
"special": 0,
"length": 1
},
{
"id": 679,
"num": 3,
"color": 9,
"special": 0,
"length": 2,
"longAndShort": 21,
"order": true
},
{
"id": 680,
"num": 4,
"color": 9,
"special": 0,
"length": 0,
"longAndShort": 21,
"order": true
},
{
"id": 681,
"num": 8,
"color": 1,
"special": 0,
"length": 3,
"longAndShort": 13,
"order": false
},
{
"id": 682,
"num": 10,
"color": 1,
"special": 0,
"length": 0,
"longAndShort": 13,
"order": false
},
{
"id": 683,
"num": 12,
"color": 1,
"special": 0,
"length": 0,
"longAndShort": 13,
"order": false
},
{
"id": 684,
"num": 20,
"color": 5,
"special": 0,
"length": 2,
"longAndShort": 21,
"order": false
},
{
"id": 685,
"num": 21,
"color": 5,
"special": 0,
"length": 0,
"longAndShort": 21,
"order": false
},
{
"id": 686,
"num": 18,
"color": 2,
"special": 0,
"length": 1
},
{
"id": 687,
"num": 13,
"color": 4,
"special": 0,
"length": 2,
"longAndShort": 12,
"order": true
},
{
"id": 688,
"num": 15,
"color": 4,
"special": 0,
"length": 0,
"longAndShort": 12,
"order": true
},
{
"id": 689,
"num": 7,
"color": 3,
"special": 0,
"length": 2,
"longAndShort": 12,
"order": true
},
{
"id": 690,
"num": 9,
"color": 3,
"special": 0,
"length": 0,
"longAndShort": 12,
"order": true
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "572403a9-8466-4549-a5d6-8518ff267abf",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,349 @@
{
"LEVEL_INFO": [
{
"risefall": [
{
"x": 3,
"y": 3,
"color": "2"
},
{
"x": 3,
"y": 4,
"color": "2"
},
{
"x": 4,
"y": 3,
"color": "8"
},
{
"x": 4,
"y": 4,
"color": "8"
}
],
"id": "678",
"map": [
8,
8
],
"time": 130,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 7,
"type": 0,
"position": {
"x": 240,
"y": 120,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 7,
"type": 0,
"position": {
"x": 240,
"y": 240,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 7,
"type": 0,
"position": {
"x": -120,
"y": 240,
"z": 0
},
"id": 230
},
{
"block": 2,
"color": 8,
"type": 0,
"position": {
"x": 240,
"y": -120,
"z": 0
},
"id": 240
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": 360,
"y": -120,
"z": 0
},
"id": 250
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": -120,
"y": -240,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": -120,
"y": 0,
"z": 0
},
"id": 270
},
{
"block": 2,
"color": 4,
"type": 0,
"position": {
"x": 360,
"y": 120,
"z": 0
},
"id": 280
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": 120,
"y": 240,
"z": 0
},
"id": 290
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": 0,
"y": 240,
"z": 0
},
"id": 300
},
{
"block": 2,
"color": 5,
"type": 0,
"position": {
"x": -240,
"y": -120,
"z": 0
},
"id": 310
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": -120,
"y": -360,
"z": 0
},
"id": 320
},
{
"block": 2,
"color": 4,
"type": 0,
"position": {
"x": -240,
"y": -360,
"z": 0
},
"id": 330
},
{
"block": 1,
"color": 7,
"type": 0,
"position": {
"x": 120,
"y": -360,
"z": 0
},
"id": 340
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": 240,
"y": -240,
"z": 0
},
"id": 350
},
{
"block": 1,
"color": 10,
"type": 0,
"position": {
"x": 120,
"y": 120,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": -240,
"y": 240,
"z": 0
},
"id": 370
},
{
"block": 1,
"color": 6,
"type": 0,
"position": {
"x": -120,
"y": 120,
"z": 0
},
"id": 380
},
{
"block": 19,
"color": 10,
"type": 0,
"position": {
"x": 360,
"y": -360,
"z": 0
},
"id": 390
},
{
"block": 1,
"color": 10,
"type": 7,
"position": {
"x": 120,
"y": -240,
"z": 0
},
"id": 400
}
]
],
"WALL_INFO": [
[
{
"id": 679,
"num": 0,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 680,
"num": 1,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 681,
"num": 3,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 682,
"num": 4,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 683,
"num": 21,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 684,
"num": 22,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 685,
"num": 18,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 686,
"num": 19,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 687,
"num": 14,
"color": 4,
"special": 0,
"length": 1
},
{
"id": 688,
"num": 12,
"color": 8,
"special": 3,
"length": 1,
"freeze": 5
},
{
"id": 689,
"num": 10,
"color": 2,
"special": 3,
"length": 1,
"freeze": 8
},
{
"id": 690,
"num": 8,
"color": 9,
"special": 0,
"length": 1
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "d0a44f01-58fd-4fdb-b07d-ebf176d871d8",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,319 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "679",
"map": [
7,
9
],
"time": 120,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 10,
"type": 0,
"position": {
"x": -180,
"y": -300,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 10,
"type": 0,
"position": {
"x": 300,
"y": -300,
"z": 0
},
"id": 220
},
{
"block": 0,
"color": 11,
"type": 0,
"position": {
"x": 60,
"y": 300,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 4,
"type": 0,
"position": {
"x": 60,
"y": -420,
"z": 0
},
"id": 240
},
{
"block": 0,
"color": 9,
"type": 4,
"position": {
"x": 180,
"y": 300,
"z": 0
},
"freezeTime": 5,
"id": 250
},
{
"block": 0,
"color": 2,
"type": 4,
"position": {
"x": -60,
"y": 300,
"z": 0
},
"freezeTime": 9,
"id": 260
},
{
"block": 3,
"color": 4,
"type": 0,
"position": {
"x": 180,
"y": 180,
"z": 0
},
"id": 270
},
{
"block": 2,
"color": 9,
"type": 0,
"position": {
"x": 180,
"y": -420,
"z": 0
},
"id": 280
},
{
"block": 2,
"color": 9,
"type": 0,
"position": {
"x": -180,
"y": -60,
"z": 0
},
"id": 290
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": -60,
"y": -420,
"z": 0
},
"id": 300
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": 300,
"y": -60,
"z": 0
},
"id": 310
},
{
"block": 2,
"color": 1,
"type": 0,
"position": {
"x": 60,
"y": -60,
"z": 0
},
"id": 320
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": -180,
"y": -420,
"z": 0
},
"id": 330
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": 300,
"y": -420,
"z": 0
},
"id": 340
},
{
"block": 2,
"color": 8,
"type": 8,
"position": {
"x": 60,
"y": -300,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 3,
"type": 8,
"position": {
"x": -60,
"y": -180,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 1,
"type": 8,
"position": {
"x": 180,
"y": -180,
"z": 0
},
"id": 370
},
{
"block": 0,
"color": 1,
"type": 1,
"position": {
"x": -180,
"y": 300,
"z": 0
},
"stacking": 3,
"id": 380
},
{
"block": 0,
"color": 3,
"type": 1,
"position": {
"x": 300,
"y": 300,
"z": 0
},
"stacking": 4,
"id": 390
},
{
"block": 2,
"color": 3,
"type": 1,
"position": {
"x": -60,
"y": -60,
"z": 0
},
"stacking": 10,
"id": 400
},
{
"block": 2,
"color": 10,
"type": 1,
"position": {
"x": 180,
"y": -60,
"z": 0
},
"stacking": 4,
"id": 410
}
]
],
"WALL_INFO": [
[
{
"id": 680,
"num": 3,
"color": 10,
"special": 0,
"length": 2,
"longAndShort": 12,
"order": false
},
{
"id": 681,
"num": 4,
"color": 10,
"special": 0,
"length": 0,
"longAndShort": 12,
"order": false
},
{
"id": 682,
"num": 20,
"color": 4,
"special": 0,
"length": 2,
"longAndShort": 12,
"order": true
},
{
"id": 683,
"num": 21,
"color": 4,
"special": 0,
"length": 0,
"longAndShort": 12,
"order": true
},
{
"id": 684,
"num": 12,
"color": 8,
"special": 3,
"length": 1,
"freeze": 11
},
{
"id": 685,
"num": 9,
"color": 9,
"special": 0,
"length": 1,
"colorArray": "8282822"
},
{
"id": 686,
"num": 13,
"color": 2,
"special": 0,
"length": 1,
"colorArray": "10"
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "e1a12ad8-1616-4cf3-9413-f1c2402e8c45",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,422 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "680",
"map": [
9,
9
],
"time": 105,
"gap": [
{
"x": 1,
"y": 1,
"z": 0
},
{
"x": 1,
"y": 2,
"z": 0
},
{
"x": 1,
"y": 3,
"z": 0
},
{
"x": 7,
"y": 1,
"z": 0
},
{
"x": 7,
"y": 2,
"z": 0
},
{
"x": 7,
"y": 3,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 0,
"color": 10,
"type": 4,
"position": {
"x": 180,
"y": 300,
"z": 0
},
"freezeTime": 8,
"id": 210
},
{
"block": 0,
"color": 7,
"type": 4,
"position": {
"x": -60,
"y": 300,
"z": 0
},
"freezeTime": 11,
"id": 220
},
{
"block": 23,
"color": 7,
"type": 4,
"position": {
"x": 60,
"y": -60,
"z": 0
},
"freezeTime": 11,
"id": 230
},
{
"block": 23,
"color": 7,
"type": 4,
"position": {
"x": 60,
"y": 60,
"z": 0
},
"freezeTime": 11,
"id": 240
},
{
"block": 23,
"color": 7,
"type": 4,
"position": {
"x": 60,
"y": 180,
"z": 0
},
"freezeTime": 11,
"id": 250
},
{
"block": 23,
"color": 7,
"type": 4,
"position": {
"x": 60,
"y": 300,
"z": 0
},
"freezeTime": 11,
"id": 260
},
{
"block": 3,
"color": 6,
"type": 0,
"position": {
"x": 180,
"y": -180,
"z": 0
},
"id": 270
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": 180,
"y": 180,
"z": 0
},
"id": 280
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": -60,
"y": 180,
"z": 0
},
"id": 290
},
{
"block": 22,
"color": 4,
"type": 0,
"position": {
"x": -60,
"y": -60,
"z": 0
},
"id": 300
},
{
"block": 2,
"color": 4,
"type": 0,
"position": {
"x": 300,
"y": -180,
"z": 0
},
"id": 310
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": 60,
"y": -420,
"z": 0
},
"id": 320
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": -300,
"y": 180,
"z": 0
},
"id": 330
},
{
"block": 2,
"color": 9,
"type": 0,
"position": {
"x": -180,
"y": 180,
"z": 0
},
"id": 340
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": -60,
"y": -300,
"z": 0
},
"id": 350
},
{
"block": 2,
"color": 10,
"type": 0,
"position": {
"x": 300,
"y": 180,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": 180,
"y": -300,
"z": 0
},
"id": 370
},
{
"block": 2,
"color": 7,
"type": 0,
"position": {
"x": -180,
"y": -180,
"z": 0
},
"id": 380
},
{
"block": 21,
"color": 7,
"type": 0,
"position": {
"x": 180,
"y": -60,
"z": 0
},
"id": 390
},
{
"block": 2,
"color": 8,
"type": 0,
"position": {
"x": 420,
"y": 180,
"z": 0
},
"id": 400
},
{
"block": 0,
"color": 3,
"type": 9,
"position": {
"x": -180,
"y": -300,
"z": 0
},
"adhesiveTime": 2,
"id": 410
},
{
"block": 0,
"color": 5,
"type": 9,
"position": {
"x": -180,
"y": -420,
"z": 0
},
"adhesiveTime": 1,
"id": 420
},
{
"block": 0,
"color": 8,
"type": 9,
"position": {
"x": 300,
"y": -300,
"z": 0
},
"adhesiveTime": 2,
"id": 430
},
{
"block": 0,
"color": 2,
"type": 9,
"position": {
"x": 300,
"y": -420,
"z": 0
},
"adhesiveTime": 1,
"id": 440
}
]
],
"WALL_INFO": [
[
{
"id": 681,
"num": 0,
"color": 5,
"special": 0,
"length": 2,
"colorArray": "479799"
},
{
"id": 682,
"num": 1,
"color": 5,
"special": 0,
"length": 0,
"colorArray": "479799"
},
{
"id": 683,
"num": 10,
"color": 4,
"special": 0,
"length": 2,
"longAndShort": 12,
"order": false
},
{
"id": 684,
"num": 12,
"color": 4,
"special": 0,
"length": 0,
"longAndShort": 12,
"order": false
},
{
"id": 685,
"num": 16,
"color": 7,
"special": 0,
"length": 2,
"longAndShort": 12,
"order": false
},
{
"id": 686,
"num": 18,
"color": 7,
"special": 0,
"length": 0,
"longAndShort": 12,
"order": false
},
{
"id": 687,
"num": 24,
"color": 9,
"special": 0,
"length": 2,
"colorArray": "821"
},
{
"id": 688,
"num": 25,
"color": 9,
"special": 0,
"length": 0,
"colorArray": "821"
},
{
"id": 689,
"num": 11,
"color": 6,
"special": 0,
"length": 3,
"longAndShort": 13,
"order": true
},
{
"id": 690,
"num": 13,
"color": 6,
"special": 0,
"length": 0,
"longAndShort": 13,
"order": true
},
{
"id": 691,
"num": 15,
"color": 6,
"special": 0,
"length": 0,
"longAndShort": 13,
"order": true
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "70295908-e09b-4657-920d-ad28f895d2c6",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,537 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "681",
"map": [
11,
9
],
"time": 110,
"gap": [
{
"x": 1,
"y": 1,
"z": 0
},
{
"x": 1,
"y": 2,
"z": 0
},
{
"x": 9,
"y": 1,
"z": 0
},
{
"x": 9,
"y": 2,
"z": 0
},
{
"x": 9,
"y": 7,
"z": 0
},
{
"x": 9,
"y": 6,
"z": 0
},
{
"x": 1,
"y": 7,
"z": 0
},
{
"x": 1,
"y": 6,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 0,
"color": 7,
"type": 9,
"position": {
"x": -180,
"y": -180,
"z": 0
},
"adhesiveTime": 2,
"floor": 1,
"floorTime": 10,
"id": 210
},
{
"block": 0,
"color": 10,
"type": 9,
"position": {
"x": -180,
"y": -300,
"z": 0
},
"adhesiveTime": 1,
"floor": 1,
"floorTime": 10,
"id": 220
},
{
"block": 0,
"color": 2,
"type": 9,
"position": {
"x": 300,
"y": -180,
"z": 0
},
"adhesiveTime": 2,
"floor": 1,
"floorTime": 10,
"id": 230
},
{
"block": 0,
"color": 6,
"type": 9,
"position": {
"x": 300,
"y": -300,
"z": 0
},
"adhesiveTime": 1,
"floor": 1,
"floorTime": 10,
"id": 240
},
{
"block": 3,
"color": 6,
"type": 7,
"position": {
"x": 180,
"y": -180,
"z": 0
},
"floor": 1,
"floorTime": 10,
"id": 250
},
{
"block": 3,
"color": 4,
"type": 8,
"position": {
"x": 180,
"y": -300,
"z": 0
},
"floor": 1,
"floorTime": 10,
"id": 260
},
{
"block": 0,
"color": 9,
"type": 9,
"position": {
"x": -420,
"y": -60,
"z": 0
},
"adhesiveTime": 2,
"id": 270
},
{
"block": 0,
"color": 1,
"type": 9,
"position": {
"x": -420,
"y": -180,
"z": 0
},
"adhesiveTime": 1,
"id": 280
},
{
"block": 0,
"color": 3,
"type": 9,
"position": {
"x": 540,
"y": -60,
"z": 0
},
"adhesiveTime": 2,
"id": 290
},
{
"block": 0,
"color": 5,
"type": 9,
"position": {
"x": 540,
"y": -180,
"z": 0
},
"adhesiveTime": 1,
"id": 300
},
{
"block": 1,
"color": 7,
"type": 0,
"position": {
"x": -300,
"y": 60,
"z": 0
},
"id": 310
},
{
"block": 2,
"color": 7,
"type": 0,
"position": {
"x": 60,
"y": 60,
"z": 0
},
"id": 320
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": 180,
"y": 180,
"z": 0
},
"id": 330
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": -300,
"y": -300,
"z": 0
},
"id": 340
},
{
"block": 1,
"color": 3,
"type": 0,
"position": {
"x": 300,
"y": -420,
"z": 0
},
"id": 350
},
{
"block": 22,
"color": 4,
"type": 0,
"position": {
"x": -180,
"y": 180,
"z": 0
},
"id": 360
},
{
"block": 2,
"color": 4,
"type": 0,
"position": {
"x": -300,
"y": -180,
"z": 0
},
"id": 370
},
{
"block": 23,
"color": 4,
"type": 0,
"position": {
"x": -300,
"y": 180,
"z": 0
},
"id": 380
},
{
"block": 2,
"color": 10,
"type": 0,
"position": {
"x": -60,
"y": 180,
"z": 0
},
"id": 390
},
{
"block": 21,
"color": 2,
"type": 0,
"position": {
"x": 300,
"y": 180,
"z": 0
},
"id": 400
},
{
"block": 23,
"color": 2,
"type": 0,
"position": {
"x": 420,
"y": 180,
"z": 0
},
"id": 410
},
{
"block": 1,
"color": 1,
"type": 0,
"position": {
"x": 540,
"y": 60,
"z": 0
},
"id": 420
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": -60,
"y": -60,
"z": 0
},
"id": 430
},
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": 300,
"y": -60,
"z": 0
},
"id": 440
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": 420,
"y": -180,
"z": 0
},
"id": 450
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 420,
"y": -300,
"z": 0
},
"id": 460
},
{
"block": 1,
"color": 10,
"type": 0,
"position": {
"x": -60,
"y": -420,
"z": 0
},
"id": 470
},
{
"block": 0,
"color": 5,
"type": 4,
"position": {
"x": 60,
"y": -60,
"z": 0
},
"freezeTime": 8,
"id": 480
}
]
],
"WALL_INFO": [
[
{
"id": 682,
"num": 0,
"color": 6,
"special": 3,
"length": 2,
"freeze": 6
},
{
"id": 683,
"num": 1,
"color": 6,
"special": 3,
"length": 0,
"freeze": 6
},
{
"id": 684,
"num": 8,
"color": 1,
"special": 0,
"length": 1
},
{
"id": 685,
"num": 10,
"color": 3,
"special": 0,
"length": 2,
"longAndShort": 12,
"order": false
},
{
"id": 686,
"num": 12,
"color": 3,
"special": 0,
"length": 0,
"longAndShort": 12,
"order": false
},
{
"id": 687,
"num": 14,
"color": 4,
"special": 0,
"length": 3,
"longAndShort": 13,
"order": false
},
{
"id": 688,
"num": 16,
"color": 4,
"special": 0,
"length": 0,
"longAndShort": 13,
"order": false
},
{
"id": 689,
"num": 18,
"color": 4,
"special": 0,
"length": 0,
"longAndShort": 13,
"order": false
},
{
"id": 690,
"num": 20,
"color": 9,
"special": 0,
"length": 2,
"longAndShort": 12,
"order": true
},
{
"id": 691,
"num": 22,
"color": 9,
"special": 0,
"length": 0,
"longAndShort": 12,
"order": true
},
{
"id": 692,
"num": 28,
"color": 5,
"special": 0,
"length": 1
},
{
"id": 693,
"num": 29,
"color": 10,
"special": 3,
"length": 2,
"freeze": 15
},
{
"id": 694,
"num": 30,
"color": 10,
"special": 3,
"length": 0,
"freeze": 15
},
{
"id": 695,
"num": 11,
"color": 2,
"special": 0,
"length": 2,
"longAndShort": 12,
"order": true
},
{
"id": 696,
"num": 13,
"color": 2,
"special": 0,
"length": 0,
"longAndShort": 12,
"order": true
},
{
"id": 697,
"num": 17,
"color": 7,
"special": 0,
"length": 2,
"longAndShort": 12,
"order": true
},
{
"id": 698,
"num": 19,
"color": 7,
"special": 0,
"length": 0,
"longAndShort": 12,
"order": true
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "23f33097-285a-4215-80c7-32c0c914830e",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,369 @@
{
"LEVEL_INFO": [
{
"risefall": [
{
"x": 3,
"y": 5,
"color": "9"
},
{
"x": 4,
"y": 5,
"color": "9"
},
{
"x": 5,
"y": 5,
"color": "9"
}
],
"id": "682",
"map": [
9,
8
],
"time": 120,
"gap": [
{
"x": 1,
"y": 5,
"z": 0
},
{
"x": 1,
"y": 4,
"z": 0
},
{
"x": 7,
"y": 5,
"z": 0
},
{
"x": 7,
"y": 4,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": 300,
"y": -360,
"z": 0
},
"id": 220
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": 300,
"y": -120,
"z": 0
},
"id": 230
},
{
"block": 14,
"color": 9,
"type": 0,
"position": {
"x": 60,
"y": -360,
"z": 0
},
"id": 240
},
{
"block": 3,
"color": 10,
"type": 0,
"position": {
"x": 180,
"y": 0,
"z": 0
},
"id": 250
},
{
"block": 1,
"color": 10,
"type": 0,
"position": {
"x": -60,
"y": -120,
"z": 0
},
"id": 250
},
{
"block": 2,
"color": 10,
"type": 0,
"position": {
"x": 300,
"y": 120,
"z": 0
},
"id": 260
},
{
"block": 2,
"color": 10,
"type": 0,
"position": {
"x": -180,
"y": 120,
"z": 0
},
"id": 270
},
{
"block": 0,
"color": 1,
"type": 14,
"position": {
"x": -300,
"y": 240,
"z": 0
},
"floor": 1,
"floorTime": 8,
"id": 280
},
{
"block": 0,
"color": 2,
"type": 14,
"position": {
"x": 420,
"y": 240,
"z": 0
},
"floor": 2,
"floorTime": 11,
"id": 290
},
{
"block": 2,
"color": 2,
"type": 14,
"position": {
"x": 420,
"y": -240,
"z": 0
},
"id": 300
},
{
"block": 2,
"color": 6,
"type": 14,
"position": {
"x": -300,
"y": -240,
"z": 0
},
"id": 310
},
{
"block": 0,
"color": 4,
"type": 4,
"position": {
"x": 60,
"y": 240,
"z": 0
},
"freezeTime": 4,
"id": 320
},
{
"block": 1,
"color": 6,
"type": 1,
"position": {
"x": -60,
"y": -360,
"z": 0
},
"stacking": 2,
"id": 330
},
{
"block": 0,
"color": 5,
"type": 1,
"position": {
"x": 420,
"y": -360,
"z": 0
},
"stacking": 1,
"id": 340
},
{
"block": 0,
"color": 4,
"type": 1,
"position": {
"x": -300,
"y": -360,
"z": 0
},
"stacking": 3,
"id": 350
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": -180,
"y": 0,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 300,
"y": 0,
"z": 0
},
"id": 370
}
]
],
"WALL_INFO": [
[
{
"id": 683,
"num": 0,
"color": 5,
"special": 0,
"length": 1
},
{
"id": 684,
"num": 1,
"color": 2,
"special": 0,
"length": 2,
"longAndShort": 12,
"order": false
},
{
"id": 685,
"num": 2,
"color": 2,
"special": 0,
"length": 0,
"longAndShort": 12,
"order": false
},
{
"id": 686,
"num": 13,
"color": 9,
"special": 0,
"length": 3,
"longAndShort": 13,
"order": false
},
{
"id": 687,
"num": 15,
"color": 9,
"special": 0,
"length": 0,
"longAndShort": 13,
"order": false
},
{
"id": 688,
"num": 17,
"color": 9,
"special": 0,
"length": 0,
"longAndShort": 13,
"order": false
},
{
"id": 689,
"num": 27,
"color": 6,
"special": 0,
"length": 2,
"longAndShort": 12,
"order": true
},
{
"id": 690,
"num": 28,
"color": 6,
"special": 0,
"length": 0,
"longAndShort": 12,
"order": true
},
{
"id": 691,
"num": 3,
"color": 3,
"special": 0,
"length": 1
},
{
"id": 692,
"num": 29,
"color": 1,
"special": 0,
"length": 1
},
{
"id": 693,
"num": 12,
"color": 10,
"special": 6,
"length": 3,
"lockTime": 4
},
{
"id": 694,
"num": 14,
"color": 10,
"special": 6,
"length": 0,
"lockTime": 4
},
{
"id": 695,
"num": 16,
"color": 10,
"special": 6,
"length": 0,
"lockTime": 4
},
{
"id": 696,
"num": 26,
"color": 4,
"special": 0,
"length": 1
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "1b31a69f-763e-4294-8f21-f1fde7bdfa2a",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,370 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "683",
"map": [
8,
9
],
"time": 160,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 8,
"type": 0,
"position": {
"x": -120,
"y": -180,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 8,
"type": 0,
"position": {
"x": -240,
"y": -180,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 8,
"type": 0,
"position": {
"x": 360,
"y": -300,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 8,
"type": 0,
"position": {
"x": 240,
"y": -300,
"z": 0
},
"id": 240
},
{
"block": 3,
"color": 9,
"type": 0,
"position": {
"x": 240,
"y": 180,
"z": 0
},
"id": 250
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": -240,
"y": 180,
"z": 0
},
"id": 260
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": -120,
"y": -300,
"z": 0
},
"id": 270
},
{
"block": 5,
"color": 5,
"type": 0,
"position": {
"x": 120,
"y": -420,
"z": 0
},
"id": 280
},
{
"block": 1,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": -420,
"z": 0
},
"id": 290
},
{
"block": 20,
"color": 1,
"type": 0,
"position": {
"x": 120,
"y": -60,
"z": 0
},
"id": 300
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": 120,
"y": -180,
"z": 0
},
"id": 310
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 360,
"y": 300,
"z": 0
},
"id": 320
},
{
"block": 2,
"color": 5,
"type": 9,
"position": {
"x": -120,
"y": 60,
"z": 0
},
"adhesiveTime": 2,
"id": 330
},
{
"block": 2,
"color": 5,
"type": 9,
"position": {
"x": -240,
"y": -60,
"z": 0
},
"adhesiveTime": 1,
"id": 340
},
{
"block": 1,
"color": 5,
"type": 1,
"position": {
"x": -120,
"y": -420,
"z": 0
},
"stacking": 8,
"id": 350
},
{
"block": 1,
"color": 8,
"type": 1,
"position": {
"x": 360,
"y": -180,
"z": 0
},
"stacking": 1,
"id": 360
},
{
"block": 1,
"color": 3,
"type": 1,
"position": {
"x": -120,
"y": 300,
"z": 0
},
"stacking": 1,
"id": 370
},
{
"block": 2,
"color": 6,
"type": 1,
"position": {
"x": 360,
"y": 60,
"z": 0
},
"stacking": 8,
"id": 380
},
{
"block": 0,
"color": 4,
"type": 9,
"position": {
"x": 240,
"y": 300,
"z": 0
},
"adhesiveTime": 2,
"id": 390
},
{
"block": 0,
"color": 3,
"type": 9,
"position": {
"x": 120,
"y": 300,
"z": 0
},
"adhesiveTime": 1,
"id": 400
},
{
"block": 0,
"color": 2,
"type": 9,
"position": {
"x": 360,
"y": -60,
"z": 0
},
"adhesiveTime": 2,
"id": 410
},
{
"block": 0,
"color": 6,
"type": 9,
"position": {
"x": 240,
"y": -60,
"z": 0
},
"adhesiveTime": 1,
"id": 420
}
]
],
"WALL_INFO": [
[
{
"id": 684,
"num": 5,
"color": 8,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 685,
"num": 6,
"color": 8,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 686,
"num": 12,
"color": 5,
"special": 0,
"length": 2,
"longAndShort": 12,
"order": false
},
{
"id": 687,
"num": 14,
"color": 5,
"special": 0,
"length": 0,
"longAndShort": 12,
"order": false
},
{
"id": 688,
"num": 11,
"color": 3,
"special": 0,
"length": 2,
"longAndShort": 12,
"order": false
},
{
"id": 689,
"num": 13,
"color": 3,
"special": 0,
"length": 0,
"longAndShort": 12,
"order": false
},
{
"id": 690,
"num": 24,
"color": 1,
"special": 2,
"length": 2,
"lock": false
},
{
"id": 691,
"num": 25,
"color": 1,
"special": 2,
"length": 0,
"lock": false
},
{
"id": 692,
"num": 21,
"color": 9,
"special": 0,
"length": 1
},
{
"id": 693,
"num": 19,
"color": 2,
"special": 0,
"length": 1
},
{
"id": 694,
"num": 17,
"color": 4,
"special": 0,
"length": 1
},
{
"id": 695,
"num": 7,
"color": 6,
"special": 0,
"length": 1
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "db538ee2-3317-4c35-bd79-d5d3c4216fdc",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,412 @@
{
"LEVEL_INFO": [
{
"risefall": [
{
"x": 3,
"y": 5,
"color": "5"
},
{
"x": 3,
"y": 4,
"color": "5"
},
{
"x": 4,
"y": 5,
"color": "5"
},
{
"x": 4,
"y": 4,
"color": "5"
},
{
"x": 5,
"y": 5,
"color": "5"
},
{
"x": 5,
"y": 4,
"color": "5"
}
],
"id": "684",
"map": [
9,
9
],
"time": 110,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 5,
"type": 0,
"position": {
"x": 420,
"y": -420,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 5,
"type": 0,
"position": {
"x": -300,
"y": -420,
"z": 0
},
"id": 220
},
{
"block": 5,
"color": 2,
"type": 0,
"position": {
"x": -60,
"y": -420,
"z": 0
},
"id": 230
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": -300,
"y": 180,
"z": 0
},
"id": 240
},
{
"block": 2,
"color": 5,
"type": 0,
"position": {
"x": -180,
"y": 60,
"z": 0
},
"id": 250
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": -300,
"y": 60,
"z": 0
},
"id": 260
},
{
"block": 2,
"color": 9,
"type": 0,
"position": {
"x": -300,
"y": -180,
"z": 0
},
"id": 270
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": -300,
"y": -300,
"z": 0
},
"id": 280
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": 60,
"y": -420,
"z": 0
},
"id": 290
},
{
"block": 5,
"color": 7,
"type": 0,
"position": {
"x": 300,
"y": -420,
"z": 0
},
"id": 300
},
{
"block": 3,
"color": 5,
"type": 0,
"position": {
"x": 180,
"y": -180,
"z": 0
},
"id": 310
},
{
"block": 2,
"color": 7,
"type": 0,
"position": {
"x": 300,
"y": 60,
"z": 0
},
"id": 320
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": 420,
"y": 180,
"z": 0
},
"id": 330
},
{
"block": 2,
"color": 8,
"type": 0,
"position": {
"x": 420,
"y": -180,
"z": 0
},
"id": 340
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": 420,
"y": -300,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": 420,
"y": 60,
"z": 0
},
"id": 360
},
{
"block": 3,
"color": 5,
"type": 3,
"position": {
"x": 180,
"y": 180,
"z": 0
},
"lockTime": 4,
"id": 370
},
{
"block": 1,
"color": 6,
"type": 2,
"position": {
"x": -60,
"y": 300,
"z": 0
},
"id": 380
},
{
"block": 1,
"color": 8,
"type": 2,
"position": {
"x": 300,
"y": 300,
"z": 0
},
"id": 390
},
{
"block": 0,
"color": 3,
"type": 2,
"position": {
"x": -180,
"y": -180,
"z": 0
},
"id": 400
},
{
"block": 0,
"color": 1,
"type": 2,
"position": {
"x": 300,
"y": -180,
"z": 0
},
"id": 410
}
]
],
"WALL_INFO": [
[
{
"id": 685,
"num": 1,
"color": 8,
"special": 3,
"length": 2,
"freeze": 7
},
{
"id": 686,
"num": 2,
"color": 8,
"special": 3,
"length": 0,
"freeze": 7
},
{
"id": 687,
"num": 3,
"color": 7,
"special": 3,
"length": 2,
"freeze": 10
},
{
"id": 688,
"num": 4,
"color": 7,
"special": 3,
"length": 0,
"freeze": 10
},
{
"id": 689,
"num": 5,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 690,
"num": 6,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 691,
"num": 10,
"color": 3,
"special": 0,
"length": 1
},
{
"id": 692,
"num": 18,
"color": 1,
"special": 0,
"length": 1
},
{
"id": 693,
"num": 26,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 694,
"num": 27,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 695,
"num": 24,
"color": 6,
"special": 3,
"length": 2,
"freeze": 5
},
{
"id": 696,
"num": 25,
"color": 6,
"special": 3,
"length": 0,
"freeze": 5
},
{
"id": 697,
"num": 22,
"color": 2,
"special": 3,
"length": 2,
"freeze": 12
},
{
"id": 698,
"num": 23,
"color": 2,
"special": 3,
"length": 0,
"freeze": 12
},
{
"id": 699,
"num": 11,
"color": 5,
"special": 0,
"length": 3
},
{
"id": 700,
"num": 13,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 701,
"num": 15,
"color": 5,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "b1b12eae-6d61-489f-91d1-3288a2bd7aae",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,388 @@
{
"LEVEL_INFO": [
{
"risefall": [
{
"x": 3,
"y": 5,
"color": "10"
},
{
"x": 4,
"y": 5,
"color": "10"
}
],
"id": "685",
"map": [
8,
10
],
"time": 130,
"gap": [
{
"x": 1,
"y": 8,
"z": 0
},
{
"x": 2,
"y": 8,
"z": 0
},
{
"x": 3,
"y": 8,
"z": 0
},
{
"x": 4,
"y": 8,
"z": 0
},
{
"x": 5,
"y": 8,
"z": 0
},
{
"x": 1,
"y": 1,
"z": 0
},
{
"x": 2,
"y": 1,
"z": 0
},
{
"x": 4,
"y": 1,
"z": 0
},
{
"x": 5,
"y": 1,
"z": 0
},
{
"x": 6,
"y": 1,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 2,
"type": 0,
"position": {
"x": 360,
"y": 0,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 2,
"type": 0,
"position": {
"x": 120,
"y": 240,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 2,
"type": 0,
"position": {
"x": 240,
"y": -360,
"z": 0
},
"id": 230
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": 120,
"z": 0
},
"id": 240
},
{
"block": 2,
"color": 10,
"type": 0,
"position": {
"x": 0,
"y": 120,
"z": 0
},
"id": 250
},
{
"block": 4,
"color": 10,
"type": 0,
"position": {
"x": -120,
"y": 0,
"z": 0
},
"id": 260
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": 240,
"y": 120,
"z": 0
},
"id": 270
},
{
"block": 4,
"color": 9,
"type": 0,
"position": {
"x": 0,
"y": -480,
"z": 0
},
"id": 280
},
{
"block": 22,
"color": 9,
"type": 0,
"position": {
"x": 360,
"y": -360,
"z": 0
},
"id": 290
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": -240,
"y": -360,
"z": 0
},
"id": 300
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 0,
"y": -120,
"z": 0
},
"id": 310
},
{
"block": 2,
"color": 7,
"type": 0,
"position": {
"x": -240,
"y": 0,
"z": 0
},
"id": 320
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": 360,
"y": 360,
"z": 0
},
"id": 330
},
{
"block": 1,
"color": 2,
"type": 0,
"position": {
"x": 360,
"y": 240,
"z": 0
},
"id": 340
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": -240,
"y": -120,
"z": 0
},
"id": 350
},
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": 240,
"y": -120,
"z": 0
},
"id": 360
},
{
"block": 2,
"color": 4,
"type": 0,
"position": {
"x": 120,
"y": -360,
"z": 0
},
"id": 370
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": -120,
"y": -240,
"z": 0
},
"id": 380
}
]
],
"WALL_INFO": [
[
{
"id": 686,
"num": 2,
"color": 9,
"special": 0,
"length": 3,
"longAndShort": 13,
"order": false
},
{
"id": 687,
"num": 3,
"color": 9,
"special": 0,
"length": 0,
"longAndShort": 13,
"order": false
},
{
"id": 688,
"num": 4,
"color": 9,
"special": 0,
"length": 0,
"longAndShort": 13,
"order": false
},
{
"id": 689,
"num": 10,
"color": 5,
"special": 0,
"length": 2,
"longAndShort": 12,
"order": false
},
{
"id": 690,
"num": 12,
"color": 5,
"special": 0,
"length": 0,
"longAndShort": 12,
"order": false
},
{
"id": 691,
"num": 22,
"color": 2,
"special": 0,
"length": 2,
"longAndShort": 12,
"order": true
},
{
"id": 692,
"num": 23,
"color": 2,
"special": 0,
"length": 0,
"longAndShort": 12,
"order": true
},
{
"id": 693,
"num": 20,
"color": 3,
"special": 0,
"length": 1
},
{
"id": 694,
"num": 25,
"color": 4,
"special": 0,
"length": 2
},
{
"id": 695,
"num": 26,
"color": 4,
"special": 0,
"length": 0
},
{
"id": 696,
"num": 19,
"color": 7,
"special": 0,
"length": 1
},
{
"id": 697,
"num": 11,
"color": 10,
"special": 3,
"length": 1,
"freeze": 12
},
{
"id": 698,
"num": 6,
"color": 1,
"special": 0,
"length": 1
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "52a11918-6261-4c61-9f2a-8a4f7bf37720",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,584 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "686",
"map": [
10,
11
],
"time": 155,
"gap": [
{
"x": 1,
"y": 9,
"z": 0
},
{
"x": 1,
"y": 8,
"z": 0
},
{
"x": 7,
"y": 9,
"z": 0
},
{
"x": 8,
"y": 9,
"z": 0
},
{
"x": 7,
"y": 8,
"z": 0
},
{
"x": 8,
"y": 8,
"z": 0
},
{
"x": 7,
"y": 7,
"z": 0
},
{
"x": 8,
"y": 7,
"z": 0
},
{
"x": 7,
"y": 6,
"z": 0
},
{
"x": 8,
"y": 6,
"z": 0
},
{
"x": 8,
"y": 5,
"z": 0
},
{
"x": 7,
"y": 5,
"z": 0
},
{
"x": 8,
"y": 4,
"z": 0
},
{
"x": 7,
"y": 4,
"z": 0
},
{
"x": 1,
"y": 5,
"z": 0
},
{
"x": 2,
"y": 5,
"z": 0
},
{
"x": 1,
"y": 4,
"z": 0
},
{
"x": 2,
"y": 4,
"z": 0
},
{
"x": 2,
"y": 3,
"z": 0
},
{
"x": 1,
"y": 3,
"z": 0
},
{
"x": 1,
"y": 2,
"z": 0
},
{
"x": 2,
"y": 2,
"z": 0
},
{
"x": 2,
"y": 1,
"z": 0
},
{
"x": 1,
"y": 1,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 1,
"color": 7,
"type": 0,
"position": {
"x": 240,
"y": -60,
"z": 0
},
"floor": 2,
"floorTime": 7,
"id": 290
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": -240,
"y": 180,
"z": 0
},
"floor": 3,
"floorTime": 10,
"id": 300
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": 120,
"y": -540,
"z": 0
},
"id": 310
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": -300,
"z": 0
},
"id": 320
},
{
"block": 1,
"color": 3,
"type": 0,
"position": {
"x": -120,
"y": 420,
"z": 0
},
"id": 330
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": 0,
"y": -60,
"z": 0
},
"id": 340
},
{
"block": 22,
"color": 8,
"type": 0,
"position": {
"x": 120,
"y": 300,
"z": 0
},
"id": 350
},
{
"block": 2,
"color": 8,
"type": 0,
"position": {
"x": 240,
"y": 60,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": 240,
"y": 300,
"z": 0
},
"id": 370
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": -360,
"y": 180,
"z": 0
},
"id": 380
},
{
"block": 4,
"color": 6,
"type": 0,
"position": {
"x": -120,
"y": -180,
"z": 0
},
"id": 390
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": -360,
"y": 60,
"z": 0
},
"id": 400
},
{
"block": 1,
"color": 2,
"type": 0,
"position": {
"x": 120,
"y": 180,
"z": 0
},
"id": 410
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 0,
"y": -180,
"z": 0
},
"id": 420
},
{
"block": 1,
"color": 10,
"type": 0,
"position": {
"x": 120,
"y": -420,
"z": 0
},
"id": 430
},
{
"block": 2,
"color": 4,
"type": 0,
"position": {
"x": -120,
"y": -540,
"z": 0
},
"id": 440
},
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": 360,
"y": -420,
"z": 0
},
"id": 450
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": 480,
"y": -420,
"z": 0
},
"id": 460
},
{
"block": 1,
"color": 7,
"type": 0,
"position": {
"x": 480,
"y": -540,
"z": 0
},
"id": 470
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": 0,
"y": -300,
"z": 0
},
"floor": 1,
"floorTime": 4,
"id": 400
},
{
"block": 2,
"color": 5,
"type": 4,
"position": {
"x": 120,
"y": -300,
"z": 0
},
"freezeTime": 6,
"floor": 1,
"floorTime": 4,
"id": 410
},
{
"block": 23,
"color": 5,
"type": 4,
"position": {
"x": 0,
"y": 300,
"z": 0
},
"freezeTime": 6,
"id": 420
},
{
"block": 23,
"color": 5,
"type": 4,
"position": {
"x": -120,
"y": 300,
"z": 0
},
"freezeTime": 6,
"id": 430
},
{
"block": 23,
"color": 5,
"type": 4,
"position": {
"x": -240,
"y": 300,
"z": 0
},
"freezeTime": 6,
"id": 440
},
{
"block": 23,
"color": 5,
"type": 4,
"position": {
"x": -120,
"y": 180,
"z": 0
},
"freezeTime": 6,
"id": 450
},
{
"block": 23,
"color": 5,
"type": 4,
"position": {
"x": 240,
"y": -180,
"z": 0
},
"freezeTime": 6,
"id": 460
},
{
"block": 23,
"color": 5,
"type": 4,
"position": {
"x": 240,
"y": -300,
"z": 0
},
"freezeTime": 6,
"id": 470
}
]
],
"WALL_INFO": [
[
{
"id": 687,
"num": 0,
"color": 10,
"special": 0,
"length": 1
},
{
"id": 688,
"num": 5,
"color": 1,
"special": 0,
"length": 1
},
{
"id": 689,
"num": 12,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 690,
"num": 14,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 691,
"num": 18,
"color": 4,
"special": 0,
"length": 2
},
{
"id": 692,
"num": 20,
"color": 4,
"special": 0,
"length": 0
},
{
"id": 693,
"num": 25,
"color": 6,
"special": 0,
"length": 3,
"longAndShort": 13,
"order": true
},
{
"id": 694,
"num": 26,
"color": 6,
"special": 0,
"length": 0,
"longAndShort": 13,
"order": true
},
{
"id": 695,
"num": 27,
"color": 6,
"special": 0,
"length": 0,
"longAndShort": 13,
"order": true
},
{
"id": 696,
"num": 32,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 697,
"num": 33,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 698,
"num": 21,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 699,
"num": 29,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 700,
"num": 15,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 701,
"num": 17,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 702,
"num": 7,
"color": 5,
"special": 0,
"length": 2,
"longAndShort": 12,
"order": false
},
{
"id": 703,
"num": 8,
"color": 5,
"special": 0,
"length": 0,
"longAndShort": 12,
"order": false
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "635810b0-a303-4775-83c2-09ac71917ca1",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,298 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "687",
"map": [
7,
9
],
"time": 100,
"gap": [
{
"x": 1,
"y": 7,
"z": 0
},
{
"x": 1,
"y": 6,
"z": 0
},
{
"x": 1,
"y": 5,
"z": 0
},
{
"x": 1,
"y": 4,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": -60,
"y": -180,
"z": 0
},
"id": 210
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": -180,
"y": -420,
"z": 0
},
"id": 220
},
{
"block": 2,
"color": 4,
"type": 0,
"position": {
"x": 300,
"y": -60,
"z": 0
},
"id": 230
},
{
"block": 1,
"color": 3,
"type": 0,
"position": {
"x": 60,
"y": -420,
"z": 0
},
"id": 240
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": 180,
"y": -180,
"z": 0
},
"id": 250
},
{
"block": 2,
"color": 9,
"type": 0,
"position": {
"x": 300,
"y": 180,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 11,
"type": 0,
"position": {
"x": 60,
"y": -180,
"z": 0
},
"id": 270
},
{
"block": 21,
"color": 4,
"type": 1,
"position": {
"x": -60,
"y": 60,
"z": 0
},
"stacking": 10,
"id": 280
},
{
"block": 1,
"color": 5,
"type": 1,
"position": {
"x": 60,
"y": 300,
"z": 0
},
"stacking": 3,
"id": 290
},
{
"block": 2,
"color": 1,
"type": 1,
"position": {
"x": -180,
"y": -300,
"z": 0
},
"stacking": 3,
"id": 300
},
{
"block": 22,
"color": 10,
"type": 1,
"position": {
"x": 180,
"y": -420,
"z": 0
},
"stacking": 5,
"id": 310
},
{
"block": 2,
"color": 2,
"type": 1,
"position": {
"x": 180,
"y": 180,
"z": 0
},
"stacking": 9,
"id": 320
},
{
"block": 0,
"color": 1,
"type": 8,
"position": {
"x": 60,
"y": -60,
"z": 0
},
"id": 330
},
{
"block": 0,
"color": 4,
"type": 7,
"position": {
"x": 300,
"y": -180,
"z": 0
},
"id": 340
},
{
"block": 0,
"color": 10,
"type": 1,
"position": {
"x": 300,
"y": -420,
"z": 0
},
"stacking": 5,
"id": 350
}
]
],
"WALL_INFO": [
[
{
"id": 688,
"num": 1,
"color": 4,
"special": 4,
"length": 2
},
{
"id": 689,
"num": 2,
"color": 4,
"special": 4,
"length": 0
},
{
"id": 690,
"num": 7,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 691,
"num": 8,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 692,
"num": 12,
"color": 1,
"special": 0,
"length": 1
},
{
"id": 693,
"num": 14,
"color": 6,
"special": 4,
"length": 1
},
{
"id": 694,
"num": 21,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 695,
"num": 22,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 696,
"num": 18,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 697,
"num": 19,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 698,
"num": 13,
"color": 2,
"special": 4,
"length": 1
},
{
"id": 699,
"num": 9,
"color": 9,
"special": 0,
"length": 1
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "1f9f4926-1617-4d88-8818-e388cfdb8432",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,360 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "688",
"map": [
10,
8
],
"time": 165,
"gap": [
{
"x": 7,
"y": 1,
"z": 0
},
{
"x": 6,
"y": 1,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 0,
"y": 240,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 2,
"type": 0,
"position": {
"x": 0,
"y": 0,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 2,
"type": 0,
"position": {
"x": 0,
"y": 120,
"z": 0
},
"id": 230
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": -120,
"y": -360,
"z": 0
},
"id": 240
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": 0,
"y": -360,
"z": 0
},
"id": 250
},
{
"block": 1,
"color": 2,
"type": 0,
"position": {
"x": 0,
"y": -120,
"z": 0
},
"id": 260
},
{
"block": 1,
"color": 3,
"type": 0,
"position": {
"x": -240,
"y": 120,
"z": 0
},
"id": 270
},
{
"block": 1,
"color": 1,
"type": 0,
"position": {
"x": 240,
"y": 120,
"z": 0
},
"id": 280
},
{
"block": 16,
"color": 1,
"type": 0,
"position": {
"x": 240,
"y": -240,
"z": 0
},
"id": 290
},
{
"block": 3,
"color": 7,
"type": 0,
"position": {
"x": 360,
"y": 240,
"z": 0
},
"id": 300
},
{
"block": 2,
"color": 7,
"type": 0,
"position": {
"x": 480,
"y": -360,
"z": 0
},
"id": 310
},
{
"block": 21,
"color": 10,
"type": 1,
"position": {
"x": -360,
"y": -360,
"z": 0
},
"stacking": 6,
"id": 320
},
{
"block": 22,
"color": 6,
"type": 1,
"position": {
"x": -120,
"y": 120,
"z": 0
},
"stacking": 3,
"id": 330
},
{
"block": 0,
"color": 3,
"type": 5,
"position": {
"x": 360,
"y": 0,
"z": 0
},
"id": 340
},
{
"block": 0,
"color": 10,
"type": 5,
"position": {
"x": -120,
"y": 0,
"z": 0
},
"id": 350
},
{
"block": 4,
"color": 3,
"type": 1,
"position": {
"x": 120,
"y": -360,
"z": 0
},
"stacking": 1,
"id": 360
},
{
"block": 2,
"color": 10,
"type": 5,
"position": {
"x": 480,
"y": 0,
"z": 0
},
"floor": 1,
"floorTime": 5,
"id": 370
}
]
],
"WALL_INFO": [
[
{
"id": 689,
"num": 3,
"color": 1,
"special": 0,
"length": 3
},
{
"id": 690,
"num": 4,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 691,
"num": 5,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 692,
"num": 9,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 693,
"num": 11,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 694,
"num": 15,
"color": 6,
"special": 0,
"length": 2,
"longAndShort": 12,
"order": false
},
{
"id": 695,
"num": 18,
"color": 6,
"special": 0,
"length": 0,
"longAndShort": 12,
"order": false
},
{
"id": 696,
"num": 8,
"color": 7,
"special": 0,
"length": 3,
"longAndShort": 13,
"order": false
},
{
"id": 697,
"num": 10,
"color": 7,
"special": 0,
"length": 0,
"longAndShort": 13,
"order": false
},
{
"id": 698,
"num": 12,
"color": 7,
"special": 0,
"length": 0,
"longAndShort": 13,
"order": false
},
{
"id": 699,
"num": 24,
"color": 3,
"special": 0,
"length": 3,
"longAndShort": 13,
"order": true
},
{
"id": 700,
"num": 25,
"color": 3,
"special": 0,
"length": 0,
"longAndShort": 13,
"order": true
},
{
"id": 701,
"num": 26,
"color": 3,
"special": 0,
"length": 0,
"longAndShort": 13,
"order": true
},
{
"id": 702,
"num": 28,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 703,
"num": 29,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 704,
"num": 14,
"color": 10,
"special": 1,
"length": 1
},
{
"id": 705,
"num": 6,
"color": 3,
"special": 1,
"length": 1
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "a18469c4-3072-47f7-8f04-4f79636bbdf6",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,477 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "689",
"map": [
10,
8
],
"time": 120,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 8,
"type": 0,
"position": {
"x": 240,
"y": -120,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 8,
"type": 0,
"position": {
"x": 360,
"y": -120,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 8,
"type": 0,
"position": {
"x": 480,
"y": -120,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 8,
"type": 0,
"position": {
"x": 120,
"y": -120,
"z": 0
},
"id": 240
},
{
"block": 23,
"color": 8,
"type": 0,
"position": {
"x": 240,
"y": -240,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 8,
"type": 0,
"position": {
"x": 0,
"y": -120,
"z": 0
},
"id": 260
},
{
"block": 1,
"color": 4,
"type": 0,
"position": {
"x": -240,
"y": 240,
"z": 0
},
"id": 270
},
{
"block": 1,
"color": 3,
"type": 0,
"position": {
"x": -240,
"y": 120,
"z": 0
},
"id": 280
},
{
"block": 2,
"color": 8,
"type": 0,
"position": {
"x": -120,
"y": 120,
"z": 0
},
"id": 290
},
{
"block": 4,
"color": 8,
"type": 0,
"position": {
"x": -360,
"y": -360,
"z": 0
},
"id": 300
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": -240,
"y": -240,
"z": 0
},
"id": 310
},
{
"block": 1,
"color": 2,
"type": 0,
"position": {
"x": 480,
"y": -360,
"z": 0
},
"id": 320
},
{
"block": 0,
"color": 1,
"type": 9,
"position": {
"x": -240,
"y": 0,
"z": 0
},
"adhesiveTime": 2,
"id": 330
},
{
"block": 0,
"color": 7,
"type": 9,
"position": {
"x": -240,
"y": -120,
"z": 0
},
"adhesiveTime": 1,
"id": 340
},
{
"block": 0,
"color": 5,
"type": 9,
"position": {
"x": -240,
"y": -360,
"z": 0
},
"adhesiveTime": 2,
"id": 350
},
{
"block": 0,
"color": 9,
"type": 9,
"position": {
"x": -120,
"y": -360,
"z": 0
},
"adhesiveTime": 1,
"id": 360
},
{
"block": 0,
"color": 3,
"type": 9,
"position": {
"x": 0,
"y": -240,
"z": 0
},
"adhesiveTime": 2,
"id": 370
},
{
"block": 0,
"color": 1,
"type": 9,
"position": {
"x": 120,
"y": -240,
"z": 0
},
"adhesiveTime": 1,
"id": 380
},
{
"block": 0,
"color": 5,
"type": 9,
"position": {
"x": 240,
"y": 0,
"z": 0
},
"adhesiveTime": 2,
"id": 390
},
{
"block": 1,
"color": 10,
"type": 9,
"position": {
"x": 480,
"y": 0,
"z": 0
},
"adhesiveTime": 1,
"id": 400
},
{
"block": 2,
"color": 4,
"type": 9,
"position": {
"x": 0,
"y": 120,
"z": 0
},
"adhesiveTime": 2,
"id": 410
},
{
"block": 0,
"color": 7,
"type": 9,
"position": {
"x": 120,
"y": 240,
"z": 0
},
"adhesiveTime": 1,
"id": 420
},
{
"block": 1,
"color": 5,
"type": 7,
"position": {
"x": 120,
"y": 0,
"z": 0
},
"id": 430
},
{
"block": 1,
"color": 3,
"type": 7,
"position": {
"x": 120,
"y": -360,
"z": 0
},
"id": 440
},
{
"block": 1,
"color": 5,
"type": 9,
"position": {
"x": 360,
"y": 120,
"z": 0
},
"adhesiveTime": 2,
"id": 450
},
{
"block": 1,
"color": 5,
"type": 9,
"position": {
"x": 480,
"y": 240,
"z": 0
},
"adhesiveTime": 1,
"id": 460
},
{
"block": 2,
"color": 1,
"type": 4,
"position": {
"x": -120,
"y": -240,
"z": 0
},
"freezeTime": 6,
"id": 470
}
]
],
"WALL_INFO": [
[
{
"id": 690,
"num": 13,
"color": 1,
"special": 0,
"length": 2,
"longAndShort": 12,
"order": false
},
{
"id": 691,
"num": 15,
"color": 1,
"special": 0,
"length": 0,
"longAndShort": 12,
"order": false
},
{
"id": 692,
"num": 2,
"color": 5,
"special": 0,
"length": 2,
"longAndShort": 12,
"order": true
},
{
"id": 693,
"num": 3,
"color": 5,
"special": 0,
"length": 0,
"longAndShort": 12,
"order": true
},
{
"id": 694,
"num": 4,
"color": 7,
"special": 0,
"length": 2,
"longAndShort": 12,
"order": false
},
{
"id": 695,
"num": 5,
"color": 7,
"special": 0,
"length": 0,
"longAndShort": 12,
"order": false
},
{
"id": 696,
"num": 25,
"color": 8,
"special": 0,
"length": 3,
"longAndShort": 13,
"order": true
},
{
"id": 697,
"num": 26,
"color": 8,
"special": 0,
"length": 0,
"longAndShort": 13,
"order": true
},
{
"id": 698,
"num": 27,
"color": 8,
"special": 0,
"length": 0,
"longAndShort": 13,
"order": true
},
{
"id": 699,
"num": 9,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 700,
"num": 11,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 701,
"num": 17,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 702,
"num": 19,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 703,
"num": 22,
"color": 3,
"special": 3,
"length": 1,
"freeze": 8
},
{
"id": 704,
"num": 14,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 705,
"num": 16,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 706,
"num": 10,
"color": 4,
"special": 0,
"length": 2
},
{
"id": 707,
"num": 12,
"color": 4,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "12a5f561-536c-4a41-bb96-da02192107e4",
"importer": "json",
"subMetas": {}
}