更新关卡

This commit is contained in:
YZ\249929363 2025-07-02 19:54:39 +08:00
parent 0dc35480f4
commit 215a13056f
111 changed files with 21548 additions and 86 deletions

View File

@ -6296,7 +6296,7 @@
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
0, 0,
790, 730,
0, 0,
0, 0,
0, 0,
@ -6740,7 +6740,7 @@
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
-4.385, -4.385,
-56.3, -62.29,
0, 0,
0, 0,
0, 0,
@ -6831,7 +6831,7 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
-390, -366.803,
-90.338, -90.338,
0, 0,
0, 0,
@ -6890,7 +6890,7 @@
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
-103.331, -103.331,
-54.197, -60.197,
0, 0,
0, 0,
0, 0,
@ -7139,7 +7139,7 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
342.162, 355.8,
-52.875, -52.875,
0, 0,
0, 0,
@ -7172,7 +7172,7 @@
"__id__": 132 "__id__": 132
}, },
"_children": [], "_children": [],
"_active": true, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 151 "__id__": 151
@ -7793,7 +7793,7 @@
"_alignFlags": 1, "_alignFlags": 1,
"_left": 0, "_left": 0,
"_right": 0, "_right": 0,
"_top": 170, "_top": 230,
"_bottom": 0, "_bottom": 0,
"_verticalCenter": 0, "_verticalCenter": 0,
"_horizontalCenter": 0, "_horizontalCenter": 0,

View File

@ -583,7 +583,7 @@
"__id__": 18 "__id__": 18
} }
], ],
"_active": false, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 21 "__id__": 21
@ -1216,7 +1216,7 @@
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
0, 0,
790, 730,
0, 0,
0, 0,
0, 0,
@ -2434,7 +2434,7 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
19.091, 24.546,
1.584, 1.584,
0, 0,
0, 0,
@ -3016,7 +3016,7 @@
"_alignFlags": 1, "_alignFlags": 1,
"_left": 0, "_left": 0,
"_right": 0, "_right": 0,
"_top": 170, "_top": 230,
"_bottom": 0, "_bottom": 0,
"_verticalCenter": 0, "_verticalCenter": 0,
"_horizontalCenter": 0, "_horizontalCenter": 0,
@ -3068,7 +3068,7 @@
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
400, 400,
576.162, 493.843,
0, 0,
0, 0,
0, 0,
@ -3164,7 +3164,7 @@
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
400, 400,
336.561, 254.242,
0, 0,
0, 0,
0, 0,

View File

