Compare commits

..

2 Commits

Author SHA1 Message Date
YZ\249929363 7cf729f994 Merge branch 'main' of https://git.sparkus.cn/yangzhao/cb 2025-07-08 17:23:08 +08:00
YZ\249929363 4aa7f5fb42 增加关卡 2025-07-08 17:23:01 +08:00
93 changed files with 19402 additions and 49 deletions

View File

@ -1390,6 +1390,7 @@ export default class MapConroler extends cc.Component {
} }
winLevel() { winLevel() {
if(this.node.parent.parent.getChildByName("Win"). if(this.node.parent.parent.getChildByName("Win").
getChildByName("nextBtn").getComponent("btnControl")._touch == false){ getChildByName("nextBtn").getComponent("btnControl")._touch == false){
return; return;
@ -1397,42 +1398,12 @@ export default class MapConroler extends cc.Component {
this.node.parent.parent.getChildByName("Win"). this.node.parent.parent.getChildByName("Win").
getChildByName("nextBtn").getComponent("btnControl").setTouch(false); getChildByName("nextBtn").getComponent("btnControl").setTouch(false);
cc.fx.AudioManager._instance.playEffect("anniu_Big", null); cc.fx.AudioManager._instance.playEffect("anniu_Big", null);
if (cc.fx.GameConfig.GM_INFO.level > 204) { if (cc.fx.GameConfig.GM_INFO.level > 249) {
cc.fx.GameConfig.GM_INFO.level = 204; cc.fx.GameConfig.GM_INFO.level = 249;
// MapConroler._instance = null; MiniGameSdk.API.showToast("每周更新,敬请期待!");
if (this.new_mode == 3) {
this.node.parent.parent.getChildByName("Win").active = false;
this.openNewMode(2);
cc.fx.GameConfig.LEVEL_INFO_init(false, 0);
return;
}
// cc.fx.GameConfig.LEVEL_INFO_init(true);
cc.fx.AudioManager._instance.playEffect("zhuan1", null);
this.node.parent.parent.parent.getChildByName("zhuanchang").active = true;
this.node.parent.parent.parent.getChildByName("zhuanchang").getComponent(sp.Skeleton).setAnimation(1, "up", false);
// this.node.parent.parent.parent.getChildByName("zhuanchang").getComponent(sp.Skeleton).setCompleteListener((entry) => {
// if (entry.animation.name === "up") {
// // 动画播放结束后执行的逻辑
// this.node.parent.parent.parent.getChildByName("zhuanchang").active = false;
// }
// });
cc.director.preloadScene("HomeScene", (err, asset) => {
if (err) {
console.error('动态加载 Prefab 失败:', err);
return;
}
});
setTimeout(() => {
cc.director.loadScene("HomeScene");
}, 1200);
} }
else { else {
// console.log("下一关"); // console.log("下一关");
// MapConroler._instance = null;
if (this.new_mode == 3) { if (this.new_mode == 3) {
this.node.parent.parent.getChildByName("Win").active = false; this.node.parent.parent.getChildByName("Win").active = false;
this.openNewMode(2); this.openNewMode(2);
@ -1442,18 +1413,9 @@ export default class MapConroler extends cc.Component {
cc.fx.AudioManager._instance.playEffect("zhuan1", null); cc.fx.AudioManager._instance.playEffect("zhuan1", null);
this.node.parent.parent.parent.getChildByName("zhuanchang").active = true; this.node.parent.parent.parent.getChildByName("zhuanchang").active = true;
this.node.parent.parent.parent.getChildByName("zhuanchang").getComponent(sp.Skeleton).setAnimation(1, "up", false); this.node.parent.parent.parent.getChildByName("zhuanchang").getComponent(sp.Skeleton).setAnimation(1, "up", false);
// this.node.parent.parent.parent.getChildByName("zhuanchang").getComponent(sp.Skeleton).setCompleteListener((entry) => {
// if (entry.animation.name === "up") {
// // 动画播放结束后执行的逻辑
// this.node.parent.parent.parent.getChildByName("zhuanchang").active = false;
// }
// });
setTimeout(() => { setTimeout(() => {
cc.fx.GameConfig.LEVEL_INFO_init(true, 0); cc.fx.GameConfig.LEVEL_INFO_init(true, 0);
}, 1200); }, 1200);
// this.node.parent.parent.parent.destroy();
} }
} }

View File

@ -1126,7 +1126,8 @@ export namespace MiniGameSdk {
appHide: true // 自动采集 ta_mg_hide appHide: true // 自动采集 ta_mg_hide
}, },
// 根据环境变量设置 debug 模式 // 根据环境变量设置 debug 模式
debug: !isProduction debug: !isProduction,
enableLog:false
}; };
// 创建 TA 实例 // 创建 TA 实例
API._ta = new ThinkingAnalyticsAPI(config); API._ta = new ThinkingAnalyticsAPI(config);

View File

@ -257,8 +257,8 @@ export class GameConfig {
var self = this; var self = this;
if((cc.fx.GameConfig.GM_INFO.level) > 204){ if((cc.fx.GameConfig.GM_INFO.level) > 249){
cc.fx.GameConfig.GM_INFO.level = 204; cc.fx.GameConfig.GM_INFO.level = 249;
} }
let name = "Json/level" + (cc.fx.GameConfig.GM_INFO.level+1); let name = "Json/level" + (cc.fx.GameConfig.GM_INFO.level+1);

View File

@ -336,8 +336,8 @@ var GameTool = {
//增加关卡数 //增加关卡数
addLevel(time1,time2){ addLevel(time1,time2){
cc.fx.GameConfig.GM_INFO.level += 1; cc.fx.GameConfig.GM_INFO.level += 1;
if(cc.fx.GameConfig.GM_INFO.level > 204){ if(cc.fx.GameConfig.GM_INFO.level > 249){
cc.fx.GameConfig.GM_INFO.level = 204; cc.fx.GameConfig.GM_INFO.level = 249;
} }
const timestamp = Date.now(); const timestamp = Date.now();
let levelInfo = { let levelInfo = {

View File

@ -0,0 +1,318 @@
{
"LEVEL_INFO": [
{
"id": "206",
"map": [
9,
9
],
"time": 110,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 3,
"color": 7,
"type": 0,
"position": {
"x": 180,
"y": -180,
"z": 0
},
"id": 210
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": -60,
"y": -300,
"z": 0
},
"id": 220
},
{
"block": 2,
"color": 7,
"type": 0,
"position": {
"x": -300,
"y": -420,
"z": 0
},
"id": 230
},
{
"block": 14,
"color": 7,
"type": 5,
"position": {
"x": -180,
"y": 180,
"z": 0
},
"id": 240
},
{
"block": 14,
"color": 10,
"type": 5,
"position": {
"x": 300,
"y": -420,
"z": 0
},
"id": 250
},
{
"block": 3,
"color": 10,
"type": 0,
"position": {
"x": 180,
"y": 180,
"z": 0
},
"id": 260
},
{
"block": 2,
"color": 10,
"type": 0,
"position": {
"x": 420,
"y": 180,
"z": 0
},
"id": 270
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": 300,
"y": 180,
"z": 0
},
"id": 280
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": 60,
"y": -300,
"z": 0
},
"id": 290
},
{
"block": 2,
"color": 8,
"type": 0,
"position": {
"x": -180,
"y": -420,
"z": 0
},
"id": 300
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": -60,
"y": 60,
"z": 0
},
"id": 310
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": -300,
"y": 60,
"z": 0
},
"id": 320
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": 60,
"y": 60,
"z": 0
},
"id": 330
},
{
"block": 5,
"color": 5,
"type": 4,
"position": {
"x": 420,
"y": -60,
"z": 0
},
"freezeTime": 7,
"id": 340
},
{
"block": 5,
"color": 8,
"type": 4,
"position": {
"x": -180,
"y": -180,
"z": 0
},
"freezeTime": 11,
"id": 350
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 8,
"color": 7,
"special": 0,
"length": 3
},
{
"id": 2,
"num": 10,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 12,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 4,
"num": 26,
"color": 7,
"special": 1,
"length": 2
},
{
"id": 5,
"num": 27,
"color": 7,
"special": 1,
"length": 0
},
{
"id": 6,
"num": 24,
"color": 10,
"special": 1,
"length": 2
},
{
"id": 7,
"num": 25,
"color": 10,
"special": 1,
"length": 0
},
{
"id": 8,
"num": 2,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 9,
"num": 3,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 10,
"num": 15,
"color": 10,
"special": 0,
"length": 3
},
{
"id": 11,
"num": 17,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 12,
"num": 19,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 13,
"num": 14,
"color": 8,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 14,
"num": 16,
"color": 8,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 15,
"num": 0,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 16,
"num": 1,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 17,
"num": 11,
"color": 4,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 18,
"num": 13,
"color": 4,
"special": 2,
"length": 0,
"lock": true
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "4a892c5c-fafc-4301-b596-f3a6d614416e",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,478 @@
{
"LEVEL_INFO": [
{
"id": "207",
"map": [
9,
12
],
"time": 120,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 420,
"y": -480,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -300,
"y": -480,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 420,
"y": 240,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -300,
"y": 240,
"z": 0
},
"id": 240
},
{
"block": 1,
"color": 6,
"type": 0,
"position": {
"x": 420,
"y": -120,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 6,
"type": 0,
"position": {
"x": 300,
"y": 120,
"z": 0
},
"id": 260
},
{
"block": 23,
"color": 6,
"type": 0,
"position": {
"x": -180,
"y": 120,
"z": 0
},
"id": 270
},
{
"block": 2,
"color": 10,
"type": 0,
"position": {
"x": 420,
"y": 0,
"z": 0
},
"id": 280
},
{
"block": 2,
"color": 10,
"type": 0,
"position": {
"x": 180,
"y": 240,
"z": 0
},
"id": 290
},
{
"block": 2,
"color": 7,
"type": 0,
"position": {
"x": -300,
"y": 0,
"z": 0
},
"id": 300
},
{
"block": 1,
"color": 7,
"type": 0,
"position": {
"x": 300,
"y": -240,
"z": 0
},
"id": 310
},
{
"block": 22,
"color": 4,
"type": 0,
"position": {
"x": 180,
"y": -600,
"z": 0
},
"id": 320
},
{
"block": 2,
"color": 9,
"type": 0,
"position": {
"x": -60,
"y": 240,
"z": 0
},
"id": 330
},
{
"block": 20,
"color": 9,
"type": 0,
"position": {
"x": 60,
"y": -600,
"z": 0
},
"id": 340
},
{
"block": 8,
"color": 9,
"type": 0,
"position": {
"x": 420,
"y": -600,
"z": 0
},
"id": 350
},
{
"block": 12,
"color": 2,
"type": 0,
"position": {
"x": -180,
"y": -600,
"z": 0
},
"id": 360
},
{
"block": 1,
"color": 2,
"type": 0,
"position": {
"x": -180,
"y": -120,
"z": 0
},
"id": 370
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 420,
"y": -360,
"z": 0
},
"id": 380
},
{
"block": 15,
"color": 5,
"type": 0,
"position": {
"x": 180,
"y": 0,
"z": 0
},
"id": 390
},
{
"block": 2,
"color": 5,
"type": 9,
"position": {
"x": -180,
"y": 240,
"z": 0
},
"adhesiveTime": 8,
"id": 400
},
{
"block": 1,
"color": 3,
"type": 9,
"position": {
"x": -180,
"y": 480,
"z": 0
},
"adhesiveTime": 1,
"id": 410
},
{
"block": 1,
"color": 5,
"type": 9,
"position": {
"x": 420,
"y": 480,
"z": 0
},
"adhesiveTime": 2,
"id": 420
},
{
"block": 2,
"color": 8,
"type": 9,
"position": {
"x": 300,
"y": 240,
"z": 0
},
"adhesiveTime": 1,
"id": 430
},
{
"block": 1,
"color": 8,
"type": 0,
"position": {
"x": -60,
"y": -240,
"z": 0
},
"id": 440
},
{
"block": 4,
"color": 6,
"type": 8,
"position": {
"x": 60,
"y": -360,
"z": 0
},
"id": 450
},
{
"block": 0,
"color": 1,
"type": 6,
"position": {
"x": 60,
"y": 240,
"z": 0
},
"boomTime": 25,
"id": 460
},
{
"block": 14,
"color": 7,
"type": 4,
"position": {
"x": 60,
"y": 360,
"z": 0
},
"freezeTime": 10,
"id": 470
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 15,
"color": 6,
"special": 0,
"length": 3
},
{
"id": 2,
"num": 17,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 19,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 4,
"num": 2,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 5,
"num": 3,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 6,
"num": 8,
"color": 4,
"special": 0,
"length": 2
},
{
"id": 7,
"num": 9,
"color": 4,
"special": 0,
"length": 0
},
{
"id": 8,
"num": 4,
"color": 9,
"special": 0,
"length": 3
},
{
"id": 9,
"num": 5,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 10,
"num": 6,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 11,
"num": 28,
"color": 2,
"special": 0,
"length": 3
},
{
"id": 12,
"num": 29,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 13,
"num": 30,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 14,
"num": 12,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 15,
"num": 14,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 16,
"num": 16,
"color": 1,
"special": 0,
"length": 1
},
{
"id": 17,
"num": 18,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 18,
"num": 20,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 19,
"num": 26,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 20,
"num": 27,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 21,
"num": 32,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 22,
"num": 33,
"color": 3,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "f03554e0-d620-4fd5-8940-830b5760cea8",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,463 @@
{
"LEVEL_INFO": [
{
"id": "208",
"map": [
9,
12
],
"time": 120,
"gap": [
{
"x": 1,
"y": 1,
"z": 0
},
{
"x": 7,
"y": 1,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 420,
"y": 240,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -300,
"y": 240,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -300,
"y": 0,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 420,
"y": 0,
"z": 0
},
"id": 240
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": -300,
"y": -120,
"z": 0
},
"id": 250
},
{
"block": 3,
"color": 9,
"type": 0,
"position": {
"x": 420,
"y": -360,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 420,
"y": -120,
"z": 0
},
"id": 270
},
{
"block": 22,
"color": 8,
"type": 0,
"position": {
"x": -60,
"y": 360,
"z": 0
},
"id": 280
},
{
"block": 16,
"color": 8,
"type": 0,
"position": {
"x": 300,
"y": 0,
"z": 0
},
"id": 290
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": 300,
"y": -480,
"z": 0
},
"id": 300
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": -60,
"y": 120,
"z": 0
},
"id": 310
},
{
"block": 0,
"color": 8,
"type": 7,
"position": {
"x": 60,
"y": -360,
"z": 0
},
"id": 320
},
{
"block": 17,
"color": 3,
"type": 0,
"position": {
"x": -180,
"y": 0,
"z": 0
},
"id": 330
},
{
"block": 21,
"color": 3,
"type": 0,
"position": {
"x": 180,
"y": 360,
"z": 0
},
"id": 340
},
{
"block": 4,
"color": 4,
"type": 0,
"position": {
"x": 60,
"y": 240,
"z": 0
},
"id": 350
},
{
"block": 1,
"color": 4,
"type": 0,
"position": {
"x": -60,
"y": -240,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": -180,
"y": -480,
"z": 0
},
"id": 370
},
{
"block": 0,
"color": 7,
"type": 2,
"position": {
"x": 300,
"y": 360,
"z": 0
},
"id": 380
},
{
"block": 0,
"color": 4,
"type": 2,
"position": {
"x": -180,
"y": 360,
"z": 0
},
"id": 390
},
{
"block": 0,
"color": 6,
"type": 2,
"position": {
"x": 60,
"y": 120,
"z": 0
},
"id": 400
},
{
"block": 0,
"color": 5,
"type": 2,
"position": {
"x": 180,
"y": 120,
"z": 0
},
"id": 410
},
{
"block": 11,
"color": 6,
"type": 0,
"position": {
"x": -300,
"y": -480,
"z": 0
},
"id": 420
},
{
"block": 18,
"color": 1,
"type": 3,
"position": {
"x": 60,
"y": -240,
"z": 0
},
"lockTime": 4,
"id": 430
},
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": 300,
"y": -240,
"z": 0
},
"id": 440
},
{
"block": 2,
"color": 5,
"type": 4,
"position": {
"x": 60,
"y": -600,
"z": 0
},
"freezeTime": 8,
"id": 450
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 5,
"color": 10,
"special": 0,
"length": 1
},
{
"id": 2,
"num": 7,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 3,
"num": 8,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 4,
"num": 0,
"color": 8,
"special": 0,
"length": 3
},
{
"id": 5,
"num": 1,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 6,
"num": 2,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 7,
"num": 11,
"color": 5,
"special": 0,
"length": 3
},
{
"id": 8,
"num": 13,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 9,
"num": 15,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 10,
"num": 19,
"color": 1,
"special": 0,
"length": 3
},
{
"id": 11,
"num": 21,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 12,
"num": 24,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 13,
"num": 30,
"color": 2,
"special": 0,
"length": 1
},
{
"id": 14,
"num": 32,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 15,
"num": 33,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 16,
"num": 25,
"color": 3,
"special": 0,
"length": 3
},
{
"id": 17,
"num": 26,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 18,
"num": 27,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 19,
"num": 18,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 20,
"num": 20,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 21,
"num": 12,
"color": 4,
"special": 0,
"length": 2
},
{
"id": 22,
"num": 14,
"color": 4,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "29614041-a5b5-43eb-bac6-b368ffea2086",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,371 @@
{
"LEVEL_INFO": [
{
"id": "209",
"map": [
9,
12
],
"time": 110,
"gap": [
{
"x": 1,
"y": 4,
"z": 0
},
{
"x": 1,
"y": 5,
"z": 0
},
{
"x": 1,
"y": 6,
"z": 0
},
{
"x": 7,
"y": 6,
"z": 0
},
{
"x": 7,
"y": 5,
"z": 0
},
{
"x": 7,
"y": 4,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 2,
"color": 10,
"type": 5,
"position": {
"x": -300,
"y": 360,
"z": 0
},
"id": 220
},
{
"block": 4,
"color": 10,
"type": 5,
"position": {
"x": 60,
"y": -600,
"z": 0
},
"id": 230
},
{
"block": 1,
"color": 1,
"type": 7,
"position": {
"x": -60,
"y": 480,
"z": 0
},
"id": 240
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": 60,
"y": 480,
"z": 0
},
"id": 250
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": 420,
"y": 240,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 9,
"type": 8,
"position": {
"x": -180,
"y": -240,
"z": 0
},
"id": 270
},
{
"block": 0,
"color": 5,
"type": 8,
"position": {
"x": -60,
"y": 240,
"z": 0
},
"id": 270
},
{
"block": 14,
"color": 2,
"type": 0,
"position": {
"x": 60,
"y": -240,
"z": 0
},
"id": 280
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": 180,
"y": 240,
"z": 0
},
"id": 290
},
{
"block": 1,
"color": 8,
"type": 0,
"position": {
"x": 420,
"y": 480,
"z": 0
},
"id": 300
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": 60,
"y": 360,
"z": 0
},
"id": 310
},
{
"block": 1,
"color": 6,
"type": 0,
"position": {
"x": 420,
"y": 120,
"z": 0
},
"id": 320
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": -300,
"y": 240,
"z": 0
},
"id": 330
},
{
"block": 21,
"color": 6,
"type": 0,
"position": {
"x": -180,
"y": -120,
"z": 0
},
"id": 340
},
{
"block": 0,
"color": 6,
"type": 8,
"position": {
"x": 300,
"y": 0,
"z": 0
},
"id": 350
},
{
"block": 18,
"color": 7,
"type": 4,
"position": {
"x": -180,
"y": -600,
"z": 0
},
"freezeTime": 3,
"id": 360
},
{
"block": 18,
"color": 5,
"type": 4,
"position": {
"x": 60,
"y": 0,
"z": 0
},
"freezeTime": 4,
"id": 370
},
{
"block": 18,
"color": 2,
"type": 4,
"position": {
"x": 300,
"y": -600,
"z": 0
},
"freezeTime": 6,
"id": 380
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 0,
"color": 2,
"special": 2,
"length": 3,
"lock": true
},
{
"id": 2,
"num": 1,
"color": 2,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 3,
"num": 2,
"color": 2,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 4,
"num": 31,
"color": 7,
"special": 2,
"length": 3,
"lock": true
},
{
"id": 5,
"num": 32,
"color": 7,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 6,
"num": 33,
"color": 7,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 7,
"num": 16,
"color": 5,
"special": 0,
"length": 3
},
{
"id": 8,
"num": 18,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 9,
"num": 20,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 10,
"num": 6,
"color": 8,
"special": 0,
"length": 1
},
{
"id": 11,
"num": 15,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 12,
"num": 17,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 13,
"num": 19,
"color": 10,
"special": 1,
"length": 1
},
{
"id": 14,
"num": 21,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 15,
"num": 23,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 16,
"num": 37,
"color": 1,
"special": 0,
"length": 1
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "391e8efa-3224-4ae8-857f-1c4de2b953d8",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,415 @@
{
"LEVEL_INFO": [
{
"id": "210",
"map": [
9,
12
],
"time": 80,
"gap": [
{
"x": 1,
"y": 8,
"z": 0
},
{
"x": 1,
"y": 7,
"z": 0
},
{
"x": 1,
"y": 6,
"z": 0
},
{
"x": 7,
"y": 8,
"z": 0
},
{
"x": 7,
"y": 7,
"z": 0
},
{
"x": 7,
"y": 6,
"z": 0
},
{
"x": 2,
"y": 1,
"z": 0
},
{
"x": 1,
"y": 1,
"z": 0
},
{
"x": 1,
"y": 2,
"z": 0
},
{
"x": 7,
"y": 1,
"z": 0
},
{
"x": 7,
"y": 2,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 2,
"color": 10,
"type": 5,
"position": {
"x": -180,
"y": 240,
"z": 0
},
"id": 210
},
{
"block": 4,
"color": 10,
"type": 5,
"position": {
"x": 60,
"y": -600,
"z": 0
},
"id": 220
},
{
"block": 1,
"color": 10,
"type": 7,
"position": {
"x": -180,
"y": -240,
"z": 0
},
"id": 230
},
{
"block": 1,
"color": 5,
"type": 7,
"position": {
"x": -180,
"y": 480,
"z": 0
},
"id": 240
},
{
"block": 23,
"color": 5,
"type": 7,
"position": {
"x": 300,
"y": 120,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 5,
"type": 7,
"position": {
"x": -180,
"y": 120,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 10,
"type": 8,
"position": {
"x": 300,
"y": -240,
"z": 0
},
"id": 270
},
{
"block": 0,
"color": 1,
"type": 8,
"position": {
"x": 60,
"y": 480,
"z": 0
},
"id": 280
},
{
"block": 18,
"color": 1,
"type": 0,
"position": {
"x": 60,
"y": 0,
"z": 0
},
"id": 290
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": -60,
"y": 480,
"z": 0
},
"id": 300
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": 300,
"y": 0,
"z": 0
},
"id": 310
},
{
"block": 19,
"color": 9,
"type": 0,
"position": {
"x": -60,
"y": -360,
"z": 0
},
"id": 320
},
{
"block": 2,
"color": 8,
"type": 0,
"position": {
"x": 300,
"y": 240,
"z": 0
},
"id": 330
},
{
"block": 14,
"color": 8,
"type": 0,
"position": {
"x": 60,
"y": -240,
"z": 0
},
"id": 340
},
{
"block": 20,
"color": 2,
"type": 0,
"position": {
"x": 300,
"y": -360,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 180,
"y": 480,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 6,
"type": 4,
"position": {
"x": 180,
"y": 360,
"z": 0
},
"freezeTime": 4,
"id": 370
},
{
"block": 21,
"color": 5,
"type": 4,
"position": {
"x": -180,
"y": -120,
"z": 0
},
"freezeTime": 7,
"id": 380
},
{
"block": 1,
"color": 5,
"type": 4,
"position": {
"x": 420,
"y": 480,
"z": 0
},
"freezeTime": 8,
"id": 390
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 22,
"color": 10,
"special": 1,
"length": 1
},
{
"id": 2,
"num": 33,
"color": 10,
"special": 0,
"length": 3
},
{
"id": 3,
"num": 34,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 4,
"num": 35,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 5,
"num": 16,
"color": 1,
"special": 0,
"length": 3
},
{
"id": 6,
"num": 18,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 7,
"num": 20,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 8,
"num": 21,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 9,
"num": 23,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 10,
"num": 0,
"color": 8,
"special": 0,
"length": 3
},
{
"id": 11,
"num": 1,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 12,
"num": 2,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 13,
"num": 15,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 14,
"num": 17,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 15,
"num": 3,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 16,
"num": 4,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 17,
"num": 36,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 18,
"num": 37,
"color": 5,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "64223d1d-d8e8-42d6-bb67-257bc74e0eae",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,375 @@
{
"LEVEL_INFO": [
{
"id": "211",
"map": [
8,
10
],
"time": 140,
"gap": [
{
"x": 1,
"y": 6,
"z": 0
},
{
"x": 1,
"y": 5,
"z": 0
},
{
"x": 1,
"y": 4,
"z": 0
},
{
"x": 6,
"y": 6,
"z": 0
},
{
"x": 6,
"y": 4,
"z": 0
},
{
"x": 6,
"y": 5,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 240,
"y": 0,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -120,
"y": 0,
"z": 0
},
"id": 220
},
{
"block": 2,
"color": 6,
"type": 8,
"position": {
"x": 0,
"y": -240,
"z": 0
},
"id": 230
},
{
"block": 2,
"color": 1,
"type": 8,
"position": {
"x": 120,
"y": -240,
"z": 0
},
"id": 240
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": -120,
"y": 360,
"z": 0
},
"id": 250
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": 240,
"y": 120,
"z": 0
},
"id": 260
},
{
"block": 1,
"color": 2,
"type": 0,
"position": {
"x": 120,
"y": 120,
"z": 0
},
"id": 270
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 240,
"y": 360,
"z": 0
},
"id": 280
},
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": 120,
"y": 240,
"z": 0
},
"id": 290
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": -120,
"y": 120,
"z": 0
},
"id": 300
},
{
"block": 1,
"color": 7,
"type": 1,
"position": {
"x": -120,
"y": -240,
"z": 0
},
"stacking": 2,
"id": 310
},
{
"block": 1,
"color": 2,
"type": 1,
"position": {
"x": 360,
"y": -240,
"z": 0
},
"stacking": 3,
"id": 320
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": -240,
"y": -360,
"z": 0
},
"id": 330
},
{
"block": 20,
"color": 5,
"type": 0,
"position": {
"x": 360,
"y": -480,
"z": 0
},
"id": 340
},
{
"block": 19,
"color": 2,
"type": 0,
"position": {
"x": -120,
"y": -480,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": 360,
"y": -360,
"z": 0
},
"id": 360
},
{
"block": 5,
"color": 3,
"type": 3,
"position": {
"x": 120,
"y": -480,
"z": 0
},
"lockTime": 3,
"id": 370
},
{
"block": 2,
"color": 3,
"type": 2,
"position": {
"x": 360,
"y": 240,
"z": 0
},
"id": 380
},
{
"block": 0,
"color": 3,
"type": 2,
"position": {
"x": 120,
"y": 0,
"z": 0
},
"id": 390
},
{
"block": 0,
"color": 5,
"type": 2,
"position": {
"x": 0,
"y": 0,
"z": 0
},
"id": 400
},
{
"block": 2,
"color": 6,
"type": 4,
"position": {
"x": -240,
"y": 240,
"z": 0
},
"freezeTime": 4,
"id": 410
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 17,
"color": 1,
"special": 0,
"length": 1
},
{
"id": 2,
"num": 15,
"color": 6,
"special": 0,
"length": 1
},
{
"id": 3,
"num": 11,
"color": 3,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 4,
"num": 13,
"color": 3,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 5,
"num": 19,
"color": 7,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 6,
"num": 26,
"color": 7,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 7,
"num": 5,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 8,
"num": 12,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 9,
"num": 18,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 10,
"num": 20,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 11,
"num": 16,
"color": 9,
"special": 0,
"length": 1
},
{
"id": 12,
"num": 14,
"color": 4,
"special": 0,
"length": 1
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "79ab7805-208b-4b64-afb8-99660bcd8400",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,480 @@
{
"LEVEL_INFO": [
{
"id": "212",
"map": [
10,
14
],
"time": 105,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -360,
"y": -360,
"z": 0
},
"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": 480,
"y": -360,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 480,
"y": -120,
"z": 0
},
"id": 240
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 120,
"y": 360,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 0,
"y": 360,
"z": 0
},
"id": 260
},
{
"block": 6,
"color": 7,
"type": 0,
"position": {
"x": 480,
"y": -720,
"z": 0
},
"id": 270
},
{
"block": 22,
"color": 9,
"type": 2,
"position": {
"x": 120,
"y": 480,
"z": 0
},
"id": 280
},
{
"block": 0,
"color": 8,
"type": 2,
"position": {
"x": -360,
"y": 120,
"z": 0
},
"id": 290
},
{
"block": 0,
"color": 2,
"type": 2,
"position": {
"x": -120,
"y": 0,
"z": 0
},
"id": 300
},
{
"block": 1,
"color": 3,
"type": 2,
"position": {
"x": -120,
"y": -600,
"z": 0
},
"id": 310
},
{
"block": 19,
"color": 3,
"type": 2,
"position": {
"x": 480,
"y": 0,
"z": 0
},
"id": 320
},
{
"block": 4,
"color": 8,
"type": 0,
"position": {
"x": 120,
"y": -720,
"z": 0
},
"id": 330
},
{
"block": 1,
"color": 8,
"type": 0,
"position": {
"x": -240,
"y": -480,
"z": 0
},
"id": 340
},
{
"block": 14,
"color": 6,
"type": 0,
"position": {
"x": -120,
"y": -480,
"z": 0
},
"id": 350
},
{
"block": 3,
"color": 1,
"type": 5,
"position": {
"x": -120,
"y": 240,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 1,
"type": 5,
"position": {
"x": -240,
"y": 480,
"z": 0
},
"id": 370
},
{
"block": 2,
"color": 5,
"type": 0,
"position": {
"x": -240,
"y": -240,
"z": 0
},
"id": 380
},
{
"block": 1,
"color": 10,
"type": 0,
"position": {
"x": 0,
"y": -120,
"z": 0
},
"id": 390
},
{
"block": 13,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": -360,
"z": 0
},
"id": 400
},
{
"block": 21,
"color": 2,
"type": 0,
"position": {
"x": 240,
"y": -720,
"z": 0
},
"id": 410
},
{
"block": 14,
"color": 1,
"type": 3,
"position": {
"x": 240,
"y": -240,
"z": 0
},
"lockTime": 5,
"id": 420
},
{
"block": 1,
"color": 5,
"type": 4,
"position": {
"x": 360,
"y": 480,
"z": 0
},
"freezeTime": 3,
"id": 430
},
{
"block": 5,
"color": 3,
"type": 4,
"position": {
"x": 120,
"y": 120,
"z": 0
},
"freezeTime": 10,
"id": 440
},
{
"block": 1,
"color": 5,
"type": 4,
"position": {
"x": 120,
"y": 0,
"z": 0
},
"freezeTime": 12,
"id": 450
},
{
"block": 1,
"color": 10,
"type": 4,
"position": {
"x": 0,
"y": -720,
"z": 0
},
"freezeTime": 6,
"id": 460
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 10,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 2,
"num": 11,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 8,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 4,
"num": 9,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 5,
"num": 15,
"color": 8,
"special": 0,
"length": 3
},
{
"id": 6,
"num": 17,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 7,
"num": 19,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 8,
"num": 21,
"color": 7,
"special": 0,
"length": 3
},
{
"id": 9,
"num": 23,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 10,
"num": 25,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 11,
"num": 22,
"color": 1,
"special": 1,
"length": 3
},
{
"id": 12,
"num": 24,
"color": 1,
"special": 1,
"length": 0
},
{
"id": 13,
"num": 26,
"color": 1,
"special": 1,
"length": 0
},
{
"id": 14,
"num": 34,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 15,
"num": 35,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 16,
"num": 36,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 17,
"num": 37,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 18,
"num": 38,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 19,
"num": 39,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 20,
"num": 18,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 21,
"num": 20,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 22,
"num": 12,
"color": 6,
"special": 0,
"length": 3
},
{
"id": 23,
"num": 14,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 24,
"num": 16,
"color": 6,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "37c505f5-71ee-4f37-b08c-fe8d90b7f58a",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,399 @@
{
"LEVEL_INFO": [
{
"id": "213",
"map": [
8,
10
],
"time": 90,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -120,
"y": 0,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -240,
"y": 0,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 0,
"y": 0,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 120,
"y": 0,
"z": 0
},
"id": 240
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 240,
"y": -120,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": -120,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 120,
"y": 360,
"z": 0
},
"id": 270
},
{
"block": 22,
"color": 4,
"type": 0,
"position": {
"x": 120,
"y": -240,
"z": 0
},
"id": 280
},
{
"block": 1,
"color": 10,
"type": 0,
"position": {
"x": -120,
"y": -480,
"z": 0
},
"id": 290
},
{
"block": 2,
"color": 8,
"type": 0,
"position": {
"x": 240,
"y": -480,
"z": 0
},
"id": 300
},
{
"block": 1,
"color": 3,
"type": 0,
"position": {
"x": 120,
"y": -480,
"z": 0
},
"id": 310
},
{
"block": 19,
"color": 6,
"type": 0,
"position": {
"x": -120,
"y": -360,
"z": 0
},
"id": 320
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": 360,
"y": -480,
"z": 0
},
"id": 330
},
{
"block": 1,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": 120,
"z": 0
},
"id": 340
},
{
"block": 20,
"color": 1,
"type": 0,
"position": {
"x": -120,
"y": 120,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": 0,
"y": 240,
"z": 0
},
"id": 360
},
{
"block": 2,
"color": 7,
"type": 0,
"position": {
"x": 360,
"y": 240,
"z": 0
},
"id": 370
},
{
"block": 21,
"color": 8,
"type": 3,
"position": {
"x": -240,
"y": -240,
"z": 0
},
"lockTime": 5,
"id": 380
},
{
"block": 0,
"color": 8,
"type": 8,
"position": {
"x": 0,
"y": -240,
"z": 0
},
"id": 390
},
{
"block": 1,
"color": 10,
"type": 7,
"position": {
"x": 120,
"y": -360,
"z": 0
},
"id": 400
},
{
"block": 0,
"color": 10,
"type": 2,
"position": {
"x": 360,
"y": -360,
"z": 0
},
"id": 410
},
{
"block": 2,
"color": 5,
"type": 2,
"position": {
"x": 240,
"y": 240,
"z": 0
},
"id": 420
},
{
"block": 2,
"color": 5,
"type": 2,
"position": {
"x": -120,
"y": 240,
"z": 0
},
"id": 430
},
{
"block": 0,
"color": 7,
"type": 2,
"position": {
"x": 0,
"y": 360,
"z": 0
},
"id": 440
},
{
"block": 0,
"color": 2,
"type": 2,
"position": {
"x": -240,
"y": 360,
"z": 0
},
"id": 450
},
{
"block": 23,
"color": 2,
"type": 2,
"position": {
"x": 240,
"y": 0,
"z": 0
},
"id": 460
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 24,
"color": 2,
"special": 0,
"length": 1
},
{
"id": 2,
"num": 20,
"color": 4,
"special": 0,
"length": 2
},
{
"id": 3,
"num": 21,
"color": 4,
"special": 0,
"length": 0
},
{
"id": 4,
"num": 12,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 5,
"num": 14,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 6,
"num": 8,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 7,
"num": 10,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 8,
"num": 1,
"color": 10,
"special": 0,
"length": 1
},
{
"id": 9,
"num": 13,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 10,
"num": 15,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 11,
"num": 22,
"color": 3,
"special": 0,
"length": 1
},
{
"id": 12,
"num": 9,
"color": 5,
"special": 0,
"length": 1
},
{
"id": 13,
"num": 11,
"color": 7,
"special": 0,
"length": 1
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "c78b6d9c-2b0e-40a4-832e-18c53b23f67a",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,556 @@
{
"LEVEL_INFO": [
{
"id": "214",
"map": [
10,
14
],
"time": 105,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 480,
"y": 600,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -360,
"y": 600,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 480,
"y": -720,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -360,
"y": -720,
"z": 0
},
"id": 240
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 480,
"y": 0,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 480,
"y": -360,
"z": 0
},
"id": 260
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -120,
"y": 240,
"z": 0
},
"id": 270
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -240,
"y": 480,
"z": 0
},
"id": 280
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 120,
"y": 240,
"z": 0
},
"id": 290
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 0,
"y": 240,
"z": 0
},
"id": 300
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 115,
"y": 0,
"z": 0
},
"id": 310
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -120,
"y": -240,
"z": 0
},
"id": 320
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 120,
"y": -480,
"z": 0
},
"id": 330
},
{
"block": 0,
"color": 5,
"type": 5,
"position": {
"x": -360,
"y": 480,
"z": 0
},
"id": 340
},
{
"block": 3,
"color": 5,
"type": 5,
"position": {
"x": 120,
"y": 480,
"z": 0
},
"id": 350
},
{
"block": 4,
"color": 5,
"type": 0,
"position": {
"x": 0,
"y": -720,
"z": 0
},
"id": 360
},
{
"block": 1,
"color": 3,
"type": 2,
"position": {
"x": 0,
"y": -360,
"z": 0
},
"id": 370
},
{
"block": 19,
"color": 3,
"type": 2,
"position": {
"x": -120,
"y": 0,
"z": 0
},
"id": 380
},
{
"block": 0,
"color": 6,
"type": 2,
"position": {
"x": 0,
"y": 120,
"z": 0
},
"id": 390
},
{
"block": 0,
"color": 8,
"type": 2,
"position": {
"x": 120,
"y": 120,
"z": 0
},
"id": 400
},
{
"block": 17,
"color": 6,
"type": 0,
"position": {
"x": 0,
"y": -240,
"z": 0
},
"id": 410
},
{
"block": 22,
"color": 2,
"type": 2,
"position": {
"x": 240,
"y": 480,
"z": 0
},
"id": 420
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": -120,
"y": -600,
"z": 0
},
"id": 430
},
{
"block": 13,
"color": 9,
"type": 0,
"position": {
"x": 360,
"y": -360,
"z": 0
},
"id": 440
},
{
"block": 21,
"color": 8,
"type": 0,
"position": {
"x": 120,
"y": -720,
"z": 0
},
"id": 450
},
{
"block": 6,
"color": 10,
"type": 0,
"position": {
"x": 360,
"y": -720,
"z": 0
},
"id": 460
},
{
"block": 1,
"color": 7,
"type": 0,
"position": {
"x": -240,
"y": -480,
"z": 0
},
"id": 470
},
{
"block": 2,
"color": 1,
"type": 0,
"position": {
"x": -240,
"y": -240,
"z": 0
},
"id": 480
},
{
"block": 1,
"color": 1,
"type": 7,
"position": {
"x": 360,
"y": 360,
"z": 0
},
"id": 490
},
{
"block": 5,
"color": 3,
"type": 4,
"position": {
"x": -240,
"y": 240,
"z": 0
},
"freezeTime": 5,
"id": 500
},
{
"block": 0,
"color": 2,
"type": 4,
"position": {
"x": 480,
"y": -240,
"z": 0
},
"freezeTime": 8,
"id": 510
},
{
"block": 1,
"color": 7,
"type": 4,
"position": {
"x": 360,
"y": 0,
"z": 0
},
"freezeTime": 14,
"id": 520
},
{
"block": 14,
"color": 5,
"type": 3,
"position": {
"x": 360,
"y": 120,
"z": 0
},
"lockTime": 5,
"id": 530
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 15,
"color": 5,
"special": 0,
"length": 3
},
{
"id": 2,
"num": 17,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 19,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 4,
"num": 29,
"color": 5,
"special": 1,
"length": 2
},
{
"id": 5,
"num": 30,
"color": 5,
"special": 1,
"length": 0
},
{
"id": 6,
"num": 32,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 7,
"num": 33,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 8,
"num": 35,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 9,
"num": 36,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 10,
"num": 37,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 11,
"num": 38,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 12,
"num": 21,
"color": 10,
"special": 0,
"length": 3
},
{
"id": 13,
"num": 23,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 14,
"num": 25,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 15,
"num": 8,
"color": 1,
"special": 0,
"length": 3
},
{
"id": 16,
"num": 9,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 17,
"num": 10,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 18,
"num": 6,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 19,
"num": 7,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 20,
"num": 3,
"color": 6,
"special": 0,
"length": 3
},
{
"id": 21,
"num": 4,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 22,
"num": 5,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 23,
"num": 1,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 24,
"num": 2,
"color": 3,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "9eaf9844-0f06-498a-a003-b61e01fcff71",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,450 @@
{
"LEVEL_INFO": [
{
"id": "215",
"map": [
9,
12
],
"time": 120,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -300,
"y": 0,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -300,
"y": 120,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -300,
"y": -120,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -180,
"y": 0,
"z": 0
},
"id": 240
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 420,
"y": 120,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 420,
"y": 0,
"z": 0
},
"id": 260
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 420,
"y": -120,
"z": 0
},
"id": 270
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 300,
"y": 0,
"z": 0
},
"id": 280
},
{
"block": 2,
"color": 7,
"type": 0,
"position": {
"x": -300,
"y": 360,
"z": 0
},
"id": 290
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": -300,
"y": 240,
"z": 0
},
"id": 300
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": 60,
"y": 360,
"z": 0
},
"id": 310
},
{
"block": 1,
"color": 2,
"type": 0,
"position": {
"x": 60,
"y": 240,
"z": 0
},
"id": 320
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 180,
"y": 240,
"z": 0
},
"id": 330
},
{
"block": 2,
"color": 2,
"type": 8,
"position": {
"x": 60,
"y": -120,
"z": 0
},
"id": 340
},
{
"block": 5,
"color": 10,
"type": 0,
"position": {
"x": 420,
"y": 360,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": 180,
"y": -360,
"z": 0
},
"id": 360
},
{
"block": 2,
"color": 10,
"type": 0,
"position": {
"x": 300,
"y": -600,
"z": 0
},
"id": 370
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": -60,
"y": 120,
"z": 0
},
"id": 380
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": 300,
"y": -360,
"z": 0
},
"id": 390
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": 420,
"y": -360,
"z": 0
},
"id": 400
},
{
"block": 0,
"color": 7,
"type": 7,
"position": {
"x": -180,
"y": -480,
"z": 0
},
"id": 410
},
{
"block": 19,
"color": 3,
"type": 6,
"position": {
"x": 60,
"y": -480,
"z": 0
},
"boomTime": 10,
"id": 420
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": -300,
"y": -600,
"z": 0
},
"id": 430
},
{
"block": 1,
"color": 1,
"type": 0,
"position": {
"x": 60,
"y": -600,
"z": 0
},
"id": 440
},
{
"block": 2,
"color": 8,
"type": 0,
"position": {
"x": -180,
"y": 360,
"z": 0
},
"id": 450
},
{
"block": 19,
"color": 8,
"type": 1,
"position": {
"x": 300,
"y": 120,
"z": 0
},
"stacking": 7,
"id": 460
},
{
"block": 20,
"color": 8,
"type": 1,
"position": {
"x": 420,
"y": -240,
"z": 0
},
"stacking": 10,
"id": 470
},
{
"block": 5,
"color": 1,
"type": 4,
"position": {
"x": -60,
"y": -360,
"z": 0
},
"freezeTime": 6,
"id": 480
},
{
"block": 3,
"color": 3,
"type": 4,
"position": {
"x": 180,
"y": 480,
"z": 0
},
"freezeTime": 8,
"id": 490
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 24,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 2,
"num": 25,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 26,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 4,
"num": 27,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 5,
"num": 0,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 6,
"num": 1,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 7,
"num": 2,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 8,
"num": 3,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 9,
"num": 11,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 10,
"num": 13,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 11,
"num": 15,
"color": 2,
"special": 0,
"length": 3
},
{
"id": 12,
"num": 17,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 13,
"num": 19,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 14,
"num": 21,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 15,
"num": 23,
"color": 9,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "699869c0-86dc-48fd-b5f2-7e34aff10ffe",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,468 @@
{
"LEVEL_INFO": [
{
"id": "216",
"map": [
10,
13
],
"time": 130,
"gap": [
{
"x": 3,
"y": 11,
"z": 0
},
{
"x": 4,
"y": 11,
"z": 0
},
{
"x": 5,
"y": 11,
"z": 0
},
{
"x": 6,
"y": 11,
"z": 0
},
{
"x": 4,
"y": 10,
"z": 0
},
{
"x": 5,
"y": 10,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 5,
"color": 5,
"type": 0,
"position": {
"x": -240,
"y": 420,
"z": 0
},
"id": 210
},
{
"block": 22,
"color": 5,
"type": 0,
"position": {
"x": 480,
"y": 60,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 5,
"type": 0,
"position": {
"x": 240,
"y": 60,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 5,
"type": 0,
"position": {
"x": 120,
"y": 60,
"z": 0
},
"id": 240
},
{
"block": 23,
"color": 5,
"type": 0,
"position": {
"x": 0,
"y": 60,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 5,
"type": 0,
"position": {
"x": -120,
"y": 60,
"z": 0
},
"id": 260
},
{
"block": 23,
"color": 5,
"type": 0,
"position": {
"x": 0,
"y": -60,
"z": 0
},
"id": 270
},
{
"block": 23,
"color": 5,
"type": 0,
"position": {
"x": -120,
"y": -60,
"z": 0
},
"id": 280
},
{
"block": 23,
"color": 5,
"type": 0,
"position": {
"x": 240,
"y": -60,
"z": 0
},
"id": 290
},
{
"block": 23,
"color": 5,
"type": 0,
"position": {
"x": 120,
"y": -60,
"z": 0
},
"id": 300
},
{
"block": 23,
"color": 5,
"type": 0,
"position": {
"x": 0,
"y": -300,
"z": 0
},
"id": 310
},
{
"block": 23,
"color": 5,
"type": 0,
"position": {
"x": 120,
"y": -300,
"z": 0
},
"id": 320
},
{
"block": 5,
"color": 8,
"type": 0,
"position": {
"x": 480,
"y": 420,
"z": 0
},
"id": 330
},
{
"block": 21,
"color": 8,
"type": 0,
"position": {
"x": -360,
"y": 60,
"z": 0
},
"id": 340
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": -120,
"y": 300,
"z": 0
},
"id": 350
},
{
"block": 12,
"color": 2,
"type": 0,
"position": {
"x": 480,
"y": -660,
"z": 0
},
"id": 360
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": -120,
"y": -420,
"z": 0
},
"id": 370
},
{
"block": 4,
"color": 2,
"type": 0,
"position": {
"x": 360,
"y": -180,
"z": 0
},
"id": 380
},
{
"block": 4,
"color": 4,
"type": 0,
"position": {
"x": -240,
"y": -180,
"z": 0
},
"id": 390
},
{
"block": 8,
"color": 4,
"type": 0,
"position": {
"x": -240,
"y": -660,
"z": 0
},
"id": 400
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": 240,
"y": 420,
"z": 0
},
"id": 410
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": 240,
"y": 300,
"z": 0
},
"id": 420
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": 240,
"y": -180,
"z": 0
},
"id": 430
},
{
"block": 2,
"color": 10,
"type": 5,
"position": {
"x": -360,
"y": -180,
"z": 0
},
"id": 440
},
{
"block": 2,
"color": 10,
"type": 5,
"position": {
"x": 240,
"y": -420,
"z": 0
},
"id": 450
},
{
"block": 0,
"color": 6,
"type": 5,
"position": {
"x": -120,
"y": -660,
"z": 0
},
"id": 460
},
{
"block": 2,
"color": 6,
"type": 8,
"position": {
"x": 480,
"y": -180,
"z": 0
},
"id": 470
},
{
"block": 3,
"color": 9,
"type": 7,
"position": {
"x": 120,
"y": -180,
"z": 0
},
"id": 480
},
{
"block": 5,
"color": 8,
"type": 4,
"position": {
"x": 120,
"y": -660,
"z": 0
},
"freezeTime": 6,
"id": 490
},
{
"block": 5,
"color": 5,
"type": 4,
"position": {
"x": 120,
"y": 180,
"z": 0
},
"freezeTime": 12,
"id": 500
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 27,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 2,
"num": 29,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 21,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 4,
"num": 24,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 5,
"num": 15,
"color": 4,
"special": 0,
"length": 2
},
{
"id": 6,
"num": 18,
"color": 4,
"special": 0,
"length": 0
},
{
"id": 7,
"num": 11,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 8,
"num": 13,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 9,
"num": 4,
"color": 3,
"special": 0,
"length": 1
},
{
"id": 10,
"num": 35,
"color": 9,
"special": 0,
"length": 1
},
{
"id": 11,
"num": 30,
"color": 6,
"special": 1,
"length": 1
},
{
"id": 12,
"num": 12,
"color": 10,
"special": 1,
"length": 1
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "5d2d19c5-d3ec-4a32-9df3-822b8026f181",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,473 @@
{
"LEVEL_INFO": [
{
"id": "217",
"map": [
10,
13
],
"time": 180,
"gap": [
{
"x": 1,
"y": 11,
"z": 0
},
{
"x": 2,
"y": 11,
"z": 0
},
{
"x": 2,
"y": 10,
"z": 0
},
{
"x": 1,
"y": 10,
"z": 0
},
{
"x": 7,
"y": 11,
"z": 0
},
{
"x": 8,
"y": 11,
"z": 0
},
{
"x": 8,
"y": 10,
"z": 0
},
{
"x": 7,
"y": 10,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 480,
"y": -60,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -360,
"y": -60,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -240,
"y": -420,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -360,
"y": -420,
"z": 0
},
"id": 240
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": -420,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 480,
"y": -420,
"z": 0
},
"id": 260
},
{
"block": 3,
"color": 2,
"type": 0,
"position": {
"x": 120,
"y": 540,
"z": 0
},
"id": 270
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": 480,
"y": 180,
"z": 0
},
"id": 280
},
{
"block": 21,
"color": 9,
"type": 0,
"position": {
"x": 360,
"y": -60,
"z": 0
},
"id": 290
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": 480,
"y": -660,
"z": 0
},
"id": 300
},
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": -240,
"y": -660,
"z": 0
},
"id": 310
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": -360,
"y": 180,
"z": 0
},
"id": 320
},
{
"block": 22,
"color": 10,
"type": 0,
"position": {
"x": -240,
"y": -60,
"z": 0
},
"id": 330
},
{
"block": 1,
"color": 10,
"type": 0,
"position": {
"x": 0,
"y": 420,
"z": 0
},
"id": 340
},
{
"block": 1,
"color": 1,
"type": 0,
"position": {
"x": 240,
"y": 420,
"z": 0
},
"id": 350
},
{
"block": 15,
"color": 7,
"type": 0,
"position": {
"x": 0,
"y": -180,
"z": 0
},
"id": 360
},
{
"block": 15,
"color": 8,
"type": 0,
"position": {
"x": 360,
"y": -180,
"z": 0
},
"id": 370
},
{
"block": 2,
"color": 8,
"type": 7,
"position": {
"x": 120,
"y": 180,
"z": 0
},
"id": 380
},
{
"block": 2,
"color": 7,
"type": 7,
"position": {
"x": 0,
"y": 180,
"z": 0
},
"id": 390
},
{
"block": 2,
"color": 1,
"type": 8,
"position": {
"x": 0,
"y": -420,
"z": 0
},
"id": 400
},
{
"block": 2,
"color": 10,
"type": 8,
"position": {
"x": 120,
"y": -420,
"z": 0
},
"id": 410
},
{
"block": 2,
"color": 5,
"type": 8,
"position": {
"x": 120,
"y": -60,
"z": 0
},
"id": 420
},
{
"block": 2,
"color": 9,
"type": 8,
"position": {
"x": 0,
"y": -60,
"z": 0
},
"id": 430
},
{
"block": 15,
"color": 6,
"type": 4,
"position": {
"x": 0,
"y": -540,
"z": 0
},
"freezeTime": 3,
"id": 440
},
{
"block": 15,
"color": 2,
"type": 4,
"position": {
"x": 360,
"y": -540,
"z": 0
},
"freezeTime": 3,
"id": 450
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 16,
"color": 9,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 2,
"num": 18,
"color": 9,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 3,
"num": 20,
"color": 5,
"special": 2,
"length": 2,
"lock": false
},
{
"id": 4,
"num": 22,
"color": 5,
"special": 2,
"length": 0,
"lock": false
},
{
"id": 5,
"num": 15,
"color": 1,
"special": 2,
"length": 2,
"lock": false
},
{
"id": 6,
"num": 17,
"color": 1,
"special": 2,
"length": 0,
"lock": false
},
{
"id": 7,
"num": 19,
"color": 10,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 8,
"num": 21,
"color": 10,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 9,
"num": 6,
"color": 7,
"special": 0,
"length": 3
},
{
"id": 10,
"num": 7,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 11,
"num": 8,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 12,
"num": 35,
"color": 8,
"special": 0,
"length": 3
},
{
"id": 13,
"num": 36,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 14,
"num": 37,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 15,
"num": 3,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 16,
"num": 4,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 17,
"num": 32,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 18,
"num": 33,
"color": 2,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "218d4e5e-bc23-44dc-b5d8-66c5841505d8",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,436 @@
{
"LEVEL_INFO": [
{
"id": "218",
"map": [
11,
11
],
"time": 80,
"gap": [
{
"x": 1,
"y": 9,
"z": 0
},
{
"x": 9,
"y": 9,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 1,
"color": 8,
"type": 0,
"position": {
"x": -300,
"y": -540,
"z": 0
},
"id": 210
},
{
"block": 1,
"color": 8,
"type": 0,
"position": {
"x": 540,
"y": -540,
"z": 0
},
"id": 220
},
{
"block": 5,
"color": 8,
"type": 9,
"position": {
"x": 420,
"y": 180,
"z": 0
},
"adhesiveTime": 2,
"id": 230
},
{
"block": 0,
"color": 5,
"type": 9,
"position": {
"x": 180,
"y": 180,
"z": 0
},
"adhesiveTime": 1,
"id": 240
},
{
"block": 5,
"color": 1,
"type": 9,
"position": {
"x": -180,
"y": 180,
"z": 0
},
"adhesiveTime": 2,
"id": 250
},
{
"block": 0,
"color": 3,
"type": 9,
"position": {
"x": -60,
"y": 180,
"z": 0
},
"adhesiveTime": 1,
"id": 260
},
{
"block": 2,
"color": 7,
"type": 8,
"position": {
"x": 540,
"y": 60,
"z": 0
},
"id": 270
},
{
"block": 23,
"color": 7,
"type": 8,
"position": {
"x": -180,
"y": -180,
"z": 0
},
"id": 280
},
{
"block": 23,
"color": 7,
"type": 8,
"position": {
"x": 300,
"y": -180,
"z": 0
},
"id": 290
},
{
"block": 2,
"color": 1,
"type": 8,
"position": {
"x": 180,
"y": -60,
"z": 0
},
"id": 300
},
{
"block": 2,
"color": 10,
"type": 8,
"position": {
"x": -60,
"y": -60,
"z": 0
},
"id": 310
},
{
"block": 2,
"color": 4,
"type": 8,
"position": {
"x": -420,
"y": 60,
"z": 0
},
"id": 320
},
{
"block": 1,
"color": 4,
"type": 0,
"position": {
"x": 540,
"y": -60,
"z": 0
},
"id": 330
},
{
"block": 1,
"color": 7,
"type": 0,
"position": {
"x": -300,
"y": -60,
"z": 0
},
"id": 340
},
{
"block": 1,
"color": 1,
"type": 0,
"position": {
"x": 180,
"y": 300,
"z": 0
},
"id": 350
},
{
"block": 1,
"color": 10,
"type": 0,
"position": {
"x": 60,
"y": 420,
"z": 0
},
"id": 360
},
{
"block": 4,
"color": 6,
"type": 0,
"position": {
"x": -420,
"y": -420,
"z": 0
},
"id": 370
},
{
"block": 4,
"color": 9,
"type": 0,
"position": {
"x": 540,
"y": -420,
"z": 0
},
"id": 380
},
{
"block": 1,
"color": 1,
"type": 0,
"position": {
"x": -60,
"y": -540,
"z": 0
},
"id": 390
},
{
"block": 2,
"color": 1,
"type": 0,
"position": {
"x": -300,
"y": -300,
"z": 0
},
"id": 400
},
{
"block": 4,
"color": 5,
"type": 0,
"position": {
"x": -60,
"y": -420,
"z": 0
},
"id": 410
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": 60,
"y": -540,
"z": 0
},
"id": 420
},
{
"block": 4,
"color": 2,
"type": 0,
"position": {
"x": 180,
"y": -540,
"z": 0
},
"id": 430
},
{
"block": 1,
"color": 10,
"type": 0,
"position": {
"x": 420,
"y": -420,
"z": 0
},
"id": 440
},
{
"block": 0,
"color": 4,
"type": 4,
"position": {
"x": 540,
"y": 300,
"z": 0
},
"freezeTime": 10,
"id": 450
},
{
"block": 0,
"color": 2,
"type": 4,
"position": {
"x": -420,
"y": 300,
"z": 0
},
"freezeTime": 16,
"id": 460
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 12,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 2,
"num": 14,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 8,
"color": 4,
"special": 0,
"length": 2
},
{
"id": 4,
"num": 11,
"color": 4,
"special": 0,
"length": 0
},
{
"id": 5,
"num": 13,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 6,
"num": 15,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 7,
"num": 17,
"color": 2,
"special": 0,
"length": 1
},
{
"id": 8,
"num": 19,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 9,
"num": 21,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 10,
"num": 23,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 11,
"num": 25,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 12,
"num": 16,
"color": 5,
"special": 0,
"length": 1
},
{
"id": 13,
"num": 18,
"color": 6,
"special": 0,
"length": 1
},
{
"id": 14,
"num": 20,
"color": 3,
"special": 0,
"length": 1
},
{
"id": 15,
"num": 22,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 16,
"num": 24,
"color": 9,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "0ad264c3-d93c-4892-aec6-2e91e4f81fc4",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,357 @@
{
"LEVEL_INFO": [
{
"id": "219",
"map": [
8,
10
],
"time": 100,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 20,
"color": 7,
"type": 9,
"position": {
"x": -120,
"y": -480,
"z": 0
},
"adhesiveTime": 2,
"id": 210
},
{
"block": 0,
"color": 5,
"type": 9,
"position": {
"x": 0,
"y": -480,
"z": 0
},
"adhesiveTime": 1,
"id": 220
},
{
"block": 21,
"color": 3,
"type": 0,
"position": {
"x": 240,
"y": -480,
"z": 0
},
"id": 230
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": 120,
"y": -480,
"z": 0
},
"id": 240
},
{
"block": 19,
"color": 9,
"type": 0,
"position": {
"x": 360,
"y": -120,
"z": 0
},
"id": 250
},
{
"block": 20,
"color": 2,
"type": 0,
"position": {
"x": -120,
"y": -120,
"z": 0
},
"id": 260
},
{
"block": 2,
"color": 5,
"type": 0,
"position": {
"x": 240,
"y": 240,
"z": 0
},
"id": 270
},
{
"block": 2,
"color": 5,
"type": 0,
"position": {
"x": -120,
"y": 240,
"z": 0
},
"id": 280
},
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": 240,
"y": 0,
"z": 0
},
"id": 290
},
{
"block": 1,
"color": 7,
"type": 0,
"position": {
"x": 360,
"y": -240,
"z": 0
},
"id": 300
},
{
"block": 1,
"color": 7,
"type": 0,
"position": {
"x": 360,
"y": 120,
"z": 0
},
"id": 310
},
{
"block": 1,
"color": 3,
"type": 0,
"position": {
"x": 120,
"y": -120,
"z": 0
},
"id": 320
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": 120,
"y": 240,
"z": 0
},
"id": 330
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": -240,
"y": 360,
"z": 0
},
"id": 340
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": 360,
"y": 360,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": 0,
"y": 240,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": -240,
"y": -240,
"z": 0
},
"id": 370
},
{
"block": 1,
"color": 8,
"type": 6,
"position": {
"x": 120,
"y": -240,
"z": 0
},
"boomTime": 15,
"id": 380
},
{
"block": 1,
"color": 10,
"type": 6,
"position": {
"x": 0,
"y": 0,
"z": 0
},
"boomTime": 15,
"id": 390
},
{
"block": 1,
"color": 1,
"type": 0,
"position": {
"x": -120,
"y": 120,
"z": 0
},
"id": 400
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 6,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 2,
"num": 7,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 2,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 4,
"num": 3,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 5,
"num": 24,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 6,
"num": 25,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 7,
"num": 4,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 8,
"num": 5,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 9,
"num": 26,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 10,
"num": 27,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 11,
"num": 22,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 12,
"num": 23,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 13,
"num": 20,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 14,
"num": 21,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 15,
"num": 0,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 16,
"num": 1,
"color": 3,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "1b8f0210-ac49-403f-b6a1-c4cb98a5ecc3",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,395 @@
{
"LEVEL_INFO": [
{
"id": "242",
"map": [
9,
12
],
"time": 120,
"gap": [
{
"x": 3,
"y": 10,
"z": 0
},
{
"x": 4,
"y": 10,
"z": 0
},
{
"x": 5,
"y": 10,
"z": 0
},
{
"x": 3,
"y": 1,
"z": 0
},
{
"x": 4,
"y": 1,
"z": 0
},
{
"x": 5,
"y": 1,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 420,
"y": -240,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 420,
"y": 0,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -300,
"y": -240,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -300,
"y": 0,
"z": 0
},
"id": 240
},
{
"block": 2,
"color": 9,
"type": 6,
"position": {
"x": -180,
"y": -120,
"z": 0
},
"boomTime": 20,
"id": 250
},
{
"block": 2,
"color": 2,
"type": 6,
"position": {
"x": 300,
"y": -120,
"z": 0
},
"boomTime": 15,
"id": 260
},
{
"block": 0,
"color": 10,
"type": 2,
"position": {
"x": 60,
"y": -360,
"z": 0
},
"id": 270
},
{
"block": 0,
"color": 8,
"type": 2,
"position": {
"x": 60,
"y": -480,
"z": 0
},
"id": 280
},
{
"block": 2,
"color": 10,
"type": 2,
"position": {
"x": 300,
"y": 360,
"z": 0
},
"id": 290
},
{
"block": 2,
"color": 1,
"type": 2,
"position": {
"x": 420,
"y": 360,
"z": 0
},
"id": 300
},
{
"block": 3,
"color": 8,
"type": 3,
"position": {
"x": 180,
"y": 0,
"z": 0
},
"lockTime": 4,
"id": 310
},
{
"block": 2,
"color": 8,
"type": 0,
"position": {
"x": 420,
"y": -600,
"z": 0
},
"id": 320
},
{
"block": 2,
"color": 5,
"type": 0,
"position": {
"x": 300,
"y": -600,
"z": 0
},
"id": 330
},
{
"block": 10,
"color": 5,
"type": 0,
"position": {
"x": 60,
"y": 120,
"z": 0
},
"id": 340
},
{
"block": 2,
"color": 5,
"type": 0,
"position": {
"x": -300,
"y": 360,
"z": 0
},
"id": 350
},
{
"block": 2,
"color": 7,
"type": 0,
"position": {
"x": -180,
"y": 360,
"z": 0
},
"id": 360
},
{
"block": 13,
"color": 3,
"type": 7,
"position": {
"x": -60,
"y": 120,
"z": 0
},
"id": 380
},
{
"block": 5,
"color": 3,
"type": 9,
"position": {
"x": 60,
"y": -240,
"z": 0
},
"adhesiveTime": 2,
"id": 380
},
{
"block": 2,
"color": 3,
"type": 9,
"position": {
"x": 180,
"y": -240,
"z": 0
},
"adhesiveTime": 1,
"id": 390
},
{
"block": 1,
"color": 3,
"type": 9,
"position": {
"x": -60,
"y": -480,
"z": 0
},
"adhesiveTime": 2,
"id": 400
},
{
"block": 1,
"color": 3,
"type": 9,
"position": {
"x": -180,
"y": -600,
"z": 0
},
"adhesiveTime": 1,
"id": 410
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 11,
"color": 10,
"special": 0,
"length": 1
},
{
"id": 2,
"num": 13,
"color": 1,
"special": 0,
"length": 1
},
{
"id": 3,
"num": 6,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 4,
"num": 7,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 5,
"num": 34,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 6,
"num": 35,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 7,
"num": 29,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 8,
"num": 30,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 9,
"num": 1,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 10,
"num": 2,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 11,
"num": 10,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 12,
"num": 12,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 13,
"num": 24,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 14,
"num": 24,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 15,
"num": 26,
"color": 9,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "d77cf848-1c11-4099-8adc-e5f3385376e7",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,384 @@
{
"LEVEL_INFO": [
{
"id": "221",
"map": [
9,
11
],
"time": 100,
"gap": [
{
"x": 6,
"y": 9,
"z": 0
},
{
"x": 7,
"y": 9,
"z": 0
},
{
"x": 7,
"y": 8,
"z": 0
},
{
"x": 6,
"y": 8,
"z": 0
},
{
"x": 1,
"y": 6,
"z": 0
},
{
"x": 1,
"y": 5,
"z": 0
},
{
"x": 1,
"y": 4,
"z": 0
},
{
"x": 1,
"y": 3,
"z": 0
},
{
"x": 2,
"y": 3,
"z": 0
},
{
"x": 3,
"y": 3,
"z": 0
},
{
"x": 3,
"y": 4,
"z": 0
},
{
"x": 2,
"y": 4,
"z": 0
},
{
"x": 2,
"y": 5,
"z": 0
},
{
"x": 3,
"y": 5,
"z": 0
},
{
"x": 2,
"y": 6,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 5,
"color": 3,
"type": 0,
"position": {
"x": -180,
"y": 300,
"z": 0
},
"id": 210
},
{
"block": 1,
"color": 3,
"type": 0,
"position": {
"x": 300,
"y": -180,
"z": 0
},
"id": 220
},
{
"block": 22,
"color": 5,
"type": 0,
"position": {
"x": 180,
"y": 300,
"z": 0
},
"id": 230
},
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": -180,
"y": 180,
"z": 0
},
"id": 240
},
{
"block": 0,
"color": 5,
"type": 2,
"position": {
"x": 60,
"y": -180,
"z": 0
},
"id": 250
},
{
"block": 2,
"color": 5,
"type": 2,
"position": {
"x": 420,
"y": -540,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 9,
"type": 2,
"position": {
"x": 60,
"y": -420,
"z": 0
},
"id": 270
},
{
"block": 0,
"color": 9,
"type": 2,
"position": {
"x": -60,
"y": 420,
"z": 0
},
"id": 280
},
{
"block": 0,
"color": 7,
"type": 2,
"position": {
"x": -60,
"y": -420,
"z": 0
},
"id": 290
},
{
"block": 2,
"color": 4,
"type": 2,
"position": {
"x": 300,
"y": 60,
"z": 0
},
"id": 300
},
{
"block": 2,
"color": 6,
"type": 2,
"position": {
"x": 420,
"y": 60,
"z": 0
},
"id": 310
},
{
"block": 22,
"color": 6,
"type": 0,
"position": {
"x": 180,
"y": -420,
"z": 0
},
"id": 320
},
{
"block": 5,
"color": 6,
"type": 1,
"position": {
"x": -180,
"y": -540,
"z": 0
},
"stacking": 10,
"id": 330
},
{
"block": 19,
"color": 9,
"type": 0,
"position": {
"x": 420,
"y": -300,
"z": 0
},
"id": 340
},
{
"block": 5,
"color": 4,
"type": 0,
"position": {
"x": 60,
"y": 180,
"z": 0
},
"id": 350
},
{
"block": 3,
"color": 9,
"type": 7,
"position": {
"x": 180,
"y": 60,
"z": 0
},
"id": 360
},
{
"block": 3,
"color": 5,
"type": 3,
"position": {
"x": 300,
"y": -60,
"z": 0
},
"lockTime": 7,
"id": 370
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 9,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 2,
"num": 14,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 34,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 4,
"num": 35,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 5,
"num": 22,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 6,
"num": 24,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 7,
"num": 0,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 8,
"num": 1,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 9,
"num": 23,
"color": 4,
"special": 0,
"length": 2
},
{
"id": 10,
"num": 25,
"color": 4,
"special": 0,
"length": 0
},
{
"id": 11,
"num": 2,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 12,
"num": 3,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 13,
"num": 36,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 14,
"num": 37,
"color": 9,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "df4a1e98-4e2e-47b4-b5a0-cc086b1fe85c",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,499 @@
{
"LEVEL_INFO": [
{
"id": "222",
"map": [
10,
14
],
"time": 135,
"gap": [
{
"x": 1,
"y": 4,
"z": 0
},
{
"x": 1,
"y": 5,
"z": 0
},
{
"x": 1,
"y": 6,
"z": 0
},
{
"x": 1,
"y": 7,
"z": 0
},
{
"x": 1,
"y": 8,
"z": 0
},
{
"x": 2,
"y": 7,
"z": 0
},
{
"x": 2,
"y": 6,
"z": 0
},
{
"x": 2,
"y": 5,
"z": 0
},
{
"x": 7,
"y": 7,
"z": 0
},
{
"x": 7,
"y": 6,
"z": 0
},
{
"x": 7,
"y": 5,
"z": 0
},
{
"x": 8,
"y": 5,
"z": 0
},
{
"x": 8,
"y": 4,
"z": 0
},
{
"x": 8,
"y": 6,
"z": 0
},
{
"x": 8,
"y": 7,
"z": 0
},
{
"x": 8,
"y": 8,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 13,
"color": 5,
"type": 0,
"position": {
"x": -120,
"y": 480,
"z": 0
},
"id": 210
},
{
"block": 5,
"color": 5,
"type": 0,
"position": {
"x": 120,
"y": 240,
"z": 0
},
"id": 220
},
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": 360,
"y": 360,
"z": 0
},
"id": 230
},
{
"block": 9,
"color": 8,
"type": 0,
"position": {
"x": 480,
"y": 480,
"z": 0
},
"id": 240
},
{
"block": 1,
"color": 8,
"type": 0,
"position": {
"x": 360,
"y": 240,
"z": 0
},
"id": 250
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": -360,
"y": 240,
"z": 0
},
"id": 260
},
{
"block": 1,
"color": 6,
"type": 0,
"position": {
"x": -120,
"y": 360,
"z": 0
},
"id": 270
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": 240,
"y": -120,
"z": 0
},
"id": 280
},
{
"block": 1,
"color": 6,
"type": 0,
"position": {
"x": 120,
"y": -240,
"z": 0
},
"id": 290
},
{
"block": 9,
"color": 6,
"type": 0,
"position": {
"x": -120,
"y": -720,
"z": 0
},
"id": 300
},
{
"block": 13,
"color": 3,
"type": 0,
"position": {
"x": 480,
"y": -720,
"z": 0
},
"id": 310
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": 0,
"y": 480,
"z": 0
},
"id": 320
},
{
"block": 2,
"color": 7,
"type": 0,
"position": {
"x": 120,
"y": 480,
"z": 0
},
"id": 330
},
{
"block": 1,
"color": 7,
"type": 0,
"position": {
"x": -120,
"y": 240,
"z": 0
},
"id": 340
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": 480,
"y": 240,
"z": 0
},
"id": 350
},
{
"block": 1,
"color": 2,
"type": 0,
"position": {
"x": 120,
"y": -360,
"z": 0
},
"id": 360
},
{
"block": 21,
"color": 2,
"type": 0,
"position": {
"x": -360,
"y": -600,
"z": 0
},
"id": 370
},
{
"block": 22,
"color": 1,
"type": 0,
"position": {
"x": 480,
"y": -600,
"z": 0
},
"id": 380
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": 120,
"y": 120,
"z": 0
},
"id": 390
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": -120,
"y": -120,
"z": 0
},
"id": 400
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": 0,
"y": 120,
"z": 0
},
"id": 410
},
{
"block": 5,
"color": 3,
"type": 4,
"position": {
"x": 120,
"y": -120,
"z": 0
},
"freezeTime": 10,
"id": 420
},
{
"block": 6,
"color": 5,
"type": 4,
"position": {
"x": 0,
"y": -720,
"z": 0
},
"freezeTime": 12,
"id": 430
},
{
"block": 10,
"color": 8,
"type": 4,
"position": {
"x": 120,
"y": -720,
"z": 0
},
"freezeTime": 14,
"id": 440
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 41,
"color": 5,
"special": 0,
"length": 3
},
{
"id": 2,
"num": 42,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 43,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 4,
"num": 0,
"color": 8,
"special": 0,
"length": 3
},
{
"id": 5,
"num": 1,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 6,
"num": 2,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 7,
"num": 12,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 8,
"num": 19,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 9,
"num": 34,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 10,
"num": 40,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 11,
"num": 21,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 12,
"num": 23,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 13,
"num": 25,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 14,
"num": 27,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 15,
"num": 3,
"color": 3,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 16,
"num": 4,
"color": 3,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 17,
"num": 44,
"color": 6,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 18,
"num": 45,
"color": 6,
"special": 2,
"length": 0,
"lock": true
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "53e3dfa1-7861-48f1-ad2f-cdc76a4a2ee0",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,475 @@
{
"LEVEL_INFO": [
{
"id": "223",
"map": [
10,
12
],
"time": 140,
"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": 23,
"color": 1,
"type": 0,
"position": {
"x": 480,
"y": -240,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 480,
"y": 120,
"z": 0
},
"id": 220
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": 0,
"y": 480,
"z": 0
},
"id": 230
},
{
"block": 20,
"color": 7,
"type": 0,
"position": {
"x": -120,
"y": -120,
"z": 0
},
"id": 240
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": 120,
"y": -240,
"z": 0
},
"id": 250
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": 0,
"y": -120,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": -120,
"y": 360,
"z": 0
},
"id": 270
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": 240,
"y": 360,
"z": 0
},
"id": 280
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": -360,
"y": -360,
"z": 0
},
"id": 290
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": -360,
"y": 240,
"z": 0
},
"id": 300
},
{
"block": 5,
"color": 6,
"type": 0,
"position": {
"x": 0,
"y": 0,
"z": 0
},
"id": 310
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": 480,
"y": 240,
"z": 0
},
"id": 320
},
{
"block": 19,
"color": 6,
"type": 0,
"position": {
"x": 360,
"y": -120,
"z": 0
},
"id": 330
},
{
"block": 2,
"color": 1,
"type": 0,
"position": {
"x": 480,
"y": -120,
"z": 0
},
"id": 340
},
{
"block": 5,
"color": 2,
"type": 0,
"position": {
"x": 240,
"y": 0,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 0,
"y": -240,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": 0,
"y": 240,
"z": 0
},
"id": 370
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": 120,
"y": -120,
"z": 0
},
"id": 380
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": 120,
"y": 240,
"z": 0
},
"id": 390
},
{
"block": 2,
"color": 5,
"type": 0,
"position": {
"x": -240,
"y": -600,
"z": 0
},
"id": 400
},
{
"block": 22,
"color": 3,
"type": 1,
"position": {
"x": -120,
"y": -480,
"z": 0
},
"stacking": 7,
"id": 410
},
{
"block": 21,
"color": 7,
"type": 1,
"position": {
"x": 240,
"y": -480,
"z": 0
},
"stacking": 3,
"id": 420
},
{
"block": 1,
"color": 7,
"type": 1,
"position": {
"x": 120,
"y": -600,
"z": 0
},
"stacking": 6,
"id": 430
},
{
"block": 2,
"color": 3,
"type": 1,
"position": {
"x": -240,
"y": 120,
"z": 0
},
"stacking": 8,
"id": 440
},
{
"block": 2,
"color": 7,
"type": 1,
"position": {
"x": 360,
"y": 120,
"z": 0
},
"stacking": 9,
"id": 450
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": 120,
"y": 480,
"z": 0
},
"id": 460
},
{
"block": 22,
"color": 6,
"type": 4,
"position": {
"x": 480,
"y": -600,
"z": 0
},
"freezeTime": 6,
"id": 470
},
{
"block": 22,
"color": 3,
"type": 4,
"position": {
"x": 480,
"y": 360,
"z": 0
},
"freezeTime": 10,
"id": 480
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 6,
"color": 3,
"special": 2,
"length": 3,
"lock": true
},
{
"id": 2,
"num": 14,
"color": 3,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 3,
"num": 16,
"color": 3,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 4,
"num": 13,
"color": 7,
"special": 2,
"length": 3,
"lock": true
},
{
"id": 5,
"num": 15,
"color": 7,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 6,
"num": 17,
"color": 7,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 7,
"num": 24,
"color": 8,
"special": 0,
"length": 1
},
{
"id": 8,
"num": 27,
"color": 1,
"special": 0,
"length": 1
},
{
"id": 9,
"num": 21,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 10,
"num": 23,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 11,
"num": 25,
"color": 10,
"special": 0,
"length": 1
},
{
"id": 12,
"num": 19,
"color": 4,
"special": 0,
"length": 1
},
{
"id": 13,
"num": 20,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 14,
"num": 22,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 15,
"num": 26,
"color": 5,
"special": 0,
"length": 1
},
{
"id": 16,
"num": 18,
"color": 9,
"special": 0,
"length": 1
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "7d8e10da-2640-46ab-bd95-63aab69d34f1",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,407 @@
{
"LEVEL_INFO": [
{
"id": "224",
"map": [
8,
10
],
"time": 75,
"gap": [
{
"x": 1,
"y": 8,
"z": 0
},
{
"x": 2,
"y": 8,
"z": 0
},
{
"x": 5,
"y": 8,
"z": 0
},
{
"x": 6,
"y": 8,
"z": 0
},
{
"x": 1,
"y": 1,
"z": 0
},
{
"x": 2,
"y": 1,
"z": 0
},
{
"x": 5,
"y": 1,
"z": 0
},
{
"x": 6,
"y": 1,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -120,
"y": -240,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -240,
"y": -240,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -120,
"y": 0,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -240,
"y": 0,
"z": 0
},
"id": 240
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": -240,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 240,
"y": -240,
"z": 0
},
"id": 260
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 240,
"y": 0,
"z": 0
},
"id": 270
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": 0,
"z": 0
},
"id": 280
},
{
"block": 1,
"color": 3,
"type": 0,
"position": {
"x": -120,
"y": -360,
"z": 0
},
"id": 290
},
{
"block": 1,
"color": 8,
"type": 0,
"position": {
"x": 360,
"y": -120,
"z": 0
},
"id": 300
},
{
"block": 2,
"color": 8,
"type": 0,
"position": {
"x": -240,
"y": 120,
"z": 0
},
"id": 310
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": 360,
"y": 120,
"z": 0
},
"id": 320
},
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": 120,
"y": 360,
"z": 0
},
"id": 330
},
{
"block": 5,
"color": 5,
"type": 0,
"position": {
"x": 120,
"y": 120,
"z": 0
},
"id": 340
},
{
"block": 2,
"color": 5,
"type": 0,
"position": {
"x": 0,
"y": -360,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": -120,
"y": 240,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 0,
"y": 0,
"z": 0
},
"id": 370
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": 120,
"y": -360,
"z": 0
},
"id": 380
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": -240,
"y": -120,
"z": 0
},
"id": 390
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": 240,
"y": 240,
"z": 0
},
"id": 400
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": -120,
"y": 120,
"z": 0
},
"id": 410
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": -120,
"y": -120,
"z": 0
},
"id": 420
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": 360,
"y": 240,
"z": 0
},
"id": 430
},
{
"block": 1,
"color": 10,
"type": 0,
"position": {
"x": 120,
"y": -480,
"z": 0
},
"id": 440
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": 120,
"y": -120,
"z": 0
},
"id": 450
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 13,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 2,
"num": 15,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 12,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 4,
"num": 14,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 5,
"num": 4,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 6,
"num": 5,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 7,
"num": 26,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 8,
"num": 27,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 9,
"num": 22,
"color": 1,
"special": 0,
"length": 1
},
{
"id": 10,
"num": 0,
"color": 10,
"special": 0,
"length": 1
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "914a085f-8d78-4e8b-9a29-c0a3006c6940",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,409 @@
{
"LEVEL_INFO": [
{
"id": "225",
"map": [
8,
10
],
"time": 110,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 240,
"y": -120,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 120,
"y": 0,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 0,
"y": 120,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -120,
"y": 240,
"z": 0
},
"id": 240
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -240,
"y": 360,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": -240,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": 0,
"y": -240,
"z": 0
},
"id": 270
},
{
"block": 22,
"color": 9,
"type": 0,
"position": {
"x": -120,
"y": -480,
"z": 0
},
"id": 280
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": 240,
"y": -240,
"z": 0
},
"id": 290
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": -120,
"y": 120,
"z": 0
},
"id": 300
},
{
"block": 2,
"color": 10,
"type": 0,
"position": {
"x": 360,
"y": 240,
"z": 0
},
"id": 310
},
{
"block": 0,
"color": 10,
"type": 2,
"position": {
"x": 120,
"y": 360,
"z": 0
},
"id": 320
},
{
"block": 2,
"color": 1,
"type": 2,
"position": {
"x": 0,
"y": 240,
"z": 0
},
"id": 330
},
{
"block": 2,
"color": 1,
"type": 2,
"position": {
"x": 360,
"y": 0,
"z": 0
},
"id": 340
},
{
"block": 0,
"color": 7,
"type": 2,
"position": {
"x": -240,
"y": 0,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 8,
"type": 2,
"position": {
"x": 120,
"y": -240,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": -240,
"y": 120,
"z": 0
},
"id": 370
},
{
"block": 0,
"color": 6,
"type": 8,
"position": {
"x": -120,
"y": 0,
"z": 0
},
"id": 380
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": 240,
"y": -480,
"z": 0
},
"id": 390
},
{
"block": 21,
"color": 6,
"type": 3,
"position": {
"x": -240,
"y": -240,
"z": 0
},
"lockTime": 5,
"id": 400
},
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": 240,
"y": 120,
"z": 0
},
"id": 410
},
{
"block": 1,
"color": 4,
"type": 0,
"position": {
"x": 120,
"y": -120,
"z": 0
},
"id": 420
},
{
"block": 1,
"color": 3,
"type": 0,
"position": {
"x": 240,
"y": 240,
"z": 0
},
"id": 430
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 240,
"y": 0,
"z": 0
},
"id": 440
},
{
"block": 1,
"color": 7,
"type": 7,
"position": {
"x": 120,
"y": -360,
"z": 0
},
"id": 450
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 4,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 2,
"num": 5,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 24,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 4,
"num": 25,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 5,
"num": 14,
"color": 8,
"special": 0,
"length": 1
},
{
"id": 6,
"num": 8,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 7,
"num": 10,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 8,
"num": 11,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 9,
"num": 13,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 10,
"num": 15,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 11,
"num": 17,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 12,
"num": 23,
"color": 2,
"special": 0,
"length": 1
},
{
"id": 13,
"num": 21,
"color": 7,
"special": 0,
"length": 1
},
{
"id": 14,
"num": 1,
"color": 10,
"special": 0,
"length": 1
},
{
"id": 15,
"num": 3,
"color": 4,
"special": 0,
"length": 1
},
{
"id": 16,
"num": 19,
"color": 1,
"special": 0,
"length": 1
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "4cf273d9-fb3b-4410-8668-cbe25be4af44",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,385 @@
{
"LEVEL_INFO": [
{
"id": "226",
"map": [
9,
9
],
"time": 140,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": -180,
"y": -300,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 2,
"type": 0,
"position": {
"x": 180,
"y": -180,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 2,
"type": 0,
"position": {
"x": -60,
"y": -180,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 2,
"type": 0,
"position": {
"x": 180,
"y": 60,
"z": 0
},
"id": 240
},
{
"block": 23,
"color": 2,
"type": 0,
"position": {
"x": -60,
"y": 60,
"z": 0
},
"id": 250
},
{
"block": 2,
"color": 8,
"type": 0,
"position": {
"x": 60,
"y": 180,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": 60,
"y": -420,
"z": 0
},
"id": 270
},
{
"block": 1,
"color": 8,
"type": 0,
"position": {
"x": -180,
"y": -60,
"z": 0
},
"id": 280
},
{
"block": 1,
"color": 8,
"type": 0,
"position": {
"x": 420,
"y": -60,
"z": 0
},
"id": 290
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": -60,
"y": -420,
"z": 0
},
"id": 300
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": 300,
"y": -300,
"z": 0
},
"id": 310
},
{
"block": 2,
"color": 10,
"type": 0,
"position": {
"x": 420,
"y": -300,
"z": 0
},
"id": 320
},
{
"block": 1,
"color": 10,
"type": 0,
"position": {
"x": -180,
"y": -420,
"z": 0
},
"id": 330
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": 180,
"y": -420,
"z": 0
},
"id": 340
},
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": 420,
"y": -420,
"z": 0
},
"id": 350
},
{
"block": 2,
"color": 1,
"type": 0,
"position": {
"x": -300,
"y": -300,
"z": 0
},
"id": 360
},
{
"block": 2,
"color": 2,
"type": 9,
"position": {
"x": -60,
"y": 180,
"z": 0
},
"adhesiveTime": 2,
"id": 370
},
{
"block": 0,
"color": 5,
"type": 9,
"position": {
"x": -180,
"y": 300,
"z": 0
},
"adhesiveTime": 1,
"id": 380
},
{
"block": 1,
"color": 1,
"type": 9,
"position": {
"x": -180,
"y": 180,
"z": 0
},
"adhesiveTime": 2,
"id": 390
},
{
"block": 0,
"color": 7,
"type": 9,
"position": {
"x": -300,
"y": 60,
"z": 0
},
"adhesiveTime": 1,
"id": 400
},
{
"block": 2,
"color": 2,
"type": 9,
"position": {
"x": 180,
"y": 180,
"z": 0
},
"adhesiveTime": 2,
"id": 410
},
{
"block": 0,
"color": 7,
"type": 9,
"position": {
"x": 300,
"y": 300,
"z": 0
},
"adhesiveTime": 1,
"id": 420
},
{
"block": 1,
"color": 10,
"type": 9,
"position": {
"x": 420,
"y": 60,
"z": 0
},
"adhesiveTime": 2,
"id": 430
},
{
"block": 0,
"color": 5,
"type": 9,
"position": {
"x": 300,
"y": 180,
"z": 0
},
"adhesiveTime": 1,
"id": 440
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 17,
"color": 2,
"special": 0,
"length": 1
},
{
"id": 2,
"num": 25,
"color": 8,
"special": 2,
"length": 2,
"lock": false
},
{
"id": 3,
"num": 26,
"color": 8,
"special": 2,
"length": 0,
"lock": false
},
{
"id": 4,
"num": 1,
"color": 3,
"special": 2,
"length": 2,
"lock": false
},
{
"id": 5,
"num": 2,
"color": 3,
"special": 2,
"length": 0,
"lock": false
},
{
"id": 6,
"num": 22,
"color": 1,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 7,
"num": 23,
"color": 1,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 8,
"num": 4,
"color": 10,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 9,
"num": 5,
"color": 10,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 10,
"num": 24,
"color": 7,
"special": 0,
"length": 1
},
{
"id": 11,
"num": 3,
"color": 5,
"special": 0,
"length": 1
},
{
"id": 12,
"num": 10,
"color": 6,
"special": 0,
"length": 1
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "4a59593f-d1df-4212-acd8-5a478d8f2fec",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,406 @@
{
"LEVEL_INFO": [
{
"id": "227",
"map": [
11,
11
],
"time": 125,
"gap": [
{
"x": 1,
"y": 9,
"z": 0
},
{
"x": 1,
"y": 8,
"z": 0
},
{
"x": 9,
"y": 9,
"z": 0
},
{
"x": 9,
"y": 8,
"z": 0
},
{
"x": 9,
"y": 1,
"z": 0
},
{
"x": 9,
"y": 2,
"z": 0
},
{
"x": 1,
"y": 1,
"z": 0
},
{
"x": 1,
"y": 2,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 420,
"y": 300,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -300,
"y": 300,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 420,
"y": -420,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -300,
"y": -420,
"z": 0
},
"id": 240
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 180,
"y": -180,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 60,
"y": -180,
"z": 0
},
"id": 260
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -60,
"y": -180,
"z": 0
},
"id": 270
},
{
"block": 6,
"color": 10,
"type": 0,
"position": {
"x": 540,
"y": -60,
"z": 0
},
"id": 280
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": -60,
"y": -420,
"z": 0
},
"id": 290
},
{
"block": 1,
"color": 10,
"type": 0,
"position": {
"x": 420,
"y": -540,
"z": 0
},
"id": 300
},
{
"block": 8,
"color": 8,
"type": 0,
"position": {
"x": -180,
"y": -180,
"z": 0
},
"id": 310
},
{
"block": 1,
"color": 8,
"type": 0,
"position": {
"x": -180,
"y": 420,
"z": 0
},
"id": 330
},
{
"block": 12,
"color": 1,
"type": 0,
"position": {
"x": 420,
"y": -180,
"z": 0
},
"id": 330
},
{
"block": 1,
"color": 1,
"type": 0,
"position": {
"x": 420,
"y": 420,
"z": 0
},
"id": 340
},
{
"block": 10,
"color": 6,
"type": 0,
"position": {
"x": -420,
"y": -60,
"z": 0
},
"id": 350
},
{
"block": 21,
"color": 7,
"type": 0,
"position": {
"x": -180,
"y": 60,
"z": 0
},
"id": 360
},
{
"block": 19,
"color": 7,
"type": 0,
"position": {
"x": 300,
"y": 180,
"z": 0
},
"id": 370
},
{
"block": 14,
"color": 2,
"type": 0,
"position": {
"x": 60,
"y": 180,
"z": 0
},
"id": 380
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": 300,
"y": -420,
"z": 0
},
"id": 390
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 60,
"y": -300,
"z": 0
},
"id": 400
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": -180,
"y": -420,
"z": 0
},
"id": 410
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": 180,
"y": -420,
"z": 0
},
"id": 420
},
{
"block": 1,
"color": 6,
"type": 0,
"position": {
"x": -180,
"y": -540,
"z": 0
},
"id": 430
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 12,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 2,
"num": 14,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 21,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 4,
"num": 23,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 5,
"num": 0,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 6,
"num": 1,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 7,
"num": 22,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 8,
"num": 24,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 9,
"num": 2,
"color": 2,
"special": 0,
"length": 3
},
{
"id": 10,
"num": 3,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 11,
"num": 4,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 12,
"num": 11,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 13,
"num": 13,
"color": 1,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "1e3b7900-77ad-4bf9-84fa-738e50bf5058",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,499 @@
{
"LEVEL_INFO": [
{
"id": "229",
"map": [
11,
12
],
"time": 200,
"gap": [
{
"x": 9,
"y": 9,
"z": 0
},
{
"x": 9,
"y": 8,
"z": 0
},
{
"x": 1,
"y": 3,
"z": 0
},
{
"x": 1,
"y": 2,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 300,
"y": 240,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 300,
"y": 360,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 420,
"y": 360,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -180,
"y": -360,
"z": 0
},
"id": 240
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -180,
"y": -480,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -300,
"y": -480,
"z": 0
},
"id": 260
},
{
"block": 21,
"color": 6,
"type": 2,
"position": {
"x": 180,
"y": 360,
"z": 0
},
"id": 270
},
{
"block": 20,
"color": 6,
"type": 2,
"position": {
"x": 540,
"y": 120,
"z": 0
},
"id": 280
},
{
"block": 22,
"color": 2,
"type": 2,
"position": {
"x": -300,
"y": -360,
"z": 0
},
"id": 290
},
{
"block": 0,
"color": 10,
"type": 2,
"position": {
"x": -300,
"y": 0,
"z": 0
},
"id": 300
},
{
"block": 19,
"color": 10,
"type": 2,
"position": {
"x": 60,
"y": -480,
"z": 0
},
"id": 310
},
{
"block": 1,
"color": 1,
"type": 2,
"position": {
"x": -180,
"y": 480,
"z": 0
},
"id": 320
},
{
"block": 2,
"color": 4,
"type": 2,
"position": {
"x": 60,
"y": 360,
"z": 0
},
"id": 330
},
{
"block": 1,
"color": 1,
"type": 2,
"position": {
"x": 420,
"y": -600,
"z": 0
},
"id": 340
},
{
"block": 20,
"color": 5,
"type": 0,
"position": {
"x": -300,
"y": 360,
"z": 0
},
"id": 350
},
{
"block": 2,
"color": 5,
"type": 0,
"position": {
"x": 180,
"y": 120,
"z": 0
},
"id": 360
},
{
"block": 2,
"color": 5,
"type": 0,
"position": {
"x": -420,
"y": 0,
"z": 0
},
"id": 370
},
{
"block": 10,
"color": 5,
"type": 0,
"position": {
"x": -180,
"y": -120,
"z": 0
},
"id": 380
},
{
"block": 12,
"color": 3,
"type": 0,
"position": {
"x": 180,
"y": -240,
"z": 0
},
"id": 390
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": 540,
"y": -120,
"z": 0
},
"id": 400
},
{
"block": 22,
"color": 3,
"type": 0,
"position": {
"x": 540,
"y": -600,
"z": 0
},
"id": 410
},
{
"block": 21,
"color": 4,
"type": 0,
"position": {
"x": 180,
"y": -600,
"z": 0
},
"id": 420
},
{
"block": 2,
"color": 4,
"type": 0,
"position": {
"x": 420,
"y": -120,
"z": 0
},
"id": 430
},
{
"block": 1,
"color": 8,
"type": 0,
"position": {
"x": -300,
"y": -120,
"z": 0
},
"id": 440
},
{
"block": 1,
"color": 2,
"type": 0,
"position": {
"x": -300,
"y": 240,
"z": 0
},
"id": 450
},
{
"block": 1,
"color": 2,
"type": 0,
"position": {
"x": 60,
"y": -600,
"z": 0
},
"id": 460
},
{
"block": 19,
"color": 10,
"type": 0,
"position": {
"x": -60,
"y": 360,
"z": 0
},
"id": 470
},
{
"block": 2,
"color": 10,
"type": 0,
"position": {
"x": 540,
"y": -360,
"z": 0
},
"id": 480
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": 420,
"y": -360,
"z": 0
},
"id": 490
},
{
"block": 5,
"color": 6,
"type": 3,
"position": {
"x": 60,
"y": -120,
"z": 0
},
"lockTime": 8,
"id": 500
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 8,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 2,
"num": 14,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 34,
"color": 5,
"special": 0,
"length": 3
},
{
"id": 4,
"num": 35,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 5,
"num": 36,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 6,
"num": 5,
"color": 3,
"special": 0,
"length": 3
},
{
"id": 7,
"num": 6,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 8,
"num": 7,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 9,
"num": 3,
"color": 4,
"special": 0,
"length": 2
},
{
"id": 10,
"num": 4,
"color": 4,
"special": 0,
"length": 0
},
{
"id": 11,
"num": 27,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 12,
"num": 33,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 13,
"num": 1,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 14,
"num": 2,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 15,
"num": 37,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 16,
"num": 38,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 17,
"num": 39,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 18,
"num": 40,
"color": 10,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "bddf9164-98da-449a-9e91-f7fd5fbf9e60",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,476 @@
{
"LEVEL_INFO": [
{
"id": "229",
"map": [
9,
12
],
"time": 90,
"gap": [
{
"x": 1,
"y": 4,
"z": 0
},
{
"x": 1,
"y": 3,
"z": 0
},
{
"x": 7,
"y": 4,
"z": 0
},
{
"x": 7,
"y": 3,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 420,
"y": 240,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -300,
"y": 240,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 300,
"y": 240,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -180,
"y": 240,
"z": 0
},
"id": 240
},
{
"block": 4,
"color": 5,
"type": 6,
"position": {
"x": -60,
"y": -600,
"z": 0
},
"boomTime": 20,
"id": 250
},
{
"block": 23,
"color": 5,
"type": 6,
"position": {
"x": 300,
"y": -480,
"z": 0
},
"boomTime": 20,
"id": 260
},
{
"block": 23,
"color": 5,
"type": 6,
"position": {
"x": -180,
"y": -480,
"z": 0
},
"boomTime": 20,
"id": 270
},
{
"block": 4,
"color": 7,
"type": 6,
"position": {
"x": 180,
"y": -600,
"z": 0
},
"boomTime": 25,
"id": 280
},
{
"block": 4,
"color": 3,
"type": 0,
"position": {
"x": -60,
"y": 240,
"z": 0
},
"id": 290
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": 180,
"y": 240,
"z": 0
},
"id": 300
},
{
"block": 1,
"color": 8,
"type": 0,
"position": {
"x": 60,
"y": 0,
"z": 0
},
"id": 310
},
{
"block": 1,
"color": 8,
"type": 0,
"position": {
"x": -180,
"y": 120,
"z": 0
},
"id": 320
},
{
"block": 23,
"color": 8,
"type": 0,
"position": {
"x": 180,
"y": 120,
"z": 0
},
"id": 330
},
{
"block": 23,
"color": 8,
"type": 0,
"position": {
"x": -60,
"y": 120,
"z": 0
},
"id": 340
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": 180,
"y": 480,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": 60,
"y": 240,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": 60,
"y": 360,
"z": 0
},
"id": 370
},
{
"block": 2,
"color": 9,
"type": 0,
"position": {
"x": 300,
"y": 0,
"z": 0
},
"id": 380
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": -180,
"y": -240,
"z": 0
},
"id": 390
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": -180,
"y": 360,
"z": 0
},
"id": 400
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": 420,
"y": 0,
"z": 0
},
"id": 410
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": 60,
"y": 120,
"z": 0
},
"id": 420
},
{
"block": 18,
"color": 1,
"type": 0,
"position": {
"x": 60,
"y": -360,
"z": 0
},
"id": 430
},
{
"block": 0,
"color": 6,
"type": 8,
"position": {
"x": 60,
"y": -480,
"z": 0
},
"id": 440
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": 180,
"y": 0,
"z": 0
},
"id": 450
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": 300,
"y": 360,
"z": 0
},
"id": 460
},
{
"block": 1,
"color": 10,
"type": 0,
"position": {
"x": -180,
"y": 0,
"z": 0
},
"id": 470
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 15,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 2,
"num": 17,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 21,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 4,
"num": 23,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 5,
"num": 32,
"color": 3,
"special": 0,
"length": 3
},
{
"id": 6,
"num": 33,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 7,
"num": 34,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 8,
"num": 0,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 9,
"num": 1,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 10,
"num": 36,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 11,
"num": 37,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 12,
"num": 6,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 13,
"num": 7,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 14,
"num": 2,
"color": 1,
"special": 0,
"length": 3
},
{
"id": 15,
"num": 3,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 16,
"num": 4,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 17,
"num": 19,
"color": 6,
"special": 0,
"length": 1
},
{
"id": 18,
"num": 30,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 19,
"num": 31,
"color": 10,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "ec7c0b79-0fed-4bab-80eb-f0aaeb9d7c5a",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,577 @@
{
"LEVEL_INFO": [
{
"id": "264",
"map": [
11,
11
],
"time": 190,
"gap": [
{
"x": 1,
"y": 9,
"z": 0
},
{
"x": 9,
"y": 9,
"z": 0
},
{
"x": 9,
"y": 1,
"z": 0
},
{
"x": 1,
"y": 1,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -300,
"y": 300,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 420,
"y": 300,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 420,
"y": -420,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -300,
"y": -420,
"z": 0
},
"id": 240
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -60,
"y": -60,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 180,
"y": -60,
"z": 0
},
"id": 260
},
{
"block": 20,
"color": 10,
"type": 0,
"position": {
"x": -180,
"y": -300,
"z": 0
},
"id": 270
},
{
"block": 1,
"color": 10,
"type": 0,
"position": {
"x": -60,
"y": 180,
"z": 0
},
"id": 280
},
{
"block": 2,
"color": 10,
"type": 9,
"position": {
"x": 540,
"y": -420,
"z": 0
},
"adhesiveTime": 2,
"id": 290
},
{
"block": 0,
"color": 7,
"type": 9,
"position": {
"x": 540,
"y": -180,
"z": 0
},
"adhesiveTime": 1,
"id": 300
},
{
"block": 2,
"color": 7,
"type": 9,
"position": {
"x": -420,
"y": -420,
"z": 0
},
"adhesiveTime": 2,
"id": 310
},
{
"block": 0,
"color": 10,
"type": 9,
"position": {
"x": -420,
"y": -180,
"z": 0
},
"adhesiveTime": 1,
"id": 320
},
{
"block": 2,
"color": 4,
"type": 9,
"position": {
"x": -300,
"y": -60,
"z": 0
},
"adhesiveTime": 2,
"id": 330
},
{
"block": 2,
"color": 5,
"type": 9,
"position": {
"x": -180,
"y": -60,
"z": 0
},
"adhesiveTime": 1,
"id": 340
},
{
"block": 2,
"color": 2,
"type": 9,
"position": {
"x": 420,
"y": -60,
"z": 0
},
"adhesiveTime": 2,
"id": 350
},
{
"block": 2,
"color": 6,
"type": 9,
"position": {
"x": 300,
"y": -60,
"z": 0
},
"adhesiveTime": 1,
"id": 360
},
{
"block": 3,
"color": 6,
"type": 0,
"position": {
"x": 180,
"y": -180,
"z": 0
},
"id": 370
},
{
"block": 1,
"color": 6,
"type": 0,
"position": {
"x": -180,
"y": -540,
"z": 0
},
"id": 380
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": -180,
"y": -180,
"z": 0
},
"id": 390
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": -60,
"y": -540,
"z": 0
},
"id": 400
},
{
"block": 2,
"color": 9,
"type": 0,
"position": {
"x": 180,
"y": -540,
"z": 0
},
"id": 410
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": 300,
"y": -180,
"z": 0
},
"id": 420
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": -300,
"y": 180,
"z": 0
},
"id": 430
},
{
"block": 19,
"color": 7,
"type": 0,
"position": {
"x": 420,
"y": -300,
"z": 0
},
"id": 440
},
{
"block": 21,
"color": 8,
"type": 0,
"position": {
"x": 300,
"y": 300,
"z": 0
},
"id": 450
},
{
"block": 22,
"color": 1,
"type": 0,
"position": {
"x": -180,
"y": 300,
"z": 0
},
"id": 460
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": -60,
"y": 300,
"z": 0
},
"id": 470
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 180,
"y": 300,
"z": 0
},
"id": 480
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": 60,
"y": 420,
"z": 0
},
"id": 490
},
{
"block": 2,
"color": 7,
"type": 0,
"position": {
"x": 60,
"y": 180,
"z": 0
},
"id": 500
},
{
"block": 1,
"color": 10,
"type": 0,
"position": {
"x": 540,
"y": 180,
"z": 0
},
"id": 510
},
{
"block": 1,
"color": 3,
"type": 0,
"position": {
"x": 300,
"y": 180,
"z": 0
},
"id": 520
},
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": 420,
"y": -540,
"z": 0
},
"id": 530
},
{
"block": 14,
"color": 6,
"type": 4,
"position": {
"x": 60,
"y": -60,
"z": 0
},
"freezeTime": 10,
"id": 540
},
{
"block": 14,
"color": 5,
"type": 4,
"position": {
"x": 60,
"y": -420,
"z": 0
},
"freezeTime": 20,
"id": 550
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 14,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 2,
"num": 16,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 32,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 4,
"num": 33,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 5,
"num": 5,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 6,
"num": 6,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 7,
"num": 34,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 8,
"num": 35,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 9,
"num": 30,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 10,
"num": 31,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 11,
"num": 19,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 12,
"num": 21,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 13,
"num": 13,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 14,
"num": 15,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 15,
"num": 20,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 16,
"num": 22,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 17,
"num": 3,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 18,
"num": 4,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 19,
"num": 1,
"color": 4,
"special": 0,
"length": 2
},
{
"id": 20,
"num": 2,
"color": 4,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "6de57a59-77bf-4b92-96d3-f0785c9bbfea",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,400 @@
{
"LEVEL_INFO": [
{
"id": "231",
"map": [
9,
12
],
"time": 120,
"gap": [
{
"x": 2,
"y": 10,
"z": 0
},
{
"x": 3,
"y": 10,
"z": 0
},
{
"x": 4,
"y": 10,
"z": 0
},
{
"x": 5,
"y": 10,
"z": 0
},
{
"x": 6,
"y": 10,
"z": 0
},
{
"x": 3,
"y": 9,
"z": 0
},
{
"x": 4,
"y": 9,
"z": 0
},
{
"x": 5,
"y": 9,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 60,
"y": 240,
"z": 0
},
"id": 210
},
{
"block": 1,
"color": 8,
"type": 0,
"position": {
"x": -180,
"y": 360,
"z": 0
},
"id": 220
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": 300,
"y": 120,
"z": 0
},
"id": 230
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": -300,
"y": 120,
"z": 0
},
"id": 240
},
{
"block": 2,
"color": 10,
"type": 0,
"position": {
"x": -180,
"y": 0,
"z": 0
},
"id": 250
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": 180,
"y": -240,
"z": 0
},
"id": 260
},
{
"block": 2,
"color": 7,
"type": 0,
"position": {
"x": 420,
"y": -360,
"z": 0
},
"id": 270
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 300,
"y": -120,
"z": 0
},
"id": 280
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 60,
"y": -360,
"z": 0
},
"id": 290
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": 300,
"y": -480,
"z": 0
},
"id": 300
},
{
"block": 5,
"color": 3,
"type": 0,
"position": {
"x": -180,
"y": -600,
"z": 0
},
"id": 310
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": -60,
"y": 240,
"z": 0
},
"id": 320
},
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": 420,
"y": -600,
"z": 0
},
"id": 330
},
{
"block": 21,
"color": 3,
"type": 1,
"position": {
"x": -300,
"y": -360,
"z": 0
},
"stacking": 10,
"id": 340
},
{
"block": 19,
"color": 6,
"type": 1,
"position": {
"x": 420,
"y": 0,
"z": 0
},
"stacking": 10,
"id": 350
},
{
"block": 3,
"color": 3,
"type": 6,
"position": {
"x": 180,
"y": 120,
"z": 0
},
"boomTime": 15,
"id": 360
},
{
"block": 18,
"color": 8,
"type": 8,
"position": {
"x": 60,
"y": -240,
"z": 0
},
"id": 370
},
{
"block": 0,
"color": 10,
"type": 7,
"position": {
"x": -60,
"y": -240,
"z": 0
},
"id": 380
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": 180,
"y": 0,
"z": 0
},
"id": 390
},
{
"block": 14,
"color": 6,
"type": 4,
"position": {
"x": 60,
"y": -600,
"z": 0
},
"freezeTime": 5,
"id": 400
},
{
"block": 5,
"color": 7,
"type": 0,
"position": {
"x": 420,
"y": 240,
"z": 0
},
"id": 410
},
{
"block": 1,
"color": 2,
"type": 4,
"position": {
"x": -180,
"y": -120,
"z": 0
},
"freezeTime": 13,
"id": 420
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 15,
"color": 8,
"special": 0,
"length": 3
},
{
"id": 2,
"num": 18,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 20,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 4,
"num": 2,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 5,
"num": 3,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 6,
"num": 32,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 7,
"num": 33,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 8,
"num": 8,
"color": 5,
"special": 0,
"length": 1
},
{
"id": 9,
"num": 4,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 10,
"num": 5,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 11,
"num": 36,
"color": 2,
"special": 0,
"length": 1
},
{
"id": 12,
"num": 30,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 13,
"num": 31,
"color": 10,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "5cf02ef4-bcf0-4651-bc7e-28db23aa0ee6",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,356 @@
{
"LEVEL_INFO": [
{
"id": "232",
"map": [
8,
10
],
"time": 90,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": -240,
"y": -240,
"z": 0
},
"id": 210
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": -240,
"y": -360,
"z": 0
},
"id": 220
},
{
"block": 5,
"color": 1,
"type": 0,
"position": {
"x": -120,
"y": -120,
"z": 0
},
"id": 230
},
{
"block": 5,
"color": 8,
"type": 0,
"position": {
"x": 360,
"y": 0,
"z": 0
},
"id": 240
},
{
"block": 23,
"color": 8,
"type": 0,
"position": {
"x": 120,
"y": 120,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 8,
"type": 0,
"position": {
"x": 0,
"y": 120,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": -120,
"y": 120,
"z": 0
},
"id": 270
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": 120,
"y": -120,
"z": 0
},
"id": 280
},
{
"block": 1,
"color": 3,
"type": 0,
"position": {
"x": 0,
"y": 240,
"z": 0
},
"id": 290
},
{
"block": 2,
"color": 3,
"type": 1,
"position": {
"x": 240,
"y": -360,
"z": 0
},
"stacking": 8,
"id": 300
},
{
"block": 2,
"color": 2,
"type": 1,
"position": {
"x": -120,
"y": -360,
"z": 0
},
"stacking": 9,
"id": 310
},
{
"block": 4,
"color": 6,
"type": 1,
"position": {
"x": 120,
"y": -480,
"z": 0
},
"stacking": 5,
"id": 320
},
{
"block": 4,
"color": 5,
"type": 1,
"position": {
"x": 0,
"y": -480,
"z": 0
},
"stacking": 6,
"id": 330
},
{
"block": 1,
"color": 7,
"type": 0,
"position": {
"x": -120,
"y": -480,
"z": 0
},
"id": 340
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": 360,
"y": -480,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 360,
"y": -120,
"z": 0
},
"id": 360
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": -240,
"y": 120,
"z": 0
},
"id": 370
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": -240,
"y": 360,
"z": 0
},
"id": 380
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": 360,
"y": 360,
"z": 0
},
"id": 390
},
{
"block": 2,
"color": 5,
"type": 4,
"position": {
"x": 240,
"y": 240,
"z": 0
},
"freezeTime": 8,
"id": 400
},
{
"block": 1,
"color": 9,
"type": 4,
"position": {
"x": 120,
"y": 0,
"z": 0
},
"freezeTime": 10,
"id": 410
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 13,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 2,
"num": 15,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 11,
"color": 5,
"special": 0,
"length": 1
},
{
"id": 4,
"num": 16,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 5,
"num": 18,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 6,
"num": 12,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 7,
"num": 14,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 8,
"num": 2,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 9,
"num": 3,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 10,
"num": 22,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 11,
"num": 23,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 12,
"num": 17,
"color": 6,
"special": 0,
"length": 1
},
{
"id": 13,
"num": 8,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 14,
"num": 10,
"color": 9,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "b8cc8cde-cb26-4f27-a917-1148133af254",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,451 @@
{
"LEVEL_INFO": [
{
"id": "234",
"map": [
10,
12
],
"time": 115,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 120,
"y": 360,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 0,
"y": 360,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 120,
"y": -360,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 0,
"y": -360,
"z": 0
},
"id": 240
},
{
"block": 5,
"color": 1,
"type": 0,
"position": {
"x": 120,
"y": -600,
"z": 0
},
"id": 250
},
{
"block": 22,
"color": 1,
"type": 0,
"position": {
"x": -240,
"y": 360,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": 480,
"y": -600,
"z": 0
},
"id": 270
},
{
"block": 1,
"color": 1,
"type": 9,
"position": {
"x": 360,
"y": 0,
"z": 0
},
"adhesiveTime": 2,
"id": 280
},
{
"block": 1,
"color": 1,
"type": 9,
"position": {
"x": 480,
"y": -120,
"z": 0
},
"adhesiveTime": 1,
"id": 290
},
{
"block": 1,
"color": 5,
"type": 9,
"position": {
"x": -120,
"y": 0,
"z": 0
},
"adhesiveTime": 2,
"id": 300
},
{
"block": 1,
"color": 5,
"type": 9,
"position": {
"x": -240,
"y": -120,
"z": 0
},
"adhesiveTime": 1,
"id": 310
},
{
"block": 3,
"color": 5,
"type": 0,
"position": {
"x": 480,
"y": 240,
"z": 0
},
"id": 320
},
{
"block": 5,
"color": 10,
"type": 0,
"position": {
"x": 120,
"y": -240,
"z": 0
},
"id": 330
},
{
"block": 5,
"color": 3,
"type": 0,
"position": {
"x": 120,
"y": 0,
"z": 0
},
"id": 340
},
{
"block": 2,
"color": 4,
"type": 0,
"position": {
"x": 240,
"y": -240,
"z": 0
},
"id": 350
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": -120,
"y": -240,
"z": 0
},
"id": 360
},
{
"block": 19,
"color": 9,
"type": 0,
"position": {
"x": 360,
"y": -600,
"z": 0
},
"id": 370
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": -360,
"y": -600,
"z": 0
},
"id": 380
},
{
"block": 20,
"color": 7,
"type": 0,
"position": {
"x": -120,
"y": -600,
"z": 0
},
"id": 390
},
{
"block": 1,
"color": 8,
"type": 0,
"position": {
"x": 120,
"y": 240,
"z": 0
},
"id": 400
},
{
"block": 3,
"color": 2,
"type": 7,
"position": {
"x": -120,
"y": 240,
"z": 0
},
"id": 410
},
{
"block": 1,
"color": 9,
"type": 7,
"position": {
"x": 480,
"y": 120,
"z": 0
},
"id": 420
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": -120,
"y": 360,
"z": 0
},
"id": 430
},
{
"block": 1,
"color": 6,
"type": 0,
"position": {
"x": -240,
"y": 120,
"z": 0
},
"id": 440
},
{
"block": 2,
"color": 7,
"type": 0,
"position": {
"x": 240,
"y": 360,
"z": 0
},
"id": 450
},
{
"block": 21,
"color": 10,
"type": 0,
"position": {
"x": 360,
"y": 360,
"z": 0
},
"id": 460
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 2,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 2,
"num": 3,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 32,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 4,
"num": 33,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 5,
"num": 6,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 6,
"num": 7,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 7,
"num": 17,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 8,
"num": 19,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 9,
"num": 11,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 10,
"num": 13,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 11,
"num": 23,
"color": 4,
"special": 0,
"length": 2
},
{
"id": 12,
"num": 25,
"color": 4,
"special": 0,
"length": 0
},
{
"id": 13,
"num": 28,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 14,
"num": 29,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 15,
"num": 22,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 16,
"num": 24,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 17,
"num": 16,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 18,
"num": 18,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 19,
"num": 10,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 20,
"num": 12,
"color": 10,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "f9074115-81a1-4b1a-9906-6ee46241aa7b",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,419 @@
{
"LEVEL_INFO": [
{
"id": "235",
"map": [
9,
12
],
"time": 125,
"gap": [
{
"x": 1,
"y": 1,
"z": 0
},
{
"x": 2,
"y": 1,
"z": 0
},
{
"x": 7,
"y": 1,
"z": 0
},
{
"x": 6,
"y": 1,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 60,
"y": -360,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 60,
"y": -480,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 60,
"y": -600,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 300,
"y": -480,
"z": 0
},
"id": 240
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -180,
"y": -480,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 60,
"y": 360,
"z": 0
},
"id": 260
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 60,
"y": 240,
"z": 0
},
"id": 270
},
{
"block": 3,
"color": 1,
"type": 0,
"position": {
"x": 180,
"y": -240,
"z": 0
},
"id": 280
},
{
"block": 2,
"color": 1,
"type": 0,
"position": {
"x": 420,
"y": -480,
"z": 0
},
"id": 290
},
{
"block": 2,
"color": 1,
"type": 0,
"position": {
"x": 180,
"y": 120,
"z": 0
},
"id": 300
},
{
"block": 3,
"color": 2,
"type": 0,
"position": {
"x": 180,
"y": -120,
"z": 0
},
"id": 310
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": -60,
"y": 120,
"z": 0
},
"id": 320
},
{
"block": 2,
"color": 10,
"type": 0,
"position": {
"x": -180,
"y": 120,
"z": 0
},
"id": 330
},
{
"block": 6,
"color": 10,
"type": 0,
"position": {
"x": 420,
"y": -240,
"z": 0
},
"id": 340
},
{
"block": 10,
"color": 9,
"type": 0,
"position": {
"x": -300,
"y": -240,
"z": 0
},
"id": 350
},
{
"block": 2,
"color": 8,
"type": 0,
"position": {
"x": -300,
"y": -480,
"z": 0
},
"id": 360
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": 420,
"y": 120,
"z": 0
},
"id": 370
},
{
"block": 2,
"color": 9,
"type": 0,
"position": {
"x": 300,
"y": 120,
"z": 0
},
"id": 380
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": -300,
"y": 120,
"z": 0
},
"id": 390
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": -60,
"y": -600,
"z": 0
},
"id": 400
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": 180,
"y": -600,
"z": 0
},
"id": 410
},
{
"block": 4,
"color": 5,
"type": 8,
"position": {
"x": -180,
"y": -360,
"z": 0
},
"id": 420
},
{
"block": 4,
"color": 8,
"type": 8,
"position": {
"x": 300,
"y": -360,
"z": 0
},
"id": 430
},
{
"block": 2,
"color": 6,
"type": 6,
"position": {
"x": 60,
"y": 0,
"z": 0
},
"boomTime": 20,
"id": 440
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 13,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 2,
"num": 15,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 19,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 4,
"num": 22,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 5,
"num": 6,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 6,
"num": 7,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 7,
"num": 31,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 8,
"num": 32,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 9,
"num": 25,
"color": 10,
"special": 0,
"length": 3
},
{
"id": 10,
"num": 26,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 11,
"num": 27,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 12,
"num": 0,
"color": 9,
"special": 0,
"length": 3
},
{
"id": 13,
"num": 1,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 14,
"num": 2,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 15,
"num": 14,
"color": 3,
"special": 0,
"length": 1
},
{
"id": 16,
"num": 18,
"color": 6,
"special": 0,
"length": 1
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "3b15b350-bf0d-419b-bdc3-94e71b7409f7",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,446 @@
{
"LEVEL_INFO": [
{
"id": "236",
"map": [
10,
13
],
"time": 130,
"gap": [
{
"x": 3,
"y": 1,
"z": 0
},
{
"x": 4,
"y": 1,
"z": 0
},
{
"x": 5,
"y": 1,
"z": 0
},
{
"x": 6,
"y": 1,
"z": 0
},
{
"x": 6,
"y": 2,
"z": 0
},
{
"x": 5,
"y": 2,
"z": 0
},
{
"x": 4,
"y": 2,
"z": 0
},
{
"x": 3,
"y": 2,
"z": 0
},
{
"x": 1,
"y": 11,
"z": 0
},
{
"x": 2,
"y": 11,
"z": 0
},
{
"x": 7,
"y": 11,
"z": 0
},
{
"x": 8,
"y": 11,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 5,
"color": 9,
"type": 0,
"position": {
"x": -240,
"y": -660,
"z": 0
},
"id": 210
},
{
"block": 5,
"color": 9,
"type": 0,
"position": {
"x": -240,
"y": 300,
"z": 0
},
"id": 220
},
{
"block": 5,
"color": 9,
"type": 0,
"position": {
"x": 480,
"y": 300,
"z": 0
},
"id": 230
},
{
"block": 21,
"color": 9,
"type": 0,
"position": {
"x": -120,
"y": 180,
"z": 0
},
"id": 240
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": 120,
"y": 180,
"z": 0
},
"id": 250
},
{
"block": 5,
"color": 5,
"type": 0,
"position": {
"x": 480,
"y": -660,
"z": 0
},
"id": 260
},
{
"block": 4,
"color": 5,
"type": 0,
"position": {
"x": 360,
"y": -60,
"z": 0
},
"id": 270
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": -120,
"y": 420,
"z": 0
},
"id": 280
},
{
"block": 22,
"color": 2,
"type": 0,
"position": {
"x": 240,
"y": 180,
"z": 0
},
"id": 290
},
{
"block": 3,
"color": 2,
"type": 7,
"position": {
"x": 120,
"y": -420,
"z": 0
},
"id": 300
},
{
"block": 23,
"color": 2,
"type": 7,
"position": {
"x": 120,
"y": -60,
"z": 0
},
"id": 310
},
{
"block": 23,
"color": 2,
"type": 7,
"position": {
"x": 0,
"y": -60,
"z": 0
},
"id": 320
},
{
"block": 23,
"color": 2,
"type": 7,
"position": {
"x": 120,
"y": 60,
"z": 0
},
"id": 330
},
{
"block": 23,
"color": 2,
"type": 7,
"position": {
"x": 0,
"y": 60,
"z": 0
},
"id": 340
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": 240,
"y": -420,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": 120,
"y": -180,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": 0,
"y": 180,
"z": 0
},
"id": 370
},
{
"block": 2,
"color": 6,
"type": 8,
"position": {
"x": 240,
"y": -60,
"z": 0
},
"id": 380
},
{
"block": 2,
"color": 6,
"type": 5,
"position": {
"x": -120,
"y": -60,
"z": 0
},
"id": 390
},
{
"block": 0,
"color": 6,
"type": 5,
"position": {
"x": 0,
"y": -180,
"z": 0
},
"id": 400
},
{
"block": 3,
"color": 8,
"type": 0,
"position": {
"x": 240,
"y": 540,
"z": 0
},
"id": 410
},
{
"block": 4,
"color": 8,
"type": 0,
"position": {
"x": -240,
"y": -60,
"z": 0
},
"id": 420
},
{
"block": 5,
"color": 2,
"type": 4,
"position": {
"x": -240,
"y": -420,
"z": 0
},
"freezeTime": 5,
"id": 430
},
{
"block": 5,
"color": 6,
"type": 4,
"position": {
"x": 480,
"y": -420,
"z": 0
},
"freezeTime": 10,
"id": 440
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 6,
"color": 5,
"special": 0,
"length": 3
},
{
"id": 2,
"num": 7,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 8,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 4,
"num": 34,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 5,
"num": 35,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 6,
"num": 18,
"color": 3,
"special": 0,
"length": 1
},
{
"id": 7,
"num": 2,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 8,
"num": 3,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 9,
"num": 38,
"color": 8,
"special": 0,
"length": 3
},
{
"id": 10,
"num": 39,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 11,
"num": 40,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 12,
"num": 26,
"color": 6,
"special": 1,
"length": 1
},
{
"id": 13,
"num": 19,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 14,
"num": 21,
"color": 9,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "eef8f142-e6dc-45d9-85f1-a5746adb091e",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,318 @@
{
"LEVEL_INFO": [
{
"id": "237",
"map": [
8,
9
],
"time": 180,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 22,
"color": 5,
"type": 0,
"position": {
"x": 360,
"y": 60,
"z": 0
},
"id": 210
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 120,
"y": 60,
"z": 0
},
"id": 220
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": -120,
"y": 60,
"z": 0
},
"id": 230
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": 240,
"y": -420,
"z": 0
},
"id": 240
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": 0,
"y": -420,
"z": 0
},
"id": 250
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": 360,
"y": -420,
"z": 0
},
"id": 260
},
{
"block": 21,
"color": 9,
"type": 1,
"position": {
"x": -120,
"y": 180,
"z": 0
},
"stacking": 5,
"id": 270
},
{
"block": 20,
"color": 9,
"type": 1,
"position": {
"x": -120,
"y": -420,
"z": 0
},
"stacking": 5,
"id": 280
},
{
"block": 1,
"color": 3,
"type": 1,
"position": {
"x": 120,
"y": 180,
"z": 0
},
"stacking": 9,
"id": 290
},
{
"block": 1,
"color": 5,
"type": 1,
"position": {
"x": 120,
"y": -300,
"z": 0
},
"stacking": 3,
"id": 300
},
{
"block": 0,
"color": 1,
"type": 1,
"position": {
"x": 120,
"y": -420,
"z": 0
},
"stacking": 10,
"id": 310
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": 240,
"y": -180,
"z": 0
},
"id": 320
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": 0,
"y": -180,
"z": 0
},
"id": 330
},
{
"block": 2,
"color": 6,
"type": 4,
"position": {
"x": 360,
"y": -180,
"z": 0
},
"freezeTime": 8,
"id": 340
},
{
"block": 2,
"color": 7,
"type": 4,
"position": {
"x": 240,
"y": -60,
"z": 0
},
"freezeTime": 12,
"id": 350
},
{
"block": 2,
"color": 1,
"type": 4,
"position": {
"x": 120,
"y": -180,
"z": 0
},
"freezeTime": 17,
"id": 360
},
{
"block": 2,
"color": 10,
"type": 4,
"position": {
"x": 0,
"y": -60,
"z": 0
},
"freezeTime": 18,
"id": 370
},
{
"block": 2,
"color": 8,
"type": 4,
"position": {
"x": -120,
"y": -180,
"z": 0
},
"freezeTime": 19,
"id": 380
},
{
"block": 2,
"color": 2,
"type": 4,
"position": {
"x": -240,
"y": -60,
"z": 0
},
"freezeTime": 20,
"id": 390
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 1,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 2,
"num": 2,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 8,
"color": 2,
"special": 0,
"length": 1
},
{
"id": 4,
"num": 12,
"color": 7,
"special": 0,
"length": 1
},
{
"id": 5,
"num": 16,
"color": 6,
"special": 0,
"length": 1
},
{
"id": 6,
"num": 23,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 7,
"num": 24,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 8,
"num": 20,
"color": 3,
"special": 0,
"length": 1
},
{
"id": 9,
"num": 17,
"color": 8,
"special": 0,
"length": 1
},
{
"id": 10,
"num": 13,
"color": 10,
"special": 0,
"length": 1
},
{
"id": 11,
"num": 9,
"color": 1,
"special": 0,
"length": 1
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "8bebef5b-c60e-44a1-823c-b7739c4563f1",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,551 @@
{
"LEVEL_INFO": [
{
"id": "238",
"map": [
10,
13
],
"time": 180,
"gap": [
{
"x": 2,
"y": 11,
"z": 0
},
{
"x": 2,
"y": 10,
"z": 0
},
{
"x": 1,
"y": 10,
"z": 0
},
{
"x": 1,
"y": 11,
"z": 0
},
{
"x": 7,
"y": 11,
"z": 0
},
{
"x": 7,
"y": 10,
"z": 0
},
{
"x": 8,
"y": 11,
"z": 0
},
{
"x": 8,
"y": 10,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": -360,
"y": -660,
"z": 0
},
"id": 210
},
{
"block": 0,
"color": 8,
"type": 8,
"position": {
"x": 120,
"y": -60,
"z": 0
},
"id": 220
},
{
"block": 0,
"color": 6,
"type": 8,
"position": {
"x": 0,
"y": -60,
"z": 0
},
"id": 230
},
{
"block": 2,
"color": 7,
"type": 7,
"position": {
"x": 0,
"y": 180,
"z": 0
},
"id": 250
},
{
"block": 5,
"color": 6,
"type": 5,
"position": {
"x": 240,
"y": -540,
"z": 0
},
"id": 260
},
{
"block": 4,
"color": 6,
"type": 0,
"position": {
"x": 240,
"y": 300,
"z": 0
},
"id": 270
},
{
"block": 23,
"color": 6,
"type": 0,
"position": {
"x": -240,
"y": -180,
"z": 0
},
"id": 280
},
{
"block": 23,
"color": 6,
"type": 0,
"position": {
"x": -360,
"y": -180,
"z": 0
},
"id": 290
},
{
"block": 23,
"color": 6,
"type": 0,
"position": {
"x": 360,
"y": -180,
"z": 0
},
"id": 300
},
{
"block": 23,
"color": 6,
"type": 0,
"position": {
"x": 480,
"y": -180,
"z": 0
},
"id": 310
},
{
"block": 2,
"color": 7,
"type": 0,
"position": {
"x": -120,
"y": -300,
"z": 0
},
"id": 320
},
{
"block": 2,
"color": 7,
"type": 0,
"position": {
"x": 0,
"y": -540,
"z": 0
},
"id": 330
},
{
"block": 2,
"color": 7,
"type": 0,
"position": {
"x": 240,
"y": -300,
"z": 0
},
"id": 340
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": 480,
"y": -660,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": 120,
"y": 420,
"z": 0
},
"id": 360
},
{
"block": 2,
"color": 4,
"type": 0,
"position": {
"x": 120,
"y": -300,
"z": 0
},
"id": 360
},
{
"block": 2,
"color": 4,
"type": 0,
"position": {
"x": -240,
"y": 180,
"z": 0
},
"id": 370
},
{
"block": 2,
"color": 4,
"type": 7,
"position": {
"x": 120,
"y": 180,
"z": 0
},
"id": 380
},
{
"block": 1,
"color": 10,
"type": 0,
"position": {
"x": 0,
"y": -660,
"z": 0
},
"id": 390
},
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": 240,
"y": -660,
"z": 0
},
"id": 400
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": 0,
"y": 420,
"z": 0
},
"id": 410
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": 0,
"y": 540,
"z": 0
},
"id": 420
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": 120,
"y": 540,
"z": 0
},
"id": 430
},
{
"block": 4,
"color": 9,
"type": 0,
"position": {
"x": -120,
"y": 300,
"z": 0
},
"id": 440
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": 0,
"y": 60,
"z": 0
},
"id": 450
},
{
"block": 1,
"color": 10,
"type": 0,
"position": {
"x": 240,
"y": 60,
"z": 0
},
"id": 460
},
{
"block": 2,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": 180,
"z": 0
},
"id": 470
},
{
"block": 6,
"color": 8,
"type": 4,
"position": {
"x": -240,
"y": -540,
"z": 0
},
"freezeTime": 5,
"id": 480
},
{
"block": 10,
"color": 8,
"type": 4,
"position": {
"x": 360,
"y": -540,
"z": 0
},
"freezeTime": 11,
"id": 490
},
{
"block": 5,
"color": 4,
"type": 4,
"position": {
"x": -240,
"y": -60,
"z": 0
},
"freezeTime": 15,
"id": 500
},
{
"block": 5,
"color": 7,
"type": 4,
"position": {
"x": 480,
"y": -60,
"z": 0
},
"freezeTime": 18,
"id": 510
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 20,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 2,
"num": 22,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 7,
"color": 7,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 4,
"num": 8,
"color": 7,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 5,
"num": 29,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 6,
"num": 30,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 7,
"num": 16,
"color": 6,
"special": 1,
"length": 2
},
{
"id": 8,
"num": 18,
"color": 6,
"special": 1,
"length": 0
},
{
"id": 9,
"num": 36,
"color": 4,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 10,
"num": 37,
"color": 4,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 11,
"num": 2,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 12,
"num": 3,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 13,
"num": 0,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 14,
"num": 1,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 15,
"num": 31,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 16,
"num": 32,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 17,
"num": 15,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 18,
"num": 17,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 19,
"num": 19,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 20,
"num": 21,
"color": 9,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "6c18d357-ff8b-4e47-a810-5e1fc6f95f22",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,332 @@
{
"LEVEL_INFO": [
{
"id": "239",
"map": [
7,
11
],
"time": 100,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 1,
"color": 2,
"type": 0,
"position": {
"x": 300,
"y": -420,
"z": 0
},
"id": 210
},
{
"block": 0,
"color": 9,
"type": 1,
"position": {
"x": -60,
"y": 420,
"z": 0
},
"stacking": 5,
"id": 220
},
{
"block": 0,
"color": 4,
"type": 1,
"position": {
"x": 300,
"y": 420,
"z": 0
},
"stacking": 10,
"id": 230
},
{
"block": 0,
"color": 9,
"type": 1,
"position": {
"x": -180,
"y": 60,
"z": 0
},
"stacking": 1,
"id": 240
},
{
"block": 0,
"color": 5,
"type": 1,
"position": {
"x": -180,
"y": -180,
"z": 0
},
"stacking": 2,
"id": 250
},
{
"block": 1,
"color": 6,
"type": 5,
"position": {
"x": -60,
"y": -540,
"z": 0
},
"id": 260
},
{
"block": 1,
"color": 3,
"type": 5,
"position": {
"x": 300,
"y": -540,
"z": 0
},
"id": 270
},
{
"block": 1,
"color": 1,
"type": 5,
"position": {
"x": -60,
"y": 300,
"z": 0
},
"id": 280
},
{
"block": 1,
"color": 9,
"type": 5,
"position": {
"x": 300,
"y": 300,
"z": 0
},
"id": 290
},
{
"block": 10,
"color": 6,
"type": 1,
"position": {
"x": -60,
"y": -180,
"z": 0
},
"stacking": 1,
"id": 300
},
{
"block": 6,
"color": 8,
"type": 1,
"position": {
"x": 300,
"y": -60,
"z": 0
},
"stacking": 2,
"id": 310
},
{
"block": 3,
"color": 5,
"type": 1,
"position": {
"x": 180,
"y": -300,
"z": 0
},
"stacking": 10,
"id": 320
},
{
"block": 0,
"color": 10,
"type": 1,
"position": {
"x": 60,
"y": -60,
"z": 0
},
"stacking": 3,
"id": 330
},
{
"block": 1,
"color": 3,
"type": 4,
"position": {
"x": 180,
"y": -180,
"z": 0
},
"freezeTime": 6,
"id": 340
},
{
"block": 1,
"color": 5,
"type": 4,
"position": {
"x": 60,
"y": -420,
"z": 0
},
"freezeTime": 12,
"id": 350
},
{
"block": 1,
"color": 4,
"type": 4,
"position": {
"x": 60,
"y": 180,
"z": 0
},
"freezeTime": 10,
"id": 360
},
{
"block": 1,
"color": 3,
"type": 4,
"position": {
"x": 180,
"y": 420,
"z": 0
},
"freezeTime": 16,
"id": 370
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 1,
"color": 2,
"special": 1,
"length": 3
},
{
"id": 2,
"num": 2,
"color": 2,
"special": 1,
"length": 0
},
{
"id": 3,
"num": 3,
"color": 2,
"special": 1,
"length": 0
},
{
"id": 4,
"num": 20,
"color": 1,
"special": 1,
"length": 3
},
{
"id": 5,
"num": 21,
"color": 1,
"special": 1,
"length": 0
},
{
"id": 6,
"num": 22,
"color": 1,
"special": 1,
"length": 0
},
{
"id": 7,
"num": 19,
"color": 6,
"special": 1,
"length": 1
},
{
"id": 8,
"num": 0,
"color": 4,
"special": 1,
"length": 1
},
{
"id": 9,
"num": 7,
"color": 10,
"special": 1,
"length": 1
},
{
"id": 10,
"num": 8,
"color": 5,
"special": 1,
"length": 1
},
{
"id": 11,
"num": 27,
"color": 9,
"special": 1,
"length": 1
},
{
"id": 12,
"num": 26,
"color": 3,
"special": 1,
"length": 1
},
{
"id": 13,
"num": 16,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 14,
"num": 18,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 15,
"num": 9,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 16,
"num": 11,
"color": 8,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "4d7018fc-e452-4378-ab76-c18af79011f4",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,407 @@
{
"LEVEL_INFO": [
{
"id": "240",
"map": [
8,
10
],
"time": 120,
"gap": [
{
"x": 3,
"y": 8,
"z": 0
},
{
"x": 4,
"y": 8,
"z": 0
},
{
"x": 3,
"y": 7,
"z": 0
},
{
"x": 4,
"y": 7,
"z": 0
},
{
"x": 3,
"y": 1,
"z": 0
},
{
"x": 4,
"y": 1,
"z": 0
},
{
"x": 4,
"y": 2,
"z": 0
},
{
"x": 3,
"y": 2,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": 0,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -240,
"y": 0,
"z": 0
},
"id": 220
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": 120,
"y": -240,
"z": 0
},
"id": 230
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": -240,
"y": -120,
"z": 0
},
"id": 240
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 360,
"y": -120,
"z": 0
},
"id": 250
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 0,
"y": -240,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": -240,
"y": 240,
"z": 0
},
"id": 270
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": 240,
"y": 360,
"z": 0
},
"id": 280
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": -120,
"y": -360,
"z": 0
},
"id": 290
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": 0,
"y": 0,
"z": 0
},
"id": 300
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": 360,
"y": 240,
"z": 0
},
"id": 310
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": 240,
"y": -360,
"z": 0
},
"id": 320
},
{
"block": 1,
"color": 7,
"type": 0,
"position": {
"x": 120,
"y": -120,
"z": 0
},
"id": 330
},
{
"block": 20,
"color": 8,
"type": 0,
"position": {
"x": -120,
"y": -480,
"z": 0
},
"id": 340
},
{
"block": 19,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": -480,
"z": 0
},
"id": 350
},
{
"block": 1,
"color": 1,
"type": 9,
"position": {
"x": -120,
"y": -240,
"z": 0
},
"adhesiveTime": 2,
"id": 360
},
{
"block": 2,
"color": 10,
"type": 9,
"position": {
"x": -120,
"y": -120,
"z": 0
},
"adhesiveTime": 1,
"id": 370
},
{
"block": 1,
"color": 8,
"type": 9,
"position": {
"x": 360,
"y": -240,
"z": 0
},
"adhesiveTime": 2,
"id": 380
},
{
"block": 2,
"color": 5,
"type": 9,
"position": {
"x": 240,
"y": -120,
"z": 0
},
"adhesiveTime": 1,
"id": 390
},
{
"block": 0,
"color": 3,
"type": 6,
"position": {
"x": 120,
"y": 0,
"z": 0
},
"boomTime": 15,
"id": 400
},
{
"block": 19,
"color": 8,
"type": 0,
"position": {
"x": 240,
"y": 120,
"z": 0
},
"id": 410
},
{
"block": 20,
"color": 1,
"type": 0,
"position": {
"x": 0,
"y": 120,
"z": 0
},
"id": 420
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 6,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 2,
"num": 7,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 5,
"color": 2,
"special": 0,
"length": 1
},
{
"id": 4,
"num": 2,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 5,
"num": 3,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 6,
"num": 0,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 7,
"num": 1,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 8,
"num": 34,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 9,
"num": 35,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 10,
"num": 33,
"color": 7,
"special": 0,
"length": 1
},
{
"id": 11,
"num": 30,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 12,
"num": 31,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 13,
"num": 28,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 14,
"num": 29,
"color": 8,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "e8ba0ebf-0acc-423f-b790-0276464e292e",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,408 @@
{
"LEVEL_INFO": [
{
"id": "241",
"map": [
8,
10
],
"time": 120,
"gap": [
{
"x": 1,
"y": 8,
"z": 0
},
{
"x": 1,
"y": 7,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -120,
"y": 240,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 240,
"y": 240,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": 240,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -120,
"y": -120,
"z": 0
},
"id": 240
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -240,
"y": -120,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": -120,
"z": 0
},
"id": 260
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 240,
"y": -120,
"z": 0
},
"id": 270
},
{
"block": 1,
"color": 2,
"type": 0,
"position": {
"x": 0,
"y": 360,
"z": 0
},
"id": 280
},
{
"block": 1,
"color": 2,
"type": 0,
"position": {
"x": 240,
"y": 0,
"z": 0
},
"id": 290
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": -120,
"y": -240,
"z": 0
},
"id": 300
},
{
"block": 1,
"color": 8,
"type": 0,
"position": {
"x": 240,
"y": 360,
"z": 0
},
"id": 310
},
{
"block": 1,
"color": 8,
"type": 0,
"position": {
"x": 0,
"y": 0,
"z": 0
},
"id": 320
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": -240,
"y": -480,
"z": 0
},
"id": 330
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": 120,
"y": -480,
"z": 0
},
"id": 340
},
{
"block": 20,
"color": 10,
"type": 0,
"position": {
"x": 120,
"y": 120,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": 120,
"y": 240,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": -120,
"y": 120,
"z": 0
},
"id": 370
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": 240,
"y": -240,
"z": 0
},
"id": 380
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": 0,
"y": -480,
"z": 0
},
"id": 390
},
{
"block": 2,
"color": 5,
"type": 0,
"position": {
"x": 360,
"y": -480,
"z": 0
},
"id": 400
},
{
"block": 21,
"color": 3,
"type": 0,
"position": {
"x": -120,
"y": -480,
"z": 0
},
"id": 410
},
{
"block": 22,
"color": 1,
"type": 0,
"position": {
"x": 240,
"y": -480,
"z": 0
},
"id": 420
},
{
"block": 2,
"color": 1,
"type": 8,
"position": {
"x": 0,
"y": -240,
"z": 0
},
"id": 430
},
{
"block": 2,
"color": 3,
"type": 8,
"position": {
"x": 120,
"y": -240,
"z": 0
},
"id": 440
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 21,
"color": 2,
"special": 0,
"length": 1
},
{
"id": 2,
"num": 6,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 3,
"num": 10,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 4,
"num": 24,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 5,
"num": 25,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 6,
"num": 4,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 7,
"num": 5,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 8,
"num": 1,
"color": 7,
"special": 0,
"length": 1
},
{
"id": 9,
"num": 2,
"color": 4,
"special": 0,
"length": 1
},
{
"id": 10,
"num": 22,
"color": 9,
"special": 0,
"length": 1
},
{
"id": 11,
"num": 11,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 12,
"num": 13,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 13,
"num": 15,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 14,
"num": 17,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 15,
"num": 16,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 16,
"num": 18,
"color": 10,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "de63d893-267e-4252-9cf4-e3178eb9b293",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,372 @@
{
"LEVEL_INFO": [
{
"id": "242",
"map": [
9,
12
],
"time": 130,
"gap": [
{
"x": 6,
"y": 10,
"z": 0
},
{
"x": 5,
"y": 10,
"z": 0
},
{
"x": 1,
"y": 6,
"z": 0
},
{
"x": 1,
"y": 5,
"z": 0
},
{
"x": 7,
"y": 6,
"z": 0
},
{
"x": 7,
"y": 5,
"z": 0
},
{
"x": 2,
"y": 1,
"z": 0
},
{
"x": 3,
"y": 1,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 9,
"color": 8,
"type": 0,
"position": {
"x": 420,
"y": 360,
"z": 0
},
"id": 210
},
{
"block": 1,
"color": 10,
"type": 0,
"position": {
"x": -180,
"y": 480,
"z": 0
},
"id": 220
},
{
"block": 22,
"color": 7,
"type": 0,
"position": {
"x": -60,
"y": -360,
"z": 0
},
"id": 230
},
{
"block": 1,
"color": 7,
"type": 0,
"position": {
"x": 300,
"y": -480,
"z": 0
},
"id": 240
},
{
"block": 5,
"color": 2,
"type": 0,
"position": {
"x": -60,
"y": 120,
"z": 0
},
"id": 250
},
{
"block": 5,
"color": 6,
"type": 0,
"position": {
"x": 300,
"y": 120,
"z": 0
},
"id": 260
},
{
"block": 21,
"color": 2,
"type": 0,
"position": {
"x": 180,
"y": -360,
"z": 0
},
"id": 270
},
{
"block": 11,
"color": 10,
"type": 2,
"position": {
"x": -300,
"y": -600,
"z": 0
},
"id": 280
},
{
"block": 3,
"color": 10,
"type": 2,
"position": {
"x": 180,
"y": -120,
"z": 0
},
"id": 290
},
{
"block": 0,
"color": 1,
"type": 2,
"position": {
"x": 60,
"y": -360,
"z": 0
},
"id": 300
},
{
"block": 0,
"color": 5,
"type": 2,
"position": {
"x": 60,
"y": -480,
"z": 0
},
"id": 310
},
{
"block": 0,
"color": 7,
"type": 2,
"position": {
"x": 60,
"y": 120,
"z": 0
},
"id": 320
},
{
"block": 0,
"color": 5,
"type": 2,
"position": {
"x": 60,
"y": 240,
"z": 0
},
"id": 330
},
{
"block": 1,
"color": 8,
"type": 2,
"position": {
"x": 420,
"y": -600,
"z": 0
},
"id": 340
},
{
"block": 3,
"color": 3,
"type": 2,
"position": {
"x": 60,
"y": 360,
"z": 0
},
"id": 350
},
{
"block": 1,
"color": 8,
"type": 7,
"position": {
"x": 420,
"y": -360,
"z": 0
},
"id": 360
},
{
"block": 3,
"color": 8,
"type": 3,
"position": {
"x": 180,
"y": 0,
"z": 0
},
"lockTime": 8,
"id": 370
},
{
"block": 2,
"color": 6,
"type": 6,
"position": {
"x": -180,
"y": -120,
"z": 0
},
"boomTime": 30,
"id": 380
},
{
"block": 2,
"color": 10,
"type": 6,
"position": {
"x": 300,
"y": -120,
"z": 0
},
"boomTime": 20,
"id": 390
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 2,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 2,
"num": 3,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 6,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 4,
"num": 7,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 5,
"num": 40,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 6,
"num": 41,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 7,
"num": 19,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 8,
"num": 21,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 9,
"num": 8,
"color": 1,
"special": 0,
"length": 1
},
{
"id": 10,
"num": 25,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 11,
"num": 28,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 12,
"num": 36,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 13,
"num": 37,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 14,
"num": 33,
"color": 5,
"special": 0,
"length": 1
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "35d4b546-9d07-4aea-b003-962ccef585e6",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,474 @@
{
"LEVEL_INFO": [
{
"id": "243",
"map": [
9,
12
],
"time": 215,
"gap": [
{
"x": 1,
"y": 1,
"z": 0
},
{
"x": 7,
"y": 1,
"z": 0
},
{
"x": 1,
"y": 9,
"z": 0
},
{
"x": 2,
"y": 10,
"z": 0
},
{
"x": 6,
"y": 10,
"z": 0
},
{
"x": 7,
"y": 10,
"z": 0
},
{
"x": 1,
"y": 10,
"z": 0
},
{
"x": 7,
"y": 9,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -180,
"y": -120,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 300,
"y": -120,
"z": 0
},
"id": 220
},
{
"block": 21,
"color": 4,
"type": 0,
"position": {
"x": -300,
"y": 0,
"z": 0
},
"id": 230
},
{
"block": 2,
"color": 10,
"type": 0,
"position": {
"x": -60,
"y": -600,
"z": 0
},
"id": 240
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": 180,
"y": -600,
"z": 0
},
"id": 250
},
{
"block": 22,
"color": 8,
"type": 0,
"position": {
"x": 420,
"y": 0,
"z": 0
},
"id": 260
},
{
"block": 21,
"color": 5,
"type": 0,
"position": {
"x": 300,
"y": -480,
"z": 0
},
"id": 270
},
{
"block": 2,
"color": 5,
"type": 0,
"position": {
"x": 300,
"y": 240,
"z": 0
},
"id": 280
},
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": -180,
"y": -240,
"z": 0
},
"id": 290
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": -180,
"y": 240,
"z": 0
},
"id": 300
},
{
"block": 22,
"color": 2,
"type": 0,
"position": {
"x": -180,
"y": -480,
"z": 0
},
"id": 310
},
{
"block": 1,
"color": 2,
"type": 0,
"position": {
"x": 420,
"y": -240,
"z": 0
},
"id": 320
},
{
"block": 0,
"color": 2,
"type": 2,
"position": {
"x": 60,
"y": -480,
"z": 0
},
"id": 330
},
{
"block": 0,
"color": 3,
"type": 2,
"position": {
"x": -300,
"y": -360,
"z": 0
},
"id": 340
},
{
"block": 0,
"color": 3,
"type": 2,
"position": {
"x": -300,
"y": -480,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 5,
"type": 2,
"position": {
"x": 60,
"y": -600,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 10,
"type": 2,
"position": {
"x": 420,
"y": -480,
"z": 0
},
"id": 370
},
{
"block": 0,
"color": 9,
"type": 2,
"position": {
"x": -180,
"y": 0,
"z": 0
},
"id": 380
},
{
"block": 0,
"color": 5,
"type": 2,
"position": {
"x": -60,
"y": 360,
"z": 0
},
"id": 390
},
{
"block": 0,
"color": 2,
"type": 2,
"position": {
"x": 180,
"y": 360,
"z": 0
},
"id": 400
},
{
"block": 0,
"color": 1,
"type": 2,
"position": {
"x": 300,
"y": 0,
"z": 0
},
"id": 410
},
{
"block": 18,
"color": 6,
"type": 3,
"position": {
"x": 60,
"y": -360,
"z": 0
},
"lockTime": 8,
"id": 420
},
{
"block": 2,
"color": 1,
"type": 8,
"position": {
"x": -60,
"y": 0,
"z": 0
},
"id": 430
},
{
"block": 2,
"color": 9,
"type": 8,
"position": {
"x": 180,
"y": 0,
"z": 0
},
"id": 440
},
{
"block": 3,
"color": 8,
"type": 9,
"position": {
"x": 180,
"y": 240,
"z": 0
},
"adhesiveTime": 2,
"id": 450
},
{
"block": 2,
"color": 3,
"type": 9,
"position": {
"x": 60,
"y": 0,
"z": 0
},
"adhesiveTime": 1,
"id": 460
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 28,
"color": 4,
"special": 0,
"length": 2
},
{
"id": 2,
"num": 29,
"color": 4,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 5,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 4,
"num": 6,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 5,
"num": 32,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 6,
"num": 33,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 7,
"num": 1,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 8,
"num": 2,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 9,
"num": 15,
"color": 6,
"special": 0,
"length": 3
},
{
"id": 10,
"num": 17,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 11,
"num": 19,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 12,
"num": 14,
"color": 1,
"special": 0,
"length": 1
},
{
"id": 13,
"num": 18,
"color": 9,
"special": 0,
"length": 1
},
{
"id": 14,
"num": 30,
"color": 2,
"special": 2,
"length": 2,
"lock": false
},
{
"id": 15,
"num": 31,
"color": 2,
"special": 2,
"length": 0,
"lock": false
},
{
"id": 16,
"num": 3,
"color": 5,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 17,
"num": 4,
"color": 5,
"special": 2,
"length": 0,
"lock": true
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "81d9328b-766d-4294-9127-0fa0962124c0",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,544 @@
{
"LEVEL_INFO": [
{
"id": "244",
"map": [
11,
11
],
"time": 120,
"gap": [
{
"x": 1,
"y": 9,
"z": 0
},
{
"x": 1,
"y": 8,
"z": 0
},
{
"x": 1,
"y": 7,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 300,
"y": 180,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 420,
"y": 180,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 540,
"y": 180,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -180,
"y": 180,
"z": 0
},
"id": 240
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -300,
"y": 180,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 300,
"y": -300,
"z": 0
},
"id": 260
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 300,
"y": -420,
"z": 0
},
"id": 270
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 300,
"y": -540,
"z": 0
},
"id": 280
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -180,
"y": -300,
"z": 0
},
"id": 290
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -180,
"y": -420,
"z": 0
},
"id": 300
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -180,
"y": -540,
"z": 0
},
"id": 310
},
{
"block": 2,
"color": 8,
"type": 0,
"position": {
"x": -300,
"y": 300,
"z": 0
},
"id": 320
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": -60,
"y": 420,
"z": 0
},
"id": 330
},
{
"block": 19,
"color": 8,
"type": 9,
"position": {
"x": 60,
"y": 60,
"z": 0
},
"adhesiveTime": 2,
"id": 340
},
{
"block": 0,
"color": 6,
"type": 9,
"position": {
"x": 180,
"y": 60,
"z": 0
},
"adhesiveTime": 1,
"id": 350
},
{
"block": 0,
"color": 8,
"type": 9,
"position": {
"x": 300,
"y": -180,
"z": 0
},
"adhesiveTime": 2,
"id": 360
},
{
"block": 1,
"color": 3,
"type": 9,
"position": {
"x": 540,
"y": -180,
"z": 0
},
"adhesiveTime": 2,
"id": 370
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": 420,
"y": 300,
"z": 0
},
"id": 380
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": 180,
"y": 420,
"z": 0
},
"id": 390
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": -60,
"y": 180,
"z": 0
},
"id": 400
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": -420,
"y": 60,
"z": 0
},
"id": 410
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": -60,
"y": -420,
"z": 0
},
"id": 420
},
{
"block": 2,
"color": 10,
"type": 0,
"position": {
"x": -300,
"y": -420,
"z": 0
},
"id": 430
},
{
"block": 2,
"color": 10,
"type": 0,
"position": {
"x": -180,
"y": 300,
"z": 0
},
"id": 440
},
{
"block": 0,
"color": 10,
"type": 9,
"position": {
"x": -180,
"y": -180,
"z": 0
},
"adhesiveTime": 2,
"id": 450
},
{
"block": 1,
"color": 1,
"type": 9,
"position": {
"x": -300,
"y": -180,
"z": 0
},
"adhesiveTime": 1,
"id": 460
},
{
"block": 2,
"color": 1,
"type": 0,
"position": {
"x": 180,
"y": -420,
"z": 0
},
"id": 470
},
{
"block": 2,
"color": 1,
"type": 0,
"position": {
"x": 180,
"y": 180,
"z": 0
},
"id": 480
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": 300,
"y": 300,
"z": 0
},
"id": 490
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 540,
"y": 60,
"z": 0
},
"id": 500
},
{
"block": 0,
"color": 2,
"type": 9,
"position": {
"x": 180,
"y": -180,
"z": 0
},
"adhesiveTime": 2,
"id": 510
},
{
"block": 22,
"color": 5,
"type": 9,
"position": {
"x": 60,
"y": -300,
"z": 0
},
"adhesiveTime": 1,
"id": 520
},
{
"block": 0,
"color": 5,
"type": 8,
"position": {
"x": 180,
"y": -60,
"z": 0
},
"id": 530
},
{
"block": 0,
"color": 2,
"type": 8,
"position": {
"x": -60,
"y": -60,
"z": 0
},
"id": 540
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": 60,
"y": 300,
"z": 0
},
"id": 550
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": 420,
"y": -420,
"z": 0
},
"id": 560
},
{
"block": 0,
"color": 8,
"type": 4,
"position": {
"x": 60,
"y": -60,
"z": 0
},
"freezeTime": 19,
"id": 570
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 15,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 2,
"num": 17,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 22,
"color": 10,
"special": 0,
"length": 1
},
{
"id": 4,
"num": 6,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 5,
"num": 11,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 6,
"num": 16,
"color": 2,
"special": 0,
"length": 1
},
{
"id": 7,
"num": 18,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 8,
"num": 20,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 9,
"num": 19,
"color": 5,
"special": 0,
"length": 1
},
{
"id": 10,
"num": 24,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 11,
"num": 26,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 12,
"num": 23,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 13,
"num": 25,
"color": 3,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "95da7404-234a-4b7c-86e7-ceacbbe2149a",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,397 @@
{
"LEVEL_INFO": [
{
"id": "245",
"map": [
10,
12
],
"time": 130,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 5,
"color": 3,
"type": 0,
"position": {
"x": 0,
"y": 240,
"z": 0
},
"id": 210
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": 240,
"y": -120,
"z": 0
},
"id": 220
},
{
"block": 1,
"color": 1,
"type": 0,
"position": {
"x": 120,
"y": 120,
"z": 0
},
"id": 230
},
{
"block": 1,
"color": 1,
"type": 0,
"position": {
"x": 120,
"y": -240,
"z": 0
},
"id": 240
},
{
"block": 5,
"color": 10,
"type": 0,
"position": {
"x": 240,
"y": 240,
"z": 0
},
"id": 250
},
{
"block": 2,
"color": 10,
"type": 0,
"position": {
"x": -120,
"y": -120,
"z": 0
},
"id": 260
},
{
"block": 21,
"color": 8,
"type": 0,
"position": {
"x": -240,
"y": 0,
"z": 0
},
"id": 270
},
{
"block": 22,
"color": 8,
"type": 0,
"position": {
"x": 360,
"y": 0,
"z": 0
},
"id": 280
},
{
"block": 20,
"color": 8,
"type": 0,
"position": {
"x": 360,
"y": -360,
"z": 0
},
"id": 290
},
{
"block": 19,
"color": 8,
"type": 0,
"position": {
"x": -120,
"y": -360,
"z": 0
},
"id": 300
},
{
"block": 12,
"color": 6,
"type": 0,
"position": {
"x": 0,
"y": -600,
"z": 0
},
"id": 310
},
{
"block": 1,
"color": 6,
"type": 0,
"position": {
"x": 360,
"y": -480,
"z": 0
},
"id": 320
},
{
"block": 8,
"color": 7,
"type": 0,
"position": {
"x": 240,
"y": -600,
"z": 0
},
"id": 330
},
{
"block": 1,
"color": 7,
"type": 0,
"position": {
"x": -120,
"y": -480,
"z": 0
},
"id": 340
},
{
"block": 10,
"color": 2,
"type": 0,
"position": {
"x": -360,
"y": 0,
"z": 0
},
"id": 350
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": 480,
"y": 360,
"z": 0
},
"id": 360
},
{
"block": 6,
"color": 5,
"type": 0,
"position": {
"x": 480,
"y": 0,
"z": 0
},
"id": 370
},
{
"block": 2,
"color": 5,
"type": 0,
"position": {
"x": -360,
"y": 360,
"z": 0
},
"id": 380
},
{
"block": 1,
"color": 3,
"type": 6,
"position": {
"x": -240,
"y": -120,
"z": 0
},
"boomTime": 20,
"id": 390
},
{
"block": 1,
"color": 10,
"type": 6,
"position": {
"x": 480,
"y": -120,
"z": 0
},
"boomTime": 25,
"id": 400
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": -240,
"y": -240,
"z": 0
},
"id": 410
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": 360,
"y": -240,
"z": 0
},
"id": 420
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 10,
"color": 3,
"special": 2,
"length": 2,
"lock": false
},
{
"id": 2,
"num": 12,
"color": 3,
"special": 2,
"length": 0,
"lock": false
},
{
"id": 3,
"num": 16,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 4,
"num": 18,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 5,
"num": 22,
"color": 10,
"special": 2,
"length": 2,
"lock": false
},
{
"id": 6,
"num": 24,
"color": 10,
"special": 2,
"length": 0,
"lock": false
},
{
"id": 7,
"num": 17,
"color": 8,
"special": 2,
"length": 2,
"lock": false
},
{
"id": 8,
"num": 19,
"color": 8,
"special": 2,
"length": 0,
"lock": false
},
{
"id": 9,
"num": 13,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 10,
"num": 15,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 11,
"num": 21,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 12,
"num": 23,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 13,
"num": 1,
"color": 5,
"special": 0,
"length": 3
},
{
"id": 14,
"num": 2,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 15,
"num": 3,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 16,
"num": 27,
"color": 2,
"special": 0,
"length": 3
},
{
"id": 17,
"num": 28,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 18,
"num": 29,
"color": 2,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "2db0d9aa-715e-404c-8df0-0a8500359a48",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,469 @@
{
"LEVEL_INFO": [
{
"id": "246",
"map": [
9,
12
],
"time": 145,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 2,
"color": 8,
"type": 0,
"position": {
"x": 420,
"y": 360,
"z": 0
},
"id": 210
},
{
"block": 21,
"color": 8,
"type": 0,
"position": {
"x": 300,
"y": 120,
"z": 0
},
"id": 220
},
{
"block": 2,
"color": 8,
"type": 0,
"position": {
"x": 420,
"y": -360,
"z": 0
},
"id": 230
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": 180,
"y": -600,
"z": 0
},
"id": 240
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": -300,
"y": 360,
"z": 0
},
"id": 250
},
{
"block": 20,
"color": 2,
"type": 0,
"position": {
"x": -180,
"y": -600,
"z": 0
},
"id": 260
},
{
"block": 19,
"color": 2,
"type": 0,
"position": {
"x": 420,
"y": -600,
"z": 0
},
"id": 270
},
{
"block": 0,
"color": 2,
"type": 2,
"position": {
"x": 180,
"y": 240,
"z": 0
},
"id": 280
},
{
"block": 0,
"color": 8,
"type": 2,
"position": {
"x": -60,
"y": 240,
"z": 0
},
"id": 290
},
{
"block": 0,
"color": 10,
"type": 2,
"position": {
"x": -60,
"y": 0,
"z": 0
},
"id": 300
},
{
"block": 0,
"color": 3,
"type": 2,
"position": {
"x": 180,
"y": 0,
"z": 0
},
"id": 310
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": 420,
"y": 0,
"z": 0
},
"id": 320
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": -300,
"y": -360,
"z": 0
},
"id": 330
},
{
"block": 22,
"color": 3,
"type": 0,
"position": {
"x": -180,
"y": 120,
"z": 0
},
"id": 340
},
{
"block": 3,
"color": 10,
"type": 1,
"position": {
"x": 180,
"y": 360,
"z": 0
},
"stacking": 3,
"id": 350
},
{
"block": 2,
"color": 10,
"type": 0,
"position": {
"x": -300,
"y": 0,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": -60,
"y": -600,
"z": 0
},
"id": 370
},
{
"block": 1,
"color": 5,
"type": 5,
"position": {
"x": 420,
"y": -120,
"z": 0
},
"id": 380
},
{
"block": 1,
"color": 5,
"type": 5,
"position": {
"x": -60,
"y": -480,
"z": 0
},
"id": 390
},
{
"block": 1,
"color": 6,
"type": 5,
"position": {
"x": -180,
"y": -120,
"z": 0
},
"id": 400
},
{
"block": 1,
"color": 6,
"type": 5,
"position": {
"x": 300,
"y": -480,
"z": 0
},
"id": 410
},
{
"block": 3,
"color": 3,
"type": 1,
"position": {
"x": 180,
"y": 480,
"z": 0
},
"stacking": 10,
"id": 420
},
{
"block": 18,
"color": 6,
"type": 3,
"position": {
"x": 60,
"y": -360,
"z": 0
},
"lockTime": 4,
"id": 430
},
{
"block": 18,
"color": 5,
"type": 4,
"position": {
"x": 60,
"y": 0,
"z": 0
},
"freezeTime": 7,
"id": 440
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": 300,
"y": 360,
"z": 0
},
"id": 450
},
{
"block": 2,
"color": 1,
"type": 0,
"position": {
"x": -180,
"y": 360,
"z": 0
},
"id": 460
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 19,
"color": 8,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 2,
"num": 21,
"color": 8,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 3,
"num": 13,
"color": 2,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 4,
"num": 15,
"color": 2,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 5,
"num": 24,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 6,
"num": 25,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 7,
"num": 2,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 8,
"num": 3,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 9,
"num": 4,
"color": 5,
"special": 0,
"length": 3
},
{
"id": 10,
"num": 5,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 11,
"num": 6,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 12,
"num": 8,
"color": 6,
"special": 1,
"length": 1
},
{
"id": 13,
"num": 32,
"color": 5,
"special": 0,
"length": 1
},
{
"id": 14,
"num": 26,
"color": 6,
"special": 0,
"length": 3
},
{
"id": 15,
"num": 27,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 16,
"num": 28,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 17,
"num": 14,
"color": 1,
"special": 0,
"length": 3
},
{
"id": 18,
"num": 16,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 19,
"num": 18,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 20,
"num": 32,
"color": 5,
"special": 1,
"length": 1
},
{
"id": 21,
"num": 32,
"color": 5,
"special": 1,
"length": 2
},
{
"id": 22,
"num": 33,
"color": 5,
"special": 1,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "5164ad44-e88a-41c6-800b-b93239082842",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,394 @@
{
"LEVEL_INFO": [
{
"id": "247",
"map": [
9,
9
],
"time": 110,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 180,
"y": 60,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 60,
"y": 60,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 60,
"y": -180,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -60,
"y": -180,
"z": 0
},
"id": 240
},
{
"block": 22,
"color": 1,
"type": 0,
"position": {
"x": -60,
"y": -60,
"z": 0
},
"id": 250
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": 300,
"y": 60,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": 420,
"y": -300,
"z": 0
},
"id": 270
},
{
"block": 4,
"color": 5,
"type": 0,
"position": {
"x": 180,
"y": -420,
"z": 0
},
"id": 280
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": 300,
"y": -300,
"z": 0
},
"id": 290
},
{
"block": 2,
"color": 5,
"type": 0,
"position": {
"x": -300,
"y": 60,
"z": 0
},
"id": 300
},
{
"block": 19,
"color": 10,
"type": 0,
"position": {
"x": 420,
"y": 180,
"z": 0
},
"id": 310
},
{
"block": 1,
"color": 10,
"type": 0,
"position": {
"x": -60,
"y": 180,
"z": 0
},
"id": 320
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": 60,
"y": -60,
"z": 0
},
"id": 330
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": 420,
"y": -420,
"z": 0
},
"id": 340
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 180,
"y": 180,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": 60,
"y": -420,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": -300,
"y": 300,
"z": 0
},
"id": 370
},
{
"block": 22,
"color": 8,
"type": 0,
"position": {
"x": 60,
"y": 180,
"z": 0
},
"id": 380
},
{
"block": 1,
"color": 8,
"type": 0,
"position": {
"x": 300,
"y": -60,
"z": 0
},
"id": 390
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": 420,
"y": -60,
"z": 0
},
"id": 400
},
{
"block": 21,
"color": 3,
"type": 0,
"position": {
"x": -60,
"y": -420,
"z": 0
},
"id": 410
},
{
"block": 0,
"color": 3,
"type": 8,
"position": {
"x": 300,
"y": -420,
"z": 0
},
"id": 420
},
{
"block": 4,
"color": 9,
"type": 8,
"position": {
"x": -300,
"y": -420,
"z": 0
},
"id": 430
},
{
"block": 0,
"color": 8,
"type": 9,
"position": {
"x": -180,
"y": -180,
"z": 0
},
"adhesiveTime": 2,
"id": 440
},
{
"block": 2,
"color": 5,
"type": 9,
"position": {
"x": -180,
"y": -420,
"z": 0
},
"adhesiveTime": 1,
"id": 450
},
{
"block": 1,
"color": 10,
"type": 6,
"position": {
"x": -180,
"y": -60,
"z": 0
},
"boomTime": 25,
"id": 460
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 15,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 2,
"num": 17,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 20,
"color": 5,
"special": 0,
"length": 1
},
{
"id": 4,
"num": 9,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 5,
"num": 11,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 6,
"num": 7,
"color": 2,
"special": 0,
"length": 1
},
{
"id": 7,
"num": 19,
"color": 6,
"special": 0,
"length": 1
},
{
"id": 8,
"num": 10,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 9,
"num": 12,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 10,
"num": 16,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 11,
"num": 18,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 12,
"num": 8,
"color": 9,
"special": 0,
"length": 1
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "58f95acc-1b46-4132-8bf1-ba864bfbe592",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,524 @@
{
"LEVEL_INFO": [
{
"id": "248",
"map": [
10,
14
],
"time": 135,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -360,
"y": -360,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 480,
"y": -720,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -360,
"y": -720,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 480,
"y": 600,
"z": 0
},
"id": 240
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -360,
"y": 600,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 480,
"y": -360,
"z": 0
},
"id": 260
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 240,
"y": 360,
"z": 0
},
"id": 270
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 120,
"y": 360,
"z": 0
},
"id": 280
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 0,
"y": 360,
"z": 0
},
"id": 290
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -120,
"y": 360,
"z": 0
},
"id": 300
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 0,
"y": 0,
"z": 0
},
"id": 310
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 120,
"y": 0,
"z": 0
},
"id": 320
},
{
"block": 2,
"color": 8,
"type": 0,
"position": {
"x": 240,
"y": 480,
"z": 0
},
"id": 330
},
{
"block": 1,
"color": 8,
"type": 0,
"position": {
"x": 120,
"y": -120,
"z": 0
},
"id": 340
},
{
"block": 21,
"color": 8,
"type": 0,
"position": {
"x": -360,
"y": -240,
"z": 0
},
"id": 350
},
{
"block": 13,
"color": 1,
"type": 0,
"position": {
"x": 0,
"y": 240,
"z": 0
},
"id": 360
},
{
"block": 4,
"color": 1,
"type": 0,
"position": {
"x": 120,
"y": -720,
"z": 0
},
"id": 370
},
{
"block": 1,
"color": 1,
"type": 0,
"position": {
"x": 480,
"y": -480,
"z": 0
},
"id": 380
},
{
"block": 4,
"color": 6,
"type": 0,
"position": {
"x": 0,
"y": -720,
"z": 0
},
"id": 390
},
{
"block": 1,
"color": 6,
"type": 0,
"position": {
"x": 360,
"y": -600,
"z": 0
},
"id": 400
},
{
"block": 9,
"color": 6,
"type": 0,
"position": {
"x": 360,
"y": 240,
"z": 0
},
"id": 410
},
{
"block": 22,
"color": 5,
"type": 0,
"position": {
"x": 480,
"y": -240,
"z": 0
},
"id": 420
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": -120,
"y": 120,
"z": 0
},
"id": 430
},
{
"block": 9,
"color": 9,
"type": 0,
"position": {
"x": 0,
"y": -360,
"z": 0
},
"id": 440
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": 120,
"y": 120,
"z": 0
},
"id": 450
},
{
"block": 2,
"color": 9,
"type": 0,
"position": {
"x": 0,
"y": 480,
"z": 0
},
"id": 460
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": -360,
"y": 480,
"z": 0
},
"id": 470
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": -120,
"y": -600,
"z": 0
},
"id": 480
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": -120,
"y": 480,
"z": 0
},
"id": 490
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": 240,
"y": 120,
"z": 0
},
"id": 500
},
{
"block": 13,
"color": 3,
"type": 0,
"position": {
"x": 360,
"y": -360,
"z": 0
},
"id": 510
},
{
"block": 2,
"color": 10,
"type": 0,
"position": {
"x": 120,
"y": 480,
"z": 0
},
"id": 520
},
{
"block": 1,
"color": 10,
"type": 0,
"position": {
"x": -240,
"y": -480,
"z": 0
},
"id": 530
},
{
"block": 5,
"color": 3,
"type": 4,
"position": {
"x": 480,
"y": 0,
"z": 0
},
"freezeTime": 5,
"id": 540
},
{
"block": 5,
"color": 1,
"type": 4,
"position": {
"x": -240,
"y": 0,
"z": 0
},
"freezeTime": 11,
"id": 550
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 32,
"color": 1,
"special": 0,
"length": 3
},
{
"id": 2,
"num": 33,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 34,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 4,
"num": 4,
"color": 6,
"special": 0,
"length": 3
},
{
"id": 5,
"num": 5,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 6,
"num": 6,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 7,
"num": 17,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 8,
"num": 19,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 9,
"num": 21,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 10,
"num": 23,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 11,
"num": 29,
"color": 9,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 12,
"num": 30,
"color": 9,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 13,
"num": 1,
"color": 3,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 14,
"num": 2,
"color": 3,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 15,
"num": 18,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 16,
"num": 20,
"color": 10,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "db6987dd-b999-48cf-ad8e-beac9ae9fafe",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,432 @@
{
"LEVEL_INFO": [
{
"id": "249",
"map": [
10,
12
],
"time": 150,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 2,
"color": 5,
"type": 8,
"position": {
"x": 0,
"y": 360,
"z": 0
},
"id": 210
},
{
"block": 2,
"color": 7,
"type": 8,
"position": {
"x": 120,
"y": -600,
"z": 0
},
"id": 220
},
{
"block": 1,
"color": 3,
"type": 7,
"position": {
"x": 360,
"y": 120,
"z": 0
},
"id": 230
},
{
"block": 1,
"color": 1,
"type": 7,
"position": {
"x": 480,
"y": -240,
"z": 0
},
"id": 240
},
{
"block": 5,
"color": 8,
"type": 7,
"position": {
"x": -240,
"y": -120,
"z": 0
},
"id": 250
},
{
"block": 1,
"color": 8,
"type": 0,
"position": {
"x": -240,
"y": 480,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": 0,
"y": 240,
"z": 0
},
"id": 270
},
{
"block": 22,
"color": 8,
"type": 0,
"position": {
"x": 240,
"y": 240,
"z": 0
},
"id": 280
},
{
"block": 2,
"color": 8,
"type": 0,
"position": {
"x": 0,
"y": -600,
"z": 0
},
"id": 290
},
{
"block": 21,
"color": 7,
"type": 0,
"position": {
"x": -240,
"y": -360,
"z": 0
},
"id": 300
},
{
"block": 2,
"color": 7,
"type": 0,
"position": {
"x": 360,
"y": -120,
"z": 0
},
"id": 310
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": -120,
"y": 240,
"z": 0
},
"id": 320
},
{
"block": 22,
"color": 3,
"type": 0,
"position": {
"x": 480,
"y": -480,
"z": 0
},
"id": 330
},
{
"block": 19,
"color": 2,
"type": 0,
"position": {
"x": 480,
"y": 240,
"z": 0
},
"id": 340
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": 480,
"y": -120,
"z": 0
},
"id": 350
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": -120,
"y": -600,
"z": 0
},
"id": 360
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": -240,
"y": 360,
"z": 0
},
"id": 370
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": -360,
"y": -240,
"z": 0
},
"id": 380
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": 360,
"y": 360,
"z": 0
},
"id": 390
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": -360,
"y": 120,
"z": 0
},
"id": 400
},
{
"block": 1,
"color": 10,
"type": 0,
"position": {
"x": -240,
"y": -480,
"z": 0
},
"id": 410
},
{
"block": 20,
"color": 5,
"type": 0,
"position": {
"x": -120,
"y": 120,
"z": 0
},
"id": 420
},
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": -240,
"y": -600,
"z": 0
},
"id": 430
},
{
"block": 4,
"color": 5,
"type": 0,
"position": {
"x": 240,
"y": -240,
"z": 0
},
"id": 440
},
{
"block": 5,
"color": 9,
"type": 4,
"position": {
"x": 120,
"y": 0,
"z": 0
},
"freezeTime": 11,
"id": 450
},
{
"block": 5,
"color": 9,
"type": 4,
"position": {
"x": 120,
"y": -240,
"z": 0
},
"freezeTime": 18,
"id": 460
},
{
"block": 1,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": -480,
"z": 0
},
"id": 470
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 30,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 2,
"num": 31,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 19,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 4,
"num": 21,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 5,
"num": 6,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 6,
"num": 7,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 7,
"num": 4,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 8,
"num": 5,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 9,
"num": 33,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 10,
"num": 34,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 11,
"num": 27,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 12,
"num": 28,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 13,
"num": 14,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 14,
"num": 16,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 15,
"num": 2,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 16,
"num": 3,
"color": 1,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "9a202463-9a1a-43ce-a901-f696d7c4fc2b",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,481 @@
{
"LEVEL_INFO": [
{
"id": "250",
"map": [
10,
12
],
"time": 140,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 3,
"type": 0,
"position": {
"x": -240,
"y": -120,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 3,
"type": 0,
"position": {
"x": -360,
"y": -120,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 3,
"type": 0,
"position": {
"x": 480,
"y": -120,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 3,
"type": 0,
"position": {
"x": 360,
"y": -120,
"z": 0
},
"id": 240
},
{
"block": 23,
"color": 3,
"type": 0,
"position": {
"x": 240,
"y": -360,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 3,
"type": 0,
"position": {
"x": -120,
"y": -360,
"z": 0
},
"id": 260
},
{
"block": 18,
"color": 1,
"type": 1,
"position": {
"x": -120,
"y": 0,
"z": 0
},
"stacking": 5,
"id": 270
},
{
"block": 18,
"color": 5,
"type": 1,
"position": {
"x": 240,
"y": 0,
"z": 0
},
"stacking": 1,
"id": 280
},
{
"block": 2,
"color": 5,
"type": 0,
"position": {
"x": 480,
"y": 360,
"z": 0
},
"id": 290
},
{
"block": 2,
"color": 1,
"type": 0,
"position": {
"x": -360,
"y": 360,
"z": 0
},
"id": 300
},
{
"block": 2,
"color": 1,
"type": 1,
"position": {
"x": 0,
"y": -360,
"z": 0
},
"stacking": 6,
"id": 310
},
{
"block": 2,
"color": 1,
"type": 1,
"position": {
"x": 120,
"y": -360,
"z": 0
},
"stacking": 2,
"id": 320
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": 240,
"y": -120,
"z": 0
},
"id": 330
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": 0,
"y": 240,
"z": 0
},
"id": 340
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": 120,
"y": 240,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": -120,
"y": -120,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": 0,
"y": 0,
"z": 0
},
"id": 370
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": 120,
"y": 0,
"z": 0
},
"id": 380
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": 480,
"y": 0,
"z": 0
},
"id": 390
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": -360,
"y": 240,
"z": 0
},
"id": 400
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": -360,
"y": 0,
"z": 0
},
"id": 410
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": 480,
"y": 240,
"z": 0
},
"id": 420
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 120,
"y": 480,
"z": 0
},
"id": 430
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": 0,
"y": 480,
"z": 0
},
"id": 440
},
{
"block": 5,
"color": 1,
"type": 4,
"position": {
"x": -240,
"y": -600,
"z": 0
},
"freezeTime": 16,
"id": 450
},
{
"block": 5,
"color": 5,
"type": 4,
"position": {
"x": 480,
"y": -600,
"z": 0
},
"freezeTime": 18,
"id": 460
},
{
"block": 1,
"color": 8,
"type": 4,
"position": {
"x": 120,
"y": -480,
"z": 0
},
"freezeTime": 20,
"id": 470
},
{
"block": 20,
"color": 1,
"type": 4,
"position": {
"x": 0,
"y": 360,
"z": 0
},
"freezeTime": 6,
"id": 480
},
{
"block": 19,
"color": 9,
"type": 4,
"position": {
"x": 240,
"y": 360,
"z": 0
},
"freezeTime": 10,
"id": 490
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 15,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 2,
"num": 17,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 19,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 4,
"num": 21,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 5,
"num": 9,
"color": 7,
"special": 0,
"length": 1
},
{
"id": 6,
"num": 35,
"color": 4,
"special": 0,
"length": 1
},
{
"id": 7,
"num": 1,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 8,
"num": 2,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 9,
"num": 27,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 10,
"num": 28,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 11,
"num": 16,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 12,
"num": 18,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 13,
"num": 5,
"color": 5,
"special": 2,
"length": 3,
"lock": true
},
{
"id": 14,
"num": 6,
"color": 5,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 15,
"num": 7,
"color": 5,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 16,
"num": 31,
"color": 1,
"special": 2,
"length": 3,
"lock": true
},
{
"id": 17,
"num": 32,
"color": 1,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 18,
"num": 33,
"color": 1,
"special": 2,
"length": 0,
"lock": true
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "9091e64f-d21f-4037-8a05-702e6386390c",
"importer": "json",
"subMetas": {}
}

View File

@ -235,8 +235,8 @@ protected update(dt: number): void {
// Utils.GoKEFu(); // Utils.GoKEFu();
if(systemType == "ios"){ if(systemType == "ios"){
MiniGameSdk.API.showToast("IOS系统暂不支持支付"); // MiniGameSdk.API.showToast("IOS系统暂不支持支付");
// Utils.GoKEFu(); Utils.GoKEFu();
} }
else{ else{
const data = { const data = {