diff --git a/assets/Scene/GameScene.fire b/assets/Scene/GameScene.fire index 5aa604e..bf13a6d 100644 --- a/assets/Scene/GameScene.fire +++ b/assets/Scene/GameScene.fire @@ -6296,7 +6296,7 @@ "ctor": "Float64Array", "array": [ 0, - 790, + 730, 0, 0, 0, @@ -6740,7 +6740,7 @@ "ctor": "Float64Array", "array": [ -4.385, - -56.3, + -62.29, 0, 0, 0, @@ -6831,7 +6831,7 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - -390, + -366.803, -90.338, 0, 0, @@ -6890,7 +6890,7 @@ "ctor": "Float64Array", "array": [ -103.331, - -54.197, + -60.197, 0, 0, 0, @@ -7139,7 +7139,7 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 342.162, + 355.8, -52.875, 0, 0, @@ -7172,7 +7172,7 @@ "__id__": 132 }, "_children": [], - "_active": true, + "_active": false, "_components": [ { "__id__": 151 @@ -7793,7 +7793,7 @@ "_alignFlags": 1, "_left": 0, "_right": 0, - "_top": 170, + "_top": 230, "_bottom": 0, "_verticalCenter": 0, "_horizontalCenter": 0, diff --git a/assets/Scene/HomeScene.fire b/assets/Scene/HomeScene.fire index 151ed1e..61eb666 100644 --- a/assets/Scene/HomeScene.fire +++ b/assets/Scene/HomeScene.fire @@ -583,7 +583,7 @@ "__id__": 18 } ], - "_active": false, + "_active": true, "_components": [ { "__id__": 21 @@ -1216,7 +1216,7 @@ "ctor": "Float64Array", "array": [ 0, - 790, + 730, 0, 0, 0, @@ -2434,7 +2434,7 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 19.091, + 24.546, 1.584, 0, 0, @@ -3016,7 +3016,7 @@ "_alignFlags": 1, "_left": 0, "_right": 0, - "_top": 170, + "_top": 230, "_bottom": 0, "_verticalCenter": 0, "_horizontalCenter": 0, @@ -3068,7 +3068,7 @@ "ctor": "Float64Array", "array": [ 400, - 576.162, + 493.843, 0, 0, 0, @@ -3164,7 +3164,7 @@ "ctor": "Float64Array", "array": [ 400, - 336.561, + 254.242, 0, 0, 0, diff --git a/assets/Script/JiaZai.ts b/assets/Script/JiaZai.ts index f972075..0870e9e 100644 --- a/assets/Script/JiaZai.ts +++ b/assets/Script/JiaZai.ts @@ -184,17 +184,17 @@ export default class NewClass extends cc.Component { } if (this.node.getChildByName("Load").getChildByName("startBtn").getComponent("btnControl")._touch) { this.node.getChildByName("Load").getChildByName("startBtn").getComponent("btnControl").setTouch(false); - // if(this.custom.string != ""){ - // 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.GameConfig.LEVEL_INFO_init(true); - // } - // else{ - cc.fx.AudioManager._instance.playEffect("zhuan1", null); - this.node.getChildByName("zhuanchang").active = true; - this.node.getChildByName("zhuanchang").getComponent(sp.Skeleton).setAnimation(1, "up", false); - cc.fx.GameConfig.LEVEL_INFO_init(true, 1000); - // } + if(this.custom.string != ""){ + 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.GameConfig.LEVEL_INFO_init(true); + } + else{ + cc.fx.AudioManager._instance.playEffect("zhuan1", null); + this.node.getChildByName("zhuanchang").active = true; + this.node.getChildByName("zhuanchang").getComponent(sp.Skeleton).setAnimation(1, "up", false); + cc.fx.GameConfig.LEVEL_INFO_init(true, 1000); + } } @@ -290,7 +290,6 @@ export default class NewClass extends cc.Component { updateCoin(){ 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); } diff --git a/assets/Script/Map.ts b/assets/Script/Map.ts index 90ae528..83f4fab 100644 --- a/assets/Script/Map.ts +++ b/assets/Script/Map.ts @@ -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); // var timeTemp = cc.fx.GameTool.getTimeMargin(this.timeNumber); // 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); //this.startTimeCutDown(); @@ -1295,7 +1295,17 @@ export default class MapConroler extends cc.Component { // console.log("成功消除一个"); cc.fx.GameTool.changeCoin(40); 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(); setTimeout(() => { 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"). getChildByName("nextBtn").getComponent("btnControl").setTouch(false); cc.fx.AudioManager._instance.playEffect("anniu_Big", null); - if (cc.fx.GameConfig.GM_INFO.level > 156) { - cc.fx.GameConfig.GM_INFO.level = 156; + if (cc.fx.GameConfig.GM_INFO.level > 204) { + cc.fx.GameConfig.GM_INFO.level = 204; // MapConroler._instance = null; if (this.new_mode == 3) { diff --git a/assets/Script/SceneManager.ts b/assets/Script/SceneManager.ts index e32318e..6b409f6 100644 --- a/assets/Script/SceneManager.ts +++ b/assets/Script/SceneManager.ts @@ -79,7 +79,7 @@ export default class SceneManager extends cc.Component { //更新关卡获得金币 updateWinCoin() { console.log("更新关卡获得金币"); - let winCoin = cc.fx.GameConfig.GM_INFO.coin; + let winCoin = 40; if (winCoin > 0) { NumberToImage.numberToImageNodes(winCoin, 50, 8, "time_", this.winCoin, false); } else { diff --git a/assets/Script/module/Config/GameConfig.ts b/assets/Script/module/Config/GameConfig.ts index 67da370..976d082 100644 --- a/assets/Script/module/Config/GameConfig.ts +++ b/assets/Script/module/Config/GameConfig.ts @@ -247,11 +247,11 @@ export class GameConfig { var self = this; - if((cc.fx.GameConfig.GM_INFO.level) > 156){ - cc.fx.GameConfig.GM_INFO.level = 156; + if((cc.fx.GameConfig.GM_INFO.level) > 204){ + cc.fx.GameConfig.GM_INFO.level = 204; } let name = "Json/level" + (cc.fx.GameConfig.GM_INFO.level+1); - + debugger; // //console.log("关卡名称:",name); // name = "Json/level" + 68; // cc.fx.StorageMessage.setStorage("level",cc.fx.GameConfig.GM_INFO.level.toString()); diff --git a/assets/Script/module/Pay/Utils.ts b/assets/Script/module/Pay/Utils.ts index cd135c3..3368dec 100644 --- a/assets/Script/module/Pay/Utils.ts +++ b/assets/Script/module/Pay/Utils.ts @@ -82,6 +82,34 @@ export default class Utils { 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(){ // 打开客服会话 diff --git a/assets/Script/module/Tool/GameTool.ts b/assets/Script/module/Tool/GameTool.ts index d93f1a1..729ff9f 100644 --- a/assets/Script/module/Tool/GameTool.ts +++ b/assets/Script/module/Tool/GameTool.ts @@ -335,8 +335,8 @@ var GameTool = { //增加关卡数 addLevel(time1,time2){ cc.fx.GameConfig.GM_INFO.level += 1; - if(cc.fx.GameConfig.GM_INFO.level > 156){ - cc.fx.GameConfig.GM_INFO.level = 156; + if(cc.fx.GameConfig.GM_INFO.level > 204){ + cc.fx.GameConfig.GM_INFO.level = 204; } const timestamp = Date.now(); let levelInfo = { @@ -362,43 +362,29 @@ var GameTool = { }, //改变金币信息 - 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 < 0 && cc.fx.GameConfig.GM_INFO.coin < -coin){ + changeCoin(coin) { + console.log("changeCoin", coin); + if (coin == undefined) return; + if (coin < 0 && cc.fx.GameConfig.GM_INFO.coin < -coin) { // console.log("金币不足",cc.fx.GameConfig.GM_INFO.coin,-coin); return; } cc.fx.GameConfig.GM_INFO.coin += coin; - if(cc.fx.GameConfig.GM_INFO.coin < 0){ + if (cc.fx.GameConfig.GM_INFO.coin < 0) { cc.fx.GameConfig.GM_INFO.coin = 0; } // console.log("改变的金币:",coin); // console.log("自身金币信息:",cc.fx.GameConfig.GM_INFO.coin); const timestamp = Date.now(); let coinInfo = { - coin:cc.fx.GameConfig.GM_INFO.coin, - timestamp:timestamp, + coin: cc.fx.GameConfig.GM_INFO.coin, + timestamp: timestamp, } MiniGameSdk.API.shushu_SetSuperProperties(); - cc.fx.StorageMessage.setStorage("coin",coinInfo); + cc.fx.StorageMessage.setStorage("coin", coinInfo); // console.log("存储金币数据:",cc.fx.GameConfig.GM_INFO.coin,coinInfo); - cc.fx.GameTool.setUserCoin((data)=>{ + cc.fx.GameTool.setUserCoin((data) => { // console.log("上传",data); }) }, @@ -824,27 +810,27 @@ var GameTool = { //商城购买 shopBuy(productId){ switch(productId){ - case "gold_pack_1": - cc.fx.GameTool.changeCoin(1800); - MiniGameSdk.API.showToast("充值成功,获得1800金币"); + case "gold_1": + cc.fx.GameTool.changeCoin(1200); + MiniGameSdk.API.showToast("充值成功,获得1200金币"); break; - case "gold_pack_2": + case "gold_2": cc.fx.GameTool.changeCoin(8000); MiniGameSdk.API.showToast("充值成功,获得8000金币"); break; - case "gold_pack_3": + case "gold_3": cc.fx.GameTool.changeCoin(16000); MiniGameSdk.API.showToast("充值成功,获得16000金币"); break; - case "gold_pack_4": + case "gold_4": cc.fx.GameTool.changeCoin(32000); MiniGameSdk.API.showToast("充值成功,获得32000金币"); break; - case "gold_pack_5": + case "gold_5": cc.fx.GameTool.changeCoin(100000); MiniGameSdk.API.showToast("充值成功,获得100000金币"); break; - case "gold_pack_6": + case "gold_6": cc.fx.GameTool.changeCoin(240000); MiniGameSdk.API.showToast("充值成功,获得240000金币"); break; diff --git a/assets/prefab/pop/heathpop.prefab b/assets/prefab/pop/heathpop.prefab index 19cb94a..f929ba0 100644 --- a/assets/prefab/pop/heathpop.prefab +++ b/assets/prefab/pop/heathpop.prefab @@ -1058,7 +1058,7 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 0, + 15.512, 0, 0, 0, diff --git a/assets/resources/Json/level153.json b/assets/resources/Json/level153.json new file mode 100644 index 0000000..158726f --- /dev/null +++ b/assets/resources/Json/level153.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level153.json.meta b/assets/resources/Json/level153.json.meta new file mode 100644 index 0000000..a3631ac --- /dev/null +++ b/assets/resources/Json/level153.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "779053a1-7af9-4a8b-88d7-8f7750f4e969", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level155.json b/assets/resources/Json/level155.json new file mode 100644 index 0000000..09f773c --- /dev/null +++ b/assets/resources/Json/level155.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level155.json.meta b/assets/resources/Json/level155.json.meta new file mode 100644 index 0000000..bc25ba7 --- /dev/null +++ b/assets/resources/Json/level155.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "ba3abf78-760a-4de6-a530-8952d6a424ba", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level158.json b/assets/resources/Json/level158.json new file mode 100644 index 0000000..9889578 --- /dev/null +++ b/assets/resources/Json/level158.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level158.json.meta b/assets/resources/Json/level158.json.meta new file mode 100644 index 0000000..b0dfc5b --- /dev/null +++ b/assets/resources/Json/level158.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "b7511b6e-f062-438e-891c-0316f3451fe1", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level159.json b/assets/resources/Json/level159.json new file mode 100644 index 0000000..c67c50b --- /dev/null +++ b/assets/resources/Json/level159.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level159.json.meta b/assets/resources/Json/level159.json.meta new file mode 100644 index 0000000..d114823 --- /dev/null +++ b/assets/resources/Json/level159.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "dccf64a3-d345-4f9a-940f-211254abf29d", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level160.json b/assets/resources/Json/level160.json new file mode 100644 index 0000000..5281644 --- /dev/null +++ b/assets/resources/Json/level160.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level160.json.meta b/assets/resources/Json/level160.json.meta new file mode 100644 index 0000000..7a27dd7 --- /dev/null +++ b/assets/resources/Json/level160.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "49dcf99f-7d47-4172-ae8f-223bada8dd07", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level161.json b/assets/resources/Json/level161.json new file mode 100644 index 0000000..435c291 --- /dev/null +++ b/assets/resources/Json/level161.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level161.json.meta b/assets/resources/Json/level161.json.meta new file mode 100644 index 0000000..e3f7ab4 --- /dev/null +++ b/assets/resources/Json/level161.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "a44f03f2-3b84-44d2-a2e3-6e274a3705da", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level162.json b/assets/resources/Json/level162.json new file mode 100644 index 0000000..e9e86d5 --- /dev/null +++ b/assets/resources/Json/level162.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level162.json.meta b/assets/resources/Json/level162.json.meta new file mode 100644 index 0000000..d5cd2e9 --- /dev/null +++ b/assets/resources/Json/level162.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "f8b9f4b1-ed19-4273-8af4-38a259315f28", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level163.json b/assets/resources/Json/level163.json new file mode 100644 index 0000000..a5f85fe --- /dev/null +++ b/assets/resources/Json/level163.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level163.json.meta b/assets/resources/Json/level163.json.meta new file mode 100644 index 0000000..159aad8 --- /dev/null +++ b/assets/resources/Json/level163.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "084e6c6d-bb25-4e87-b81b-cb52dc90da6a", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level164.json b/assets/resources/Json/level164.json new file mode 100644 index 0000000..7fd06bf --- /dev/null +++ b/assets/resources/Json/level164.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level164.json.meta b/assets/resources/Json/level164.json.meta new file mode 100644 index 0000000..ada4262 --- /dev/null +++ b/assets/resources/Json/level164.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "56d712e4-13eb-4a9e-ae7a-c2d8b01c5b56", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level165.json b/assets/resources/Json/level165.json new file mode 100644 index 0000000..c1960c9 --- /dev/null +++ b/assets/resources/Json/level165.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level165.json.meta b/assets/resources/Json/level165.json.meta new file mode 100644 index 0000000..33def47 --- /dev/null +++ b/assets/resources/Json/level165.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "149845d3-f071-4816-9e50-4704ddbdd613", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level166.json b/assets/resources/Json/level166.json new file mode 100644 index 0000000..f970978 --- /dev/null +++ b/assets/resources/Json/level166.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level166.json.meta b/assets/resources/Json/level166.json.meta new file mode 100644 index 0000000..183c14f --- /dev/null +++ b/assets/resources/Json/level166.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "3a7d2158-22bc-4869-a08f-3748cb4fbd82", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level167.json b/assets/resources/Json/level167.json new file mode 100644 index 0000000..430ff1c --- /dev/null +++ b/assets/resources/Json/level167.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level167.json.meta b/assets/resources/Json/level167.json.meta new file mode 100644 index 0000000..104640a --- /dev/null +++ b/assets/resources/Json/level167.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "4f2ceaf6-3fe2-4974-b140-3d2e6ce8266b", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level168.json b/assets/resources/Json/level168.json new file mode 100644 index 0000000..d41f8e8 --- /dev/null +++ b/assets/resources/Json/level168.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level168.json.meta b/assets/resources/Json/level168.json.meta new file mode 100644 index 0000000..dd56793 --- /dev/null +++ b/assets/resources/Json/level168.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "326c1fd3-da14-4465-a1c1-1352f93c85c7", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level169.json b/assets/resources/Json/level169.json new file mode 100644 index 0000000..0e7465e --- /dev/null +++ b/assets/resources/Json/level169.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level169.json.meta b/assets/resources/Json/level169.json.meta new file mode 100644 index 0000000..6bfb305 --- /dev/null +++ b/assets/resources/Json/level169.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "5a94d402-5556-4c27-8dca-e531f356b183", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level170.json b/assets/resources/Json/level170.json new file mode 100644 index 0000000..1536a48 --- /dev/null +++ b/assets/resources/Json/level170.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level170.json.meta b/assets/resources/Json/level170.json.meta new file mode 100644 index 0000000..0276c0d --- /dev/null +++ b/assets/resources/Json/level170.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "97aac509-ae22-41b9-a310-92c872a5875d", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level171.json b/assets/resources/Json/level171.json new file mode 100644 index 0000000..190ef5e --- /dev/null +++ b/assets/resources/Json/level171.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level171.json.meta b/assets/resources/Json/level171.json.meta new file mode 100644 index 0000000..6594c81 --- /dev/null +++ b/assets/resources/Json/level171.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "346c8bef-6ae9-4ff5-afff-0b6d07b464e0", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level172.json b/assets/resources/Json/level172.json new file mode 100644 index 0000000..989b1d2 --- /dev/null +++ b/assets/resources/Json/level172.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level172.json.meta b/assets/resources/Json/level172.json.meta new file mode 100644 index 0000000..ac2b2af --- /dev/null +++ b/assets/resources/Json/level172.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "af5fb282-d1c7-48d6-8019-44486109c3a5", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level173.json b/assets/resources/Json/level173.json new file mode 100644 index 0000000..ad17aeb --- /dev/null +++ b/assets/resources/Json/level173.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level173.json.meta b/assets/resources/Json/level173.json.meta new file mode 100644 index 0000000..59a1e51 --- /dev/null +++ b/assets/resources/Json/level173.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "22e42ec9-8380-448e-8d06-24b6ea71c817", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level174.json b/assets/resources/Json/level174.json new file mode 100644 index 0000000..3adce29 --- /dev/null +++ b/assets/resources/Json/level174.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level174.json.meta b/assets/resources/Json/level174.json.meta new file mode 100644 index 0000000..bca6a22 --- /dev/null +++ b/assets/resources/Json/level174.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "7b87a1c6-ba69-49ee-b38f-555e2a799442", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level175.json b/assets/resources/Json/level175.json new file mode 100644 index 0000000..accc012 --- /dev/null +++ b/assets/resources/Json/level175.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level175.json.meta b/assets/resources/Json/level175.json.meta new file mode 100644 index 0000000..fb13ac7 --- /dev/null +++ b/assets/resources/Json/level175.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "39db2cb5-8d69-4561-82bc-eac5ca630d0a", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level176.json b/assets/resources/Json/level176.json new file mode 100644 index 0000000..44a120c --- /dev/null +++ b/assets/resources/Json/level176.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level176.json.meta b/assets/resources/Json/level176.json.meta new file mode 100644 index 0000000..07e2160 --- /dev/null +++ b/assets/resources/Json/level176.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "d744860a-9150-42ce-b307-470c2ea198fc", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level177.json b/assets/resources/Json/level177.json new file mode 100644 index 0000000..e1da077 --- /dev/null +++ b/assets/resources/Json/level177.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level177.json.meta b/assets/resources/Json/level177.json.meta new file mode 100644 index 0000000..95b1e90 --- /dev/null +++ b/assets/resources/Json/level177.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "5023ef6f-049c-468f-91cf-041bd32494dc", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level178.json b/assets/resources/Json/level178.json new file mode 100644 index 0000000..614cc9a --- /dev/null +++ b/assets/resources/Json/level178.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level178.json.meta b/assets/resources/Json/level178.json.meta new file mode 100644 index 0000000..4cb482f --- /dev/null +++ b/assets/resources/Json/level178.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "fd7bab1a-7bb0-4569-911a-7d02aaae007f", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level179.json b/assets/resources/Json/level179.json new file mode 100644 index 0000000..08c6816 --- /dev/null +++ b/assets/resources/Json/level179.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level179.json.meta b/assets/resources/Json/level179.json.meta new file mode 100644 index 0000000..b554936 --- /dev/null +++ b/assets/resources/Json/level179.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "31cf9713-3adf-4fb4-a04c-9b348680300f", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level180.json b/assets/resources/Json/level180.json new file mode 100644 index 0000000..dfee71f --- /dev/null +++ b/assets/resources/Json/level180.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level180.json.meta b/assets/resources/Json/level180.json.meta new file mode 100644 index 0000000..e8dab4a --- /dev/null +++ b/assets/resources/Json/level180.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "31b3e941-d9f9-475a-8a87-5f56cf5def07", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level181.json b/assets/resources/Json/level181.json new file mode 100644 index 0000000..0a4ba8e --- /dev/null +++ b/assets/resources/Json/level181.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level181.json.meta b/assets/resources/Json/level181.json.meta new file mode 100644 index 0000000..839feab --- /dev/null +++ b/assets/resources/Json/level181.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "ab7d8a5f-67d5-4f5e-9cb6-91f183bc06c7", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level182.json b/assets/resources/Json/level182.json new file mode 100644 index 0000000..d1c0973 --- /dev/null +++ b/assets/resources/Json/level182.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level182.json.meta b/assets/resources/Json/level182.json.meta new file mode 100644 index 0000000..bddb500 --- /dev/null +++ b/assets/resources/Json/level182.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "97b424fd-f138-4ad3-a825-e0e4ab0a397e", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level183.json b/assets/resources/Json/level183.json new file mode 100644 index 0000000..bad5b66 --- /dev/null +++ b/assets/resources/Json/level183.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level183.json.meta b/assets/resources/Json/level183.json.meta new file mode 100644 index 0000000..06bdc31 --- /dev/null +++ b/assets/resources/Json/level183.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "4d3df186-4cbc-4d6c-867e-7148aa60da2d", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level184.json b/assets/resources/Json/level184.json new file mode 100644 index 0000000..e26b47e --- /dev/null +++ b/assets/resources/Json/level184.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level184.json.meta b/assets/resources/Json/level184.json.meta new file mode 100644 index 0000000..af84796 --- /dev/null +++ b/assets/resources/Json/level184.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "9a576da6-020b-4b8c-a501-7ff5658716ed", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level185.json b/assets/resources/Json/level185.json new file mode 100644 index 0000000..039ab06 --- /dev/null +++ b/assets/resources/Json/level185.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level185.json.meta b/assets/resources/Json/level185.json.meta new file mode 100644 index 0000000..7139e5d --- /dev/null +++ b/assets/resources/Json/level185.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "79f1ee93-d988-456a-86fa-747087b90306", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level186.json b/assets/resources/Json/level186.json new file mode 100644 index 0000000..c37e9b1 --- /dev/null +++ b/assets/resources/Json/level186.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level186.json.meta b/assets/resources/Json/level186.json.meta new file mode 100644 index 0000000..9daa2c6 --- /dev/null +++ b/assets/resources/Json/level186.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "d31a3872-b963-484a-983a-fd233612e937", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level187.json b/assets/resources/Json/level187.json new file mode 100644 index 0000000..9397c70 --- /dev/null +++ b/assets/resources/Json/level187.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level187.json.meta b/assets/resources/Json/level187.json.meta new file mode 100644 index 0000000..61ad1e6 --- /dev/null +++ b/assets/resources/Json/level187.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "91f5c47a-909e-45f5-a1ea-011bc9778b32", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level188.json b/assets/resources/Json/level188.json new file mode 100644 index 0000000..b374f54 --- /dev/null +++ b/assets/resources/Json/level188.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level188.json.meta b/assets/resources/Json/level188.json.meta new file mode 100644 index 0000000..a678783 --- /dev/null +++ b/assets/resources/Json/level188.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "5dd5f31d-cabc-4195-adcb-971b73358067", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level189.json b/assets/resources/Json/level189.json new file mode 100644 index 0000000..1b8f32f --- /dev/null +++ b/assets/resources/Json/level189.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level189.json.meta b/assets/resources/Json/level189.json.meta new file mode 100644 index 0000000..94db77b --- /dev/null +++ b/assets/resources/Json/level189.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "d0568895-34b2-4658-a17e-474c3e992cd6", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level190.json b/assets/resources/Json/level190.json new file mode 100644 index 0000000..b8aa57e --- /dev/null +++ b/assets/resources/Json/level190.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level190.json.meta b/assets/resources/Json/level190.json.meta new file mode 100644 index 0000000..6714f90 --- /dev/null +++ b/assets/resources/Json/level190.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "70d4f772-89e9-453e-ae12-bfbad2112aff", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level191.json b/assets/resources/Json/level191.json new file mode 100644 index 0000000..4ed0cb8 --- /dev/null +++ b/assets/resources/Json/level191.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level191.json.meta b/assets/resources/Json/level191.json.meta new file mode 100644 index 0000000..8dbd984 --- /dev/null +++ b/assets/resources/Json/level191.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "9fd9f044-2fdb-4ca2-9ba4-ecf9b1b30b82", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level192.json b/assets/resources/Json/level192.json new file mode 100644 index 0000000..49555b6 --- /dev/null +++ b/assets/resources/Json/level192.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level192.json.meta b/assets/resources/Json/level192.json.meta new file mode 100644 index 0000000..cae55b1 --- /dev/null +++ b/assets/resources/Json/level192.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "9692bf1b-24ae-4240-86c2-6fce3234b1ba", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level193.json b/assets/resources/Json/level193.json new file mode 100644 index 0000000..faef115 --- /dev/null +++ b/assets/resources/Json/level193.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level193.json.meta b/assets/resources/Json/level193.json.meta new file mode 100644 index 0000000..9c173cd --- /dev/null +++ b/assets/resources/Json/level193.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "897e85b8-20f8-4b81-92d3-41884878d93c", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level194.json b/assets/resources/Json/level194.json new file mode 100644 index 0000000..8f0cddd --- /dev/null +++ b/assets/resources/Json/level194.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level194.json.meta b/assets/resources/Json/level194.json.meta new file mode 100644 index 0000000..5f18bf8 --- /dev/null +++ b/assets/resources/Json/level194.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "d925cd9b-05a6-4bf3-b026-eb30c85daeb9", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level195.json b/assets/resources/Json/level195.json new file mode 100644 index 0000000..d844951 --- /dev/null +++ b/assets/resources/Json/level195.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level195.json.meta b/assets/resources/Json/level195.json.meta new file mode 100644 index 0000000..54d4842 --- /dev/null +++ b/assets/resources/Json/level195.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "98042e13-c30b-4ba4-94d3-804b8b32ac78", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level196.json b/assets/resources/Json/level196.json new file mode 100644 index 0000000..36160c7 --- /dev/null +++ b/assets/resources/Json/level196.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level196.json.meta b/assets/resources/Json/level196.json.meta new file mode 100644 index 0000000..352fbe0 --- /dev/null +++ b/assets/resources/Json/level196.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "b5f5d37a-5ee4-41b6-8560-d8a3757e2a21", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level197.json b/assets/resources/Json/level197.json new file mode 100644 index 0000000..f7b784c --- /dev/null +++ b/assets/resources/Json/level197.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level197.json.meta b/assets/resources/Json/level197.json.meta new file mode 100644 index 0000000..fa3da66 --- /dev/null +++ b/assets/resources/Json/level197.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "c34fe5fb-254c-47e3-bdce-28aa9fc918ee", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level198.json b/assets/resources/Json/level198.json new file mode 100644 index 0000000..b4a3170 --- /dev/null +++ b/assets/resources/Json/level198.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level198.json.meta b/assets/resources/Json/level198.json.meta new file mode 100644 index 0000000..96724da --- /dev/null +++ b/assets/resources/Json/level198.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "1883424e-194c-4470-879d-e0bd576b010b", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level199.json b/assets/resources/Json/level199.json new file mode 100644 index 0000000..e63d998 --- /dev/null +++ b/assets/resources/Json/level199.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level199.json.meta b/assets/resources/Json/level199.json.meta new file mode 100644 index 0000000..e985264 --- /dev/null +++ b/assets/resources/Json/level199.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "efd5e68e-9dd1-4fd8-a700-313dbe15478c", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level200.json b/assets/resources/Json/level200.json new file mode 100644 index 0000000..4987987 --- /dev/null +++ b/assets/resources/Json/level200.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level200.json.meta b/assets/resources/Json/level200.json.meta new file mode 100644 index 0000000..a99880f --- /dev/null +++ b/assets/resources/Json/level200.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "3daac9b2-3e3c-48f1-afa1-61d8d387bc57", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level201.json b/assets/resources/Json/level201.json new file mode 100644 index 0000000..85e9b2f --- /dev/null +++ b/assets/resources/Json/level201.json @@ -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 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level201.json.meta b/assets/resources/Json/level201.json.meta new file mode 100644 index 0000000..d795900 --- /dev/null +++ b/assets/resources/Json/level201.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "1d3c2033-792d-414c-94f0-fc838de3f433", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level202.json b/assets/resources/Json/level202.json new file mode 100644 index 0000000..57237d3 --- /dev/null +++ b/assets/resources/Json/level202.json @@ -0,0 +1,448 @@ +{ + "LEVEL_INFO": [ + { + "id": "202", + "map": [ + 9, + 12 + ], + "time": 120, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 21, + "color": 9, + "type": 0, + "position": { + "x": -300, + "y": 360, + "z": 0 + }, + "id": 210 + }, + { + "block": 2, + "color": 9, + "type": 8, + "position": { + "x": 300, + "y": 120, + "z": 0 + }, + "id": 220 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 420, + "y": 240, + "z": 0 + }, + "id": 230 + }, + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": 420, + "y": -240, + "z": 0 + }, + "id": 240 + }, + { + "block": 5, + "color": 10, + "type": 1, + "position": { + "x": 60, + "y": -600, + "z": 0 + }, + "stacking": 3, + "id": 250 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": 180, + "y": -600, + "z": 0 + }, + "id": 260 + }, + { + "block": 20, + "color": 4, + "type": 1, + "position": { + "x": -180, + "y": -600, + "z": 0 + }, + "stacking": 10, + "id": 270 + }, + { + "block": 0, + "color": 4, + "type": 9, + "position": { + "x": -180, + "y": 0, + "z": 0 + }, + "adhesiveTime": 2, + "id": 280 + }, + { + "block": 1, + "color": 7, + "type": 9, + "position": { + "x": -60, + "y": -120, + "z": 0 + }, + "adhesiveTime": 1, + "id": 290 + }, + { + "block": 14, + "color": 7, + "type": 0, + "position": { + "x": 60, + "y": 0, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 420, + "y": -120, + "z": 0 + }, + "id": 310 + }, + { + "block": 5, + "color": 5, + "type": 1, + "position": { + "x": 60, + "y": 360, + "z": 0 + }, + "stacking": 7, + "id": 320 + }, + { + "block": 2, + "color": 5, + "type": 8, + "position": { + "x": -300, + "y": -120, + "z": 0 + }, + "id": 330 + }, + { + "block": 1, + "color": 3, + "type": 0, + "position": { + "x": -180, + "y": -240, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 3, + "type": 6, + "position": { + "x": 60, + "y": -120, + "z": 0 + }, + "boomTime": 30, + "id": 350 + }, + { + "block": 0, + "color": 2, + "type": 9, + "position": { + "x": 300, + "y": 0, + "z": 0 + }, + "adhesiveTime": 2, + "id": 360 + }, + { + "block": 1, + "color": 6, + "type": 9, + "position": { + "x": 300, + "y": -120, + "z": 0 + }, + "adhesiveTime": 1, + "id": 370 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": -180, + "y": 120, + "z": 0 + }, + "id": 380 + }, + { + "block": 2, + "color": 8, + "type": 8, + "position": { + "x": -180, + "y": -480, + "z": 0 + }, + "id": 390 + }, + { + "block": 19, + "color": 8, + "type": 0, + "position": { + "x": 420, + "y": -600, + "z": 0 + }, + "id": 400 + }, + { + "block": 21, + "color": 2, + "type": 1, + "position": { + "x": 300, + "y": 360, + "z": 0 + }, + "stacking": 8, + "id": 410 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": 180, + "y": 360, + "z": 0 + }, + "id": 420 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": -360, + "z": 0 + }, + "id": 430 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": 300, + "y": -480, + "z": 0 + }, + "id": 440 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 1, + "num": 20, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 2, + "num": 22, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 3, + "num": 5, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 4, + "num": 6, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 5, + "num": 28, + "color": 4, + "special": 0, + "length": 3 + }, + { + "id": 6, + "num": 29, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 7, + "num": 30, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 8, + "num": 24, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 9, + "num": 25, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 10, + "num": 10, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 11, + "num": 12, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 12, + "num": 32, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 13, + "num": 33, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 14, + "num": 11, + "color": 8, + "special": 0, + "length": 3 + }, + { + "id": 15, + "num": 13, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 16, + "num": 15, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 17, + "num": 2, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 18, + "num": 3, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 19, + "num": 16, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 20, + "num": 18, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 21, + "num": 19, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 22, + "num": 21, + "color": 1, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level202.json.meta b/assets/resources/Json/level202.json.meta new file mode 100644 index 0000000..7f1181f --- /dev/null +++ b/assets/resources/Json/level202.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "8b6b2088-7ac9-4885-b715-98af1dd53b5f", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level203.json b/assets/resources/Json/level203.json new file mode 100644 index 0000000..46f5591 --- /dev/null +++ b/assets/resources/Json/level203.json @@ -0,0 +1,438 @@ +{ + "LEVEL_INFO": [ + { + "id": "203", + "map": [ + 9, + 12 + ], + "time": 105, + "gap": [ + { + "x": 1, + "y": 7, + "z": 0 + }, + { + "x": 1, + "y": 8, + "z": 0 + }, + { + "x": 7, + "y": 8, + "z": 0 + }, + { + "x": 7, + "y": 7, + "z": 0 + }, + { + "x": 1, + "y": 2, + "z": 0 + }, + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 2, + "y": 1, + "z": 0 + }, + { + "x": 6, + "y": 1, + "z": 0 + }, + { + "x": 7, + "y": 1, + "z": 0 + }, + { + "x": 7, + "y": 2, + "z": 0 + }, + { + "x": 1, + "y": 6, + "z": 0 + }, + { + "x": 7, + "y": 6, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": 300, + "y": -360, + "z": 0 + }, + "id": 210 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": -60, + "y": -360, + "z": 0 + }, + "id": 220 + }, + { + "block": 23, + "color": 9, + "type": 0, + "position": { + "x": 300, + "y": -480, + "z": 0 + }, + "id": 230 + }, + { + "block": 23, + "color": 9, + "type": 0, + "position": { + "x": -180, + "y": -480, + "z": 0 + }, + "id": 240 + }, + { + "block": 1, + "color": 6, + "type": 0, + "position": { + "x": -180, + "y": 480, + "z": 0 + }, + "id": 250 + }, + { + "block": 10, + "color": 6, + "type": 0, + "position": { + "x": 180, + "y": 0, + "z": 0 + }, + "id": 260 + }, + { + "block": 23, + "color": 6, + "type": 0, + "position": { + "x": 300, + "y": 120, + "z": 0 + }, + "id": 270 + }, + { + "block": 23, + "color": 6, + "type": 0, + "position": { + "x": -180, + "y": 120, + "z": 0 + }, + "id": 280 + }, + { + "block": 6, + "color": 3, + "type": 0, + "position": { + "x": -60, + "y": 0, + "z": 0 + }, + "id": 300 + }, + { + "block": 1, + "color": 3, + "type": 0, + "position": { + "x": 420, + "y": 480, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": 60, + "y": 360, + "z": 0 + }, + "id": 310 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": 420, + "y": -240, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": -300, + "y": -120, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 420, + "y": -120, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 4, + "type": 2, + "position": { + "x": -60, + "y": 480, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 10, + "type": 2, + "position": { + "x": 180, + "y": 480, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 9, + "type": 2, + "position": { + "x": 60, + "y": 0, + "z": 0 + }, + "id": 370 + }, + { + "block": 2, + "color": 1, + "type": 2, + "position": { + "x": 60, + "y": 120, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 6, + "type": 7, + "position": { + "x": 60, + "y": -360, + "z": 0 + }, + "id": 390 + }, + { + "block": 1, + "color": 3, + "type": 7, + "position": { + "x": -180, + "y": -240, + "z": 0 + }, + "id": 400 + }, + { + "block": 14, + "color": 5, + "type": 3, + "position": { + "x": 60, + "y": -240, + "z": 0 + }, + "lockTime": 4, + "id": 410 + }, + { + "block": 2, + "color": 1, + "type": 4, + "position": { + "x": 60, + "y": -600, + "z": 0 + }, + "freezeTime": 8, + "id": 420 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 1, + "num": 3, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 2, + "num": 4, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 3, + "num": 21, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 4, + "num": 24, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 5, + "num": 36, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 6, + "num": 37, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 7, + "num": 33, + "color": 3, + "special": 0, + "length": 3 + }, + { + "id": 8, + "num": 34, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 9, + "num": 35, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 10, + "num": 20, + "color": 10, + "special": 0, + "length": 1 + }, + { + "id": 11, + "num": 16, + "color": 4, + "special": 0, + "length": 1 + }, + { + "id": 12, + "num": 0, + "color": 6, + "special": 0, + "length": 3 + }, + { + "id": 13, + "num": 1, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 14, + "num": 2, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 15, + "num": 15, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 16, + "num": 17, + "color": 1, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level203.json.meta b/assets/resources/Json/level203.json.meta new file mode 100644 index 0000000..18f89aa --- /dev/null +++ b/assets/resources/Json/level203.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "09c9173a-df3d-4be5-a41f-6870d01ad085", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level204.json b/assets/resources/Json/level204.json new file mode 100644 index 0000000..761c406 --- /dev/null +++ b/assets/resources/Json/level204.json @@ -0,0 +1,453 @@ +{ + "LEVEL_INFO": [ + { + "id": "204", + "map": [ + 9, + 12 + ], + "time": 80, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": 120, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": 240, + "z": 0 + }, + "id": 220 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": 360, + "z": 0 + }, + "id": 230 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": 480, + "z": 0 + }, + "id": 240 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": -240, + "z": 0 + }, + "id": 250 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": -360, + "z": 0 + }, + "id": 260 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": -480, + "z": 0 + }, + "id": 270 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": -600, + "z": 0 + }, + "id": 280 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": -60, + "y": 120, + "z": 0 + }, + "id": 290 + }, + { + "block": 5, + "color": 2, + "type": 1, + "position": { + "x": -180, + "y": 360, + "z": 0 + }, + "stacking": 8, + "id": 300 + }, + { + "block": 22, + "color": 8, + "type": 0, + "position": { + "x": -60, + "y": -120, + "z": 0 + }, + "id": 310 + }, + { + "block": 5, + "color": 8, + "type": 0, + "position": { + "x": 300, + "y": -600, + "z": 0 + }, + "id": 320 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": 180, + "y": 360, + "z": 0 + }, + "id": 330 + }, + { + "block": 1, + "color": 6, + "type": 9, + "position": { + "x": 300, + "y": -240, + "z": 0 + }, + "adhesiveTime": 2, + "id": 340 + }, + { + "block": 1, + "color": 3, + "type": 9, + "position": { + "x": 420, + "y": -360, + "z": 0 + }, + "adhesiveTime": 1, + "id": 350 + }, + { + "block": 1, + "color": 5, + "type": 9, + "position": { + "x": -60, + "y": -240, + "z": 0 + }, + "adhesiveTime": 2, + "id": 360 + }, + { + "block": 1, + "color": 10, + "type": 9, + "position": { + "x": -180, + "y": -360, + "z": 0 + }, + "adhesiveTime": 1, + "id": 370 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": -60, + "y": 360, + "z": 0 + }, + "id": 380 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": 420, + "y": -120, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": 420, + "y": 0, + "z": 0 + }, + "id": 400 + }, + { + "block": 5, + "color": 3, + "type": 0, + "position": { + "x": -60, + "y": -600, + "z": 0 + }, + "id": 410 + }, + { + "block": 5, + "color": 4, + "type": 1, + "position": { + "x": 420, + "y": 360, + "z": 0 + }, + "stacking": 7, + "id": 420 + }, + { + "block": 1, + "color": 4, + "type": 7, + "position": { + "x": -180, + "y": -120, + "z": 0 + }, + "id": 430 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": -300, + "y": 0, + "z": 0 + }, + "id": 440 + }, + { + "block": 21, + "color": 3, + "type": 0, + "position": { + "x": 180, + "y": -120, + "z": 0 + }, + "id": 450 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": 300, + "y": 120, + "z": 0 + }, + "id": 460 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 1, + "num": 29, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 2, + "num": 30, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 3, + "num": 13, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 4, + "num": 15, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 5, + "num": 23, + "color": 6, + "special": 0, + "length": 1 + }, + { + "id": 6, + "num": 18, + "color": 10, + "special": 0, + "length": 3 + }, + { + "id": 7, + "num": 20, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 8, + "num": 22, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 9, + "num": 10, + "color": 5, + "special": 0, + "length": 3 + }, + { + "id": 10, + "num": 12, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 11, + "num": 14, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 12, + "num": 5, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 13, + "num": 6, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 14, + "num": 3, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 15, + "num": 4, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 16, + "num": 27, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 17, + "num": 28, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 18, + "num": 19, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 19, + "num": 21, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 20, + "num": 11, + "color": 9, + "special": 0, + "length": 1 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level204.json.meta b/assets/resources/Json/level204.json.meta new file mode 100644 index 0000000..5cb69b3 --- /dev/null +++ b/assets/resources/Json/level204.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "f7490fef-b02f-4d90-84e9-3d2af2b13fe6", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/level205.json b/assets/resources/Json/level205.json new file mode 100644 index 0000000..831b7be --- /dev/null +++ b/assets/resources/Json/level205.json @@ -0,0 +1,496 @@ +{ + "LEVEL_INFO": [ + { + "id": "205", + "map": [ + 10, + 13 + ], + "time": 120, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": -240, + "y": 180, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": -360, + "y": 60, + "z": 0 + }, + "id": 220 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": -360, + "y": 180, + "z": 0 + }, + "id": 230 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": -360, + "y": 300, + "z": 0 + }, + "id": 240 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 480, + "y": 60, + "z": 0 + }, + "id": 250 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 480, + "y": 300, + "z": 0 + }, + "id": 260 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 480, + "y": 180, + "z": 0 + }, + "id": 270 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 360, + "y": 180, + "z": 0 + }, + "id": 280 + }, + { + "block": 5, + "color": 8, + "type": 5, + "position": { + "x": 480, + "y": -180, + "z": 0 + }, + "id": 290 + }, + { + "block": 2, + "color": 8, + "type": 5, + "position": { + "x": -360, + "y": -180, + "z": 0 + }, + "id": 300 + }, + { + "block": 8, + "color": 8, + "type": 5, + "position": { + "x": 360, + "y": -660, + "z": 0 + }, + "id": 310 + }, + { + "block": 23, + "color": 8, + "type": 5, + "position": { + "x": 360, + "y": -420, + "z": 0 + }, + "id": 320 + }, + { + "block": 23, + "color": 8, + "type": 5, + "position": { + "x": 480, + "y": -420, + "z": 0 + }, + "id": 330 + }, + { + "block": 23, + "color": 8, + "type": 5, + "position": { + "x": 480, + "y": -300, + "z": 0 + }, + "id": 340 + }, + { + "block": 23, + "color": 8, + "type": 5, + "position": { + "x": -240, + "y": -420, + "z": 0 + }, + "id": 350 + }, + { + "block": 23, + "color": 8, + "type": 5, + "position": { + "x": -360, + "y": -420, + "z": 0 + }, + "id": 360 + }, + { + "block": 23, + "color": 8, + "type": 5, + "position": { + "x": -360, + "y": -300, + "z": 0 + }, + "id": 370 + }, + { + "block": 4, + "color": 8, + "type": 8, + "position": { + "x": -120, + "y": -660, + "z": 0 + }, + "id": 380 + }, + { + "block": 19, + "color": 1, + "type": 0, + "position": { + "x": -240, + "y": -660, + "z": 0 + }, + "id": 390 + }, + { + "block": 5, + "color": 1, + "type": 0, + "position": { + "x": -120, + "y": -60, + "z": 0 + }, + "id": 400 + }, + { + "block": 22, + "color": 1, + "type": 0, + "position": { + "x": 360, + "y": 300, + "z": 0 + }, + "id": 410 + }, + { + "block": 0, + "color": 9, + "type": 2, + "position": { + "x": 480, + "y": -540, + "z": 0 + }, + "id": 420 + }, + { + "block": 1, + "color": 6, + "type": 2, + "position": { + "x": 120, + "y": -540, + "z": 0 + }, + "id": 430 + }, + { + "block": 2, + "color": 5, + "type": 2, + "position": { + "x": 0, + "y": -420, + "z": 0 + }, + "id": 440 + }, + { + "block": 0, + "color": 5, + "type": 2, + "position": { + "x": 240, + "y": 60, + "z": 0 + }, + "id": 450 + }, + { + "block": 0, + "color": 9, + "type": 2, + "position": { + "x": -360, + "y": 420, + "z": 0 + }, + "id": 460 + }, + { + "block": 0, + "color": 7, + "type": 5, + "position": { + "x": -240, + "y": -300, + "z": 0 + }, + "id": 470 + }, + { + "block": 1, + "color": 5, + "type": 5, + "position": { + "x": -120, + "y": 300, + "z": 0 + }, + "id": 480 + }, + { + "block": 4, + "color": 3, + "type": 0, + "position": { + "x": 240, + "y": -300, + "z": 0 + }, + "id": 490 + }, + { + "block": 21, + "color": 7, + "type": 0, + "position": { + "x": 120, + "y": 180, + "z": 0 + }, + "id": 500 + }, + { + "block": 5, + "color": 7, + "type": 3, + "position": { + "x": 120, + "y": -60, + "z": 0 + }, + "lockTime": 5, + "id": 510 + }, + { + "block": 1, + "color": 6, + "type": 0, + "position": { + "x": 0, + "y": 420, + "z": 0 + }, + "id": 520 + }, + { + "block": 0, + "color": 6, + "type": 9, + "position": { + "x": -120, + "y": 540, + "z": 0 + }, + "adhesiveTime": 2, + "id": 530 + }, + { + "block": 0, + "color": 3, + "type": 9, + "position": { + "x": -240, + "y": 540, + "z": 0 + }, + "adhesiveTime": 1, + "id": 540 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 1, + "num": 16, + "color": 8, + "special": 1, + "length": 2 + }, + { + "id": 2, + "num": 18, + "color": 8, + "special": 1, + "length": 0 + }, + { + "id": 3, + "num": 17, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 4, + "num": 19, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 5, + "num": 24, + "color": 5, + "special": 1, + "length": 2 + }, + { + "id": 6, + "num": 26, + "color": 5, + "special": 1, + "length": 0 + }, + { + "id": 7, + "num": 4, + "color": 6, + "special": 0, + "length": 1 + }, + { + "id": 8, + "num": 5, + "color": 7, + "special": 0, + "length": 1 + }, + { + "id": 9, + "num": 31, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 10, + "num": 32, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 11, + "num": 22, + "color": 9, + "special": 0, + "length": 1 + }, + { + "id": 12, + "num": 20, + "color": 3, + "special": 0, + "length": 1 + }, + { + "id": 13, + "num": 12, + "color": 7, + "special": 1, + "length": 2 + }, + { + "id": 14, + "num": 14, + "color": 7, + "special": 1, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/resources/Json/level205.json.meta b/assets/resources/Json/level205.json.meta new file mode 100644 index 0000000..d1ec387 --- /dev/null +++ b/assets/resources/Json/level205.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "49c79cf5-b113-4bd2-abf3-4e1ed0c5e088", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/shop/prefab/shop.prefab b/assets/shop/prefab/shop.prefab index 2a68b0f..bf39a57 100644 --- a/assets/shop/prefab/shop.prefab +++ b/assets/shop/prefab/shop.prefab @@ -3365,7 +3365,7 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 10, + 18, 150, 0, 0, @@ -4061,7 +4061,7 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 0, + 14, 150, 0, 0, @@ -4757,7 +4757,7 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 0, + 21, 150, 0, 0, diff --git a/assets/shop/script/shop.ts b/assets/shop/script/shop.ts index cab5302..cd99f70 100644 --- a/assets/shop/script/shop.ts +++ b/assets/shop/script/shop.ts @@ -79,23 +79,23 @@ export default class NewClass extends cc.Component { let count = 1; id = productId; switch(productId){ - case "gold_pack_1": - price = 100; + case "gold_1": + price = 600; break; - case "gold_pack_2": - price = 100; + case "gold_2": + price = 3600; break; - case "gold_pack_3": - price = 100; + case "gold_3": + price = 6800; break; - case "gold_pack_4": - price = 100; + case "gold_4": + price = 12800; break; - case "gold_pack_5": - price = 100; + case "gold_5": + price = 32800; break; - case "gold_pack_6": - price = 200; + case "gold_6": + price = 64800; break; } console.log("获得商品id:",id,count,price); @@ -104,6 +104,7 @@ export default class NewClass extends cc.Component { if(res == null){ MiniGameSdk.API.showToast("网络异常,充值失败请稍后再试"); this.btn_Touch = true; + return; } else{ Utils.getPayInfo((data) =>{ @@ -111,19 +112,23 @@ export default class NewClass extends cc.Component { if(data.data.pay_state == 1){ this.btn_Touch = true; MiniGameSdk.API.showToast("取消充值"); - cc.fx.GameTool.shopBuy(productId); - console.log("充值取消未获得金币"); - NumberToImage.numberToImageNodes(cc.fx.GameConfig.GM_INFO.coin, 30, 15, "coin_", this.coin, true); - this.node.parent.getComponent("JiaZai").updateCoin(); } else if(data.data.pay_state == 2){ this.btn_Touch = true; + Utils.setPayInfo((data) => { + console.log("设置轮训结果:",data); + + }) MiniGameSdk.API.showToast("充值成功"); cc.fx.GameTool.shopBuy(productId); console.log("充值成功获得金币"); NumberToImage.numberToImageNodes(cc.fx.GameConfig.GM_INFO.coin, 30, 15, "coin_", this.coin, true); this.node.parent.getComponent("JiaZai").updateCoin(); } + else{ + NumberToImage.numberToImageNodes(cc.fx.GameConfig.GM_INFO.coin, 30, 15, "coin_", this.coin, true); + this.node.parent.getComponent("JiaZai").updateCoin(); + } }) }