@ -184,17 +184,17 @@ export default class NewClass extends cc.Component {
} }
if (this.node.getChildByName("Load").getChildByName("startBtn").getComponent("btnControl")._touch) { if (this.node.getChildByName("Load").getChildByName("startBtn").getComponent("btnControl")._touch) {
this.node.getChildByName("Load").getChildByName("startBtn").getComponent("btnControl").setTouch(false); this.node.getChildByName("Load").getChildByName("startBtn").getComponent("btnControl").setTouch(false);
// if(this.custom.string != ""){ if(this.custom.string != ""){
// cc.fx.GameConfig.GM_INFO.level = parseInt(this.custom.string) - 1; cc.fx.GameConfig.GM_INFO.level = parseInt(this.custom.string) - 1;
// // cc.fx.StorageMessage.setStorage("level",cc.fx.GameConfig.GM_INFO.level.toString()); // cc.fx.StorageMessage.setStorage("level",cc.fx.GameConfig.GM_INFO.level.toString());
// cc.fx.GameConfig.LEVEL_INFO_init(true); cc.fx.GameConfig.LEVEL_INFO_init(true);
// } }
// else{ else{
cc.fx.AudioManager._instance.playEffect("zhuan1", null); cc.fx.AudioManager._instance.playEffect("zhuan1", null);
this.node.getChildByName("zhuanchang").active = true; this.node.getChildByName("zhuanchang").active = true;
this.node.getChildByName("zhuanchang").getComponent(sp.Skeleton).setAnimation(1, "up", false); this.node.getChildByName("zhuanchang").getComponent(sp.Skeleton).setAnimation(1, "up", false);
cc.fx.GameConfig.LEVEL_INFO_init(true, 1000); cc.fx.GameConfig.LEVEL_INFO_init(true, 1000);
// } }
} }
@ -290,7 +290,6 @@ export default class NewClass extends cc.Component {
updateCoin(){ updateCoin(){
console.log("主页更新金币",cc.fx.GameConfig.GM_INFO.coin); console.log("主页更新金币",cc.fx.GameConfig.GM_INFO.coin);
cc.fx.GameConfig.GM_INFO.coin += 900;
NumberToImage.numberToImageNodes(cc.fx.GameConfig.GM_INFO.coin, 30, 15, "coin_", this.coin, true); NumberToImage.numberToImageNodes(cc.fx.GameConfig.GM_INFO.coin, 30, 15, "coin_", this.coin, true);
} }

View File

@ -203,7 +203,7 @@ export default class MapConroler extends cc.Component {
NumberToImage.numberToImageNodes(cc.fx.GameConfig.GM_INFO.coin, 30, 15, "coin_", this.coin, true); NumberToImage.numberToImageNodes(cc.fx.GameConfig.GM_INFO.coin, 30, 15, "coin_", this.coin, true);
// var timeTemp = cc.fx.GameTool.getTimeMargin(this.timeNumber); // var timeTemp = cc.fx.GameTool.getTimeMargin(this.timeNumber);
// this.timeLabel.string = timeTemp.toString(); // this.timeLabel.string = timeTemp.toString();
NumberToImage.numberToImageNodes((cc.fx.GameConfig.GM_INFO.level + 1), 50, 20, "level_", this.levelLabel, false) NumberToImage.numberToImageNodes((cc.fx.GameConfig.GM_INFO.level + 1), 50, 20, "level_", this.levelLabel, true)
console.log("当前关卡", cc.fx.GameConfig.GM_INFO.level + 1); console.log("当前关卡", cc.fx.GameConfig.GM_INFO.level + 1);
//this.startTimeCutDown(); //this.startTimeCutDown();
@ -1295,7 +1295,17 @@ export default class MapConroler extends cc.Component {
// console.log("成功消除一个"); // console.log("成功消除一个");
cc.fx.GameTool.changeCoin(40); cc.fx.GameTool.changeCoin(40);
cc.fx.GameTool.addLevel(this.count_Time, this.add_Time); cc.fx.GameTool.addLevel(this.count_Time, this.add_Time);
const winCOIN = cc.find("Canvas"); // 假设 Canvas 节点
if (winCOIN) {
const wincoin = winCOIN.getComponent(SceneManager);
if (wincoin) {
wincoin.updateWinCoin();
} else {
console.warn("JiaZai 组件未找到");
}
} else {
console.warn("JiaZai 节点未找到");
}
this.check_NewMode(); this.check_NewMode();
setTimeout(() => { setTimeout(() => {
this.node.parent.parent.getChildByName("Win").active = true; this.node.parent.parent.getChildByName("Win").active = true;
@ -1325,8 +1335,8 @@ 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 > 156) { if (cc.fx.GameConfig.GM_INFO.level > 204) {
cc.fx.GameConfig.GM_INFO.level = 156; cc.fx.GameConfig.GM_INFO.level = 204;
// MapConroler._instance = null; // MapConroler._instance = null;
if (this.new_mode == 3) { if (this.new_mode == 3) {

View File

@ -79,7 +79,7 @@ export default class SceneManager extends cc.Component {
//更新关卡获得金币 //更新关卡获得金币
updateWinCoin() { updateWinCoin() {
console.log("更新关卡获得金币"); console.log("更新关卡获得金币");
let winCoin = cc.fx.GameConfig.GM_INFO.coin; let winCoin = 40;
if (winCoin > 0) { if (winCoin > 0) {
NumberToImage.numberToImageNodes(winCoin, 50, 8, "time_", this.winCoin, false); NumberToImage.numberToImageNodes(winCoin, 50, 8, "time_", this.winCoin, false);
} else { } else {

View File

@ -247,11 +247,11 @@ export class GameConfig {
var self = this; var self = this;
if((cc.fx.GameConfig.GM_INFO.level) > 156){ if((cc.fx.GameConfig.GM_INFO.level) > 204){
cc.fx.GameConfig.GM_INFO.level = 156; cc.fx.GameConfig.GM_INFO.level = 204;
} }
let name = "Json/level" + (cc.fx.GameConfig.GM_INFO.level+1); let name = "Json/level" + (cc.fx.GameConfig.GM_INFO.level+1);
debugger;
// //console.log("关卡名称:",name); // //console.log("关卡名称:",name);
// name = "Json/level" + 68; // name = "Json/level" + 68;
// cc.fx.StorageMessage.setStorage("level",cc.fx.GameConfig.GM_INFO.level.toString()); // cc.fx.StorageMessage.setStorage("level",cc.fx.GameConfig.GM_INFO.level.toString());

View File

@ -82,6 +82,34 @@ export default class Utils {
poll(); poll();
} }
static setPayInfo(callBack) {
const delays = [1000, 5000, 10000, 20000, 30000]; // 延迟时间数组
let attempt = 0; // 重试次数
const sendRequest = () => {
if (attempt > delays.length) {
// 达到最大重试次数,调用回调并返回错误信息
callBack({ code: 0, message: '请求失败,已达到最大重试次数' });
return;
}
Utils.POST("wx/getOrderReward", {outTradeNo: Utils.outTradeNo}, res => {
console.log("告知服务器发货:", res);
if (res.code === 1) {
// 请求成功,调用回调并返回结果
callBack(res);
} else {
// 请求失败,增加重试次数并设置下一次请求的延迟
attempt++;
if (attempt <= delays.length) {
setTimeout(sendRequest, delays[attempt - 1]);
} else {
callBack({ code: 0, message: '请求失败,已达到最大重试次数' });
}
}
});
};
sendRequest();
}
/**跳转客服*/ /**跳转客服*/
static GoKEFu(){ static GoKEFu(){
// 打开客服会话 // 打开客服会话

View File

@ -335,8 +335,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 > 156){ if(cc.fx.GameConfig.GM_INFO.level > 204){
cc.fx.GameConfig.GM_INFO.level = 156; cc.fx.GameConfig.GM_INFO.level = 204;
} }
const timestamp = Date.now(); const timestamp = Date.now();
let levelInfo = { let levelInfo = {
@ -364,20 +364,6 @@ var GameTool = {
//改变金币信息 //改变金币信息
changeCoin(coin) { changeCoin(coin) {
console.log("changeCoin", coin); console.log("changeCoin", coin);
//每局的金币数
cc.fx.GameConfig.GM_INFO.coin = coin;
const winCOIN = cc.find("Canvas"); // 假设 Canvas 节点
if (winCOIN) {
const wincoin = winCOIN.getComponent(SceneManager);
if (wincoin) {
wincoin.updateWinCoin();
} else {
console.warn("JiaZai 组件未找到");
}
} else {
console.warn("JiaZai 节点未找到");
}
if (coin == undefined) return; if (coin == undefined) return;
if (coin < 0 && cc.fx.GameConfig.GM_INFO.coin < -coin) { if (coin < 0 && cc.fx.GameConfig.GM_INFO.coin < -coin) {
// console.log("金币不足",cc.fx.GameConfig.GM_INFO.coin,-coin); // console.log("金币不足",cc.fx.GameConfig.GM_INFO.coin,-coin);
@ -824,27 +810,27 @@ var GameTool = {
//商城购买 //商城购买
shopBuy(productId){ shopBuy(productId){
switch(productId){ switch(productId){
case "gold_pack_1": case "gold_1":
cc.fx.GameTool.changeCoin(1800); cc.fx.GameTool.changeCoin(1200);
MiniGameSdk.API.showToast("充值成功获得1800金币"); MiniGameSdk.API.showToast("充值成功获得1200金币");
break; break;
case "gold_pack_2": case "gold_2":
cc.fx.GameTool.changeCoin(8000); cc.fx.GameTool.changeCoin(8000);
MiniGameSdk.API.showToast("充值成功获得8000金币"); MiniGameSdk.API.showToast("充值成功获得8000金币");
break; break;
case "gold_pack_3": case "gold_3":
cc.fx.GameTool.changeCoin(16000); cc.fx.GameTool.changeCoin(16000);
MiniGameSdk.API.showToast("充值成功获得16000金币"); MiniGameSdk.API.showToast("充值成功获得16000金币");
break; break;
case "gold_pack_4": case "gold_4":
cc.fx.GameTool.changeCoin(32000); cc.fx.GameTool.changeCoin(32000);
MiniGameSdk.API.showToast("充值成功获得32000金币"); MiniGameSdk.API.showToast("充值成功获得32000金币");
break; break;
case "gold_pack_5": case "gold_5":
cc.fx.GameTool.changeCoin(100000); cc.fx.GameTool.changeCoin(100000);
MiniGameSdk.API.showToast("充值成功获得100000金币"); MiniGameSdk.API.showToast("充值成功获得100000金币");
break; break;
case "gold_pack_6": case "gold_6":
cc.fx.GameTool.changeCoin(240000); cc.fx.GameTool.changeCoin(240000);
MiniGameSdk.API.showToast("充值成功获得240000金币"); MiniGameSdk.API.showToast("充值成功获得240000金币");
break; break;

View File

@ -1058,7 +1058,7 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
0, 15.512,
0, 0,
0, 0,
0, 0,

View File

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

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "779053a1-7af9-4a8b-88d7-8f7750f4e969",
"importer": "json",
"subMetas": {}
}

View File

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

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "ba3abf78-760a-4de6-a530-8952d6a424ba",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,312 @@
{
"LEVEL_INFO": [
{
"id": "158",
"map": [
7,
9
],
"time": 60,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 60,
"y": 300,
"z": 0
},
"id": 210
},
{
"block": 2,
"color": 5,
"type": 0,
"position": {
"x": -60,
"y": 180,
"z": 0
},
"id": 220
},
{
"block": 2,
"color": 5,
"type": 0,
"position": {
"x": 60,
"y": 60,
"z": 0
},
"id": 230
},
{
"block": 5,
"color": 5,
"type": 0,
"position": {
"x": 60,
"y": -300,
"z": 0
},
"id": 240
},
{
"block": 0,
"color": 5,
"type": 9,
"position": {
"x": -180,
"y": -420,
"z": 0
},
"adhesiveTime": 2,
"id": 250
},
{
"block": 0,
"color": 6,
"type": 9,
"position": {
"x": -60,
"y": -420,
"z": 0
},
"adhesiveTime": 1,
"id": 260
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": -180,
"y": -300,
"z": 0
},
"id": 270
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": 180,
"y": -420,
"z": 0
},
"id": 280
},
{
"block": 2,
"color": 10,
"type": 9,
"position": {
"x": 300,
"y": -300,
"z": 0
},
"adhesiveTime": 2,
"id": 290
},
{
"block": 2,
"color": 9,
"type": 9,
"position": {
"x": 180,
"y": -300,
"z": 0
},
"adhesiveTime": 1,
"id": 300
},
{
"block": 0,
"color": 10,
"type": 9,
"position": {
"x": 180,
"y": 300,
"z": 0
},
"adhesiveTime": 2,
"id": 310
},
{
"block": 2,
"color": 8,
"type": 9,
"position": {
"x": 180,
"y": 60,
"z": 0
},
"adhesiveTime": 1,
"id": 320
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 60,
"y": -420,
"z": 0
},
"id": 330
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": 300,
"y": -420,
"z": 0
},
"id": 340
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": 180,
"y": -60,
"z": 0
},
"id": 350
},
{
"block": 2,
"color": 2,
"type": 4,
"position": {
"x": -180,
"y": 180,
"z": 0
},
"freezeTime": 8,
"id": 360
},
{
"block": 2,
"color": 9,
"type": 4,
"position": {
"x": 300,
"y": 180,
"z": 0
},
"freezeTime": 8,
"id": 370
},
{
"block": 2,
"color": 9,
"type": 4,
"position": {
"x": -180,
"y": -60,
"z": 0
},
"freezeTime": 12,
"id": 380
},
{
"block": 2,
"color": 5,
"type": 4,
"position": {
"x": 300,
"y": -60,
"z": 0
},
"freezeTime": 12,
"id": 390
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 17,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 2,
"num": 18,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 15,
"color": 6,
"special": 2,
"length": 1,
"lock": true
},
{
"id": 4,
"num": 10,
"color": 10,
"special": 2,
"length": 1,
"lock": true
},
{
"id": 5,
"num": 7,
"color": 8,
"special": 0,
"length": 1
},
{
"id": 6,
"num": 11,
"color": 3,
"special": 0,
"length": 1
},
{
"id": 7,
"num": 1,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 8,
"num": 2,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 9,
"num": 4,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 10,
"num": 5,
"color": 2,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "b7511b6e-f062-438e-891c-0316f3451fe1",
"importer": "json",
"subMetas": {}
}

View File

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

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "dccf64a3-d345-4f9a-940f-211254abf29d",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,368 @@
{
"LEVEL_INFO": [
{
"id": "160",
"map": [
8,
10
],
"time": 120,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 3,
"color": 6,
"type": 0,
"position": {
"x": 360,
"y": 360,
"z": 0
},
"id": 210
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": 0,
"y": 240,
"z": 0
},
"id": 220
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": 360,
"y": 0,
"z": 0
},
"id": 230
},
{
"block": 3,
"color": 5,
"type": 0,
"position": {
"x": 0,
"y": 360,
"z": 0
},
"id": 240
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": -240,
"y": 0,
"z": 0
},
"id": 250
},
{
"block": 2,
"color": 5,
"type": 2,
"position": {
"x": 240,
"y": -120,
"z": 0
},
"id": 260
},
{
"block": 2,
"color": 10,
"type": 2,
"position": {
"x": -120,
"y": 120,
"z": 0
},
"id": 270
},
{
"block": 2,
"color": 3,
"type": 2,
"position": {
"x": 240,
"y": 120,
"z": 0
},
"id": 280
},
{
"block": 2,
"color": 9,
"type": 2,
"position": {
"x": -120,
"y": -120,
"z": 0
},
"id": 290
},
{
"block": 5,
"color": 10,
"type": 3,
"position": {
"x": 120,
"y": -480,
"z": 0
},
"lockTime": 4,
"id": 300
},
{
"block": 23,
"color": 10,
"type": 3,
"position": {
"x": 0,
"y": 120,
"z": 0
},
"lockTime": 4,
"id": 310
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": -240,
"y": -240,
"z": 0
},
"id": 320
},
{
"block": 23,
"color": 10,
"type": 0,
"position": {
"x": 120,
"y": -240,
"z": 0
},
"id": 330
},
{
"block": 19,
"color": 3,
"type": 0,
"position": {
"x": 360,
"y": -480,
"z": 0
},
"id": 340
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": 360,
"y": 240,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": -240,
"y": 240,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": 0,
"y": -240,
"z": 0
},
"id": 370
},
{
"block": 20,
"color": 9,
"type": 0,
"position": {
"x": -120,
"y": -480,
"z": 0
},
"id": 380
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 360,
"y": -240,
"z": 0
},
"id": 390
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 120,
"y": 120,
"z": 0
},
"id": 400
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": 120,
"y": 240,
"z": 0
},
"id": 410
},
{
"block": 5,
"color": 4,
"type": 1,
"position": {
"x": 120,
"y": -120,
"z": 0
},
"stacking": 3,
"id": 420
}
]
],
"WALL_INFO": [
[
{
"id": 161,
"num": 1,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 162,
"num": 2,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 163,
"num": 21,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 164,
"num": 22,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 165,
"num": 4,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 166,
"num": 5,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 167,
"num": 12,
"color": 4,
"special": 0,
"length": 2
},
{
"id": 168,
"num": 14,
"color": 4,
"special": 0,
"length": 0
},
{
"id": 169,
"num": 24,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 170,
"num": 25,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 171,
"num": 9,
"color": 2,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 172,
"num": 11,
"color": 2,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 173,
"num": 17,
"color": 10,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 174,
"num": 19,
"color": 10,
"special": 2,
"length": 0,
"lock": true
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "49dcf99f-7d47-4172-ae8f-223bada8dd07",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,295 @@
{
"LEVEL_INFO": [
{
"id": "161",
"map": [
8,
8
],
"time": 100,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": -240,
"y": -360,
"z": 0
},
"id": 210
},
{
"block": 5,
"color": 3,
"type": 0,
"position": {
"x": -120,
"y": 120,
"z": 0
},
"id": 220
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": 240,
"y": 240,
"z": 0
},
"id": 230
},
{
"block": 22,
"color": 3,
"type": 3,
"position": {
"x": 360,
"y": -120,
"z": 0
},
"lockTime": 4,
"id": 240
},
{
"block": 0,
"color": 1,
"type": 9,
"position": {
"x": 120,
"y": -360,
"z": 0
},
"adhesiveTime": 2,
"id": 250
},
{
"block": 0,
"color": 4,
"type": 9,
"position": {
"x": 0,
"y": -360,
"z": 0
},
"adhesiveTime": 1,
"id": 260
},
{
"block": 5,
"color": 4,
"type": 0,
"position": {
"x": 360,
"y": -360,
"z": 0
},
"id": 270
},
{
"block": 2,
"color": 4,
"type": 0,
"position": {
"x": 360,
"y": 120,
"z": 0
},
"id": 280
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": -240,
"y": -120,
"z": 0
},
"id": 290
},
{
"block": 0,
"color": 2,
"type": 2,
"position": {
"x": -120,
"y": 0,
"z": 0
},
"id": 300
},
{
"block": 2,
"color": 10,
"type": 2,
"position": {
"x": 0,
"y": 120,
"z": 0
},
"id": 310
},
{
"block": 0,
"color": 9,
"type": 2,
"position": {
"x": 120,
"y": 120,
"z": 0
},
"id": 320
},
{
"block": 0,
"color": 7,
"type": 2,
"position": {
"x": -120,
"y": -360,
"z": 0
},
"id": 330
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": 120,
"y": 240,
"z": 0
},
"id": 340
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": 240,
"y": 120,
"z": 0
},
"id": 350
},
{
"block": 2,
"color": 10,
"type": 0,
"position": {
"x": -120,
"y": -240,
"z": 0
},
"id": 360
},
{
"block": 3,
"color": 6,
"type": 0,
"position": {
"x": 240,
"y": -120,
"z": 0
},
"id": 370
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 19,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 2,
"num": 20,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 22,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 4,
"num": 23,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 5,
"num": 21,
"color": 6,
"special": 0,
"length": 1
},
{
"id": 6,
"num": 18,
"color": 1,
"special": 0,
"length": 1
},
{
"id": 7,
"num": 1,
"color": 4,
"special": 0,
"length": 2
},
{
"id": 8,
"num": 2,
"color": 4,
"special": 0,
"length": 0
},
{
"id": 9,
"num": 0,
"color": 7,
"special": 0,
"length": 1
},
{
"id": 10,
"num": 4,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 11,
"num": 5,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 12,
"num": 3,
"color": 9,
"special": 0,
"length": 1
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "a44f03f2-3b84-44d2-a2e3-6e274a3705da",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,383 @@
{
"LEVEL_INFO": [
{
"id": "162",
"map": [
8,
10
],
"time": 105,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -240,
"y": -480,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": -480,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": 360,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -240,
"y": 360,
"z": 0
},
"id": 240
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": 0,
"y": 360,
"z": 0
},
"id": 250
},
{
"block": 1,
"color": 6,
"type": 0,
"position": {
"x": 240,
"y": 0,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": 120,
"y": 360,
"z": 0
},
"id": 270
},
{
"block": 1,
"color": 6,
"type": 0,
"position": {
"x": 360,
"y": -360,
"z": 0
},
"id": 280
},
{
"block": 0,
"color": 9,
"type": 2,
"position": {
"x": -240,
"y": -240,
"z": 0
},
"id": 290
},
{
"block": 0,
"color": 10,
"type": 2,
"position": {
"x": 360,
"y": -240,
"z": 0
},
"id": 300
},
{
"block": 0,
"color": 3,
"type": 2,
"position": {
"x": 0,
"y": -480,
"z": 0
},
"id": 310
},
{
"block": 0,
"color": 1,
"type": 2,
"position": {
"x": 120,
"y": -480,
"z": 0
},
"id": 320
},
{
"block": 5,
"color": 10,
"type": 3,
"position": {
"x": 120,
"y": -240,
"z": 0
},
"lockTime": 4,
"id": 330
},
{
"block": 1,
"color": 2,
"type": 0,
"position": {
"x": -120,
"y": -360,
"z": 0
},
"id": 340
},
{
"block": 1,
"color": 7,
"type": 7,
"position": {
"x": 120,
"y": -360,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 10,
"type": 7,
"position": {
"x": -240,
"y": 0,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": -240,
"y": -120,
"z": 0
},
"id": 370
},
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": 0,
"y": 0,
"z": 0
},
"id": 380
},
{
"block": 1,
"color": 3,
"type": 0,
"position": {
"x": 120,
"y": 120,
"z": 0
},
"id": 390
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": 0,
"z": 0
},
"id": 400
},
{
"block": 0,
"color": 3,
"type": 7,
"position": {
"x": 360,
"y": -120,
"z": 0
},
"id": 410
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": 0,
"y": 240,
"z": 0
},
"id": 420
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": 120,
"y": 240,
"z": 0
},
"id": 430
},
{
"block": 5,
"color": 10,
"type": 4,
"position": {
"x": -120,
"y": 120,
"z": 0
},
"freezeTime": 8,
"id": 440
},
{
"block": 5,
"color": 9,
"type": 4,
"position": {
"x": 360,
"y": 120,
"z": 0
},
"freezeTime": 13,
"id": 450
}
]
],
"WALL_INFO": [
[
{
"id": 163,
"num": 12,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 164,
"num": 14,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 165,
"num": 4,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 166,
"num": 5,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 167,
"num": 23,
"color": 2,
"special": 0,
"length": 1
},
{
"id": 168,
"num": 21,
"color": 7,
"special": 0,
"length": 1
},
{
"id": 169,
"num": 24,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 170,
"num": 25,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 171,
"num": 13,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 172,
"num": 15,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 173,
"num": 3,
"color": 3,
"special": 0,
"length": 1
},
{
"id": 174,
"num": 1,
"color": 1,
"special": 0,
"length": 1
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "f8b9f4b1-ed19-4273-8af4-38a259315f28",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,313 @@
{
"LEVEL_INFO": [
{
"id": "163",
"map": [
8,
9
],
"time": 120,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 4,
"color": 8,
"type": 0,
"position": {
"x": 120,
"y": -300,
"z": 0
},
"id": 250
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": 360,
"y": -300,
"z": 0
},
"id": 260
},
{
"block": 4,
"color": 6,
"type": 0,
"position": {
"x": 0,
"y": -300,
"z": 0
},
"id": 270
},
{
"block": 3,
"color": 8,
"type": 5,
"position": {
"x": 0,
"y": -420,
"z": 0
},
"id": 280
},
{
"block": 3,
"color": 6,
"type": 5,
"position": {
"x": 360,
"y": -420,
"z": 0
},
"id": 290
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": 240,
"y": -60,
"z": 0
},
"id": 300
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": -120,
"y": -60,
"z": 0
},
"id": 310
},
{
"block": 21,
"color": 4,
"type": 0,
"position": {
"x": 240,
"y": -300,
"z": 0
},
"id": 320
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": 360,
"y": 180,
"z": 0
},
"id": 330
},
{
"block": 22,
"color": 7,
"type": 0,
"position": {
"x": -120,
"y": -300,
"z": 0
},
"id": 340
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": -240,
"y": 180,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": -240,
"y": 300,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": -240,
"y": -300,
"z": 0
},
"id": 370
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 360,
"y": 300,
"z": 0
},
"id": 380
},
{
"block": 5,
"color": 7,
"type": 4,
"position": {
"x": 120,
"y": 180,
"z": 0
},
"freezeTime": 7,
"id": 390
}
]
],
"WALL_INFO": [
[
{
"id": 164,
"num": 7,
"color": 8,
"special": 0,
"length": 3
},
{
"id": 165,
"num": 9,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 166,
"num": 11,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 167,
"num": 3,
"color": 8,
"special": 1,
"length": 1
},
{
"id": 168,
"num": 13,
"color": 6,
"special": 0,
"length": 3
},
{
"id": 169,
"num": 15,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 170,
"num": 17,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 171,
"num": 22,
"color": 6,
"special": 1,
"length": 1
},
{
"id": 172,
"num": 12,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 173,
"num": 14,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 174,
"num": 0,
"color": 4,
"special": 0,
"length": 2
},
{
"id": 175,
"num": 1,
"color": 4,
"special": 0,
"length": 0
},
{
"id": 176,
"num": 19,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 177,
"num": 20,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 178,
"num": 24,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 179,
"num": 25,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 180,
"num": 5,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 181,
"num": 6,
"color": 2,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "084e6c6d-bb25-4e87-b81b-cb52dc90da6a",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,651 @@
{
"LEVEL_INFO": [
{
"id": "164",
"map": [
10,
15
],
"time": 70,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -360,
"y": -420,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 480,
"y": 300,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": 300,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 240,
"y": 300,
"z": 0
},
"id": 240
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 120,
"y": 300,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 0,
"y": 300,
"z": 0
},
"id": 260
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -120,
"y": 300,
"z": 0
},
"id": 270
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -240,
"y": 300,
"z": 0
},
"id": 280
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -360,
"y": 300,
"z": 0
},
"id": 290
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 480,
"y": -420,
"z": 0
},
"id": 300
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": -420,
"z": 0
},
"id": 310
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 240,
"y": -420,
"z": 0
},
"id": 320
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 120,
"y": -420,
"z": 0
},
"id": 330
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 0,
"y": -420,
"z": 0
},
"id": 340
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -120,
"y": -420,
"z": 0
},
"id": 350
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -240,
"y": -420,
"z": 0
},
"id": 360
},
{
"block": 3,
"color": 1,
"type": 0,
"position": {
"x": 480,
"y": 540,
"z": 0
},
"id": 370
},
{
"block": 3,
"color": 2,
"type": 0,
"position": {
"x": -120,
"y": 540,
"z": 0
},
"id": 380
},
{
"block": 1,
"color": 6,
"type": 0,
"position": {
"x": 360,
"y": 420,
"z": 0
},
"id": 390
},
{
"block": 1,
"color": 6,
"type": 0,
"position": {
"x": -120,
"y": 420,
"z": 0
},
"id": 400
},
{
"block": 0,
"color": 6,
"type": 8,
"position": {
"x": 480,
"y": 420,
"z": 0
},
"id": 410
},
{
"block": 0,
"color": 3,
"type": 8,
"position": {
"x": -360,
"y": 420,
"z": 0
},
"id": 420
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": -360,
"y": 180,
"z": 0
},
"id": 430
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": 480,
"y": 180,
"z": 0
},
"id": 440
},
{
"block": 1,
"color": 1,
"type": 0,
"position": {
"x": 480,
"y": -300,
"z": 0
},
"id": 450
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": -240,
"y": -300,
"z": 0
},
"id": 460
},
{
"block": 14,
"color": 9,
"type": 0,
"position": {
"x": 360,
"y": -180,
"z": 0
},
"id": 480
},
{
"block": 1,
"color": 9,
"type": 9,
"position": {
"x": 120,
"y": 180,
"z": 0
},
"adhesiveTime": 2,
"id": 480
},
{
"block": 1,
"color": 8,
"type": 9,
"position": {
"x": 120,
"y": 60,
"z": 0
},
"adhesiveTime": 1,
"id": 490
},
{
"block": 14,
"color": 8,
"type": 0,
"position": {
"x": -240,
"y": -180,
"z": 0
},
"id": 500
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": 240,
"y": 180,
"z": 0
},
"id": 510
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": -120,
"y": 180,
"z": 0
},
"id": 520
},
{
"block": 1,
"color": 9,
"type": 9,
"position": {
"x": 240,
"y": -540,
"z": 0
},
"adhesiveTime": 2,
"id": 530
},
{
"block": 3,
"color": 7,
"type": 9,
"position": {
"x": 360,
"y": -660,
"z": 0
},
"adhesiveTime": 1,
"id": 540
},
{
"block": 1,
"color": 7,
"type": 9,
"position": {
"x": 0,
"y": -540,
"z": 0
},
"adhesiveTime": 2,
"id": 550
},
{
"block": 3,
"color": 9,
"type": 9,
"position": {
"x": 0,
"y": -660,
"z": 0
},
"adhesiveTime": 1,
"id": 560
},
{
"block": 1,
"color": 3,
"type": 4,
"position": {
"x": 120,
"y": 660,
"z": 0
},
"freezeTime": 2,
"id": 570
},
{
"block": 1,
"color": 2,
"type": 4,
"position": {
"x": 120,
"y": 420,
"z": 0
},
"freezeTime": 4,
"id": 580
},
{
"block": 5,
"color": 9,
"type": 4,
"position": {
"x": 120,
"y": -180,
"z": 0
},
"freezeTime": 24,
"id": 590
},
{
"block": 2,
"color": 5,
"type": 4,
"position": {
"x": -360,
"y": -780,
"z": 0
},
"freezeTime": 8,
"id": 600
},
{
"block": 2,
"color": 10,
"type": 4,
"position": {
"x": 480,
"y": -780,
"z": 0
},
"freezeTime": 10,
"id": 610
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 10,
"color": 1,
"special": 0,
"length": 3
},
{
"id": 2,
"num": 11,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 12,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 4,
"num": 39,
"color": 2,
"special": 0,
"length": 3
},
{
"id": 5,
"num": 40,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 6,
"num": 41,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 7,
"num": 26,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 8,
"num": 28,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 9,
"num": 14,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 10,
"num": 16,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 11,
"num": 4,
"color": 1,
"special": 0,
"length": 1
},
{
"id": 12,
"num": 36,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 13,
"num": 37,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 14,
"num": 33,
"color": 6,
"special": 0,
"length": 1
},
{
"id": 15,
"num": 7,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 16,
"num": 8,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 17,
"num": 0,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 18,
"num": 1,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 19,
"num": 29,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 20,
"num": 30,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 21,
"num": 13,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 22,
"num": 15,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 23,
"num": 25,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 24,
"num": 27,
"color": 5,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "56d712e4-13eb-4a9e-ae7a-c2d8b01c5b56",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,342 @@
{
"LEVEL_INFO": [
{
"id": "165",
"map": [
8,
10
],
"time": 120,
"gap": [
{
"x": 3,
"y": 8,
"z": 0
},
{
"x": 4,
"y": 8,
"z": 0
},
{
"x": 1,
"y": 5,
"z": 0
},
{
"x": 1,
"y": 4,
"z": 0
},
{
"x": 6,
"y": 5,
"z": 0
},
{
"x": 6,
"y": 4,
"z": 0
},
{
"x": 3,
"y": 1,
"z": 0
},
{
"x": 4,
"y": 1,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 1,
"color": 7,
"type": 0,
"position": {
"x": 240,
"y": -360,
"z": 0
},
"id": 210
},
{
"block": 5,
"color": 7,
"type": 6,
"position": {
"x": 120,
"y": -120,
"z": 0
},
"boomTime": 40,
"id": 220
},
{
"block": 0,
"color": 7,
"type": 8,
"position": {
"x": -120,
"y": 120,
"z": 0
},
"id": 230
},
{
"block": 19,
"color": 3,
"type": 0,
"position": {
"x": 360,
"y": 240,
"z": 0
},
"id": 240
},
{
"block": 1,
"color": 3,
"type": 7,
"position": {
"x": 360,
"y": -240,
"z": 0
},
"id": 250
},
{
"block": 0,
"color": 3,
"type": 9,
"position": {
"x": 0,
"y": 240,
"z": 0
},
"adhesiveTime": 2,
"id": 260
},
{
"block": 0,
"color": 9,
"type": 9,
"position": {
"x": 120,
"y": 240,
"z": 0
},
"adhesiveTime": 1,
"id": 270
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": -120,
"y": 0,
"z": 0
},
"id": 280
},
{
"block": 20,
"color": 9,
"type": 0,
"position": {
"x": -120,
"y": -480,
"z": 0
},
"id": 290
},
{
"block": 1,
"color": 8,
"type": 0,
"position": {
"x": -120,
"y": -240,
"z": 0
},
"id": 300
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": 240,
"y": 120,
"z": 0
},
"id": 310
},
{
"block": 1,
"color": 1,
"type": 7,
"position": {
"x": 0,
"y": -360,
"z": 0
},
"id": 320
},
{
"block": 19,
"color": 10,
"type": 0,
"position": {
"x": 360,
"y": -480,
"z": 0
},
"id": 330
},
{
"block": 0,
"color": 5,
"type": 8,
"position": {
"x": 240,
"y": 0,
"z": 0
},
"id": 340
},
{
"block": 20,
"color": 1,
"type": 0,
"position": {
"x": -120,
"y": 240,
"z": 0
},
"id": 350
}
]
],
"WALL_INFO": [
[
{
"id": 166,
"num": 11,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 167,
"num": 13,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 168,
"num": 1,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 169,
"num": 2,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 170,
"num": 34,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 171,
"num": 35,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 172,
"num": 22,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 173,
"num": 24,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 174,
"num": 6,
"color": 4,
"special": 0,
"length": 2
},
{
"id": 175,
"num": 12,
"color": 4,
"special": 0,
"length": 0
},
{
"id": 176,
"num": 31,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 177,
"num": 32,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 178,
"num": 4,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 179,
"num": 5,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 180,
"num": 23,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 181,
"num": 29,
"color": 5,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "149845d3-f071-4816-9e50-4704ddbdd613",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,297 @@
{
"LEVEL_INFO": [
{
"id": "166",
"map": [
8,
10
],
"time": 80,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 6,
"color": 8,
"type": 0,
"position": {
"x": 240,
"y": 120,
"z": 0
},
"id": 210
},
{
"block": 12,
"color": 8,
"type": 0,
"position": {
"x": 240,
"y": -360,
"z": 0
},
"id": 220
},
{
"block": 2,
"color": 8,
"type": 0,
"position": {
"x": -240,
"y": -480,
"z": 0
},
"id": 230
},
{
"block": 10,
"color": 7,
"type": 0,
"position": {
"x": -120,
"y": 120,
"z": 0
},
"id": 240
},
{
"block": 8,
"color": 7,
"type": 0,
"position": {
"x": 0,
"y": -360,
"z": 0
},
"id": 250
},
{
"block": 2,
"color": 7,
"type": 0,
"position": {
"x": 360,
"y": -480,
"z": 0
},
"id": 260
},
{
"block": 5,
"color": 3,
"type": 0,
"position": {
"x": 120,
"y": -240,
"z": 0
},
"id": 270
},
{
"block": 2,
"color": 3,
"type": 8,
"position": {
"x": -240,
"y": 240,
"z": 0
},
"id": 280
},
{
"block": 0,
"color": 3,
"type": 6,
"position": {
"x": 0,
"y": 120,
"z": 0
},
"boomTime": 15,
"id": 290
},
{
"block": 0,
"color": 6,
"type": 6,
"position": {
"x": 120,
"y": 240,
"z": 0
},
"boomTime": 30,
"id": 300
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": 120,
"y": 120,
"z": 0
},
"id": 310
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": 0,
"y": 240,
"z": 0
},
"id": 320
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": 0,
"y": 0,
"z": 0
},
"id": 330
},
{
"block": 2,
"color": 9,
"type": 8,
"position": {
"x": 360,
"y": 240,
"z": 0
},
"id": 340
},
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": 240,
"y": 0,
"z": 0
},
"id": 350
},
{
"block": 1,
"color": 1,
"type": 0,
"position": {
"x": 120,
"y": -480,
"z": 0
},
"id": 360
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 9,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 2,
"num": 11,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 17,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 4,
"num": 19,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 5,
"num": 26,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 6,
"num": 27,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 7,
"num": 6,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 8,
"num": 7,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 9,
"num": 12,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 10,
"num": 14,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 11,
"num": 8,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 12,
"num": 10,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 13,
"num": 16,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 14,
"num": 18,
"color": 9,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "3a7d2158-22bc-4869-a08f-3748cb4fbd82",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,292 @@
{
"LEVEL_INFO": [
{
"id": "167",
"map": [
8,
8
],
"time": 100,
"gap": [
{
"x": 1,
"y": 6,
"z": 0
},
{
"x": 6,
"y": 6,
"z": 0
},
{
"x": 1,
"y": 2,
"z": 0
},
{
"x": 1,
"y": 1,
"z": 0
},
{
"x": 6,
"y": 2,
"z": 0
},
{
"x": 6,
"y": 1,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 2,
"color": 4,
"type": 0,
"position": {
"x": 0,
"y": -240,
"z": 0
},
"id": 210
},
{
"block": 2,
"color": 4,
"type": 1,
"position": {
"x": 120,
"y": 0,
"z": 0
},
"stacking": 10,
"id": 220
},
{
"block": 2,
"color": 2,
"type": 1,
"position": {
"x": 0,
"y": 0,
"z": 0
},
"stacking": 8,
"id": 230
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": 120,
"y": -240,
"z": 0
},
"id": 240
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": -120,
"y": -360,
"z": 0
},
"id": 250
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": -120,
"y": 0,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": 240,
"y": -360,
"z": 0
},
"id": 270
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": -120,
"y": -120,
"z": 0
},
"id": 280
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": 240,
"y": 240,
"z": 0
},
"id": 290
},
{
"block": 6,
"color": 8,
"type": 0,
"position": {
"x": 360,
"y": -120,
"z": 0
},
"id": 300
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": 240,
"y": -120,
"z": 0
},
"id": 310
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": 240,
"y": 0,
"z": 0
},
"id": 320
},
{
"block": 1,
"color": 6,
"type": 0,
"position": {
"x": 0,
"y": 240,
"z": 0
},
"id": 330
},
{
"block": 10,
"color": 10,
"type": 0,
"position": {
"x": -240,
"y": -120,
"z": 0
},
"id": 340
}
]
],
"WALL_INFO": [
[
{
"id": 168,
"num": 9,
"color": 4,
"special": 0,
"length": 2
},
{
"id": 169,
"num": 11,
"color": 4,
"special": 0,
"length": 0
},
{
"id": 170,
"num": 13,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 171,
"num": 15,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 172,
"num": 16,
"color": 5,
"special": 0,
"length": 1
},
{
"id": 173,
"num": 1,
"color": 1,
"special": 0,
"length": 1
},
{
"id": 174,
"num": 22,
"color": 9,
"special": 0,
"length": 1
},
{
"id": 175,
"num": 8,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 176,
"num": 10,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 177,
"num": 12,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 178,
"num": 14,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 179,
"num": 3,
"color": 6,
"special": 0,
"length": 1
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "4f2ceaf6-3fe2-4974-b140-3d2e6ce8266b",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,411 @@
{
"LEVEL_INFO": [
{
"id": "168",
"map": [
9,
12
],
"time": 100,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 22,
"color": 7,
"type": 0,
"position": {
"x": -60,
"y": -600,
"z": 0
},
"id": 210
},
{
"block": 21,
"color": 6,
"type": 0,
"position": {
"x": 180,
"y": -600,
"z": 0
},
"id": 220
},
{
"block": 3,
"color": 10,
"type": 0,
"position": {
"x": 180,
"y": -120,
"z": 0
},
"id": 230
},
{
"block": 12,
"color": 8,
"type": 0,
"position": {
"x": 420,
"y": -240,
"z": 0
},
"id": 240
},
{
"block": 1,
"color": 8,
"type": 9,
"position": {
"x": -180,
"y": 240,
"z": 0
},
"adhesiveTime": 2,
"id": 250
},
{
"block": 1,
"color": 8,
"type": 9,
"position": {
"x": -60,
"y": 120,
"z": 0
},
"adhesiveTime": 1,
"id": 260
},
{
"block": 1,
"color": 10,
"type": 9,
"position": {
"x": 420,
"y": 240,
"z": 0
},
"adhesiveTime": 2,
"id": 270
},
{
"block": 1,
"color": 10,
"type": 9,
"position": {
"x": 300,
"y": 120,
"z": 0
},
"adhesiveTime": 1,
"id": 280
},
{
"block": 0,
"color": 7,
"type": 7,
"position": {
"x": -60,
"y": 0,
"z": 0
},
"id": 290
},
{
"block": 0,
"color": 7,
"type": 7,
"position": {
"x": 180,
"y": 0,
"z": 0
},
"id": 300
},
{
"block": 8,
"color": 6,
"type": 0,
"position": {
"x": -180,
"y": -240,
"z": 0
},
"id": 310
},
{
"block": 18,
"color": 3,
"type": 1,
"position": {
"x": 60,
"y": 120,
"z": 0
},
"stacking": 8,
"id": 320
},
{
"block": 19,
"color": 7,
"type": 1,
"position": {
"x": -180,
"y": 360,
"z": 0
},
"stacking": 3,
"id": 330
},
{
"block": 0,
"color": 7,
"type": 1,
"position": {
"x": -60,
"y": 480,
"z": 0
},
"stacking": 3,
"id": 340
},
{
"block": 20,
"color": 5,
"type": 1,
"position": {
"x": 420,
"y": 360,
"z": 0
},
"stacking": 8,
"id": 350
},
{
"block": 0,
"color": 5,
"type": 1,
"position": {
"x": 180,
"y": 480,
"z": 0
},
"stacking": 8,
"id": 360
},
{
"block": 10,
"color": 3,
"type": 1,
"position": {
"x": -300,
"y": -600,
"z": 0
},
"stacking": 2,
"id": 370
},
{
"block": 6,
"color": 5,
"type": 1,
"position": {
"x": 420,
"y": -600,
"z": 0
},
"stacking": 6,
"id": 380
},
{
"block": 2,
"color": 2,
"type": 6,
"position": {
"x": 60,
"y": -360,
"z": 0
},
"boomTime": 70,
"id": 390
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": 180,
"y": -240,
"z": 0
},
"id": 400
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": -60,
"y": -240,
"z": 0
},
"id": 410
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 27,
"color": 7,
"special": 0,
"length": 3
},
{
"id": 2,
"num": 28,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 29,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 4,
"num": 24,
"color": 3,
"special": 0,
"length": 3
},
{
"id": 5,
"num": 25,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 6,
"num": 26,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 7,
"num": 3,
"color": 5,
"special": 0,
"length": 3
},
{
"id": 8,
"num": 4,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 9,
"num": 5,
"color": 5,
"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": 14,
"color": 10,
"special": 0,
"length": 3
},
{
"id": 14,
"num": 16,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 15,
"num": 18,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 16,
"num": 7,
"color": 6,
"special": 0,
"length": 3
},
{
"id": 17,
"num": 8,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 18,
"num": 9,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 19,
"num": 31,
"color": 2,
"special": 0,
"length": 3
},
{
"id": 20,
"num": 32,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 21,
"num": 33,
"color": 2,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "326c1fd3-da14-4465-a1c1-1352f93c85c7",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,279 @@
{
"LEVEL_INFO": [
{
"id": "169",
"map": [
8,
8
],
"time": 115,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 0,
"color": 10,
"type": 2,
"position": {
"x": 0,
"y": 240,
"z": 0
},
"id": 210
},
{
"block": 0,
"color": 2,
"type": 2,
"position": {
"x": 120,
"y": 240,
"z": 0
},
"id": 220
},
{
"block": 0,
"color": 1,
"type": 2,
"position": {
"x": -240,
"y": 120,
"z": 0
},
"id": 230
},
{
"block": 0,
"color": 3,
"type": 2,
"position": {
"x": 360,
"y": 120,
"z": 0
},
"id": 240
},
{
"block": 22,
"color": 3,
"type": 0,
"position": {
"x": -120,
"y": 120,
"z": 0
},
"id": 250
},
{
"block": 21,
"color": 1,
"type": 0,
"position": {
"x": 240,
"y": 120,
"z": 0
},
"id": 260
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": 360,
"y": -120,
"z": 0
},
"id": 270
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 0,
"y": -360,
"z": 0
},
"id": 280
},
{
"block": 2,
"color": 9,
"type": 9,
"position": {
"x": -120,
"y": -240,
"z": 0
},
"adhesiveTime": 2,
"id": 290
},
{
"block": 2,
"color": 10,
"type": 9,
"position": {
"x": -240,
"y": -360,
"z": 0
},
"adhesiveTime": 1,
"id": 300
},
{
"block": 2,
"color": 4,
"type": 9,
"position": {
"x": 240,
"y": -240,
"z": 0
},
"adhesiveTime": 2,
"id": 310
},
{
"block": 2,
"color": 9,
"type": 9,
"position": {
"x": 360,
"y": -360,
"z": 0
},
"adhesiveTime": 1,
"id": 320
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": 120,
"y": -360,
"z": 0
},
"id": 330
},
{
"block": 2,
"color": 4,
"type": 0,
"position": {
"x": -240,
"y": -120,
"z": 0
},
"id": 340
},
{
"block": 5,
"color": 2,
"type": 3,
"position": {
"x": 120,
"y": 0,
"z": 0
},
"lockTime": 4,
"id": 350
}
]
],
"WALL_INFO": [
[
{
"id": 170,
"num": 14,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 171,
"num": 16,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 172,
"num": 7,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 173,
"num": 9,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 174,
"num": 6,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 175,
"num": 8,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 176,
"num": 15,
"color": 4,
"special": 0,
"length": 2
},
{
"id": 177,
"num": 17,
"color": 4,
"special": 0,
"length": 0
},
{
"id": 178,
"num": 2,
"color": 2,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 179,
"num": 3,
"color": 2,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 180,
"num": 20,
"color": 10,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 181,
"num": 21,
"color": 10,
"special": 2,
"length": 0,
"lock": true
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "5a94d402-5556-4c27-8dca-e531f356b183",
"importer": "json",
"subMetas": {}
}

View File

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

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "97aac509-ae22-41b9-a310-92c872a5875d",
"importer": "json",
"subMetas": {}
}

View File

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

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "346c8bef-6ae9-4ff5-afff-0b6d07b464e0",
"importer": "json",
"subMetas": {}
}

View File

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

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "af5fb282-d1c7-48d6-8019-44486109c3a5",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,314 @@
{
"LEVEL_INFO": [
{
"id": "173",
"map": [
9,
9
],
"time": 85,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 4,
"color": 1,
"type": 0,
"position": {
"x": -300,
"y": 60,
"z": 0
},
"id": 210
},
{
"block": 2,
"color": 1,
"type": 2,
"position": {
"x": -180,
"y": 60,
"z": 0
},
"id": 220
},
{
"block": 0,
"color": 5,
"type": 2,
"position": {
"x": -180,
"y": 300,
"z": 0
},
"id": 230
},
{
"block": 2,
"color": 5,
"type": 2,
"position": {
"x": 420,
"y": 180,
"z": 0
},
"id": 240
},
{
"block": 2,
"color": 4,
"type": 2,
"position": {
"x": 300,
"y": 180,
"z": 0
},
"id": 250
},
{
"block": 2,
"color": 7,
"type": 2,
"position": {
"x": 180,
"y": -180,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 3,
"type": 2,
"position": {
"x": 60,
"y": -180,
"z": 0
},
"id": 270
},
{
"block": 1,
"color": 9,
"type": 6,
"position": {
"x": -180,
"y": -60,
"z": 0
},
"boomTime": 25,
"id": 280
},
{
"block": 3,
"color": 2,
"type": 3,
"position": {
"x": 180,
"y": -300,
"z": 0
},
"lockTime": 6,
"id": 290
},
{
"block": 1,
"color": 2,
"type": 0,
"position": {
"x": 420,
"y": -60,
"z": 0
},
"id": 300
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": -300,
"y": -300,
"z": 0
},
"id": 310
},
{
"block": 1,
"color": 6,
"type": 0,
"position": {
"x": -180,
"y": -180,
"z": 0
},
"id": 320
},
{
"block": 2,
"color": 7,
"type": 0,
"position": {
"x": -180,
"y": -420,
"z": 0
},
"id": 330
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": 60,
"y": -420,
"z": 0
},
"id": 340
},
{
"block": 2,
"color": 7,
"type": 0,
"position": {
"x": 420,
"y": -300,
"z": 0
},
"id": 350
},
{
"block": 4,
"color": 5,
"type": 0,
"position": {
"x": 300,
"y": -420,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 6,
"type": 7,
"position": {
"x": -300,
"y": -420,
"z": 0
},
"id": 370
},
{
"block": 0,
"color": 1,
"type": 4,
"position": {
"x": -60,
"y": -180,
"z": 0
},
"freezeTime": 4,
"id": 380
},
{
"block": 0,
"color": 7,
"type": 4,
"position": {
"x": 60,
"y": -60,
"z": 0
},
"freezeTime": 5,
"id": 390
},
{
"block": 0,
"color": 6,
"type": 4,
"position": {
"x": 180,
"y": 60,
"z": 0
},
"freezeTime": 6,
"id": 400
},
{
"block": 1,
"color": 3,
"type": 6,
"position": {
"x": 420,
"y": 60,
"z": 0
},
"boomTime": 30,
"id": 410
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 7,
"color": 1,
"special": 0,
"length": 1
},
{
"id": 2,
"num": 27,
"color": 9,
"special": 0,
"length": 1
},
{
"id": 3,
"num": 0,
"color": 2,
"special": 0,
"length": 1
},
{
"id": 4,
"num": 19,
"color": 5,
"special": 0,
"length": 1
},
{
"id": 5,
"num": 20,
"color": 4,
"special": 0,
"length": 1
},
{
"id": 6,
"num": 21,
"color": 6,
"special": 0,
"length": 1
},
{
"id": 7,
"num": 6,
"color": 3,
"special": 0,
"length": 1
},
{
"id": 8,
"num": 8,
"color": 7,
"special": 0,
"length": 1
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "22e42ec9-8380-448e-8d06-24b6ea71c817",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,385 @@
{
"LEVEL_INFO": [
{
"id": "174",
"map": [
8,
10
],
"time": 105,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 1,
"color": 8,
"type": 0,
"position": {
"x": 0,
"y": 360,
"z": 0
},
"id": 210
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": 240,
"y": 360,
"z": 0
},
"id": 220
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": 120,
"y": 0,
"z": 0
},
"id": 230
},
{
"block": 1,
"color": 10,
"type": 7,
"position": {
"x": 240,
"y": -480,
"z": 0
},
"id": 240
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": 0,
"y": 240,
"z": 0
},
"id": 250
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": 120,
"y": 240,
"z": 0
},
"id": 260
},
{
"block": 1,
"color": 3,
"type": 0,
"position": {
"x": 120,
"y": 120,
"z": 0
},
"id": 270
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": 0,
"y": 0,
"z": 0
},
"id": 280
},
{
"block": 22,
"color": 1,
"type": 0,
"position": {
"x": -120,
"y": -120,
"z": 0
},
"id": 290
},
{
"block": 21,
"color": 8,
"type": 0,
"position": {
"x": 240,
"y": -120,
"z": 0
},
"id": 300
},
{
"block": 0,
"color": 7,
"type": 8,
"position": {
"x": -240,
"y": -120,
"z": 0
},
"id": 310
},
{
"block": 0,
"color": 3,
"type": 8,
"position": {
"x": 360,
"y": -120,
"z": 0
},
"id": 320
},
{
"block": 5,
"color": 7,
"type": 3,
"position": {
"x": 120,
"y": -240,
"z": 0
},
"lockTime": 4,
"id": 330
},
{
"block": 0,
"color": 6,
"type": 2,
"position": {
"x": -120,
"y": -240,
"z": 0
},
"id": 340
},
{
"block": 0,
"color": 1,
"type": 2,
"position": {
"x": 240,
"y": -240,
"z": 0
},
"id": 350
},
{
"block": 1,
"color": 1,
"type": 0,
"position": {
"x": 0,
"y": -360,
"z": 0
},
"id": 360
},
{
"block": 1,
"color": 8,
"type": 0,
"position": {
"x": 240,
"y": -360,
"z": 0
},
"id": 370
},
{
"block": 1,
"color": 1,
"type": 0,
"position": {
"x": 0,
"y": -480,
"z": 0
},
"id": 380
},
{
"block": 0,
"color": 3,
"type": 2,
"position": {
"x": -240,
"y": -480,
"z": 0
},
"id": 390
},
{
"block": 0,
"color": 5,
"type": 2,
"position": {
"x": 360,
"y": -480,
"z": 0
},
"id": 400
},
{
"block": 5,
"color": 7,
"type": 4,
"position": {
"x": -120,
"y": 120,
"z": 0
},
"freezeTime": 8,
"id": 410
},
{
"block": 5,
"color": 6,
"type": 4,
"position": {
"x": 360,
"y": 120,
"z": 0
},
"freezeTime": 13,
"id": 420
}
]
],
"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": 5,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 4,
"num": 6,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 5,
"num": 25,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 6,
"num": 26,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 7,
"num": 23,
"color": 9,
"special": 0,
"length": 1
},
{
"id": 8,
"num": 21,
"color": 4,
"special": 0,
"length": 1
},
{
"id": 9,
"num": 20,
"color": 2,
"special": 0,
"length": 1
},
{
"id": 10,
"num": 1,
"color": 5,
"special": 0,
"length": 1
},
{
"id": 11,
"num": 0,
"color": 10,
"special": 0,
"length": 1
},
{
"id": 12,
"num": 8,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 13,
"num": 10,
"color": 7,
"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": 3,
"special": 0,
"length": 2
},
{
"id": 17,
"num": 18,
"color": 3,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "7b87a1c6-ba69-49ee-b38f-555e2a799442",
"importer": "json",
"subMetas": {}
}

View File

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

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "39db2cb5-8d69-4561-82bc-eac5ca630d0a",
"importer": "json",
"subMetas": {}
}

View File

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

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "d744860a-9150-42ce-b307-470c2ea198fc",
"importer": "json",
"subMetas": {}
}

View File

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

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "5023ef6f-049c-468f-91cf-041bd32494dc",
"importer": "json",
"subMetas": {}
}

View File

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

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "fd7bab1a-7bb0-4569-911a-7d02aaae007f",
"importer": "json",
"subMetas": {}
}

View File

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

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "31cf9713-3adf-4fb4-a04c-9b348680300f",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,252 @@
{
"LEVEL_INFO": [
{
"id": "180",
"map": [
8,
8
],
"time": 120,
"gap": [
{
"x": 1,
"y": 6,
"z": 0
},
{
"x": 6,
"y": 6,
"z": 0
},
{
"x": 1,
"y": 2,
"z": 0
},
{
"x": 1,
"y": 1,
"z": 0
},
{
"x": 6,
"y": 2,
"z": 0
},
{
"x": 6,
"y": 1,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 10,
"color": 10,
"type": 0,
"position": {
"x": -240,
"y": -120,
"z": 0
},
"id": 210
},
{
"block": 12,
"color": 9,
"type": 0,
"position": {
"x": 360,
"y": -120,
"z": 0
},
"id": 220
},
{
"block": 22,
"color": 1,
"type": 0,
"position": {
"x": 240,
"y": -360,
"z": 0
},
"id": 230
},
{
"block": 21,
"color": 3,
"type": 0,
"position": {
"x": -120,
"y": -360,
"z": 0
},
"id": 240
},
{
"block": 2,
"color": 8,
"type": 0,
"position": {
"x": 120,
"y": -120,
"z": 0
},
"id": 250
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": 0,
"y": 0,
"z": 0
},
"id": 260
},
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": 0,
"y": 240,
"z": 0
},
"id": 270
},
{
"block": 1,
"color": 2,
"type": 0,
"position": {
"x": 240,
"y": 240,
"z": 0
},
"id": 280
}
]
],
"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": 0,
"color": 9,
"special": 0,
"length": 3
},
{
"id": 4,
"num": 1,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 5,
"num": 2,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 6,
"num": 9,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 7,
"num": 11,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 8,
"num": 13,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 9,
"num": 15,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 10,
"num": 8,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 11,
"num": 10,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 12,
"num": 21,
"color": 6,
"special": 0,
"length": 3
},
{
"id": 13,
"num": 22,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 14,
"num": 23,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 15,
"num": 3,
"color": 5,
"special": 0,
"length": 1
},
{
"id": 16,
"num": 16,
"color": 2,
"special": 0,
"length": 1
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "31b3e941-d9f9-475a-8a87-5f56cf5def07",
"importer": "json",
"subMetas": {}
}

View File

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

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "ab7d8a5f-67d5-4f5e-9cb6-91f183bc06c7",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,378 @@
{
"LEVEL_INFO": [
{
"id": "182",
"map": [
8,
9
],
"time": 120,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": -240,
"y": -180,
"z": 0
},
"id": 210
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": -240,
"y": -60,
"z": 0
},
"id": 220
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": 120,
"y": -420,
"z": 0
},
"id": 240
},
{
"block": 2,
"color": 7,
"type": 9,
"position": {
"x": 240,
"y": -300,
"z": 0
},
"adhesiveTime": 2,
"id": 240
},
{
"block": 2,
"color": 6,
"type": 9,
"position": {
"x": 360,
"y": -420,
"z": 0
},
"adhesiveTime": 1,
"id": 250
},
{
"block": 2,
"color": 9,
"type": 9,
"position": {
"x": -120,
"y": -300,
"z": 0
},
"adhesiveTime": 2,
"id": 260
},
{
"block": 2,
"color": 3,
"type": 9,
"position": {
"x": -240,
"y": -420,
"z": 0
},
"adhesiveTime": 1,
"id": 270
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": -120,
"y": -420,
"z": 0
},
"id": 280
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": 0,
"y": -420,
"z": 0
},
"id": 290
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": 240,
"y": -420,
"z": 0
},
"id": 300
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": 360,
"y": -180,
"z": 0
},
"id": 330
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": 360,
"y": -60,
"z": 0
},
"id": 340
},
{
"block": 21,
"color": 5,
"type": 0,
"position": {
"x": 240,
"y": 180,
"z": 0
},
"id": 350
},
{
"block": 22,
"color": 3,
"type": 0,
"position": {
"x": -120,
"y": 180,
"z": 0
},
"id": 360
},
{
"block": 1,
"color": 3,
"type": 2,
"position": {
"x": 0,
"y": 60,
"z": 0
},
"id": 370
},
{
"block": 0,
"color": 7,
"type": 2,
"position": {
"x": -240,
"y": 60,
"z": 0
},
"id": 380
},
{
"block": 1,
"color": 5,
"type": 2,
"position": {
"x": 240,
"y": 60,
"z": 0
},
"id": 390
},
{
"block": 0,
"color": 5,
"type": 2,
"position": {
"x": 360,
"y": 60,
"z": 0
},
"id": 400
},
{
"block": 23,
"color": 5,
"type": 2,
"position": {
"x": 120,
"y": 300,
"z": 0
},
"id": 410
},
{
"block": 23,
"color": 5,
"type": 2,
"position": {
"x": 0,
"y": 300,
"z": 0
},
"id": 420
},
{
"block": 5,
"color": 9,
"type": 3,
"position": {
"x": 120,
"y": -300,
"z": 0
},
"lockTime": 4,
"id": 410
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": 120,
"y": -60,
"z": 0
},
"id": 420
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 4,
"color": 4,
"special": 0,
"length": 3
},
{
"id": 2,
"num": 5,
"color": 4,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 6,
"color": 4,
"special": 0,
"length": 0
},
{
"id": 4,
"num": 23,
"color": 6,
"special": 0,
"length": 3
},
{
"id": 5,
"num": 24,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 6,
"num": 25,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 7,
"num": 20,
"color": 7,
"special": 2,
"length": 2,
"lock": false
},
{
"id": 8,
"num": 21,
"color": 7,
"special": 2,
"length": 0,
"lock": false
},
{
"id": 9,
"num": 1,
"color": 9,
"special": 2,
"length": 3,
"lock": true
},
{
"id": 10,
"num": 2,
"color": 9,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 11,
"num": 3,
"color": 9,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 12,
"num": 7,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 13,
"num": 9,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 14,
"num": 15,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 15,
"num": 17,
"color": 3,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "97b424fd-f138-4ad3-a825-e0e4ab0a397e",
"importer": "json",
"subMetas": {}
}

View File

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

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "4d3df186-4cbc-4d6c-867e-7148aa60da2d",
"importer": "json",
"subMetas": {}
}

View File

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

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "9a576da6-020b-4b8c-a501-7ff5658716ed",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,647 @@
{
"LEVEL_INFO": [
{
"id": "185",
"map": [
11,
11
],
"time": 220,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -420,
"y": 420,
"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": 420,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 540,
"y": 180,
"z": 0
},
"id": 240
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -420,
"y": -540,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -420,
"y": -300,
"z": 0
},
"id": 260
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 540,
"y": -540,
"z": 0
},
"id": 270
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 540,
"y": -300,
"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": -60,
"y": 300,
"z": 0
},
"id": 300
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 60,
"y": 180,
"z": 0
},
"id": 310
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 60,
"y": 300,
"z": 0
},
"id": 320
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 60,
"y": 420,
"z": 0
},
"id": 330
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 180,
"y": -420,
"z": 0
},
"id": 340
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -60,
"y": -420,
"z": 0
},
"id": 350
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 60,
"y": -300,
"z": 0
},
"id": 360
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 60,
"y": -420,
"z": 0
},
"id": 370
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 60,
"y": -540,
"z": 0
},
"id": 380
},
{
"block": 22,
"color": 8,
"type": 0,
"position": {
"x": -300,
"y": -60,
"z": 0
},
"id": 390
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": 540,
"y": 300,
"z": 0
},
"id": 400
},
{
"block": 1,
"color": 8,
"type": 0,
"position": {
"x": -60,
"y": -540,
"z": 0
},
"id": 410
},
{
"block": 4,
"color": 8,
"type": 0,
"position": {
"x": -300,
"y": -540,
"z": 0
},
"id": 420
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": -420,
"y": -180,
"z": 0
},
"id": 430
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": 540,
"y": -180,
"z": 0
},
"id": 440
},
{
"block": 1,
"color": 4,
"type": 0,
"position": {
"x": 300,
"y": -540,
"z": 0
},
"id": 450
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": -300,
"y": 180,
"z": 0
},
"id": 460
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": -180,
"y": -420,
"z": 0
},
"id": 470
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": -420,
"y": 300,
"z": 0
},
"id": 480
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": 420,
"y": 180,
"z": 0
},
"id": 490
},
{
"block": 21,
"color": 2,
"type": 0,
"position": {
"x": 420,
"y": -60,
"z": 0
},
"id": 500
},
{
"block": 4,
"color": 2,
"type": 0,
"position": {
"x": 420,
"y": -540,
"z": 0
},
"id": 510
},
{
"block": 2,
"color": 1,
"type": 0,
"position": {
"x": 300,
"y": -420,
"z": 0
},
"id": 520
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": 540,
"y": -420,
"z": 0
},
"id": 530
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": -60,
"y": -300,
"z": 0
},
"id": 540
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": 180,
"y": -300,
"z": 0
},
"id": 550
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": 420,
"y": 420,
"z": 0
},
"id": 560
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": 540,
"y": -60,
"z": 0
},
"id": 570
},
{
"block": 1,
"color": 10,
"type": 0,
"position": {
"x": -180,
"y": -180,
"z": 0
},
"id": 580
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": 420,
"y": -180,
"z": 0
},
"id": 590
},
{
"block": 2,
"color": 10,
"type": 8,
"position": {
"x": 300,
"y": -60,
"z": 0
},
"id": 600
},
{
"block": 2,
"color": 9,
"type": 8,
"position": {
"x": -180,
"y": -60,
"z": 0
},
"id": 610
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": -420,
"y": -60,
"z": 0
},
"id": 620
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": -420,
"y": -420,
"z": 0
},
"id": 630
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": -300,
"y": 420,
"z": 0
},
"id": 640
},
{
"block": 4,
"color": 8,
"type": 4,
"position": {
"x": 60,
"y": -180,
"z": 0
},
"freezeTime": 9,
"id": 650
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 30,
"color": 8,
"special": 0,
"length": 3
},
{
"id": 2,
"num": 31,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 32,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 4,
"num": 12,
"color": 1,
"special": 0,
"length": 1
},
{
"id": 5,
"num": 14,
"color": 4,
"special": 2,
"length": 2,
"lock": false
},
{
"id": 6,
"num": 16,
"color": 4,
"special": 2,
"length": 0,
"lock": false
},
{
"id": 7,
"num": 20,
"color": 6,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 8,
"num": 22,
"color": 6,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 9,
"num": 3,
"color": 2,
"special": 0,
"length": 3
},
{
"id": 10,
"num": 4,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 11,
"num": 5,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 12,
"num": 19,
"color": 5,
"special": 0,
"length": 1
},
{
"id": 13,
"num": 24,
"color": 3,
"special": 0,
"length": 1
},
{
"id": 14,
"num": 15,
"color": 7,
"special": 0,
"length": 1
},
{
"id": 15,
"num": 11,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 16,
"num": 13,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 17,
"num": 21,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 18,
"num": 23,
"color": 10,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "79f1ee93-d988-456a-86fa-747087b90306",
"importer": "json",
"subMetas": {}
}

View File

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

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "d31a3872-b963-484a-983a-fd233612e937",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,454 @@
{
"LEVEL_INFO": [
{
"id": "187",
"map": [
10,
12
],
"time": 125,
"gap": [
{
"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": 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
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 4,
"color": 10,
"type": 0,
"position": {
"x": 480,
"y": -600,
"z": 0
},
"id": 210
},
{
"block": 21,
"color": 10,
"type": 0,
"position": {
"x": 120,
"y": -240,
"z": 0
},
"id": 220
},
{
"block": 5,
"color": 10,
"type": 1,
"position": {
"x": -240,
"y": -240,
"z": 0
},
"stacking": 6,
"id": 230
},
{
"block": 22,
"color": 8,
"type": 0,
"position": {
"x": 0,
"y": -240,
"z": 0
},
"id": 240
},
{
"block": 1,
"color": 8,
"type": 0,
"position": {
"x": 480,
"y": 0,
"z": 0
},
"id": 250
},
{
"block": 1,
"color": 7,
"type": 0,
"position": {
"x": 0,
"y": 360,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": 120,
"y": 120,
"z": 0
},
"id": 270
},
{
"block": 4,
"color": 7,
"type": 0,
"position": {
"x": -360,
"y": -600,
"z": 0
},
"id": 280
},
{
"block": 23,
"color": 7,
"type": 0,
"position": {
"x": 120,
"y": 240,
"z": 0
},
"id": 290
},
{
"block": 23,
"color": 7,
"type": 0,
"position": {
"x": 0,
"y": 240,
"z": 0
},
"id": 300
},
{
"block": 23,
"color": 7,
"type": 0,
"position": {
"x": 240,
"y": 120,
"z": 0
},
"id": 310
},
{
"block": 23,
"color": 7,
"type": 0,
"position": {
"x": -120,
"y": 120,
"z": 0
},
"id": 320
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": 0,
"y": 120,
"z": 0
},
"id": 330
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": 0,
"y": 0,
"z": 0
},
"id": 340
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 120,
"y": 0,
"z": 0
},
"id": 350
},
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": 240,
"y": 360,
"z": 0
},
"id": 360
},
{
"block": 2,
"color": 5,
"type": 0,
"position": {
"x": 240,
"y": -360,
"z": 0
},
"id": 370
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": -120,
"y": -360,
"z": 0
},
"id": 380
},
{
"block": 5,
"color": 6,
"type": 1,
"position": {
"x": 480,
"y": -240,
"z": 0
},
"stacking": 9,
"id": 390
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": -240,
"y": 0,
"z": 0
},
"id": 400
},
{
"block": 6,
"color": 9,
"type": 4,
"position": {
"x": -240,
"y": 240,
"z": 0
},
"freezeTime": 7,
"id": 410
},
{
"block": 10,
"color": 8,
"type": 4,
"position": {
"x": 360,
"y": 240,
"z": 0
},
"freezeTime": 13,
"id": 420
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 11,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 2,
"num": 13,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 6,
"color": 8,
"special": 0,
"length": 3
},
{
"id": 4,
"num": 7,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 5,
"num": 8,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 6,
"num": 19,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 7,
"num": 21,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 8,
"num": 22,
"color": 3,
"special": 0,
"length": 1
},
{
"id": 9,
"num": 20,
"color": 1,
"special": 0,
"length": 1
},
{
"id": 10,
"num": 34,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 11,
"num": 35,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 12,
"num": 2,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 13,
"num": 3,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 14,
"num": 29,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 15,
"num": 31,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 16,
"num": 38,
"color": 9,
"special": 0,
"length": 3
},
{
"id": 17,
"num": 39,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 18,
"num": 40,
"color": 9,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "91f5c47a-909e-45f5-a1ea-011bc9778b32",
"importer": "json",
"subMetas": {}
}

View File

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

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "5dd5f31d-cabc-4195-adcb-971b73358067",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,522 @@
{
"LEVEL_INFO": [
{
"id": "189",
"map": [
10,
12
],
"time": 75,
"gap": [
{
"x": 7,
"y": 10,
"z": 0
},
{
"x": 6,
"y": 10,
"z": 0
},
{
"x": 2,
"y": 1,
"z": 0
},
{
"x": 3,
"y": 1,
"z": 0
}
]
}
],
"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": 240,
"y": 240,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 240,
"y": 360,
"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": -120,
"y": -120,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -120,
"y": -240,
"z": 0
},
"id": 260
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -120,
"y": -360,
"z": 0
},
"id": 270
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -120,
"y": -480,
"z": 0
},
"id": 280
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 120,
"y": -360,
"z": 0
},
"id": 290
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 240,
"y": -360,
"z": 0
},
"id": 300
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": -360,
"z": 0
},
"id": 310
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 480,
"y": -360,
"z": 0
},
"id": 320
},
{
"block": 5,
"color": 4,
"type": 0,
"position": {
"x": -240,
"y": 360,
"z": 0
},
"id": 330
},
{
"block": 21,
"color": 4,
"type": 0,
"position": {
"x": -360,
"y": -240,
"z": 0
},
"id": 340
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": 240,
"y": -600,
"z": 0
},
"id": 350
},
{
"block": 2,
"color": 4,
"type": 0,
"position": {
"x": 480,
"y": -600,
"z": 0
},
"id": 360
},
{
"block": 10,
"color": 5,
"type": 0,
"position": {
"x": -120,
"y": 120,
"z": 0
},
"id": 370
},
{
"block": 4,
"color": 5,
"type": 0,
"position": {
"x": 120,
"y": 240,
"z": 0
},
"id": 380
},
{
"block": 19,
"color": 5,
"type": 9,
"position": {
"x": 480,
"y": 0,
"z": 0
},
"adhesiveTime": 2,
"id": 390
},
{
"block": 0,
"color": 3,
"type": 9,
"position": {
"x": 480,
"y": 240,
"z": 0
},
"adhesiveTime": 1,
"id": 400
},
{
"block": 20,
"color": 1,
"type": 9,
"position": {
"x": -240,
"y": 0,
"z": 0
},
"adhesiveTime": 2,
"id": 410
},
{
"block": 0,
"color": 2,
"type": 9,
"position": {
"x": -360,
"y": 240,
"z": 0
},
"adhesiveTime": 1,
"id": 420
},
{
"block": 22,
"color": 2,
"type": 0,
"position": {
"x": 480,
"y": -240,
"z": 0
},
"id": 430
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": 0,
"y": 240,
"z": 0
},
"id": 440
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": -120,
"y": 0,
"z": 0
},
"id": 450
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": 0,
"y": -360,
"z": 0
},
"id": 460
},
{
"block": 2,
"color": 8,
"type": 0,
"position": {
"x": 480,
"y": 360,
"z": 0
},
"id": 470
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": -360,
"y": -600,
"z": 0
},
"id": 480
},
{
"block": 4,
"color": 6,
"type": 8,
"position": {
"x": 0,
"y": -120,
"z": 0
},
"id": 490
},
{
"block": 4,
"color": 1,
"type": 8,
"position": {
"x": 120,
"y": -120,
"z": 0
},
"id": 500
},
{
"block": 2,
"color": 9,
"type": 0,
"position": {
"x": 0,
"y": -600,
"z": 0
},
"id": 510
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": 360,
"y": -600,
"z": 0
},
"id": 520
},
{
"block": 5,
"color": 2,
"type": 0,
"position": {
"x": -240,
"y": -480,
"z": 0
},
"id": 530
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 120,
"y": -600,
"z": 0
},
"id": 540
},
{
"block": 4,
"color": 3,
"type": 0,
"position": {
"x": 360,
"y": 120,
"z": 0
},
"id": 550
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 36,
"color": 4,
"special": 0,
"length": 2
},
{
"id": 2,
"num": 37,
"color": 4,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 4,
"color": 5,
"special": 0,
"length": 3
},
{
"id": 4,
"num": 5,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 5,
"num": 6,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 6,
"num": 25,
"color": 8,
"special": 0,
"length": 1
},
{
"id": 7,
"num": 18,
"color": 6,
"special": 0,
"length": 1
},
{
"id": 8,
"num": 0,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 9,
"num": 1,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 10,
"num": 19,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 11,
"num": 21,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 12,
"num": 11,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 13,
"num": 14,
"color": 2,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "d0568895-34b2-4658-a17e-474c3e992cd6",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,630 @@
{
"LEVEL_INFO": [
{
"id": "190",
"map": [
8,
10
],
"time": 170,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": 120,
"y": -480,
"z": 0
},
"id": 210
},
{
"block": 20,
"color": 2,
"type": 0,
"position": {
"x": 0,
"y": -360,
"z": 0
},
"id": 220
},
{
"block": 2,
"color": 4,
"type": 0,
"position": {
"x": -240,
"y": -360,
"z": 0
},
"id": 230
},
{
"block": 20,
"color": 7,
"type": 0,
"position": {
"x": -120,
"y": -120,
"z": 0
},
"id": 240
},
{
"block": 2,
"color": 8,
"type": 0,
"position": {
"x": 360,
"y": 120,
"z": 0
},
"id": 250
},
{
"block": 19,
"color": 8,
"type": 0,
"position": {
"x": 360,
"y": -120,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": 360,
"y": -240,
"z": 0
},
"id": 270
},
{
"block": 22,
"color": 3,
"type": 0,
"position": {
"x": 240,
"y": 120,
"z": 0
},
"id": 280
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": 0,
"y": 120,
"z": 0
},
"id": 290
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": -120,
"y": 0,
"z": 0
},
"id": 300
},
{
"block": 1,
"color": 9,
"type": 2,
"position": {
"x": 240,
"y": -240,
"z": 0
},
"id": 310
},
{
"block": 0,
"color": 6,
"type": 2,
"position": {
"x": 240,
"y": 0,
"z": 0
},
"id": 320
},
{
"block": 0,
"color": 4,
"type": 2,
"position": {
"x": -240,
"y": 120,
"z": 0
},
"id": 330
},
{
"block": 0,
"color": 3,
"type": 2,
"position": {
"x": 120,
"y": 360,
"z": 0
},
"id": 340
},
{
"block": 0,
"color": 1,
"type": 2,
"position": {
"x": 0,
"y": -480,
"z": 0
},
"id": 350
},
{
"block": 2,
"color": 5,
"type": 0,
"position": {
"x": 0,
"y": 240,
"z": 0
},
"id": 360
},
{
"block": 5,
"color": 1,
"type": 3,
"position": {
"x": 120,
"y": -120,
"z": 0
},
"lockTime": 5,
"id": 370
},
{
"block": 5,
"color": 10,
"type": 4,
"position": {
"x": 360,
"y": -480,
"z": 0
},
"freezeTime": 8,
"id": 380
},
{
"block": 5,
"color": 1,
"type": 4,
"position": {
"x": -120,
"y": 240,
"z": 0
},
"freezeTime": 13,
"id": 390
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 15,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 2,
"num": 17,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 10,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 4,
"num": 12,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 5,
"num": 0,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 6,
"num": 1,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 7,
"num": 2,
"color": 3,
"special": 2,
"length": 2,
"lock": false
},
{
"id": 8,
"num": 3,
"color": 3,
"special": 2,
"length": 0,
"lock": false
},
{
"id": 9,
"num": 22,
"color": 1,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 10,
"num": 23,
"color": 1,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 11,
"num": 25,
"color": 4,
"special": 2,
"length": 3,
"lock": false
},
{
"id": 12,
"num": 26,
"color": 4,
"special": 2,
"length": 0,
"lock": false
},
{
"id": 13,
"num": 27,
"color": 4,
"special": 2,
"length": 0,
"lock": false
},
{
"id": 14,
"num": 14,
"color": 8,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 15,
"num": 16,
"color": 8,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 16,
"num": 20,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 17,
"num": 21,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 18,
"num": 5,
"color": 10,
"special": 0,
"length": 3
},
{
"id": 19,
"num": 6,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 20,
"num": 7,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 21,
"num": 11,
"color": 6,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 22,
"num": 13,
"color": 6,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 23,
"num": 25,
"color": 1,
"special": 2,
"length": 3,
"lock": true
},
{
"id": 24,
"num": 26,
"color": 1,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 25,
"num": 27,
"color": 1,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 26,
"num": 25,
"color": 4,
"special": 2,
"length": 3,
"lock": true
},
{
"id": 27,
"num": 26,
"color": 4,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 28,
"num": 27,
"color": 4,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 29,
"num": 25,
"color": 5,
"special": 2,
"length": 3,
"lock": true
},
{
"id": 30,
"num": 26,
"color": 5,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 31,
"num": 27,
"color": 5,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 32,
"num": 25,
"color": 4,
"special": 2,
"length": 3,
"lock": true
},
{
"id": 33,
"num": 26,
"color": 4,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 34,
"num": 27,
"color": 4,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 35,
"num": 25,
"color": 5,
"special": 0,
"length": 3
},
{
"id": 36,
"num": 26,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 37,
"num": 27,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 38,
"num": 25,
"color": 4,
"special": 2,
"length": 3,
"lock": false
},
{
"id": 39,
"num": 26,
"color": 4,
"special": 2,
"length": 0,
"lock": false
},
{
"id": 40,
"num": 27,
"color": 4,
"special": 2,
"length": 0,
"lock": false
},
{
"id": 41,
"num": 25,
"color": 4,
"special": 0,
"length": 3
},
{
"id": 42,
"num": 26,
"color": 4,
"special": 0,
"length": 0
},
{
"id": 43,
"num": 26,
"color": 4,
"special": 0,
"length": 0
},
{
"id": 44,
"num": 25,
"color": 5,
"special": 0,
"length": 3
},
{
"id": 45,
"num": 26,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 46,
"num": 27,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 47,
"num": 25,
"color": 4,
"special": 0,
"length": 3
},
{
"id": 48,
"num": 26,
"color": 4,
"special": 0,
"length": 0
},
{
"id": 49,
"num": 27,
"color": 4,
"special": 0,
"length": 0
},
{
"id": 50,
"num": 22,
"color": 4,
"special": 0,
"length": 2
},
{
"id": 51,
"num": 23,
"color": 4,
"special": 0,
"length": 0
},
{
"id": 52,
"num": 22,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 53,
"num": 23,
"color": 1,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "70d4f772-89e9-453e-ae12-bfbad2112aff",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,246 @@
{
"LEVEL_INFO": [
{
"id": "191",
"map": [
8,
8
],
"time": 90,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 10,
"color": 7,
"type": 0,
"position": {
"x": -240,
"y": 0,
"z": 0
},
"id": 210
},
{
"block": 3,
"color": 6,
"type": 0,
"position": {
"x": 360,
"y": -240,
"z": 0
},
"id": 220
},
{
"block": 11,
"color": 3,
"type": 0,
"position": {
"x": -240,
"y": -360,
"z": 0
},
"id": 230
},
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": 120,
"y": -360,
"z": 0
},
"id": 240
},
{
"block": 5,
"color": 8,
"type": 0,
"position": {
"x": 120,
"y": 0,
"z": 0
},
"id": 250
},
{
"block": 1,
"color": 1,
"type": 0,
"position": {
"x": 120,
"y": 240,
"z": 0
},
"id": 260
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": 0,
"y": -120,
"z": 0
},
"id": 270
},
{
"block": 1,
"color": 2,
"type": 0,
"position": {
"x": 240,
"y": -120,
"z": 0
},
"id": 280
},
{
"block": 6,
"color": 5,
"type": 0,
"position": {
"x": 360,
"y": 0,
"z": 0
},
"id": 290
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 4,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 2,
"num": 5,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 0,
"color": 5,
"special": 0,
"length": 3
},
{
"id": 4,
"num": 1,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 5,
"num": 2,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 6,
"num": 12,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 7,
"num": 14,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 8,
"num": 15,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 9,
"num": 17,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 10,
"num": 7,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 11,
"num": 9,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 12,
"num": 22,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 13,
"num": 23,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 14,
"num": 18,
"color": 7,
"special": 0,
"length": 3
},
{
"id": 15,
"num": 19,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 16,
"num": 20,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 17,
"num": 8,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 18,
"num": 10,
"color": 8,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "9fd9f044-2fdb-4ca2-9ba4-ecf9b1b30b82",
"importer": "json",
"subMetas": {}
}

View File

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

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "9692bf1b-24ae-4240-86c2-6fce3234b1ba",
"importer": "json",
"subMetas": {}
}

View File

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

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "897e85b8-20f8-4b81-92d3-41884878d93c",
"importer": "json",
"subMetas": {}
}

View File

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

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "d925cd9b-05a6-4bf3-b026-eb30c85daeb9",
"importer": "json",
"subMetas": {}
}

View File

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

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "98042e13-c30b-4ba4-94d3-804b8b32ac78",
"importer": "json",
"subMetas": {}
}

View File

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

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "b5f5d37a-5ee4-41b6-8560-d8a3757e2a21",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,459 @@
{
"LEVEL_INFO": [
{
"id": "197",
"map": [
11,
12
],
"time": 110,
"gap": [
{
"x": 7,
"y": 10,
"z": 0
},
{
"x": 8,
"y": 10,
"z": 0
},
{
"x": 9,
"y": 10,
"z": 0
},
{
"x": 7,
"y": 9,
"z": 0
},
{
"x": 8,
"y": 9,
"z": 0
},
{
"x": 9,
"y": 9,
"z": 0
},
{
"x": 7,
"y": 8,
"z": 0
},
{
"x": 8,
"y": 8,
"z": 0
},
{
"x": 9,
"y": 8,
"z": 0
},
{
"x": 7,
"y": 7,
"z": 0
},
{
"x": 8,
"y": 7,
"z": 0
},
{
"x": 9,
"y": 7,
"z": 0
},
{
"x": 1,
"y": 1,
"z": 0
},
{
"x": 2,
"y": 1,
"z": 0
},
{
"x": 3,
"y": 1,
"z": 0
},
{
"x": 3,
"y": 2,
"z": 0
},
{
"x": 1,
"y": 2,
"z": 0
},
{
"x": 2,
"y": 2,
"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": 1,
"y": 4,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 3,
"color": 10,
"type": 0,
"position": {
"x": 540,
"y": -120,
"z": 0
},
"id": 210
},
{
"block": 3,
"color": 10,
"type": 9,
"position": {
"x": 180,
"y": -600,
"z": 0
},
"adhesiveTime": 2,
"id": 220
},
{
"block": 3,
"color": 10,
"type": 9,
"position": {
"x": 180,
"y": -480,
"z": 0
},
"adhesiveTime": 1,
"id": 230
},
{
"block": 3,
"color": 10,
"type": 2,
"position": {
"x": 180,
"y": -360,
"z": 0
},
"id": 240
},
{
"block": 3,
"color": 5,
"type": 2,
"position": {
"x": 180,
"y": -120,
"z": 0
},
"id": 250
},
{
"block": 22,
"color": 5,
"type": 2,
"position": {
"x": 180,
"y": 0,
"z": 0
},
"id": 260
},
{
"block": 22,
"color": 5,
"type": 0,
"position": {
"x": 420,
"y": -600,
"z": 0
},
"id": 270
},
{
"block": 5,
"color": 5,
"type": 0,
"position": {
"x": -300,
"y": 360,
"z": 0
},
"id": 280
},
{
"block": 3,
"color": 6,
"type": 9,
"position": {
"x": 180,
"y": 480,
"z": 0
},
"adhesiveTime": 2,
"id": 290
},
{
"block": 3,
"color": 6,
"type": 9,
"position": {
"x": 180,
"y": 360,
"z": 0
},
"adhesiveTime": 1,
"id": 300
},
{
"block": 15,
"color": 6,
"type": 0,
"position": {
"x": 60,
"y": 0,
"z": 0
},
"id": 310
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": -300,
"y": 0,
"z": 0
},
"id": 320
},
{
"block": 3,
"color": 2,
"type": 0,
"position": {
"x": -180,
"y": -120,
"z": 0
},
"id": 330
},
{
"block": 5,
"color": 2,
"type": 3,
"position": {
"x": 540,
"y": -360,
"z": 0
},
"lockTime": 3,
"id": 340
},
{
"block": 2,
"color": 9,
"type": 0,
"position": {
"x": 300,
"y": -360,
"z": 0
},
"id": 350
},
{
"block": 15,
"color": 8,
"type": 0,
"position": {
"x": -60,
"y": 240,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 6,
"type": 1,
"position": {
"x": 60,
"y": -240,
"z": 0
},
"stacking": 2,
"id": 370
},
{
"block": 1,
"color": 9,
"type": 4,
"position": {
"x": -180,
"y": 120,
"z": 0
},
"freezeTime": 8,
"id": 380
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 0,
"color": 10,
"special": 0,
"length": 3
},
{
"id": 2,
"num": 1,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 2,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 4,
"num": 16,
"color": 5,
"special": 0,
"length": 3
},
{
"id": 5,
"num": 18,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 6,
"num": 20,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 7,
"num": 7,
"color": 6,
"special": 0,
"length": 3
},
{
"id": 8,
"num": 9,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 9,
"num": 15,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 10,
"num": 32,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 11,
"num": 33,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 12,
"num": 4,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 13,
"num": 5,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 14,
"num": 35,
"color": 8,
"special": 0,
"length": 3
},
{
"id": 15,
"num": 36,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 16,
"num": 37,
"color": 8,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "c34fe5fb-254c-47e3-bdce-28aa9fc918ee",
"importer": "json",
"subMetas": {}
}

View File

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

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "1883424e-194c-4470-879d-e0bd576b010b",
"importer": "json",
"subMetas": {}
}

View File

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

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "efd5e68e-9dd1-4fd8-a700-313dbe15478c",
"importer": "json",
"subMetas": {}
}

View File

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

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "3daac9b2-3e3c-48f1-afa1-61d8d387bc57",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,479 @@
{
"LEVEL_INFO": [
{
"id": "201",
"map": [
9,
12
],
"time": 120,
"gap": []
}
],
"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": -180,
"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": 300,
"y": 240,
"z": 0
},
"id": 240
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 300,
"y": 120,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 420,
"y": 240,
"z": 0
},
"id": 260
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -180,
"y": -360,
"z": 0
},
"id": 270
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -180,
"y": -480,
"z": 0
},
"id": 280
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -300,
"y": -480,
"z": 0
},
"id": 290
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 300,
"y": -360,
"z": 0
},
"id": 300
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 300,
"y": -480,
"z": 0
},
"id": 310
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 420,
"y": -480,
"z": 0
},
"id": 320
},
{
"block": 21,
"color": 1,
"type": 0,
"position": {
"x": -300,
"y": 360,
"z": 0
},
"id": 330
},
{
"block": 22,
"color": 10,
"type": 0,
"position": {
"x": 420,
"y": 360,
"z": 0
},
"id": 340
},
{
"block": 2,
"color": 10,
"type": 0,
"position": {
"x": -300,
"y": 0,
"z": 0
},
"id": 350
},
{
"block": 1,
"color": 10,
"type": 7,
"position": {
"x": 420,
"y": -240,
"z": 0
},
"id": 360
},
{
"block": 5,
"color": 9,
"type": 8,
"position": {
"x": 180,
"y": -360,
"z": 0
},
"id": 370
},
{
"block": 3,
"color": 9,
"type": 0,
"position": {
"x": 420,
"y": -120,
"z": 0
},
"id": 380
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": -180,
"y": -600,
"z": 0
},
"id": 390
},
{
"block": 5,
"color": 4,
"type": 0,
"position": {
"x": 60,
"y": -600,
"z": 0
},
"id": 400
},
{
"block": 2,
"color": 4,
"type": 0,
"position": {
"x": 420,
"y": 0,
"z": 0
},
"id": 410
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": -300,
"y": -360,
"z": 0
},
"id": 420
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": 180,
"y": 120,
"z": 0
},
"id": 430
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": -60,
"y": 120,
"z": 0
},
"id": 440
},
{
"block": 3,
"color": 8,
"type": 0,
"position": {
"x": -60,
"y": -120,
"z": 0
},
"id": 450
},
{
"block": 1,
"color": 6,
"type": 0,
"position": {
"x": -180,
"y": -240,
"z": 0
},
"id": 460
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": 420,
"y": -360,
"z": 0
},
"id": 470
},
{
"block": 1,
"color": 2,
"type": 0,
"position": {
"x": 420,
"y": -600,
"z": 0
},
"id": 480
},
{
"block": 4,
"color": 7,
"type": 6,
"position": {
"x": 60,
"y": -120,
"z": 0
},
"boomTime": 35,
"id": 490
},
{
"block": 14,
"color": 7,
"type": 4,
"position": {
"x": 60,
"y": 360,
"z": 0
},
"freezeTime": 10,
"id": 500
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 27,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 2,
"num": 28,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 3,
"num": 3,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 4,
"num": 4,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 5,
"num": 15,
"color": 9,
"special": 0,
"length": 3
},
{
"id": 6,
"num": 17,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 7,
"num": 19,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 8,
"num": 32,
"color": 4,
"special": 0,
"length": 2
},
{
"id": 9,
"num": 33,
"color": 4,
"special": 0,
"length": 0
},
{
"id": 10,
"num": 24,
"color": 5,
"special": 0,
"length": 1
},
{
"id": 11,
"num": 5,
"color": 2,
"special": 0,
"length": 1
},
{
"id": 12,
"num": 29,
"color": 8,
"special": 0,
"length": 1
},
{
"id": 13,
"num": 8,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 14,
"num": 9,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 15,
"num": 0,
"color": 6,
"special": 0,
"length": 1
},
{
"id": 16,
"num": 14,
"color": 7,
"special": 0,
"length": 3
},
{
"id": 17,
"num": 16,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 18,
"num": 18,
"color": 7,
"special": 0,
"length": 0
}
]
]
}

Some files were not shown because too many files have changed in this diff Show More