diff --git a/assets/Scene/GameScene.fire b/assets/Scene/GameScene.fire index 957e556..c0114ff 100644 --- a/assets/Scene/GameScene.fire +++ b/assets/Scene/GameScene.fire @@ -4001,6 +4001,9 @@ }, { "__uuid__": "25bab75a-d0a5-42a2-b0d4-f1aca4ac8d80" + }, + { + "__uuid__": "03145c50-d467-4d06-a2fc-83f38137cb92" } ], "MapBlockPrefab": { @@ -12474,7 +12477,7 @@ "_srcBlendFactor": 770, "_dstBlendFactor": 771, "_spriteFrame": { - "__uuid__": "8699379d-f029-4548-81f3-b5560ac153e1" + "__uuid__": "0089d8d5-1af7-49f8-9d65-7a958b73a895" }, "_type": 0, "_sizeMode": 0, @@ -15926,7 +15929,7 @@ "__id__": 380 } ], - "_active": true, + "_active": false, "_components": [], "_prefab": null, "_opacity": 255, @@ -17579,7 +17582,7 @@ "_srcBlendFactor": 770, "_dstBlendFactor": 771, "_spriteFrame": { - "__uuid__": "b51c6577-3f31-4777-bf4a-6bfad58f0612" + "__uuid__": "0ddbaa55-7724-43ec-a9e5-7d80a31edacf" }, "_type": 0, "_sizeMode": 1, diff --git a/assets/Scene/HomeScene.fire b/assets/Scene/HomeScene.fire index b4bb10b..34c0085 100644 --- a/assets/Scene/HomeScene.fire +++ b/assets/Scene/HomeScene.fire @@ -173,61 +173,61 @@ "__uuid__": "998a24bd-ffa0-4f96-bc39-a9789f42bd9b" }, "adhesive": { - "__uuid__": "df157ae8-c751-4be5-882b-a7ac2ef6a8b7" + "__uuid__": "217fb6de-e58f-4ff4-878c-a96149c09072" }, "freezeBlock": { - "__uuid__": "9a40b6dd-fe63-4c9b-889b-a4c47ed46cbb" + "__uuid__": "3a2547c9-d478-4b6c-9feb-39be7e668cdb" }, "freezeDoor": { - "__uuid__": "8a308761-8192-4597-8315-65591ef9b4db" + "__uuid__": "fb99c029-2209-426a-bcdc-00c44e829d5b" }, "hammer": { - "__uuid__": "4a1713d2-c65c-448a-8aba-a29368062363" + "__uuid__": "482dced8-1d86-4348-a495-e8f7cb5ed097" }, "lockBlock1": { - "__uuid__": "c21b69c0-ab69-472e-9881-72bf2dbb9069" + "__uuid__": "5db2afa1-2d5f-4143-8e75-2d60d53e2b5f" }, "lockBlock2": { - "__uuid__": "9dc0d948-aa37-4930-b35e-adf8e89cfb81" + "__uuid__": "cd625c6f-0ec7-4b0a-8578-f9c09c960775" }, "lockDoor": { - "__uuid__": "8294e950-449c-403e-a350-740a4d80fb3e" + "__uuid__": "ed4f44ae-4f40-4651-a2b1-dc6b2421c6aa" }, "magic1": { - "__uuid__": "def9458b-4365-40fe-bb61-c7ef3383316f" + "__uuid__": "df660816-bc8c-43c6-a69d-8696414f97cd" }, "magic2": { - "__uuid__": "8629071d-cb1a-42db-b45a-682c1c16ab51" + "__uuid__": "64e6a285-a1ba-4f79-a229-badd784d058c" }, "simpleColor": { - "__uuid__": "a5b58c9e-74be-4c0f-bc1e-10155ecc43eb" + "__uuid__": "df5a25cc-713b-48de-b8f7-8e1b3749ab95" }, "stacking": { - "__uuid__": "3aee0a86-116d-46eb-97ed-bbdb6d62e325" + "__uuid__": "0f500623-1e6c-400e-9697-f4b5fe52c0c8" }, "starBlock": { - "__uuid__": "c18157da-f131-4808-afc9-dd4b93da0921" + "__uuid__": "6670d9e7-174f-45b3-9261-d9ac243cc872" }, "timePause1": { - "__uuid__": "e12beab1-71a4-43cc-a83c-0728fd6b54e0" + "__uuid__": "aaffceb4-ac2c-4157-b8b6-5525948c09b0" }, "timePause2": { - "__uuid__": "fe65680a-ea0e-40df-83ce-9f6d9ff33ea6" + "__uuid__": "6d1fd977-6646-41e8-996c-10e889259494" }, "hit1": { - "__uuid__": "73cf4586-058b-46e0-8b76-fa6503225426" + "__uuid__": "6294d41c-881a-4925-9e3a-dfe26b619bcc" }, "hit2": { - "__uuid__": "4d23463f-c6fd-471f-ae81-06887ae7ebf9" + "__uuid__": "5336e8fe-c92a-45c1-83cc-75b39c49f2e4" }, "hit3": { - "__uuid__": "79b137f1-a2ff-441d-9f71-f82c811d264d" + "__uuid__": "f88118e6-b9f7-4464-a73b-7d44634f3beb" }, "hit4": { - "__uuid__": "c803eb49-bc7b-4b51-9761-998ceee3601a" + "__uuid__": "f2b2f4e1-85cf-40e1-a9ec-f6fd3a252102" }, "hit5": { - "__uuid__": "a2a1098f-bac9-4bb0-b35f-a41bcee2766d" + "__uuid__": "412a25e4-4df5-4426-b0e0-2b3898cd45a4" }, "_id": "24lN1LYRdNia3ZOiLsINIp" }, diff --git a/assets/Script/Block.ts b/assets/Script/Block.ts index f23b460..9923b35 100644 --- a/assets/Script/Block.ts +++ b/assets/Script/Block.ts @@ -29,6 +29,12 @@ export enum BlockType { "叠加块上" = 10, /*障碍块 */ "障碍块" = 11, + /*第二上锁块 */ + "第二上锁块" = 12, + /*第二钥匙块 */ + "第二钥匙块" = 13, + /*门钥匙 */ + "门钥匙" = 14, } @@ -184,6 +190,7 @@ export default class Block extends cc.Component { } //createAd 为是否创建粘合快图片 init(block_Info, posX, posY, node, createAd) { + if (block_Info.floor) { console.log("floor:", block_Info.floor) } @@ -278,8 +285,9 @@ export default class Block extends cc.Component { } if (block_Info.floor && block_Info.floorTime) { - + this.setFloor(); } + } @@ -307,11 +315,29 @@ export default class Block extends cc.Component { key.parent = this.node; key.setPosition(posConfig.pos1.x, posConfig.pos1.y); break; + case BlockType.第二钥匙块: + let key2 = cc.instantiate(MapConroler._instance.Block_Prop[2]); + key2.parent = this.node; + key2.color = cc.color(255, 125, 0); + key2.setPosition(posConfig.pos1.x, posConfig.pos1.y); + break; + case BlockType.门钥匙: + let key3 = cc.instantiate(MapConroler._instance.Block_Prop[2]); + key3.parent = this.node; + key3.setPosition(posConfig.pos1.x, posConfig.pos1.y); + break; case BlockType.上锁块: let lock = cc.instantiate(MapConroler._instance.Block_Prop[this.type]); lock.parent = this.node; lock.setPosition(posConfig.pos1.x, posConfig.pos1.y); - lock.getComponent("Lock").init(this.block_Info.lockTime); + lock.getComponent("Lock").init(this.block_Info.lockTime, "block"); + break; + case BlockType.第二上锁块: + let lock2 = cc.instantiate(MapConroler._instance.Block_Prop[3]); + lock2.parent = this.node; + lock2.color = cc.color(255, 125, 0); + lock2.setPosition(posConfig.pos1.x, posConfig.pos1.y); + lock2.getComponent("Lock").init(this.block_Info.lockTime2, "block"); break; case BlockType.冻结块: let freeze = cc.instantiate(MapConroler._instance.Block_Prop[this.type]); @@ -412,6 +438,15 @@ export default class Block extends cc.Component { } } } + if (this.block_Info.floor && this.block_Info.floorTime) { + { + if (this.adhesiveNode.length > 0) { + for (let i = 0; i < this.adhesiveNode.length; i++) { + this.adhesiveNode[i].opacity = 0; + } + } + } + } // let adhesive = cc.instantiate(MapConroler._instance.Block_Prop[this.type]); } @@ -663,6 +698,9 @@ export default class Block extends cc.Component { if (!this.collider.world) { return; } + if (this.block_Info.floor) { + return; + } // 判断触摸点是否在多边形内 if (cc.Intersection.pointInPolygon(touchLoc, this.collider.world.points)) { if (MapConroler._instance.hammer) { @@ -688,7 +726,7 @@ export default class Block extends cc.Component { MapConroler._instance.node.parent.getChildByName("Mask").active = false; return false; } - if (this.type != BlockType.上锁块 && this.type != BlockType.冻结块) { + if (this.type != BlockType.上锁块 && this.type != BlockType.冻结块 && this.type != BlockType.第二上锁块) { MapConroler._instance.startUpdate(); if (this.type == BlockType.钥匙块) cc.fx.AudioManager._instance.playEffect("lockBlock1", null); @@ -823,6 +861,11 @@ export default class Block extends cc.Component { this.node.getChildByName("lock").getComponent("Lock").reduce(); return; } + for (let i = 0; i < this.node.children.length; i++) { + if (this.node.children[i].name == "floor") { + this.node.children[i].getComponent("Floor").reduce(1); + } + } }, 800); } @@ -970,9 +1013,19 @@ export default class Block extends cc.Component { if (MapConroler._instance.hammer == true) MapConroler._instance.hammer = false; setTimeout(() => { this.node.getChildByName("lock").getComponent("Lock").reduce(); + for (let i = 0; i < this.node.children.length; i++) { + if (this.node.children[i].name == "floor") { + this.node.children[i].getComponent("Floor").reduce(); + } + } }, 1000); return; } + for (let i = 0; i < this.node.children.length; i++) { + if (this.node.children[i].name == "floor") { + this.node.children[i].getComponent("Floor").reduce(1); + } + } } if (this.type == BlockType.冻结块 && (!MapConroler._instance.ishammer && !MapConroler._instance.ismagic)) { @@ -1157,6 +1210,28 @@ export default class Block extends cc.Component { this.node.getChildByName("icon").getComponent(cc.Sprite).spriteFrame = spriteFrame; } + //地板铺盖状态恢复为常态 + resetFloor() { + this.block_Info.floor = null; + this.block_Info.floorTime = null; + for (let i = 0; i < this.node.children.length; i++) { + if (this.node.children[i].name == "floor") { + this.node.children[i].active = false; + } + } + if (this.adhesiveNode.length > 0) { + for (let i = 0; i < this.adhesiveNode.length; i++) { + this.adhesiveNode[i].opacity = 255; + } + } + this.node.getChildByName("icon").active = true; + if (this.type == BlockType.冻结块) { + if (this.node.getChildByName("freeze")) { + this.node.getChildByName("freeze").opacity = 255; + } + } + } + initBlocks() { this.allBlocks = []; @@ -1730,6 +1805,26 @@ export default class Block extends cc.Component { } } + setFloor() { + this.node.getChildByName("icon").active = false; + for (let i = 0; i < this.allBlocks.length; i++) { + let floor = cc.instantiate(MapConroler._instance.Block_Prop[11]); + floor.parent = this.node; + floor.zIndex = 999; + let floorX = - 65 + 120 * this.allBlocks[i].x; let floorY = 60 + 120 * this.allBlocks[i].y; + floor.setPosition(floorX, floorY); + floor.getComponent("Floor").init(this.block_Info.floorTime); + } + if (this.type == BlockType.冻结块) { + if (this.node.getChildByName("freeze")) { + this.node.getChildByName("freeze").opacity = 0; + } + } + + // + // freeze.getChildByName("time").setPosition(posConfig.pos5.x - 10 - freezeX, posConfig.pos5.y - 2 - freezeY); + } + //魔法棒道具使用,动画 createLabelsForBlocksWithCustomDelay(delayBetweenBlocks: number = 0.1) { if (!this.allBlocks || this.allBlocks.length === 0) { diff --git a/assets/Script/JiaZai.ts b/assets/Script/JiaZai.ts index 1283e8c..fb0231a 100644 --- a/assets/Script/JiaZai.ts +++ b/assets/Script/JiaZai.ts @@ -190,7 +190,7 @@ export default class JiaZai extends cc.Component { } else { // this.closeLoad(); - cc.fx.GameConfig.LEVEL_INFO_init(true, 1000); + cc.fx.GameConfig.LEVEL_INFO_init(true, 1000, true); } } else { @@ -697,7 +697,7 @@ export default class JiaZai extends cc.Component { MiniGameSdk.API.showToast("关卡每周更新,敬请期待!"); return; } - cc.fx.GameConfig.LEVEL_INFO_init(true); + cc.fx.GameConfig.LEVEL_INFO_init(true, 0, false); } else { cc.fx.AudioManager._instance.playEffect("zhuan1", null); @@ -707,7 +707,7 @@ export default class JiaZai extends cc.Component { MiniGameSdk.API.showToast("关卡每周更新,敬请期待!"); return; } - cc.fx.GameConfig.LEVEL_INFO_init(true, 1000); + cc.fx.GameConfig.LEVEL_INFO_init(true, 1000, false); } } else if (version == "正式版") { @@ -719,7 +719,7 @@ export default class JiaZai extends cc.Component { 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); + cc.fx.GameConfig.LEVEL_INFO_init(true, 1000, false); } else { if (this.custom.string != "") { @@ -729,7 +729,7 @@ export default class JiaZai extends cc.Component { MiniGameSdk.API.showToast("关卡每周更新,敬请期待!"); return; } - cc.fx.GameConfig.LEVEL_INFO_init(true); + cc.fx.GameConfig.LEVEL_INFO_init(true, 0, false); } else { cc.fx.AudioManager._instance.playEffect("zhuan1", null); @@ -739,7 +739,7 @@ export default class JiaZai extends cc.Component { MiniGameSdk.API.showToast("关卡每周更新,敬请期待!"); return; } - cc.fx.GameConfig.LEVEL_INFO_init(true, 1000); + cc.fx.GameConfig.LEVEL_INFO_init(true, 1000, false); } } } diff --git a/assets/Script/Map.ts b/assets/Script/Map.ts index 21c0346..2f2d5f8 100644 --- a/assets/Script/Map.ts +++ b/assets/Script/Map.ts @@ -118,6 +118,7 @@ export default class MapConroler extends cc.Component { wallArray: any; // openWall: any; //开关墙数组 freezeWall: any; //冻结墙数组 + lockWall: any; //锁墙数组 riseFallBlcok: any; //升降地块数组 scheduleCallback: any;//倒计时用 homeCanTouch: boolean = true;//按钮可用状态 @@ -134,13 +135,16 @@ export default class MapConroler extends cc.Component { ishammer: boolean = false;//魔法棒与锤子区分 ismagic: boolean = false;//魔法棒状态 freezeArray: any; //冻结 - loackArray: any; //上锁 + lockArray: any; //上锁块 + lockArray2: any; //上锁块2 particleEffects: cc.ParticleAsset[]; // leftDoors: []; //左门 rightDoors: any; //右门 topDoors: any; //上门 bottomDoors: any; //下门 leftDoors: any; //左门 + teamDoors: any; //每个门的组合,单个门自己一个组合,3门3个一组合 + colorDoors: any; //变色门数组 powerState: boolean = false; //无限体力状态 SceneManager: any; //场景管理器 lastMagicTime: number; //上次使用魔法的时间 @@ -154,6 +158,7 @@ export default class MapConroler extends cc.Component { isTimeRewive: boolean = false; // 是否使用时间复活过 hitSoundCount: number; hitSoundTime: number; + changeColor: boolean = false; //是否是变色门关 // mapInfo: number[][] = []; @@ -181,6 +186,8 @@ export default class MapConroler extends cc.Component { this.rightDoors = []; //右门 this.topDoors = []; //上门 this.bottomDoors = []; //下门 + this.teamDoors = []; + this.colorDoors = []; this.revolvingWallArray = []; //旋转门数组 this.gameWin = false; this.gameOver = false; @@ -196,8 +203,10 @@ export default class MapConroler extends cc.Component { this.arr = []; // 初始化结算界面动画数组 this.isreview = false; this.is_frenzy = false; + this.changeColor = false; this.revolving_state = 0; - + this.hitSoundCount = 0; + this.hitSoundTime = 0; this.isTimeRewive = false; //this.iceLabel.string = cc.fx.GameConfig.GM_INFO.freezeAmount.toString(); // this.hammerLabel.string = cc.fx.GameConfig.GM_INFO.hammerAmount.toString(); @@ -451,7 +460,8 @@ export default class MapConroler extends cc.Component { this.riseFallBlcok = []; this.mapBlockArray = []; this.freezeArray = []; - this.loackArray = []; + this.lockArray = []; + this.lockArray2 = []; this.count_Time = 0; this.add_Time = 0; this.isTimeRewive = false; @@ -530,9 +540,9 @@ export default class MapConroler extends cc.Component { } // 开始游戏时 清空道具 如果是第 8 11 16 默认给一个道具 - cc.fx.GameConfig.GM_INFO.hammerAmount = 0; - cc.fx.GameConfig.GM_INFO.freezeAmount = 0; - cc.fx.GameConfig.GM_INFO.magicAmount = 0; + cc.fx.GameConfig.GM_INFO.hammerAmount = 5; + cc.fx.GameConfig.GM_INFO.freezeAmount = 5; + cc.fx.GameConfig.GM_INFO.magicAmount = 5; if (cc.fx.GameConfig.GM_INFO.level + 1 == 8) { cc.fx.GameConfig.GM_INFO.hammerAmount = 1; } @@ -737,6 +747,7 @@ export default class MapConroler extends cc.Component { } else { // 所有墙壁创建完成后,创建拐角节点 this.createCornerNodes(); + this.sortWall(); if (this.revolving_state != 0) { this.createRevolvingWall(); } @@ -877,6 +888,19 @@ export default class MapConroler extends cc.Component { } } + //给墙壁数组排序,方便管理 + sortWall() { + let doorInfo = cc.fx.GameConfig.WALL_INFO[0]; + for (let i = 0; i < doorInfo.length; i++) { + let info = doorInfo[i]; + for (let j = 0; j < this.wallArray.length; j++) { + if (info.num == this.wallArray[j].getChildByName("wall").getComponent("Wall").num) { + this.wallArray[j].getChildByName("wall").getComponent("Wall").setTeamDoors(); + } + } + } + } + //创建普通门和墙壁 createWall(direction, node) { let wall = null; @@ -899,6 +923,8 @@ export default class MapConroler extends cc.Component { this.openWall.push(wall); else if (wall.getChildByName("wall").getComponent("Wall").special == 3) this.freezeWall.push(wall); + else if (wall.getChildByName("wall").getComponent("Wall").special == 6) + this.lockWall.push(wall); break; case "left": @@ -916,6 +942,8 @@ export default class MapConroler extends cc.Component { this.openWall.push(wall); else if (wall.getChildByName("wall").getComponent("Wall").special == 3) this.freezeWall.push(wall); + else if (wall.getChildByName("wall").getComponent("Wall").special == 6) + this.lockWall.push(wall); break; case "up": node.opacity = 250; @@ -934,6 +962,8 @@ export default class MapConroler extends cc.Component { this.openWall.push(wall); else if (wall.getChildByName("wall").getComponent("Wall").special == 3) this.freezeWall.push(wall); + else if (wall.getChildByName("wall").getComponent("Wall").special == 6) + this.lockWall.push(wall); break; case "down": node.opacity = 250; @@ -951,6 +981,8 @@ export default class MapConroler extends cc.Component { this.openWall.push(wall); else if (wall.getChildByName("wall").getComponent("Wall").special == 3) this.freezeWall.push(wall); + else if (wall.getChildByName("wall").getComponent("Wall").special == 6) + this.lockWall.push(wall); break; case "rightup": case "upright": node.opacity = 249; @@ -1159,6 +1191,14 @@ export default class MapConroler extends cc.Component { } } + for (let i = 0; i < this.revolvingWallArray.length; i++) { + let wall = this.revolvingWallArray[i][0].getChildByName("wall").getComponent("Wall"); + if (wall.special == 2) { + this.revolvingWallArray.splice(i, 1); + i--; + } + } + // console.log("排序后的WALL_INFO数组:", this.revolvingWallArray); } @@ -1526,9 +1566,23 @@ export default class MapConroler extends cc.Component { } } + changeLock() { + if (this.lockWall.length != 0) { + for (let i = 0; i < this.lockWall.length; i++) { + if (this.lockWall[i].getChildByName("lock")) { + this.lockWall[i].getChildByName("lock").getComponent("Lock").reduce(); + } + } + } + } + //检测是否可以通过门 passWall(jg, wallArray, node) { + let colorArray = []; for (let i = 0; i < wallArray.length; i++) { + if (wallArray[i].getComponent("Wall").colorArray.length > 0) { + colorArray.push(wallArray[i].getComponent("Wall")); + } if (wallArray[i].getComponent("Wall").special == 2) { console.log("尝试通过开关门:", wallArray[i].getComponent("Wall").open); } @@ -1544,7 +1598,11 @@ export default class MapConroler extends cc.Component { jg = false; return jg; } - //console.log(wallArray[i].getChildByName("wall").getComponent("Wall").color,node.getComponent("Block").color) + if (wallArray[i].getComponent("Wall").special == 6) { + jg = false; + return jg; + } + if (wallArray[i].getComponent("Wall").color != node.getComponent("Block").color) { jg = false; return jg; @@ -1565,9 +1623,49 @@ export default class MapConroler extends cc.Component { } // const date8 = new Date().getTime(); // console.log("检测颜色是否能够通过门",date8); + if (jg == true) { + this.checkColor(node.getComponent("Block").color, false); + if (wallArray[0].getComponent("Wall").colorArray.length > 0) { + wallArray[0].getComponent("Wall").changeColorWall(); + } + } return jg; } + checkColor(colorTemp, type) { + let colorArray = []; + let number = 1; + if (type) number = 0; + for (let i = 0; i < this.colorDoors.length; i++) { + // if (this.colorDoors[i].colorArray.length > 0) { + colorArray.push(this.colorDoors[i]); + // } + } + let colorOver = true; + let count = 0; + for (let i = 0; i < this.blocks.length; i++) { + if (this.blocks[i]) { + if (this.blocks[i].active) { + let color = this.blocks[i].getComponent("Block").color; + if (color == colorTemp) { + count += 1; + } + } + } + } + + if (count > number) { + colorOver = false; + } + + //是变色门关卡,并且消除的块是当前颜色最后一个,对变色门中该颜色做消除处理 3 1 2 4 5 6 + if (colorOver == true && colorArray.length > 0) { + for (let j = 0; j < colorArray.length; j++) { + colorArray[j].removeColor(colorTemp, type); + } + } + } + //检测方块和门中间有没有夹杂其他块 detectingBlock(direction, posX, posY, blocks) { let jg = true; @@ -1738,7 +1836,24 @@ export default class MapConroler extends cc.Component { } } - if (node.getComponent("Block").type == 2 || node.getComponent("Block").type == 4) { + let floorBlock = this.node.children.filter(child => { + if (child.getComponent("Block")) { + if (child.getComponent("Block").block_Info.floor != null || child.getComponent("Block").block_Info.floor != undefined) + return child + } + }); + + for (let i = 0; i < floorBlock.length; i++) { + for (let j = 0; j < floorBlock[i].children.length; j++) { + if (floorBlock[i].children[j].name == "floor") { + floorBlock[i].children[j].getComponent("Floor").reduce(1); + } + } + } + + // if (node.getComponent("Block").type == 2 || node.getComponent("Block").type == 4) { + //普通钥匙块 + if (node.getComponent("Block").type == 2) { let lockBlock = this.node.children.filter(child => { if (child.getComponent("Block")) { if (child.getComponent("Block").type == 3) @@ -1749,8 +1864,25 @@ export default class MapConroler extends cc.Component { for (let i = 0; i < lockBlock.length; i++) { lockBlock[i].getChildByName("lock").getComponent("Lock").reduce(); } - } + //第二钥匙块 + else if (node.getComponent("Block").type == 13) { + let lockBlock2 = this.node.children.filter(child => { + if (child.getComponent("Block")) { + if (child.getComponent("Block").type == 12) + return child + } + }); + if (lockBlock2.length > 0) + for (let i = 0; i < lockBlock2.length; i++) { + lockBlock2[i].getChildByName("lock").getComponent("Lock").reduce(); + } + } + //门钥匙块,消除门的 + else if (node.getComponent("Block").type == 14) { + this.changeLock(); + } + for (let i = 0; i < this.blocks.length; i++) { if (this.blocks[i] == node) { @@ -1759,7 +1891,7 @@ export default class MapConroler extends cc.Component { } this.changeFreeze(); this.changeState(type); - console.log("特殊处理——————————————", type); + // console.log("特殊处理——————————————", type); if (type == true) this.changeRevolvingWall(); } @@ -1913,7 +2045,7 @@ export default class MapConroler extends cc.Component { if (this.new_mode == 3) { this.node.parent.parent.getChildByName("Win").active = false; this.openNewMode(2); - cc.fx.GameConfig.LEVEL_INFO_init(false, 0); + cc.fx.GameConfig.LEVEL_INFO_init(false, 0, false); return; } if (this.new_item == 3) { @@ -1937,7 +2069,7 @@ export default class MapConroler extends cc.Component { this.node.parent.parent.parent.getChildByName("zhuanchang").active = true; this.node.parent.parent.parent.getChildByName("zhuanchang").getComponent(sp.Skeleton).setAnimation(1, "up", false); setTimeout(() => { - cc.fx.GameConfig.LEVEL_INFO_init(true, 0); + cc.fx.GameConfig.LEVEL_INFO_init(true, 0, false); }, 1200); } } @@ -1971,7 +2103,7 @@ export default class MapConroler extends cc.Component { // } // }); setTimeout(() => { - cc.fx.GameConfig.LEVEL_INFO_init(true, 0); + cc.fx.GameConfig.LEVEL_INFO_init(true, 0, false); }, 1200); // this.node.parent.parent.parent.destroy(); } @@ -2007,7 +2139,8 @@ export default class MapConroler extends cc.Component { } } - console.log("复活") + console.log("复活"); + //@ts-ignore if (typeof wx !== 'undefined' && wx !== null) { console.log("复活广告") cc.fx.GameTool.onShowVideo(callback, overData) @@ -2242,7 +2375,7 @@ export default class MapConroler extends cc.Component { } // MiniGameSdk.API.showToast("体力值减少"); MapConroler._instance = null; - cc.fx.GameConfig.LEVEL_INFO_init(false, 0); + cc.fx.GameConfig.LEVEL_INFO_init(false, 0, false); if (this.new_mode == 3) { this.node.parent.parent.getChildByName("Win").active = false; this.openNewMode(1); @@ -3236,21 +3369,34 @@ export default class MapConroler extends cc.Component { for (let i = 0; i < this.blocks.length; i++) { // console.log("方块类型",this.blocks[i].getComponent("Block").type); if (this.blocks[i].getComponent("Block").type == 3) { - this.loackArray.push(this.blocks[i]); + if (this.blocks[i].getComponent("Block").block_Info.floor == undefined || this.blocks[i].getComponent("Block").block_Info.floor == null) { + this.lockArray.push(this.blocks[i]); + } + } + else if (this.blocks[i].getComponent("Block").type == 12) { + if (this.blocks[i].getComponent("Block").block_Info.floor == undefined || this.blocks[i].getComponent("Block").block_Info.floor == null) { + this.lockArray2.push(this.blocks[i]); + } } else if (this.blocks[i].getComponent("Block").type == 4) { - this.freezeArray.push(this.blocks[i]); + if (this.blocks[i].getComponent("Block").block_Info.floor != undefined || this.blocks[i].getComponent("Block").block_Info.floor == null) { + this.freezeArray.push(this.blocks[i]); + } } else if (this.blocks[i].getComponent("Block").type == 10) { if (this.blocks[i].getComponent("Block").block_Info.node) { - nomalArray.push(this.blocks[i].getComponent("Block").block_Info.node); + if (this.blocks[i].getComponent("Block").block_Info.node.getComponent("Block").block_Info.floor != undefined && + this.blocks[i].getComponent("Block").block_Info.node.getComponent("Block").block_Info.floor != null) { + nomalArray.push(this.blocks[i].getComponent("Block").block_Info.node); + } } - // else nomalArray.push(this.blocks[i]); } else { if (!this.blocks[i].getComponent("Block").isEliminatedByHammer) { - // 只有未被锤子标记的方块才加入魔棒消除数组 - nomalArray.push(this.blocks[i]); + if (this.blocks[i].getComponent("Block").block_Info.floor == undefined || this.blocks[i].getComponent("Block").block_Info.floor == null) { + // 只有未被锤子标记的方块才加入魔棒消除数组 + nomalArray.push(this.blocks[i]); + } } } } @@ -3280,13 +3426,18 @@ export default class MapConroler extends cc.Component { time = 200; } setTimeout(() => { - if (this.freezeArray.length == 0 && this.loackArray.length == 0) { + if (this.freezeArray.length == 0 && this.lockArray.length == 0 && this.lockArray2.length == 0) { // console.log("只剩下一个块道具使用完毕"); } else { - if (this.loackArray.length != 0) { + if (this.lockArray.length != 0) { // console.log("消除一个普通块后,消除一个带锁块"); - this.loackArray[0].getComponent("Block").eliminate(false); + this.lockArray[0].getComponent("Block").eliminate(false); + return; + } + else if (this.lockArray2.length != 0) { + // console.log("消除一个普通块后,消除一个冻结块"); + this.lockArray2[0].getComponent("Block").eliminate(false); return; } else if (this.freezeArray.length != 0) { @@ -3299,10 +3450,20 @@ export default class MapConroler extends cc.Component { } else { let count = 2; - if (this.loackArray.length != 0) { - for (let i = 0; i < this.loackArray.length; i++) { + if (this.lockArray.length != 0) { + for (let i = 0; i < this.lockArray.length; i++) { // console.log("没有普通快,魔法消除一个带锁块"); - this.loackArray[i].getComponent("Block").eliminate(true); + this.lockArray[i].getComponent("Block").eliminate(true); + count -= 1; + if (count == 0) { + break; + } + } + } + if (count != 0 && this.lockArray2.length != 0) { + for (let i = 0; i < this.lockArray2.length; i++) { + // console.log("没有普通快,魔法消除一个带锁块"); + this.lockArray2[i].getComponent("Block").eliminate(true); count -= 1; if (count == 0) { break; @@ -3536,20 +3697,26 @@ export default class MapConroler extends cc.Component { } //提前判断游戏结束 - predict_End() { + predict_End(colorTemp: number) { //return true; // console.log("提前判断游戏结束"); if (this.gameOver || this.gameWin) { return true; } - let result = false; + //有变色门,且无开关门 + if (this.changeColor == true && this.openWall.length == 0) { + return true; + } if (this.blocks.length == 0) { return true; } + let result = false; + let colorOver = true; + let openResult = true; for (let i = 0; i < this.blocks.length; i++) { + let color = this.blocks[i].getComponent("Block").color; //确保方块是可移动状态下再做判断 if (this.blockCanMove(this.blocks[i])) { - let color = this.blocks[i].getComponent("Block").color; for (let j = 0; j < this.wall_Pass.length; j++) { //如果颜色相同 if (this.wall_Pass[j].color == color) { @@ -3576,11 +3743,14 @@ export default class MapConroler extends cc.Component { return result; } else { + if (this.blockCanPass(this.blocks[i], this.wall_Pass[j])) { + openResult = false; + } // console.log("开关门并且关着,________不可通行"); continue; } } - else if (this.wall_Pass[j].special == 3 || this.wall_Pass[j].special == 4 || this.wall_Pass[j].special == 5) { + else if (this.wall_Pass[j].special == 3 || this.wall_Pass[j].special == 4 || this.wall_Pass[j].special == 5 || this.wall_Pass[j].special == 6) { // console.log("冻结门,不可通行"); continue; } @@ -3595,6 +3765,10 @@ export default class MapConroler extends cc.Component { } } } + //是变色门关卡,并且消除的块是当前颜色最后一个,对变色门中该颜色做消除处理 + if (openResult == true && this.changeColor == true) { + result = true; + } return result; } diff --git a/assets/Script/MapBlock.ts b/assets/Script/MapBlock.ts index d500c44..be23fd2 100644 --- a/assets/Script/MapBlock.ts +++ b/assets/Script/MapBlock.ts @@ -27,8 +27,8 @@ export default class NewClass extends cc.Component { // onLoad () {} start() { - this.direction = ""; - this.block_Id = ""; + // this.direction = ""; + // this.block_Id = ""; // this.node.getChildByName("num").getComponent(cc.Label).string = this.direction; } diff --git a/assets/Script/Sdk/MiniGameSdk.ts b/assets/Script/Sdk/MiniGameSdk.ts index 8b08c74..5d59f57 100644 --- a/assets/Script/Sdk/MiniGameSdk.ts +++ b/assets/Script/Sdk/MiniGameSdk.ts @@ -1768,8 +1768,8 @@ export namespace MiniGameSdk { //@ts-ignore if (typeof wx !== 'undefined' && wx !== null) { let helpLevel = cc.fx.GameConfig.GM_INFO.level + 1; - if (helpLevel > 373) { - helpLevel = 373; + if (cc.fx.GameTool.maxLevel()) { + helpLevel -= 1; } // 获取关卡信息和 UID const level = helpLevel; diff --git a/assets/Script/Wall.ts b/assets/Script/Wall.ts index 4a17245..756ba0c 100644 --- a/assets/Script/Wall.ts +++ b/assets/Script/Wall.ts @@ -23,6 +23,8 @@ export enum WallSpecial { "旋转门顺时针" = 4, /*旋转门逆时针*/ "旋转门逆时针" = 5, + /*上锁门*/ + "上锁门" = 6, } export enum WallType { @@ -66,6 +68,8 @@ export enum WallColor { "红色" = 8, /*普通地块 */ "灰色" = 9, + "暗" = 10, + "默认色" = 11, } @ccclass @@ -92,6 +96,15 @@ export default class Wall extends cc.Component { }) color: WallColor = WallColor.紫色; + @property(cc.Node) + maskNode: cc.Node = null; // 遮罩节点 + + @property(cc.Float) + maskWidth: number = 138; // 遮罩宽度 + + @property(cc.Float) + maskHeight: number = 69; // 遮罩高度 + @property(cc.SpriteAtlas) wall_SpriteFrames: cc.SpriteAtlas = null; @@ -106,6 +119,7 @@ export default class Wall extends cc.Component { posY: number; direction: any; wall_Info: any; + teamDoors: any; openNode: cc.Node; revolvingNode: cc.Node; freezeNode: cc.Node; @@ -114,6 +128,7 @@ export default class Wall extends cc.Component { num: number; leftTween: any; rightTween: any; + colorArray: any; // LIFE-CYCLE CALLBACKS: @@ -129,7 +144,7 @@ export default class Wall extends cc.Component { } init(wall_Info, posX: number, posY: number, direction: any) { - + this.colorArray = []; this.wall_Info = this.jsonDeepClone(wall_Info); // this.open = true; if (wall_Info == null) { @@ -168,6 +183,11 @@ export default class Wall extends cc.Component { this.num = this.wall_Info.num; let name2 = "rotate" + this.wall_Info.length; this.revolvingNode = this.node.parent.getChildByName("revolving").getChildByName(name2); + if (this.wall_Info.colorArray) { + this.colorArray = this.wall_Info.colorArray.split('').map(char => parseInt(char) + 1); + MapConroler._instance.changeColor = true; + MapConroler._instance.colorDoors.push(this); + } if (this.revolvingNode) { this.revolvingNode.parent.zIndex = 999; this.revolvingNode.active = false; @@ -189,6 +209,14 @@ export default class Wall extends cc.Component { } + setTeamDoors() { + if (this.wall_Info.length > 0) { + MapConroler._instance.teamDoors = []; + } + MapConroler._instance.teamDoors.push(this); + this.teamDoors = MapConroler._instance.teamDoors; + } + //创建门的颜色 initColor(length: number) { let direction = this.node.parent.name; @@ -263,6 +291,38 @@ export default class Wall extends cc.Component { } break; + case WallSpecial.上锁门: + let lock = cc.instantiate(MapConroler._instance.Block_Prop[3]); + lock.parent = this.node.parent; + if (this.wall_Info.length == 0) { + lock.opacity = 0; + } + lock.scaleX = lock.scaleY = 0.65; + if (this.direction == "up") { + lock.setPosition((this.wall_Info.length - 1) * 60 - 10, 38); + if (this.wall_Info.length == 1) lock.x += 5; + } + else if (this.direction == "down") { + lock.setPosition((this.wall_Info.length - 1) * 60 - 10, -38); + if (this.wall_Info.length == 1) lock.x += 5; + } + if (this.direction == "right") { + lock.setPosition(30, (this.wall_Info.length - 1) * 60); + if (this.wall_Info.length == 1) lock.y += 10; + } + else if (this.direction == "left") { + lock.setPosition(-46, (this.wall_Info.length - 1) * 60); + if (this.wall_Info.length == 1) lock.y += 10; + } + lock.getComponent("Lock").init(this.wall_Info.lockTime, "wall"); + break; + } + if (this.wall_Info.colorArray) { + + if (this.wall_Info.length > 0) { + this.maskNode.active = true; + this.setMask(); + } } } @@ -403,5 +463,173 @@ export default class Wall extends cc.Component { } + + //变色门变色总方法 + changeColorWall() { + // console.log("通过此门,调用次门数组", this.colorArray); + // console.log("改變顏色:", this.wall_Info.length); + for (let i = 0; i < this.teamDoors.length; i++) { + setTimeout(() => { + this.teamDoors[i].changeColor(); + }, i * 10); + } + } + + //变色门变色具体执行方法 + changeColor() { + if (this.colorArray.length > 1 && this.color == this.colorArray[0]) { + let firstItem = this.colorArray.shift(); // 移除第一项 + this.colorArray.push(firstItem); // 将第一项添加到数组末尾 + } + // else if (this.colorArray.length == 1 && this.color != this.colorArray[0]) { + // this.updateColor(); + // } + this.updateColor(); + } + + updateColor() { + this.color = this.colorArray[0]; + // console.log("改變顏色", this.color, this.colorArray); + // debugger; + let direction = this.node.parent.name; + let double = 0; + if (direction == "left" || direction == "right") { + double = 3; + } + if (this.wall_Info.length > 0) { + this.upDoor(); + this.setMask(); + + if (this.wall_SpriteFrames) { + let name = this.color + "color" + (this.wall_Info.length + double); + // console.log("变色名称:", name); + var spriteFrame = this.wall_SpriteFrames._spriteFrames[name]; + if (this.node.getComponent(cc.Sprite)) this.node.getComponent(cc.Sprite).spriteFrame = spriteFrame; + if (this.node.getChildByName("icon")) this.node.getChildByName("icon").getComponent(cc.Sprite).spriteFrame = spriteFrame; + this.node.getComponent(cc.Sprite).fillRange = 0; + cc.tween(this.node.getComponent(cc.Sprite)) + .to(0.2, { fillRange: 1 }) + .start(); + + } + if (this.down_SpriteFrames) { + let name2 = this.color + "down" + (this.wall_Info.length + double); + // console.log("按下名称:", name2); + var downFrame = this.down_SpriteFrames._spriteFrames[name2]; + this.node.parent.getChildByName("down").getComponent(cc.Sprite).spriteFrame = downFrame; + this.node.parent.getChildByName("down").getComponent(cc.Sprite).fillRange = 0; + cc.tween(this.node.parent.getChildByName("down").getComponent(cc.Sprite)) + .to(0.2, { fillRange: 1 }) + .start(); + } + } + } + + //变色门删除颜色 + removeColor(color, type) { + if (this.colorArray.length > 1) { + let index = this.colorArray.indexOf(color); + if (index !== -1) { + this.colorArray.splice(index, 1); + if (type) this.updateColor(); + } + } + } + + //添加遮罩 + setMask() { + let direction = this.node.parent.name; + let double = 0; + if (direction == "left" || direction == "right") { + double = 3; + } + if (this.colorArray.length > 1) { + let color = this.colorArray[1]; + if (this.wall_SpriteFrames) { + let name = color + "color" + (this.wall_Info.length + double); + var spriteFrame = this.wall_SpriteFrames._spriteFrames[name]; + this.maskNode.getChildByName("color_icon").getComponent(cc.Sprite).spriteFrame = spriteFrame; + this.maskNode.getChildByName("color_icon").getComponent(cc.Sprite).fillRange = 0; + cc.tween(this.maskNode.getChildByName("color_icon").getComponent(cc.Sprite)) + .to(0.2, { fillRange: 1 }) + .start(); + } + } + else { + this.maskNode.getChildByName("color_icon").opacity = 0; + } + // 设置遮罩节点大小和位置 + if (this.node.parent.name == "down") { + if (this.wall_Info.length == 3) { + this.maskNode.width = 290; + this.maskNode.height = 69; + this.maskNode.position = cc.v3(116, -39, 0); // 居中 + } + else if (this.wall_Info.length == 2) { + this.maskNode.width = 178; + this.maskNode.height = 69; + this.maskNode.position = cc.v3(54, -39, 0); // 居中 + } + else if (this.wall_Info.length == 1) { + this.maskNode.width = 70; + this.maskNode.height = 69; + this.maskNode.position = cc.v3(-7, -39, 0); // 居中 + } + } + else if (this.node.parent.name == "up") { + if (this.wall_Info.length == 3) { + this.maskNode.width = 290; + this.maskNode.height = 69; + this.maskNode.position = cc.v3(116, 34, 0); // 居中 + } + else if (this.wall_Info.length == 2) { + this.maskNode.width = 178; + this.maskNode.height = 69; + this.maskNode.position = cc.v3(56, 34, 0); // 居中 + } + else if (this.wall_Info.length == 1) { + this.maskNode.width = 70; + this.maskNode.height = 69; + this.maskNode.position = cc.v3(-2.44, 34, 0); // 居中 + } + } + else if (this.node.parent.name == "right") { + if (this.wall_Info.length == 3) { + this.maskNode.width = 69; + this.maskNode.height = 290; + this.maskNode.position = cc.v3(37, 120, 0); // 居中 + } + else if (this.wall_Info.length == 2) { + this.maskNode.width = 69; + this.maskNode.height = 178; + this.maskNode.position = cc.v3(37, 60, 0); // 居中 + } + else if (this.wall_Info.length == 1) { + this.maskNode.width = 69; + this.maskNode.height = 70; + this.maskNode.position = cc.v3(37, 0, 0); // 居中 + this.maskNode.anchorY = 0.35; + } + } + else if (this.node.parent.name == "left") { + if (this.wall_Info.length == 3) { + this.maskNode.width = 69; + this.maskNode.height = 290; + this.maskNode.position = cc.v3(-39.5, 120, 0); // 居中 + } + else if (this.wall_Info.length == 2) { + this.maskNode.width = 69; + this.maskNode.height = 178; + this.maskNode.position = cc.v3(-39.5, 60, 0); // 居中 + } + else if (this.wall_Info.length == 1) { + this.maskNode.width = 69; + this.maskNode.height = 70; + this.maskNode.position = cc.v3(-39.5, 0, 0); // 居中 + this.maskNode.anchorY = 0.35; + } + } + } + // update (dt) {} } diff --git a/assets/Script/module/Config/GameConfig.ts b/assets/Script/module/Config/GameConfig.ts index 85e4ef3..bdad66d 100644 --- a/assets/Script/module/Config/GameConfig.ts +++ b/assets/Script/module/Config/GameConfig.ts @@ -166,7 +166,7 @@ export class GameConfig { this.TA = null; this.CLICK_init(); this.GM_INFO_init(); - this.LEVEL_INFO_init(false, 0); + this.LEVEL_INFO_init(false, 0, false); var self = this; //GAME_DATA 废弃了,暂时不删除以防后面修改回 一整局传一次 @@ -344,7 +344,7 @@ export class GameConfig { } - static LEVEL_INFO_init(type, time) { + static LEVEL_INFO_init(type, time, otherLevel) { // 示例 围墙会根据缺的地块自动生成 // 带缺口 {"id":"1006","map":[10,11],"gap":[cc.v2(4,9),cc.v2(5,9)]}, // 带升降地块 {"id":"1004","map":[7,8],"risefall":[{pos:cc.v2(5,4),color:2},{pos:cc.v2(5,5),color:5}]}, @@ -352,7 +352,7 @@ export class GameConfig { var self = this; - if (cc.fx.GameTool.maxLevel()) { + if (cc.fx.GameTool.maxLevel() && otherLevel == false) { MiniGameSdk.API.showToast("关卡每周更新,敬请期待!"); return; } @@ -371,7 +371,7 @@ export class GameConfig { if (err) { console.log("没有这个关卡:", name); cc.fx.GameTool.addLevel(null, null); - self.LEVEL_INFO_init(type, time); + self.LEVEL_INFO_init(type, time, false); return; } let jsonData: object = res.json!; diff --git a/assets/Script/module/RankList/ItemRender.ts b/assets/Script/module/RankList/ItemRender.ts index 594c6f1..82b3b27 100644 --- a/assets/Script/module/RankList/ItemRender.ts +++ b/assets/Script/module/RankList/ItemRender.ts @@ -19,7 +19,6 @@ export default class ItemRender extends cc.Component { /**数据改变时调用 */ public dataChanged() { - console.log("用户数据:", this.data); let useravatarIcon = this.data.useravatarIcon; useravatarIcon = "kuang_" + (parseInt(useravatarIcon) + 1); this.node.getChildByName("icon").getComponent(cc.Sprite).spriteFrame = diff --git a/assets/Script/module/Tool/GameTool.ts b/assets/Script/module/Tool/GameTool.ts index 9e0bfc7..fd89860 100644 --- a/assets/Script/module/Tool/GameTool.ts +++ b/assets/Script/module/Tool/GameTool.ts @@ -401,8 +401,8 @@ var GameTool = { //关卡上限 maxLevel() { let jg = false; - if (cc.fx.GameConfig.GM_INFO.level > 419) { - cc.fx.GameConfig.GM_INFO.level = 420; + if (cc.fx.GameConfig.GM_INFO.level > 539) { + cc.fx.GameConfig.GM_INFO.level = 540; jg = true; } return jg; diff --git a/assets/Script/prop/Boom.ts b/assets/Script/prop/Boom.ts index 0b1c15e..2e663f2 100644 --- a/assets/Script/prop/Boom.ts +++ b/assets/Script/prop/Boom.ts @@ -59,6 +59,11 @@ export default class Boom extends cc.Component { updateTime() { if (MapConroler._instance.iceTrue() == true) return; if (MapConroler._instance.pause == true) return; + if (this.node.parent) { + if (this.node.parent.getComponent("Block").block_Info.floor) { + return; + } + } this.time--; NumberToImage.numberToImageNodes(this.time, 20, 8, "lock_", this.node.getChildByName("time"), false); if (this.time <= 0) { diff --git a/assets/Script/prop/Floor.ts b/assets/Script/prop/Floor.ts new file mode 100644 index 0000000..247000c --- /dev/null +++ b/assets/Script/prop/Floor.ts @@ -0,0 +1,80 @@ +// Learn TypeScript: +// - https://docs.cocos.com/creator/manual/en/scripting/typescript.html +// Learn Attribute: +// - https://docs.cocos.com/creator/manual/en/scripting/reference/attributes.html +// Learn life-cycle callbacks: +// - https://docs.cocos.com/creator/manual/en/scripting/life-cycle-callbacks.html + +import MapConroler from "../Map"; +import NumberToImage from "../NumberToImage"; + +const { ccclass, property } = cc._decorator; + + + +@ccclass +export default class Floor extends cc.Component { + static _instance: any; + time: number = 60; + + @property(cc.Material) + floor: cc.Material = null; + + @property(cc.Prefab) + ice: cc.Prefab = null; + + // mapInfo: number[][] = []; + + onLoad() { + + } + + start() { + + } + + init(time, type) { + if (time) this.time = time; + this.node.getChildByName("time").active = true; + NumberToImage.numberToImageNodes(this.time, 30, 15, "level_", this.node.getChildByName("time"), false); + // this.node.getChildByName("time").getComponent(cc.Label).string = this.time.toString(); + + } + + reduce(number) { + // debugger; + this.time -= number; + if (this.time <= 0) this.time = 0 + NumberToImage.numberToImageNodes(this.time, 30, 15, "level_", this.node.getChildByName("time"), false); + // this.node.getChildByName("time").getComponent(cc.Label).string = this.time.toString(); + if (this.time <= 0) { + this.node.getChildByName("bingkuai").active = true; + const skeleton = this.node.getChildByName("bingkuai").getComponent(sp.Skeleton); + skeleton.setAnimation(1, "bingkuai", false); + this.node.getChildByName("icon").active = true; + this.node.getChildByName("time").active = false; + cc.tween(this.node.getChildByName("icon")) + .to(0.5, { opacity: 0 }) + .start(); + + // this.node.getChildByName("icon").getComponent(cc.Sprite).setMaterial(0,this.Floor); + // this.node.children.forEach(element => { + // element.destroy(); + // }); + setTimeout(() => { + if (this.node.parent) this.node.parent.getComponent("Block").resetFloor(); + }, 300); + + setTimeout(() => { + if (this.node) { + this.node.destroy(); + this.node.removeFromParent(); + } + + }, 600); + } + } + + + // update (dt) {} +} diff --git a/assets/Script/prop/Freeze.ts b/assets/Script/prop/Freeze.ts index 3a7d511..733c467 100644 --- a/assets/Script/prop/Freeze.ts +++ b/assets/Script/prop/Freeze.ts @@ -42,6 +42,11 @@ export default class Freeze extends cc.Component { } reduce(number) { + if (this.node.parent) { + if (this.node.parent.getComponent("Block").block_Info.floor) { + return; + } + } this.time -= number; if (this.time <= 0) this.time = 0 NumberToImage.numberToImageNodes(this.time, 40, 25, "ice_", this.node.getChildByName("time"), false); diff --git a/assets/Script/prop/Lock.ts b/assets/Script/prop/Lock.ts index 35a821e..ea02a31 100644 --- a/assets/Script/prop/Lock.ts +++ b/assets/Script/prop/Lock.ts @@ -16,7 +16,7 @@ const { ccclass, property } = cc._decorator; export default class Lock extends cc.Component { static _instance: any; time: number = 0; - + type: string = "block" // mapInfo: number[][] = []; onLoad() { @@ -26,8 +26,9 @@ export default class Lock extends cc.Component { start() { } - init(time) { + init(time, type) { if (time) this.time = time; + if (type) this.type = type; this.node.getChildByName("time").active = true; NumberToImage.numberToImageNodes(this.time, 20, 8, "lock_", this.node.getChildByName("time"), false); @@ -37,7 +38,12 @@ export default class Lock extends cc.Component { this.time -= 1; NumberToImage.numberToImageNodes(this.time, 20, 8, "lock_", this.node.getChildByName("time"), false); if (this.time <= 0) { - if (this.node.parent) this.node.parent.getComponent("Block").type = 0; + if (this.type == "block") { + if (this.node.parent) this.node.parent.getComponent("Block").type = 0; + } + else if (this.type == "wall") { + if (this.node.parent) this.node.parent.getChildByName("wall").getComponent("Wall").special = 0; + } this.node.destroy(); this.node.removeFromParent(); } diff --git a/assets/Script/ranking.ts b/assets/Script/ranking.ts index 8f97205..b8bcad8 100644 --- a/assets/Script/ranking.ts +++ b/assets/Script/ranking.ts @@ -223,10 +223,14 @@ export default class ranking extends cc.Component { } setSelfInfo() { + console.log("查询自己信息"); this.selfNode.opacity = 0; this.selfInfo = null; for (let i = 0; i < this.wordRank.length; i++) { if (this.wordRank[i]._id == cc.fx.GameConfig.GM_INFO.uid) { + console.log("我自己的UID", cc.fx.GameConfig.GM_INFO.uid); + console.log("排行榜中的ID:", this.wordRank[i]._id); + // this.selfInfo = this.wordRank[i]; this.selfInfo = JSON.parse(JSON.stringify(this.wordRank[i])); if (this.selfInfo.useravatar == "0" || this.selfInfo.useravatar == "1" || this.selfInfo.useravatar == "2" || this.selfInfo.useravatar == "3") { diff --git a/assets/TextureBlock/block/floor.png b/assets/TextureBlock/block/floor.png new file mode 100644 index 0000000..6844570 Binary files /dev/null and b/assets/TextureBlock/block/floor.png differ diff --git a/assets/custom/Json/level11.json b/assets/custom/Json/level11.json index 9cb6d7e..a201f69 100644 --- a/assets/custom/Json/level11.json +++ b/assets/custom/Json/level11.json @@ -7,7 +7,7 @@ 9, 12 ], - "time": 100, + "time": 150, "gap": [] } ], diff --git a/assets/custom/Json/level30.json b/assets/custom/Json/level30.json index a048b92..07b0fed 100644 --- a/assets/custom/Json/level30.json +++ b/assets/custom/Json/level30.json @@ -7,7 +7,7 @@ 11, 11 ], - "time": 200, + "time": 240, "gap": [] } ], diff --git a/assets/custom/Json/level305.json b/assets/custom/Json/level305.json index 3562c84..141c4ea 100644 --- a/assets/custom/Json/level305.json +++ b/assets/custom/Json/level305.json @@ -381,14 +381,14 @@ "id": 7, "num": 38, "color": 5, - "special": 0, + "special": 1, "length": 2 }, { "id": 8, "num": 39, "color": 5, - "special": 0, + "special": 1, "length": 0 }, { @@ -474,62 +474,6 @@ "color": 9, "special": 0, "length": 0 - }, - { - "id": 21, - "num": 38, - "color": 9, - "special": 1, - "length": 2 - }, - { - "id": 22, - "num": 39, - "color": 9, - "special": 1, - "length": 0 - }, - { - "id": 23, - "num": 38, - "color": 5, - "special": 1, - "length": 2 - }, - { - "id": 24, - "num": 39, - "color": 5, - "special": 1, - "length": 0 - }, - { - "id": 25, - "num": 38, - "color": 9, - "special": 1, - "length": 2 - }, - { - "id": 26, - "num": 39, - "color": 9, - "special": 1, - "length": 0 - }, - { - "id": 27, - "num": 38, - "color": 5, - "special": 1, - "length": 2 - }, - { - "id": 28, - "num": 39, - "color": 5, - "special": 1, - "length": 0 } ] ] diff --git a/assets/custom/Json/level375.json b/assets/custom/Json/level375.json index 6d9f194..778a9f5 100644 --- a/assets/custom/Json/level375.json +++ b/assets/custom/Json/level375.json @@ -254,7 +254,8 @@ "num": 2, "color": 2, "special": 0, - "length": 2 + "length": 2, + "lock": true }, { "id": 377, diff --git a/assets/custom/Json/level421.json b/assets/custom/Json/level421.json new file mode 100644 index 0000000..2dbb856 --- /dev/null +++ b/assets/custom/Json/level421.json @@ -0,0 +1,404 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "421", + "map": [ + 9, + 9 + ], + "time": 100, + "gap": [ + { + "x": 2, + "y": 7, + "z": 0 + }, + { + "x": 1, + "y": 7, + "z": 0 + }, + { + "x": 3, + "y": 7, + "z": 0 + }, + { + "x": 5, + "y": 7, + "z": 0 + }, + { + "x": 6, + "y": 7, + "z": 0 + }, + { + "x": 7, + "y": 7, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 10, + "type": 0, + "position": { + "x": 420, + "y": -60, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 10, + "type": 0, + "position": { + "x": -300, + "y": -60, + "z": 0 + }, + "id": 220 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": 420, + "y": -420, + "z": 0 + }, + "id": 230 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": 180, + "y": -420, + "z": 0 + }, + "id": 240 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": -60, + "y": -180, + "z": 0 + }, + "id": 260 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": -180, + "y": -420, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": -60, + "y": -300, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 60, + "y": -300, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": -60, + "y": -420, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 60, + "y": 180, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 180, + "y": -300, + "z": 0 + }, + "id": 320 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": 180, + "y": 60, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": -60, + "y": 60, + "z": 0 + }, + "id": 340 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": 300, + "y": -180, + "z": 0 + }, + "id": 350 + }, + { + "block": 2, + "color": 5, + "type": 2, + "position": { + "x": -300, + "y": 60, + "z": 0 + }, + "id": 350 + }, + { + "block": 2, + "color": 3, + "type": 2, + "position": { + "x": -180, + "y": 60, + "z": 0 + }, + "id": 360 + }, + { + "block": 2, + "color": 1, + "type": 2, + "position": { + "x": 420, + "y": 60, + "z": 0 + }, + "id": 370 + }, + { + "block": 0, + "color": 1, + "type": 2, + "position": { + "x": 420, + "y": -180, + "z": 0 + }, + "id": 380 + }, + { + "block": 2, + "color": 10, + "type": 2, + "position": { + "x": 300, + "y": 60, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 4, + "type": 2, + "position": { + "x": -300, + "y": -180, + "z": 0 + }, + "id": 400 + }, + { + "block": 14, + "color": 10, + "type": 3, + "position": { + "x": 60, + "y": -180, + "z": 0 + }, + "lockTime": 6, + "id": 410 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 422, + "num": 1, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 423, + "num": 2, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 424, + "num": 4, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 425, + "num": 5, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 426, + "num": 7, + "color": 7, + "special": 5, + "length": 2 + }, + { + "id": 427, + "num": 9, + "color": 7, + "special": 5, + "length": 0 + }, + { + "id": 428, + "num": 19, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 429, + "num": 21, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 430, + "num": 26, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 431, + "num": 27, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 432, + "num": 23, + "color": 3, + "special": 5, + "length": 2 + }, + { + "id": 433, + "num": 24, + "color": 3, + "special": 5, + "length": 0 + }, + { + "id": 434, + "num": 15, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 435, + "num": 18, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 436, + "num": 13, + "color": 9, + "special": 0, + "length": 1 + }, + { + "id": 437, + "num": 8, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 438, + "num": 10, + "color": 1, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level422.json b/assets/custom/Json/level422.json new file mode 100644 index 0000000..1eb354e --- /dev/null +++ b/assets/custom/Json/level422.json @@ -0,0 +1,443 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "422", + "map": [ + 8, + 10 + ], + "time": 110, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "id": 210 + }, + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "id": 220 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "id": 230 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": -240, + "y": -240, + "z": 0 + }, + "id": 240 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": 360, + "y": -480, + "z": 0 + }, + "id": 250 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "id": 260 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 120, + "y": 0, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": 240, + "y": -120, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 8, + "type": 8, + "position": { + "x": 360, + "y": -120, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 10, + "type": 8, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "id": 350 + }, + { + "block": 2, + "color": 2, + "type": 8, + "position": { + "x": -120, + "y": -360, + "z": 0 + }, + "id": 360 + }, + { + "block": 2, + "color": 6, + "type": 8, + "position": { + "x": -240, + "y": -120, + "z": 0 + }, + "id": 370 + }, + { + "block": 23, + "color": 6, + "type": 8, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "id": 380 + }, + { + "block": 23, + "color": 6, + "type": 8, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "id": 390 + }, + { + "block": 23, + "color": 6, + "type": 8, + "position": { + "x": 0, + "y": 120, + "z": 0 + }, + "id": 400 + }, + { + "block": 23, + "color": 6, + "type": 8, + "position": { + "x": 0, + "y": 240, + "z": 0 + }, + "id": 410 + }, + { + "block": 0, + "color": 5, + "type": 9, + "position": { + "x": -240, + "y": 240, + "z": 0 + }, + "adhesiveTime": 2, + "id": 420 + }, + { + "block": 0, + "color": 9, + "type": 9, + "position": { + "x": -240, + "y": 120, + "z": 0 + }, + "adhesiveTime": 1, + "id": 430 + }, + { + "block": 0, + "color": 4, + "type": 9, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "adhesiveTime": 2, + "id": 450 + }, + { + "block": 0, + "color": 6, + "type": 9, + "position": { + "x": 360, + "y": 120, + "z": 0 + }, + "adhesiveTime": 1, + "id": 460 + }, + { + "block": 10, + "color": 10, + "type": 4, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "freezeTime": 8, + "id": 470 + }, + { + "block": 6, + "color": 7, + "type": 4, + "position": { + "x": 240, + "y": 120, + "z": 0 + }, + "freezeTime": 15, + "id": 480 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 423, + "num": 1, + "color": 9, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 424, + "num": 2, + "color": 9, + "special": 2, + "length": 0, + "lock": true + }, + { + "id": 425, + "num": 6, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 426, + "num": 7, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 427, + "num": 9, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 428, + "num": 11, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 429, + "num": 17, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 430, + "num": 19, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 431, + "num": 26, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 432, + "num": 27, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 433, + "num": 21, + "color": 4, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 434, + "num": 22, + "color": 4, + "special": 2, + "length": 0, + "lock": true + }, + { + "id": 435, + "num": 18, + "color": 8, + "special": 0, + "length": 1 + }, + { + "id": 436, + "num": 12, + "color": 7, + "special": 3, + "length": 2, + "freeze": 18 + }, + { + "id": 437, + "num": 14, + "color": 7, + "special": 3, + "length": 0, + "freeze": 18 + }, + { + "id": 438, + "num": 8, + "color": 6, + "special": 0, + "length": 1 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level423.json b/assets/custom/Json/level423.json new file mode 100644 index 0000000..952764b --- /dev/null +++ b/assets/custom/Json/level423.json @@ -0,0 +1,383 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [ + { + "x": 3, + "y": 4, + "color": "3" + }, + { + "x": 4, + "y": 4, + "color": "3" + }, + { + "x": 5, + "y": 4, + "color": "3" + } + ], + "id": "423", + "map": [ + 9, + 9 + ], + "time": 110, + "gap": [ + { + "x": 3, + "y": 1, + "z": 0 + }, + { + "x": 4, + "y": 1, + "z": 0 + }, + { + "x": 5, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": -300, + "z": 0 + }, + "id": 210 + }, + { + "block": 12, + "color": 3, + "type": 0, + "position": { + "x": -60, + "y": 60, + "z": 0 + }, + "id": 220 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": 300, + "y": -180, + "z": 0 + }, + "id": 230 + }, + { + "block": 1, + "color": 6, + "type": 0, + "position": { + "x": 420, + "y": -300, + "z": 0 + }, + "id": 240 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": -300, + "y": 180, + "z": 0 + }, + "id": 250 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 300, + "y": 180, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": -180, + "y": 180, + "z": 0 + }, + "id": 270 + }, + { + "block": 8, + "color": 1, + "type": 0, + "position": { + "x": 300, + "y": 60, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": 420, + "y": 180, + "z": 0 + }, + "id": 290 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": -180, + "y": -180, + "z": 0 + }, + "id": 300 + }, + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": -180, + "y": -300, + "z": 0 + }, + "id": 310 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": -180, + "y": -420, + "z": 0 + }, + "id": 320 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": 420, + "y": -420, + "z": 0 + }, + "id": 330 + }, + { + "block": 3, + "color": 3, + "type": 1, + "position": { + "x": 180, + "y": -180, + "z": 0 + }, + "stacking": 2, + "id": 340 + }, + { + "block": 0, + "color": 10, + "type": 1, + "position": { + "x": 420, + "y": -60, + "z": 0 + }, + "stacking": 6, + "id": 350 + }, + { + "block": 0, + "color": 10, + "type": 1, + "position": { + "x": 420, + "y": -180, + "z": 0 + }, + "stacking": 5, + "id": 360 + }, + { + "block": 0, + "color": 6, + "type": 1, + "position": { + "x": -300, + "y": -60, + "z": 0 + }, + "stacking": 3, + "id": 370 + }, + { + "block": 0, + "color": 6, + "type": 1, + "position": { + "x": -300, + "y": -180, + "z": 0 + }, + "stacking": 9, + "id": 380 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 424, + "num": 1, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 425, + "num": 2, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 426, + "num": 4, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 427, + "num": 5, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 428, + "num": 8, + "color": 2, + "special": 0, + "length": 3 + }, + { + "id": 429, + "num": 10, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 430, + "num": 13, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 431, + "num": 18, + "color": 3, + "special": 0, + "length": 3 + }, + { + "id": 432, + "num": 20, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 433, + "num": 22, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 434, + "num": 27, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 435, + "num": 28, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 436, + "num": 24, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 437, + "num": 25, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 438, + "num": 19, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 439, + "num": 21, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 440, + "num": 7, + "color": 5, + "special": 5, + "length": 2 + }, + { + "id": 441, + "num": 9, + "color": 5, + "special": 5, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level424.json b/assets/custom/Json/level424.json new file mode 100644 index 0000000..39c8704 --- /dev/null +++ b/assets/custom/Json/level424.json @@ -0,0 +1,448 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "424", + "map": [ + 9, + 12 + ], + "time": 170, + "gap": [ + { + "x": 1, + "y": 4, + "z": 0 + }, + { + "x": 2, + "y": 4, + "z": 0 + }, + { + "x": 3, + "y": 4, + "z": 0 + }, + { + "x": 3, + "y": 5, + "z": 0 + }, + { + "x": 3, + "y": 6, + "z": 0 + }, + { + "x": 2, + "y": 6, + "z": 0 + }, + { + "x": 2, + "y": 5, + "z": 0 + }, + { + "x": 1, + "y": 6, + "z": 0 + }, + { + "x": 1, + "y": 5, + "z": 0 + }, + { + "x": 7, + "y": 10, + "z": 0 + }, + { + "x": 7, + "y": 9, + "z": 0 + }, + { + "x": 6, + "y": 9, + "z": 0 + }, + { + "x": 6, + "y": 8, + "z": 0 + }, + { + "x": 7, + "y": 8, + "z": 0 + }, + { + "x": 6, + "y": 7, + "z": 0 + }, + { + "x": 7, + "y": 7, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": -60, + "y": 240, + "z": 0 + }, + "id": 210 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": -300, + "y": 360, + "z": 0 + }, + "id": 220 + }, + { + "block": 4, + "color": 8, + "type": 0, + "position": { + "x": 180, + "y": -600, + "z": 0 + }, + "id": 230 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 60, + "y": -120, + "z": 0 + }, + "id": 240 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 180, + "y": 240, + "z": 0 + }, + "id": 250 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": 60, + "y": -480, + "z": 0 + }, + "id": 260 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 300, + "y": -240, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": -180, + "y": 120, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": -180, + "y": 240, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": -300, + "y": 240, + "z": 0 + }, + "id": 300 + }, + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": -60, + "y": 480, + "z": 0 + }, + "id": 310 + }, + { + "block": 5, + "color": 8, + "type": 1, + "position": { + "x": -180, + "y": -600, + "z": 0 + }, + "stacking": 5, + "id": 320 + }, + { + "block": 1, + "color": 8, + "type": 1, + "position": { + "x": 420, + "y": -360, + "z": 0 + }, + "stacking": 4, + "id": 330 + }, + { + "block": 1, + "color": 5, + "type": 1, + "position": { + "x": -60, + "y": -360, + "z": 0 + }, + "stacking": 3, + "id": 340 + }, + { + "block": 1, + "color": 10, + "type": 1, + "position": { + "x": 60, + "y": -600, + "z": 0 + }, + "stacking": 2, + "id": 350 + }, + { + "block": 5, + "color": 6, + "type": 1, + "position": { + "x": 420, + "y": -600, + "z": 0 + }, + "stacking": 4, + "id": 360 + }, + { + "block": 21, + "color": 3, + "type": 1, + "position": { + "x": 180, + "y": 360, + "z": 0 + }, + "stacking": 10, + "id": 370 + }, + { + "block": 19, + "color": 4, + "type": 1, + "position": { + "x": 60, + "y": 120, + "z": 0 + }, + "stacking": 8, + "id": 380 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 420, + "y": -120, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 4, + "type": 6, + "position": { + "x": 60, + "y": -240, + "z": 0 + }, + "boomTime": 25, + "id": 400 + }, + { + "block": 14, + "color": 2, + "type": 4, + "position": { + "x": 300, + "y": -120, + "z": 0 + }, + "freezeTime": 15, + "id": 410 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 425, + "num": 0, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 426, + "num": 1, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 427, + "num": 3, + "color": 4, + "special": 5, + "length": 2 + }, + { + "id": 428, + "num": 4, + "color": 4, + "special": 5, + "length": 0 + }, + { + "id": 429, + "num": 5, + "color": 5, + "special": 5, + "length": 2 + }, + { + "id": 430, + "num": 6, + "color": 5, + "special": 5, + "length": 0 + }, + { + "id": 431, + "num": 14, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 432, + "num": 21, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 433, + "num": 23, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 434, + "num": 25, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 435, + "num": 38, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 436, + "num": 39, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 437, + "num": 15, + "color": 2, + "special": 0, + "length": 3 + }, + { + "id": 438, + "num": 22, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 439, + "num": 24, + "color": 2, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level425.json b/assets/custom/Json/level425.json new file mode 100644 index 0000000..b4dcbe5 --- /dev/null +++ b/assets/custom/Json/level425.json @@ -0,0 +1,390 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [ + { + "x": 3, + "y": 5, + "color": "10" + }, + { + "x": 3, + "y": 4, + "color": "10" + }, + { + "x": 4, + "y": 5, + "color": "10" + }, + { + "x": 4, + "y": 4, + "color": "10" + } + ], + "id": "425", + "map": [ + 8, + 10 + ], + "time": 90, + "gap": [ + { + "x": 1, + "y": 8, + "z": 0 + }, + { + "x": 6, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 9, + "color": 10, + "type": 0, + "position": { + "x": 0, + "y": 240, + "z": 0 + }, + "id": 210 + }, + { + "block": 5, + "color": 10, + "type": 0, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "id": 220 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "id": 230 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "id": 240 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": 240, + "y": -240, + "z": 0 + }, + "id": 250 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": 0, + "y": -480, + "z": 0 + }, + "id": 270 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 290 + }, + { + "block": 21, + "color": 1, + "type": 0, + "position": { + "x": 240, + "y": -480, + "z": 0 + }, + "id": 300 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 0, + "y": -240, + "z": 0 + }, + "id": 310 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": -120, + "y": -240, + "z": 0 + }, + "id": 320 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 360, + "y": 360, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": -120, + "y": 360, + "z": 0 + }, + "id": 370 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": 360, + "y": 120, + "z": 0 + }, + "id": 380 + }, + { + "block": 4, + "color": 4, + "type": 6, + "position": { + "x": 240, + "y": -120, + "z": 0 + }, + "boomTime": 15, + "id": 390 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 426, + "num": 1, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 427, + "num": 2, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 428, + "num": 5, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 429, + "num": 6, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 430, + "num": 11, + "color": 1, + "special": 4, + "length": 2 + }, + { + "id": 431, + "num": 13, + "color": 1, + "special": 4, + "length": 0 + }, + { + "id": 432, + "num": 15, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 433, + "num": 17, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 434, + "num": 20, + "color": 4, + "special": 0, + "length": 1 + }, + { + "id": 435, + "num": 25, + "color": 7, + "special": 4, + "length": 2 + }, + { + "id": 436, + "num": 26, + "color": 7, + "special": 4, + "length": 0 + }, + { + "id": 437, + "num": 21, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 438, + "num": 22, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 439, + "num": 16, + "color": 2, + "special": 0, + "length": 1 + }, + { + "id": 440, + "num": 12, + "color": 9, + "special": 4, + "length": 2 + }, + { + "id": 441, + "num": 14, + "color": 9, + "special": 4, + "length": 0 + }, + { + "id": 442, + "num": 7, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 443, + "num": 10, + "color": 5, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level426.json b/assets/custom/Json/level426.json new file mode 100644 index 0000000..8166c4f --- /dev/null +++ b/assets/custom/Json/level426.json @@ -0,0 +1,554 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "426", + "map": [ + 9, + 12 + ], + "time": 160, + "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": 2, + "y": 1, + "z": 0 + }, + { + "x": 3, + "y": 1, + "z": 0 + }, + { + "x": 4, + "y": 1, + "z": 0 + }, + { + "x": 5, + "y": 1, + "z": 0 + }, + { + "x": 1, + "y": 6, + "z": 0 + }, + { + "x": 2, + "y": 6, + "z": 0 + }, + { + "x": 2, + "y": 5, + "z": 0 + }, + { + "x": 1, + "y": 5, + "z": 0 + }, + { + "x": 6, + "y": 6, + "z": 0 + }, + { + "x": 6, + "y": 5, + "z": 0 + }, + { + "x": 7, + "y": 6, + "z": 0 + }, + { + "x": 7, + "y": 5, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 4, + "color": 1, + "type": 0, + "position": { + "x": -300, + "y": -600, + "z": 0 + }, + "id": 210 + }, + { + "block": 4, + "color": 5, + "type": 0, + "position": { + "x": 420, + "y": -600, + "z": 0 + }, + "id": 220 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": 180, + "y": -480, + "z": 0 + }, + "id": 240 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": 60, + "y": -480, + "z": 0 + }, + "id": 250 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": -60, + "y": -480, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": -180, + "y": -360, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": -300, + "y": 360, + "z": 0 + }, + "id": 270 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": -180, + "y": 120, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": -180, + "y": 360, + "z": 0 + }, + "id": 290 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": 420, + "y": 360, + "z": 0 + }, + "id": 300 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": -60, + "y": 240, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": 60, + "y": -240, + "z": 0 + }, + "id": 320 + }, + { + "block": 1, + "color": 6, + "type": 0, + "position": { + "x": 300, + "y": 240, + "z": 0 + }, + "id": 330 + }, + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": 420, + "y": 120, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 300, + "y": 360, + "z": 0 + }, + "id": 350 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": 300, + "y": -360, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 6, + "type": 2, + "position": { + "x": -300, + "y": -240, + "z": 0 + }, + "id": 370 + }, + { + "block": 0, + "color": 1, + "type": 2, + "position": { + "x": -60, + "y": -240, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 8, + "type": 2, + "position": { + "x": -60, + "y": -360, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 7, + "type": 2, + "position": { + "x": 180, + "y": -240, + "z": 0 + }, + "id": 400 + }, + { + "block": 0, + "color": 4, + "type": 2, + "position": { + "x": 180, + "y": -360, + "z": 0 + }, + "id": 410 + }, + { + "block": 0, + "color": 3, + "type": 2, + "position": { + "x": 420, + "y": -240, + "z": 0 + }, + "id": 420 + }, + { + "block": 0, + "color": 6, + "type": 2, + "position": { + "x": -60, + "y": 120, + "z": 0 + }, + "id": 430 + }, + { + "block": 0, + "color": 5, + "type": 2, + "position": { + "x": 180, + "y": 120, + "z": 0 + }, + "id": 440 + }, + { + "block": 0, + "color": 2, + "type": 2, + "position": { + "x": 60, + "y": 0, + "z": 0 + }, + "id": 450 + }, + { + "block": 14, + "color": 7, + "type": 3, + "position": { + "x": 60, + "y": 240, + "z": 0 + }, + "lockTime": 9, + "id": 460 + }, + { + "block": 2, + "color": 7, + "type": 4, + "position": { + "x": -60, + "y": -120, + "z": 0 + }, + "freezeTime": 7, + "id": 470 + }, + { + "block": 2, + "color": 8, + "type": 4, + "position": { + "x": 180, + "y": -120, + "z": 0 + }, + "freezeTime": 14, + "id": 480 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 427, + "num": 2, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 428, + "num": 3, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 429, + "num": 4, + "color": 5, + "special": 0, + "length": 3 + }, + { + "id": 430, + "num": 5, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 431, + "num": 6, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 432, + "num": 11, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 433, + "num": 18, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 434, + "num": 23, + "color": 9, + "special": 4, + "length": 2 + }, + { + "id": 435, + "num": 26, + "color": 9, + "special": 4, + "length": 0 + }, + { + "id": 436, + "num": 37, + "color": 4, + "special": 0, + "length": 1 + }, + { + "id": 437, + "num": 44, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 438, + "num": 45, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 439, + "num": 38, + "color": 1, + "special": 0, + "length": 3 + }, + { + "id": 440, + "num": 39, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 441, + "num": 40, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 442, + "num": 27, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 443, + "num": 34, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 444, + "num": 19, + "color": 3, + "special": 4, + "length": 2 + }, + { + "id": 445, + "num": 22, + "color": 3, + "special": 4, + "length": 0 + }, + { + "id": 446, + "num": 8, + "color": 2, + "special": 0, + "length": 1 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level427.json b/assets/custom/Json/level427.json new file mode 100644 index 0000000..247aa5d --- /dev/null +++ b/assets/custom/Json/level427.json @@ -0,0 +1,431 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "427", + "map": [ + 9, + 9 + ], + "time": 100, + "gap": [ + { + "x": 3, + "y": 7, + "z": 0 + }, + { + "x": 4, + "y": 7, + "z": 0 + }, + { + "x": 5, + "y": 7, + "z": 0 + }, + { + "x": 5, + "y": 6, + "z": 0 + }, + { + "x": 4, + "y": 6, + "z": 0 + }, + { + "x": 3, + "y": 6, + "z": 0 + }, + { + "x": 3, + "y": 5, + "z": 0 + }, + { + "x": 4, + "y": 5, + "z": 0 + }, + { + "x": 5, + "y": 5, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": 420, + "y": 60, + "z": 0 + }, + "id": 210 + }, + { + "block": 22, + "color": 3, + "type": 0, + "position": { + "x": -180, + "y": 180, + "z": 0 + }, + "id": 220 + }, + { + "block": 21, + "color": 2, + "type": 0, + "position": { + "x": 300, + "y": 180, + "z": 0 + }, + "id": 230 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": 420, + "y": -420, + "z": 0 + }, + "id": 240 + }, + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": -180, + "y": 60, + "z": 0 + }, + "id": 250 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": -300, + "y": 180, + "z": 0 + }, + "id": 260 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 420, + "y": -300, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 420, + "y": 180, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 7, + "type": 6, + "position": { + "x": 60, + "y": -60, + "z": 0 + }, + "boomTime": 20, + "id": 290 + }, + { + "block": 0, + "color": 7, + "type": 9, + "position": { + "x": 180, + "y": -180, + "z": 0 + }, + "adhesiveTime": 2, + "id": 300 + }, + { + "block": 2, + "color": 5, + "type": 9, + "position": { + "x": 180, + "y": -420, + "z": 0 + }, + "adhesiveTime": 1, + "id": 310 + }, + { + "block": 0, + "color": 1, + "type": 9, + "position": { + "x": 60, + "y": -180, + "z": 0 + }, + "adhesiveTime": 2, + "id": 320 + }, + { + "block": 2, + "color": 8, + "type": 9, + "position": { + "x": 60, + "y": -420, + "z": 0 + }, + "adhesiveTime": 1, + "id": 330 + }, + { + "block": 0, + "color": 9, + "type": 9, + "position": { + "x": -60, + "y": -180, + "z": 0 + }, + "adhesiveTime": 2, + "id": 340 + }, + { + "block": 2, + "color": 10, + "type": 9, + "position": { + "x": -60, + "y": -420, + "z": 0 + }, + "adhesiveTime": 1, + "id": 350 + }, + { + "block": 0, + "color": 4, + "type": 9, + "position": { + "x": -300, + "y": -300, + "z": 0 + }, + "adhesiveTime": 2, + "id": 360 + }, + { + "block": 1, + "color": 1, + "type": 9, + "position": { + "x": -180, + "y": -420, + "z": 0 + }, + "adhesiveTime": 1, + "id": 370 + }, + { + "block": 0, + "color": 1, + "type": 9, + "position": { + "x": -180, + "y": -60, + "z": 0 + }, + "adhesiveTime": 2, + "id": 380 + }, + { + "block": 0, + "color": 8, + "type": 9, + "position": { + "x": -300, + "y": -60, + "z": 0 + }, + "adhesiveTime": 1, + "id": 390 + }, + { + "block": 0, + "color": 2, + "type": 9, + "position": { + "x": 420, + "y": -60, + "z": 0 + }, + "adhesiveTime": 2, + "id": 400 + }, + { + "block": 0, + "color": 10, + "type": 9, + "position": { + "x": 300, + "y": -60, + "z": 0 + }, + "adhesiveTime": 1, + "id": 410 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 428, + "num": 1, + "color": 2, + "special": 5, + "length": 2 + }, + { + "id": 429, + "num": 2, + "color": 2, + "special": 5, + "length": 0 + }, + { + "id": 430, + "num": 3, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 431, + "num": 4, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 432, + "num": 5, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 433, + "num": 6, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 434, + "num": 17, + "color": 8, + "special": 0, + "length": 1 + }, + { + "id": 435, + "num": 32, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 436, + "num": 33, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 437, + "num": 30, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 438, + "num": 31, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 439, + "num": 28, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 440, + "num": 29, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 441, + "num": 18, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 442, + "num": 23, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 443, + "num": 9, + "color": 7, + "special": 5, + "length": 2 + }, + { + "id": 444, + "num": 11, + "color": 7, + "special": 5, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level428.json b/assets/custom/Json/level428.json new file mode 100644 index 0000000..8d45ca9 --- /dev/null +++ b/assets/custom/Json/level428.json @@ -0,0 +1,448 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "428", + "map": [ + 11, + 11 + ], + "time": 150, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 4, + "type": 0, + "position": { + "x": 180, + "y": -540, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 4, + "type": 0, + "position": { + "x": -60, + "y": 420, + "z": 0 + }, + "id": 220 + }, + { + "block": 3, + "color": 1, + "type": 5, + "position": { + "x": -180, + "y": 420, + "z": 0 + }, + "id": 230 + }, + { + "block": 4, + "color": 5, + "type": 5, + "position": { + "x": -420, + "y": -60, + "z": 0 + }, + "id": 240 + }, + { + "block": 3, + "color": 5, + "type": 0, + "position": { + "x": 540, + "y": -540, + "z": 0 + }, + "id": 250 + }, + { + "block": 4, + "color": 4, + "type": 0, + "position": { + "x": 540, + "y": -300, + "z": 0 + }, + "id": 260 + }, + { + "block": 1, + "color": 4, + "type": 2, + "position": { + "x": 300, + "y": 180, + "z": 0 + }, + "id": 270 + }, + { + "block": 1, + "color": 6, + "type": 2, + "position": { + "x": -60, + "y": 180, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 5, + "type": 2, + "position": { + "x": 60, + "y": 300, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 5, + "type": 2, + "position": { + "x": -60, + "y": -60, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 7, + "type": 2, + "position": { + "x": 180, + "y": -60, + "z": 0 + }, + "id": 310 + }, + { + "block": 20, + "color": 6, + "type": 1, + "position": { + "x": -300, + "y": -300, + "z": 0 + }, + "stacking": 3, + "id": 320 + }, + { + "block": 20, + "color": 8, + "type": 1, + "position": { + "x": -300, + "y": -540, + "z": 0 + }, + "stacking": 4, + "id": 330 + }, + { + "block": 22, + "color": 8, + "type": 1, + "position": { + "x": 540, + "y": 60, + "z": 0 + }, + "stacking": 4, + "id": 340 + }, + { + "block": 22, + "color": 7, + "type": 1, + "position": { + "x": 540, + "y": 300, + "z": 0 + }, + "stacking": 1, + "id": 350 + }, + { + "block": 8, + "color": 7, + "type": 1, + "position": { + "x": -60, + "y": -180, + "z": 0 + }, + "stacking": 2, + "id": 360 + }, + { + "block": 12, + "color": 2, + "type": 1, + "position": { + "x": 300, + "y": -180, + "z": 0 + }, + "stacking": 8, + "id": 370 + }, + { + "block": 14, + "color": 3, + "type": 3, + "position": { + "x": 60, + "y": -540, + "z": 0 + }, + "lockTime": 5, + "id": 380 + }, + { + "block": 1, + "color": 2, + "type": 7, + "position": { + "x": 540, + "y": -420, + "z": 0 + }, + "id": 390 + }, + { + "block": 1, + "color": 1, + "type": 7, + "position": { + "x": -300, + "y": 300, + "z": 0 + }, + "id": 400 + }, + { + "block": 14, + "color": 6, + "type": 4, + "position": { + "x": 60, + "y": -60, + "z": 0 + }, + "freezeTime": 12, + "id": 410 + }, + { + "block": 15, + "color": 3, + "type": 4, + "position": { + "x": 180, + "y": -300, + "z": 0 + }, + "freezeTime": 19, + "id": 420 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 429, + "num": 1, + "color": 2, + "special": 0, + "length": 3 + }, + { + "id": 430, + "num": 2, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 431, + "num": 3, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 432, + "num": 4, + "color": 5, + "special": 0, + "length": 3 + }, + { + "id": 433, + "num": 5, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 434, + "num": 6, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 435, + "num": 7, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 436, + "num": 8, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 437, + "num": 10, + "color": 1, + "special": 0, + "length": 3 + }, + { + "id": 438, + "num": 12, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 439, + "num": 14, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 440, + "num": 22, + "color": 8, + "special": 0, + "length": 3 + }, + { + "id": 441, + "num": 24, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 442, + "num": 26, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 443, + "num": 32, + "color": 1, + "special": 1, + "length": 3 + }, + { + "id": 444, + "num": 33, + "color": 1, + "special": 1, + "length": 0 + }, + { + "id": 445, + "num": 34, + "color": 1, + "special": 1, + "length": 0 + }, + { + "id": 446, + "num": 29, + "color": 7, + "special": 0, + "length": 3 + }, + { + "id": 447, + "num": 30, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 448, + "num": 31, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 449, + "num": 27, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 450, + "num": 28, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 451, + "num": 21, + "color": 5, + "special": 1, + "length": 1 + }, + { + "id": 452, + "num": 13, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 453, + "num": 15, + "color": 4, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level429.json b/assets/custom/Json/level429.json new file mode 100644 index 0000000..e9d1183 --- /dev/null +++ b/assets/custom/Json/level429.json @@ -0,0 +1,458 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "129", + "map": [ + 9, + 11 + ], + "time": 135, + "gap": [ + { + "x": 1, + "y": 6, + "z": 0 + }, + { + "x": 1, + "y": 5, + "z": 0 + }, + { + "x": 7, + "y": 6, + "z": 0 + }, + { + "x": 7, + "y": 5, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 300, + "y": 60, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": -180, + "y": 60, + "z": 0 + }, + "id": 220 + }, + { + "block": 1, + "color": 6, + "type": 0, + "position": { + "x": -60, + "y": 420, + "z": 0 + }, + "id": 230 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": 300, + "y": 420, + "z": 0 + }, + "id": 240 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": 420, + "y": 300, + "z": 0 + }, + "id": 250 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": -180, + "y": 300, + "z": 0 + }, + "id": 260 + }, + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": 300, + "y": -300, + "z": 0 + }, + "id": 270 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": -60, + "y": -300, + "z": 0 + }, + "id": 280 + }, + { + "block": 3, + "color": 5, + "type": 8, + "position": { + "x": 180, + "y": 180, + "z": 0 + }, + "id": 290 + }, + { + "block": 2, + "color": 3, + "type": 8, + "position": { + "x": -60, + "y": -60, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 8, + "type": 8, + "position": { + "x": 180, + "y": -60, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 1, + "type": 2, + "position": { + "x": 60, + "y": 300, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 8, + "type": 2, + "position": { + "x": -180, + "y": 180, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 3, + "type": 2, + "position": { + "x": 300, + "y": 180, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 5, + "type": 2, + "position": { + "x": -180, + "y": -180, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 7, + "type": 2, + "position": { + "x": 300, + "y": -180, + "z": 0 + }, + "id": 360 + }, + { + "block": 2, + "color": 9, + "type": 6, + "position": { + "x": 60, + "y": -60, + "z": 0 + }, + "boomTime": 25, + "id": 370 + }, + { + "block": 4, + "color": 3, + "type": 3, + "position": { + "x": 60, + "y": -420, + "z": 0 + }, + "lockTime": 5, + "id": 380 + }, + { + "block": 0, + "color": 5, + "type": 9, + "position": { + "x": 420, + "y": -540, + "z": 0 + }, + "adhesiveTime": 2, + "id": 390 + }, + { + "block": 2, + "color": 3, + "type": 9, + "position": { + "x": 300, + "y": -540, + "z": 0 + }, + "adhesiveTime": 1, + "id": 400 + }, + { + "block": 0, + "color": 6, + "type": 9, + "position": { + "x": 180, + "y": -420, + "z": 0 + }, + "adhesiveTime": 2, + "id": 410 + }, + { + "block": 0, + "color": 9, + "type": 9, + "position": { + "x": 180, + "y": -540, + "z": 0 + }, + "adhesiveTime": 1, + "id": 420 + }, + { + "block": 0, + "color": 4, + "type": 9, + "position": { + "x": -60, + "y": -420, + "z": 0 + }, + "adhesiveTime": 2, + "id": 430 + }, + { + "block": 0, + "color": 2, + "type": 9, + "position": { + "x": -60, + "y": -540, + "z": 0 + }, + "adhesiveTime": 1, + "id": 440 + }, + { + "block": 0, + "color": 3, + "type": 9, + "position": { + "x": -300, + "y": -540, + "z": 0 + }, + "adhesiveTime": 2, + "id": 450 + }, + { + "block": 2, + "color": 2, + "type": 9, + "position": { + "x": -180, + "y": -540, + "z": 0 + }, + "adhesiveTime": 1, + "id": 460 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 130, + "num": 0, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 131, + "num": 1, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 132, + "num": 2, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 133, + "num": 3, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 134, + "num": 4, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 135, + "num": 5, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 136, + "num": 16, + "color": 5, + "special": 4, + "length": 3 + }, + { + "id": 137, + "num": 18, + "color": 5, + "special": 4, + "length": 0 + }, + { + "id": 138, + "num": 20, + "color": 5, + "special": 4, + "length": 0 + }, + { + "id": 139, + "num": 33, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 140, + "num": 34, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 141, + "num": 31, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 142, + "num": 32, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 143, + "num": 29, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 144, + "num": 30, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 145, + "num": 19, + "color": 8, + "special": 4, + "length": 1 + }, + { + "id": 146, + "num": 15, + "color": 3, + "special": 4, + "length": 1 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level430.json b/assets/custom/Json/level430.json new file mode 100644 index 0000000..fb1f69c --- /dev/null +++ b/assets/custom/Json/level430.json @@ -0,0 +1,367 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "430", + "map": [ + 8, + 10 + ], + "time": 100, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 22, + "color": 8, + "type": 0, + "position": { + "x": -120, + "y": 240, + "z": 0 + }, + "id": 210 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": -240, + "y": -240, + "z": 0 + }, + "id": 220 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "id": 230 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": 240, + "y": -120, + "z": 0 + }, + "id": 240 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": -240, + "y": -480, + "z": 0 + }, + "id": 250 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 240, + "y": -480, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "id": 290 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": 360, + "y": -480, + "z": 0 + }, + "id": 300 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": 0, + "y": -360, + "z": 0 + }, + "id": 320 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 240, + "y": 0, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "id": 350 + }, + { + "block": 5, + "color": 2, + "type": 0, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "id": 360 + }, + { + "block": 21, + "color": 3, + "type": 0, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "id": 370 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": 360, + "y": 120, + "z": 0 + }, + "id": 380 + }, + { + "block": 4, + "color": 9, + "type": 0, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "id": 390 + }, + { + "block": 1, + "color": 3, + "type": 4, + "position": { + "x": 120, + "y": 360, + "z": 0 + }, + "freezeTime": 10, + "id": 400 + }, + { + "block": 1, + "color": 2, + "type": 4, + "position": { + "x": 120, + "y": 0, + "z": 0 + }, + "freezeTime": 16, + "id": 410 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 431, + "num": 2, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 432, + "num": 3, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 433, + "num": 4, + "color": 9, + "special": 0, + "length": 3 + }, + { + "id": 434, + "num": 5, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 435, + "num": 6, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 436, + "num": 13, + "color": 1, + "special": 5, + "length": 2 + }, + { + "id": 437, + "num": 15, + "color": 1, + "special": 5, + "length": 0 + }, + { + "id": 438, + "num": 19, + "color": 7, + "special": 0, + "length": 1 + }, + { + "id": 439, + "num": 24, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 440, + "num": 25, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 441, + "num": 22, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 442, + "num": 23, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 443, + "num": 12, + "color": 3, + "special": 5, + "length": 2 + }, + { + "id": 444, + "num": 14, + "color": 3, + "special": 5, + "length": 0 + }, + { + "id": 445, + "num": 8, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 446, + "num": 10, + "color": 8, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level431.json b/assets/custom/Json/level431.json new file mode 100644 index 0000000..8940348 --- /dev/null +++ b/assets/custom/Json/level431.json @@ -0,0 +1,395 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "431", + "map": [ + 8, + 10 + ], + "time": 120, + "gap": [ + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 5, + "y": 1, + "z": 0 + }, + { + "x": 6, + "y": 1, + "z": 0 + }, + { + "x": 1, + "y": 8, + "z": 0 + }, + { + "x": 2, + "y": 8, + "z": 0 + }, + { + "x": 6, + "y": 8, + "z": 0 + }, + { + "x": 1, + "y": 5, + "z": 0 + }, + { + "x": 1, + "y": 4, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "id": 210 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": -120, + "y": 240, + "z": 0 + }, + "id": 220 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": 360, + "y": 120, + "z": 0 + }, + "id": 230 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": 0, + "y": 240, + "z": 0 + }, + "id": 240 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": -120, + "y": -240, + "z": 0 + }, + "id": 250 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "id": 260 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "id": 270 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 360, + "y": -120, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "id": 310 + }, + { + "block": 3, + "color": 1, + "type": 0, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 240, + "y": 360, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "id": 340 + }, + { + "block": 1, + "color": 3, + "type": 0, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 3, + "type": 8, + "position": { + "x": 120, + "y": 0, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 9, + "type": 7, + "position": { + "x": 0, + "y": -120, + "z": 0 + }, + "id": 370 + }, + { + "block": 2, + "color": 6, + "type": 7, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "id": 380 + }, + { + "block": 14, + "color": 6, + "type": 4, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "freezeTime": 14, + "id": 410 + }, + { + "block": 0, + "color": 10, + "type": 4, + "position": { + "x": 240, + "y": -120, + "z": 0 + }, + "freezeTime": 7, + "id": 400 + }, + { + "block": 0, + "color": 5, + "type": 4, + "position": { + "x": 240, + "y": 0, + "z": 0 + }, + "freezeTime": 8, + "id": 410 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 432, + "num": 0, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 433, + "num": 1, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 434, + "num": 2, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 435, + "num": 3, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 436, + "num": 15, + "color": 3, + "special": 5, + "length": 2 + }, + { + "id": 437, + "num": 17, + "color": 3, + "special": 5, + "length": 0 + }, + { + "id": 438, + "num": 20, + "color": 10, + "special": 0, + "length": 1 + }, + { + "id": 439, + "num": 28, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 440, + "num": 29, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 441, + "num": 26, + "color": 9, + "special": 0, + "length": 1 + }, + { + "id": 442, + "num": 24, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 443, + "num": 25, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 444, + "num": 11, + "color": 5, + "special": 5, + "length": 2 + }, + { + "id": 445, + "num": 14, + "color": 5, + "special": 5, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level432.json b/assets/custom/Json/level432.json new file mode 100644 index 0000000..ccbc971 --- /dev/null +++ b/assets/custom/Json/level432.json @@ -0,0 +1,357 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "432", + "map": [ + 7, + 11 + ], + "time": 150, + "gap": [ + { + "x": 1, + "y": 9, + "z": 0 + }, + { + "x": 2, + "y": 9, + "z": 0 + }, + { + "x": 1, + "y": 8, + "z": 0 + }, + { + "x": 5, + "y": 2, + "z": 0 + }, + { + "x": 5, + "y": 1, + "z": 0 + }, + { + "x": 4, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 21, + "color": 11, + "type": 0, + "position": { + "x": 60, + "y": -540, + "z": 0 + }, + "id": 210 + }, + { + "block": 19, + "color": 11, + "type": 0, + "position": { + "x": 60, + "y": 300, + "z": 0 + }, + "id": 220 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 300, + "y": -300, + "z": 0 + }, + "id": 230 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": -180, + "y": 180, + "z": 0 + }, + "id": 240 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": -60, + "y": -180, + "z": 0 + }, + "id": 250 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": 180, + "y": -60, + "z": 0 + }, + "id": 260 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 180, + "y": -300, + "z": 0 + }, + "id": 270 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": -60, + "y": -420, + "z": 0 + }, + "id": 280 + }, + { + "block": 4, + "color": 2, + "type": 0, + "position": { + "x": -180, + "y": -420, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": 180, + "y": 300, + "z": 0 + }, + "id": 300 + }, + { + "block": 4, + "color": 1, + "type": 0, + "position": { + "x": 300, + "y": 60, + "z": 0 + }, + "id": 310 + }, + { + "block": 14, + "color": 6, + "type": 0, + "position": { + "x": 60, + "y": 60, + "z": 0 + }, + "id": 320 + }, + { + "block": 1, + "color": 1, + "type": 1, + "position": { + "x": 300, + "y": 420, + "z": 0 + }, + "stacking": 6, + "id": 330 + }, + { + "block": 1, + "color": 10, + "type": 1, + "position": { + "x": -60, + "y": 60, + "z": 0 + }, + "stacking": 4, + "id": 340 + }, + { + "block": 1, + "color": 9, + "type": 1, + "position": { + "x": 300, + "y": -180, + "z": 0 + }, + "stacking": 1, + "id": 350 + }, + { + "block": 1, + "color": 9, + "type": 1, + "position": { + "x": -60, + "y": -540, + "z": 0 + }, + "stacking": 6, + "id": 360 + }, + { + "block": 0, + "color": 10, + "type": 6, + "position": { + "x": 300, + "y": -60, + "z": 0 + }, + "boomTime": 25, + "id": 370 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 433, + "num": 0, + "color": 6, + "special": 4, + "length": 2 + }, + { + "id": 434, + "num": 1, + "color": 6, + "special": 4, + "length": 0 + }, + { + "id": 435, + "num": 4, + "color": 1, + "special": 0, + "length": 3 + }, + { + "id": 436, + "num": 5, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 437, + "num": 6, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 438, + "num": 14, + "color": 5, + "special": 0, + "length": 1 + }, + { + "id": 439, + "num": 17, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 440, + "num": 20, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 441, + "num": 26, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 442, + "num": 27, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 443, + "num": 21, + "color": 2, + "special": 4, + "length": 3 + }, + { + "id": 444, + "num": 22, + "color": 2, + "special": 4, + "length": 0 + }, + { + "id": 445, + "num": 23, + "color": 2, + "special": 4, + "length": 0 + }, + { + "id": 446, + "num": 10, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 447, + "num": 13, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 448, + "num": 7, + "color": 3, + "special": 0, + "length": 1 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level433.json b/assets/custom/Json/level433.json new file mode 100644 index 0000000..ead2bc3 --- /dev/null +++ b/assets/custom/Json/level433.json @@ -0,0 +1,355 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "433", + "map": [ + 9, + 8 + ], + "time": 130, + "gap": [ + { + "x": 1, + "y": 6, + "z": 0 + }, + { + "x": 7, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 6, + "type": 0, + "position": { + "x": 60, + "y": -120, + "z": 0 + }, + "id": 210 + }, + { + "block": 21, + "color": 4, + "type": 0, + "position": { + "x": -180, + "y": 120, + "z": 0 + }, + "id": 220 + }, + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": 60, + "y": 0, + "z": 0 + }, + "id": 230 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": 180, + "y": 240, + "z": 0 + }, + "id": 240 + }, + { + "block": 1, + "color": 6, + "type": 0, + "position": { + "x": 180, + "y": 120, + "z": 0 + }, + "id": 250 + }, + { + "block": 22, + "color": 6, + "type": 0, + "position": { + "x": 420, + "y": 120, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": 300, + "y": -360, + "z": 0 + }, + "id": 270 + }, + { + "block": 21, + "color": 2, + "type": 0, + "position": { + "x": -300, + "y": -120, + "z": 0 + }, + "id": 280 + }, + { + "block": 1, + "color": 3, + "type": 0, + "position": { + "x": -60, + "y": -120, + "z": 0 + }, + "id": 290 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": 420, + "y": -240, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": 60, + "y": -360, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": -180, + "y": -240, + "z": 0 + }, + "id": 320 + }, + { + "block": 1, + "color": 11, + "type": 7, + "position": { + "x": -180, + "y": -360, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 3, + "type": 2, + "position": { + "x": -60, + "y": -360, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 3, + "type": 2, + "position": { + "x": -60, + "y": 120, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 5, + "type": 2, + "position": { + "x": 300, + "y": 120, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 10, + "type": 2, + "position": { + "x": -60, + "y": -240, + "z": 0 + }, + "id": 370 + }, + { + "block": 0, + "color": 2, + "type": 2, + "position": { + "x": 180, + "y": -240, + "z": 0 + }, + "id": 380 + }, + { + "block": 22, + "color": 8, + "type": 3, + "position": { + "x": 300, + "y": -120, + "z": 0 + }, + "lockTime": 5, + "id": 390 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 434, + "num": 2, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 435, + "num": 3, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 436, + "num": 9, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 437, + "num": 11, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 438, + "num": 13, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 439, + "num": 15, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 440, + "num": 17, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 441, + "num": 20, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 442, + "num": 24, + "color": 3, + "special": 0, + "length": 1 + }, + { + "id": 443, + "num": 21, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 444, + "num": 22, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 445, + "num": 14, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 446, + "num": 16, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 447, + "num": 12, + "color": 5, + "special": 0, + "length": 1 + }, + { + "id": 448, + "num": 8, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 449, + "num": 10, + "color": 6, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level434.json b/assets/custom/Json/level434.json new file mode 100644 index 0000000..797c8d2 --- /dev/null +++ b/assets/custom/Json/level434.json @@ -0,0 +1,351 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "434", + "map": [ + 8, + 10 + ], + "time": 130, + "gap": [ + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 5, + "y": 1, + "z": 0 + }, + { + "x": 6, + "y": 1, + "z": 0 + }, + { + "x": 6, + "y": 8, + "z": 0 + }, + { + "x": 2, + "y": 8, + "z": 0 + }, + { + "x": 1, + "y": 8, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": -120, + "y": 240, + "z": 0 + }, + "id": 210 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 240, + "y": 0, + "z": 0 + }, + "id": 220 + }, + { + "block": 5, + "color": 2, + "type": 0, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "id": 230 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "id": 240 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": -120, + "y": -240, + "z": 0 + }, + "id": 250 + }, + { + "block": 3, + "color": 1, + "type": 0, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "id": 260 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 0, + "y": -240, + "z": 0 + }, + "id": 270 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": 360, + "y": 120, + "z": 0 + }, + "id": 280 + }, + { + "block": 1, + "color": 3, + "type": 0, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 290 + }, + { + "block": 3, + "color": 9, + "type": 0, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 11, + "type": 8, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 11, + "type": 8, + "position": { + "x": 0, + "y": 120, + "z": 0 + }, + "id": 340 + }, + { + "block": 23, + "color": 11, + "type": 8, + "position": { + "x": 240, + "y": 360, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 6, + "type": 8, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 5, + "type": 8, + "position": { + "x": 0, + "y": -120, + "z": 0 + }, + "id": 370 + }, + { + "block": 23, + "color": 5, + "type": 8, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 380 + }, + { + "block": 5, + "color": 9, + "type": 4, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "freezeTime": 7, + "id": 390 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 435, + "num": 0, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 436, + "num": 1, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 437, + "num": 4, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 438, + "num": 5, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 439, + "num": 13, + "color": 6, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 440, + "num": 15, + "color": 6, + "special": 2, + "length": 0, + "lock": true + }, + { + "id": 441, + "num": 26, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 442, + "num": 27, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 443, + "num": 22, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 444, + "num": 23, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 445, + "num": 9, + "color": 5, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 446, + "num": 12, + "color": 5, + "special": 2, + "length": 0, + "lock": true + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level435.json b/assets/custom/Json/level435.json new file mode 100644 index 0000000..ad3e8c7 --- /dev/null +++ b/assets/custom/Json/level435.json @@ -0,0 +1,321 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "435", + "map": [ + 8, + 8 + ], + "time": 110, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 5, + "color": 11, + "type": 0, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "id": 210 + }, + { + "block": 4, + "color": 1, + "type": 0, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "id": 220 + }, + { + "block": 4, + "color": 5, + "type": 0, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 230 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": -120, + "y": -360, + "z": 0 + }, + "id": 240 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "id": 250 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "id": 260 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": -240, + "y": 240, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 240, + "y": 120, + "z": 0 + }, + "id": 310 + }, + { + "block": 1, + "color": 4, + "type": 1, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "stacking": 10, + "id": 320 + }, + { + "block": 1, + "color": 10, + "type": 1, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "stacking": 6, + "id": 330 + }, + { + "block": 2, + "color": 3, + "type": 1, + "position": { + "x": 0, + "y": 120, + "z": 0 + }, + "stacking": 9, + "id": 340 + }, + { + "block": 2, + "color": 7, + "type": 1, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "stacking": 8, + "id": 350 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 436, + "num": 1, + "color": 10, + "special": 0, + "length": 1 + }, + { + "id": 437, + "num": 3, + "color": 5, + "special": 0, + "length": 3 + }, + { + "id": 438, + "num": 4, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 439, + "num": 5, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 440, + "num": 9, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 441, + "num": 11, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 442, + "num": 13, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 443, + "num": 15, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 444, + "num": 21, + "color": 1, + "special": 0, + "length": 3 + }, + { + "id": 445, + "num": 22, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 446, + "num": 23, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 447, + "num": 19, + "color": 4, + "special": 0, + "length": 1 + }, + { + "id": 448, + "num": 14, + "color": 2, + "special": 3, + "length": 2, + "freeze": 13 + }, + { + "id": 449, + "num": 16, + "color": 2, + "special": 3, + "length": 0, + "freeze": 13 + }, + { + "id": 450, + "num": 12, + "color": 3, + "special": 0, + "length": 1 + }, + { + "id": 451, + "num": 10, + "color": 7, + "special": 0, + "length": 1 + }, + { + "id": 452, + "num": 6, + "color": 9, + "special": 3, + "length": 2, + "freeze": 7 + }, + { + "id": 453, + "num": 8, + "color": 9, + "special": 3, + "length": 0, + "freeze": 7 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level436.json b/assets/custom/Json/level436.json new file mode 100644 index 0000000..c53f554 --- /dev/null +++ b/assets/custom/Json/level436.json @@ -0,0 +1,376 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "436", + "map": [ + 9, + 9 + ], + "time": 100, + "gap": [ + { + "x": 1, + "y": 7, + "z": 0 + }, + { + "x": 2, + "y": 7, + "z": 0 + }, + { + "x": 7, + "y": 1, + "z": 0 + }, + { + "x": 6, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 5, + "color": 2, + "type": 0, + "position": { + "x": -180, + "y": -420, + "z": 0 + }, + "id": 210 + }, + { + "block": 2, + "color": 11, + "type": 0, + "position": { + "x": 300, + "y": -300, + "z": 0 + }, + "id": 220 + }, + { + "block": 2, + "color": 11, + "type": 0, + "position": { + "x": -180, + "y": 60, + "z": 0 + }, + "id": 230 + }, + { + "block": 3, + "color": 9, + "type": 0, + "position": { + "x": 180, + "y": -420, + "z": 0 + }, + "id": 240 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": -180, + "y": -60, + "z": 0 + }, + "id": 250 + }, + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": 420, + "y": 300, + "z": 0 + }, + "id": 260 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 180, + "y": -60, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": -60, + "y": -60, + "z": 0 + }, + "id": 280 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": -60, + "y": -180, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 180, + "y": 300, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": 300, + "y": 60, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 3, + "type": 2, + "position": { + "x": -60, + "y": 300, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 8, + "type": 2, + "position": { + "x": -60, + "y": 180, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 8, + "type": 2, + "position": { + "x": 60, + "y": -300, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 3, + "type": 2, + "position": { + "x": -60, + "y": -300, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 4, + "type": 2, + "position": { + "x": 420, + "y": -300, + "z": 0 + }, + "id": 360 + }, + { + "block": 2, + "color": 9, + "type": 2, + "position": { + "x": -300, + "y": 60, + "z": 0 + }, + "id": 370 + }, + { + "block": 22, + "color": 7, + "type": 0, + "position": { + "x": 420, + "y": -180, + "z": 0 + }, + "id": 380 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": 60, + "y": 180, + "z": 0 + }, + "id": 390 + }, + { + "block": 14, + "color": 1, + "type": 3, + "position": { + "x": 60, + "y": -60, + "z": 0 + }, + "lockTime": 6, + "id": 400 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 437, + "num": 1, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 438, + "num": 2, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 439, + "num": 3, + "color": 4, + "special": 0, + "length": 1 + }, + { + "id": 440, + "num": 4, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 441, + "num": 5, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 442, + "num": 12, + "color": 2, + "special": 0, + "length": 3 + }, + { + "id": 443, + "num": 14, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 444, + "num": 16, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 445, + "num": 26, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 446, + "num": 27, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 447, + "num": 23, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 448, + "num": 24, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 449, + "num": 22, + "color": 3, + "special": 0, + "length": 1 + }, + { + "id": 450, + "num": 11, + "color": 1, + "special": 0, + "length": 3 + }, + { + "id": 451, + "num": 13, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 452, + "num": 15, + "color": 1, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level437.json b/assets/custom/Json/level437.json new file mode 100644 index 0000000..e7f5dee --- /dev/null +++ b/assets/custom/Json/level437.json @@ -0,0 +1,513 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "437", + "map": [ + 11, + 9 + ], + "time": 105, + "gap": [ + { + "x": 9, + "y": 5, + "z": 0 + }, + { + "x": 8, + "y": 5, + "z": 0 + }, + { + "x": 7, + "y": 5, + "z": 0 + }, + { + "x": 6, + "y": 5, + "z": 0 + }, + { + "x": 5, + "y": 5, + "z": 0 + }, + { + "x": 4, + "y": 5, + "z": 0 + }, + { + "x": 4, + "y": 4, + "z": 0 + }, + { + "x": 5, + "y": 4, + "z": 0 + }, + { + "x": 4, + "y": 3, + "z": 0 + }, + { + "x": 5, + "y": 3, + "z": 0 + }, + { + "x": 6, + "y": 4, + "z": 0 + }, + { + "x": 6, + "y": 3, + "z": 0 + }, + { + "x": 7, + "y": 4, + "z": 0 + }, + { + "x": 7, + "y": 3, + "z": 0 + }, + { + "x": 8, + "y": 4, + "z": 0 + }, + { + "x": 8, + "y": 3, + "z": 0 + }, + { + "x": 9, + "y": 4, + "z": 0 + }, + { + "x": 9, + "y": 3, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 540, + "y": -420, + "z": 0 + }, + "id": 210 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 540, + "y": 300, + "z": 0 + }, + "id": 220 + }, + { + "block": 1, + "color": 11, + "type": 0, + "position": { + "x": -180, + "y": 60, + "z": 0 + }, + "id": 230 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": 300, + "y": -420, + "z": 0 + }, + "id": 240 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": -300, + "y": -300, + "z": 0 + }, + "id": 250 + }, + { + "block": 3, + "color": 6, + "type": 0, + "position": { + "x": 540, + "y": -300, + "z": 0 + }, + "id": 260 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 300, + "y": 180, + "z": 0 + }, + "id": 270 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": -300, + "y": -420, + "z": 0 + }, + "id": 280 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": -180, + "y": 180, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 60, + "y": -420, + "z": 0 + }, + "id": 300 + }, + { + "block": 21, + "color": 8, + "type": 0, + "position": { + "x": 180, + "y": 180, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": -60, + "y": 180, + "z": 0 + }, + "id": 320 + }, + { + "block": 1, + "color": 10, + "type": 7, + "position": { + "x": -300, + "y": 300, + "z": 0 + }, + "id": 330 + }, + { + "block": 1, + "color": 3, + "type": 7, + "position": { + "x": 540, + "y": 180, + "z": 0 + }, + "id": 340 + }, + { + "block": 1, + "color": 4, + "type": 7, + "position": { + "x": -60, + "y": -420, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 4, + "type": 9, + "position": { + "x": -300, + "y": -180, + "z": 0 + }, + "adhesiveTime": 2, + "id": 360 + }, + { + "block": 0, + "color": 2, + "type": 9, + "position": { + "x": -180, + "y": -180, + "z": 0 + }, + "adhesiveTime": 1, + "id": 370 + }, + { + "block": 0, + "color": 9, + "type": 9, + "position": { + "x": -60, + "y": -300, + "z": 0 + }, + "adhesiveTime": 2, + "id": 380 + }, + { + "block": 0, + "color": 8, + "type": 9, + "position": { + "x": 60, + "y": -300, + "z": 0 + }, + "adhesiveTime": 1, + "id": 390 + }, + { + "block": 0, + "color": 6, + "type": 9, + "position": { + "x": 60, + "y": 300, + "z": 0 + }, + "adhesiveTime": 2, + "id": 400 + }, + { + "block": 0, + "color": 3, + "type": 9, + "position": { + "x": 60, + "y": 180, + "z": 0 + }, + "adhesiveTime": 1, + "id": 410 + }, + { + "block": 0, + "color": 6, + "type": 8, + "position": { + "x": -180, + "y": 300, + "z": 0 + }, + "id": 420 + }, + { + "block": 13, + "color": 2, + "type": 4, + "position": { + "x": -180, + "y": -60, + "z": 0 + }, + "freezeTime": 5, + "id": 430 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 438, + "num": 1, + "color": 8, + "special": 5, + "length": 2 + }, + { + "id": 439, + "num": 2, + "color": 8, + "special": 5, + "length": 0 + }, + { + "id": 440, + "num": 4, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 441, + "num": 5, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 442, + "num": 10, + "color": 1, + "special": 5, + "length": 2 + }, + { + "id": 443, + "num": 12, + "color": 1, + "special": 5, + "length": 0 + }, + { + "id": 444, + "num": 31, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 445, + "num": 35, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 446, + "num": 42, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 447, + "num": 43, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 448, + "num": 16, + "color": 5, + "special": 0, + "length": 1 + }, + { + "id": 449, + "num": 21, + "color": 5, + "special": 0, + "length": 1 + }, + { + "id": 450, + "num": 40, + "color": 4, + "special": 5, + "length": 2 + }, + { + "id": 451, + "num": 41, + "color": 4, + "special": 5, + "length": 0 + }, + { + "id": 452, + "num": 28, + "color": 2, + "special": 0, + "length": 3 + }, + { + "id": 453, + "num": 32, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 454, + "num": 36, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 455, + "num": 7, + "color": 6, + "special": 0, + "length": 3 + }, + { + "id": 456, + "num": 9, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 457, + "num": 11, + "color": 6, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level438.json b/assets/custom/Json/level438.json new file mode 100644 index 0000000..904f0d7 --- /dev/null +++ b/assets/custom/Json/level438.json @@ -0,0 +1,430 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [ + { + "x": 3, + "y": 6, + "color": "6" + }, + { + "x": 3, + "y": 5, + "color": "6" + }, + { + "x": 4, + "y": 6, + "color": "6" + }, + { + "x": 4, + "y": 5, + "color": "6" + } + ], + "id": "438", + "map": [ + 8, + 10 + ], + "time": 105, + "gap": [ + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 2, + "y": 1, + "z": 0 + }, + { + "x": 3, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 0, + "y": -240, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 0, + "y": -360, + "z": 0 + }, + "id": 220 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "id": 230 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "id": 240 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 240, + "y": 120, + "z": 0 + }, + "id": 250 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 240, + "y": 0, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "id": 270 + }, + { + "block": 1, + "color": 6, + "type": 0, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "id": 290 + }, + { + "block": 3, + "color": 6, + "type": 0, + "position": { + "x": 0, + "y": -120, + "z": 0 + }, + "id": 290 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": 360, + "y": -120, + "z": 0 + }, + "id": 300 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": -120, + "y": -240, + "z": 0 + }, + "id": 310 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": 360, + "y": 360, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": -240, + "y": 360, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": -240, + "y": 120, + "z": 0 + }, + "id": 340 + }, + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": -120, + "y": -360, + "z": 0 + }, + "id": 350 + }, + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": 360, + "y": -480, + "z": 0 + }, + "id": 360 + }, + { + "block": 2, + "color": 11, + "type": 0, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "id": 370 + }, + { + "block": 0, + "color": 7, + "type": 2, + "position": { + "x": -120, + "y": 360, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 2, + "type": 2, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 7, + "type": 2, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 400 + }, + { + "block": 0, + "color": 10, + "type": 2, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 410 + }, + { + "block": 0, + "color": 8, + "type": 2, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "id": 420 + }, + { + "block": 5, + "color": 8, + "type": 3, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "lockTime": 5, + "id": 430 + }, + { + "block": 2, + "color": 5, + "type": 4, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "freezeTime": 9, + "id": 440 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 439, + "num": 2, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 440, + "num": 3, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 441, + "num": 5, + "color": 2, + "special": 0, + "length": 1 + }, + { + "id": 442, + "num": 8, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 443, + "num": 10, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 444, + "num": 17, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 445, + "num": 19, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 446, + "num": 27, + "color": 1, + "special": 0, + "length": 1 + }, + { + "id": 447, + "num": 25, + "color": 7, + "special": 0, + "length": 1 + }, + { + "id": 448, + "num": 20, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 449, + "num": 21, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 450, + "num": 16, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 451, + "num": 18, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 452, + "num": 7, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 453, + "num": 9, + "color": 8, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level439.json b/assets/custom/Json/level439.json new file mode 100644 index 0000000..4314cc6 --- /dev/null +++ b/assets/custom/Json/level439.json @@ -0,0 +1,438 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "439", + "map": [ + 8, + 10 + ], + "time": 120, + "gap": [ + { + "x": 1, + "y": 8, + "z": 0 + }, + { + "x": 6, + "y": 8, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 120, + "y": 360, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 0, + "y": 360, + "z": 0 + }, + "id": 220 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 240, + "y": -480, + "z": 0 + }, + "id": 230 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "id": 240 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": 360, + "y": -480, + "z": 0 + }, + "id": 250 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": -240, + "y": -120, + "z": 0 + }, + "id": 260 + }, + { + "block": 19, + "color": 4, + "type": 0, + "position": { + "x": -120, + "y": 240, + "z": 0 + }, + "id": 270 + }, + { + "block": 20, + "color": 7, + "type": 0, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": -240, + "y": -480, + "z": 0 + }, + "id": 290 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 240, + "y": 120, + "z": 0 + }, + "id": 320 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 360, + "y": -120, + "z": 0 + }, + "id": 330 + }, + { + "block": 1, + "color": 11, + "type": 0, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "id": 340 + }, + { + "block": 1, + "color": 11, + "type": 0, + "position": { + "x": -120, + "y": -240, + "z": 0 + }, + "id": 350 + }, + { + "block": 2, + "color": 8, + "type": 9, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "adhesiveTime": 2, + "id": 360 + }, + { + "block": 0, + "color": 2, + "type": 9, + "position": { + "x": 0, + "y": -120, + "z": 0 + }, + "adhesiveTime": 1, + "id": 370 + }, + { + "block": 0, + "color": 2, + "type": 9, + "position": { + "x": 120, + "y": 0, + "z": 0 + }, + "adhesiveTime": 2, + "id": 380 + }, + { + "block": 0, + "color": 10, + "type": 9, + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "adhesiveTime": 1, + "id": 390 + }, + { + "block": 2, + "color": 2, + "type": 9, + "position": { + "x": 240, + "y": -120, + "z": 0 + }, + "adhesiveTime": 2, + "id": 400 + }, + { + "block": 0, + "color": 3, + "type": 9, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "adhesiveTime": 1, + "id": 410 + }, + { + "block": 0, + "color": 3, + "type": 9, + "position": { + "x": 0, + "y": -360, + "z": 0 + }, + "adhesiveTime": 2, + "id": 420 + }, + { + "block": 0, + "color": 4, + "type": 9, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "adhesiveTime": 1, + "id": 430 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "id": 440 + }, + { + "block": 1, + "color": 8, + "type": 7, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "id": 450 + }, + { + "block": 0, + "color": 5, + "type": 8, + "position": { + "x": -120, + "y": -360, + "z": 0 + }, + "id": 460 + }, + { + "block": 0, + "color": 1, + "type": 8, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "id": 470 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 430, + "num": 2, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 431, + "num": 3, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 432, + "num": 4, + "color": 3, + "special": 5, + "length": 2 + }, + { + "id": 433, + "num": 5, + "color": 3, + "special": 5, + "length": 0 + }, + { + "id": 434, + "num": 6, + "color": 10, + "special": 0, + "length": 1 + }, + { + "id": 435, + "num": 11, + "color": 5, + "special": 0, + "length": 1 + }, + { + "id": 436, + "num": 17, + "color": 1, + "special": 0, + "length": 1 + }, + { + "id": 437, + "num": 27, + "color": 9, + "special": 0, + "length": 1 + }, + { + "id": 438, + "num": 25, + "color": 8, + "special": 5, + "length": 2 + }, + { + "id": 439, + "num": 26, + "color": 8, + "special": 5, + "length": 0 + }, + { + "id": 440, + "num": 23, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 441, + "num": 24, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 442, + "num": 12, + "color": 2, + "special": 0, + "length": 2, + "lock": true + }, + { + "id": 443, + "num": 14, + "color": 2, + "special": 0, + "length": 0, + "lock": true + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level440.json b/assets/custom/Json/level440.json new file mode 100644 index 0000000..d099b37 --- /dev/null +++ b/assets/custom/Json/level440.json @@ -0,0 +1,432 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "440", + "map": [ + 8, + 10 + ], + "time": 160, + "gap": [ + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 6, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": -240, + "y": 240, + "z": 0 + }, + "id": 220 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": -240, + "y": 0, + "z": 0 + }, + "id": 230 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": -240, + "y": -240, + "z": 0 + }, + "id": 240 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "id": 250 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "id": 260 + }, + { + "block": 21, + "color": 5, + "type": 0, + "position": { + "x": 240, + "y": -240, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": -120, + "y": 240, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": -240, + "y": 120, + "z": 0 + }, + "id": 310 + }, + { + "block": 22, + "color": 8, + "type": 0, + "position": { + "x": -120, + "y": -240, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": -120, + "y": -360, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "id": 350 + }, + { + "block": 1, + "color": 11, + "type": 0, + "position": { + "x": 120, + "y": 360, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 360, + "y": 120, + "z": 0 + }, + "id": 370 + }, + { + "block": 1, + "color": 10, + "type": 1, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "stacking": 4, + "id": 380 + }, + { + "block": 2, + "color": 7, + "type": 1, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "stacking": 8, + "id": 390 + }, + { + "block": 2, + "color": 8, + "type": 1, + "position": { + "x": 240, + "y": 0, + "z": 0 + }, + "stacking": 5, + "id": 400 + }, + { + "block": 1, + "color": 9, + "type": 1, + "position": { + "x": 0, + "y": -480, + "z": 0 + }, + "stacking": 5, + "id": 410 + }, + { + "block": 1, + "color": 4, + "type": 1, + "position": { + "x": 240, + "y": -480, + "z": 0 + }, + "stacking": 1, + "id": 420 + }, + { + "block": 2, + "color": 5, + "type": 9, + "position": { + "x": 0, + "y": -240, + "z": 0 + }, + "adhesiveTime": 2, + "id": 430 + }, + { + "block": 2, + "color": 8, + "type": 9, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "adhesiveTime": 1, + "id": 440 + }, + { + "block": 1, + "color": 5, + "type": 4, + "position": { + "x": -120, + "y": 360, + "z": 0 + }, + "freezeTime": 11, + "id": 450 + }, + { + "block": 1, + "color": 8, + "type": 4, + "position": { + "x": 360, + "y": 360, + "z": 0 + }, + "freezeTime": 18, + "id": 460 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 441, + "num": 0, + "color": 5, + "special": 0, + "length": 1 + }, + { + "id": 442, + "num": 2, + "color": 1, + "special": 0, + "length": 1 + }, + { + "id": 443, + "num": 4, + "color": 4, + "special": 0, + "length": 1 + }, + { + "id": 444, + "num": 6, + "color": 2, + "special": 0, + "length": 1 + }, + { + "id": 445, + "num": 13, + "color": 7, + "special": 3, + "length": 2, + "freeze": 15 + }, + { + "id": 446, + "num": 15, + "color": 7, + "special": 3, + "length": 0, + "freeze": 15 + }, + { + "id": 447, + "num": 27, + "color": 6, + "special": 0, + "length": 1 + }, + { + "id": 448, + "num": 25, + "color": 9, + "special": 0, + "length": 1 + }, + { + "id": 449, + "num": 23, + "color": 10, + "special": 0, + "length": 1 + }, + { + "id": 450, + "num": 21, + "color": 3, + "special": 0, + "length": 1 + }, + { + "id": 451, + "num": 14, + "color": 8, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 452, + "num": 16, + "color": 8, + "special": 2, + "length": 0, + "lock": true + }, + { + "id": 453, + "num": 10, + "color": 5, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 454, + "num": 12, + "color": 5, + "special": 2, + "length": 0, + "lock": true + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level441.json b/assets/custom/Json/level441.json new file mode 100644 index 0000000..09bfb07 --- /dev/null +++ b/assets/custom/Json/level441.json @@ -0,0 +1,447 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [ + { + "x": 3, + "y": 4, + "color": "5" + }, + { + "x": 3, + "y": 5, + "color": "5" + }, + { + "x": 4, + "y": 5, + "color": "5" + }, + { + "x": 4, + "y": 4, + "color": "5" + }, + { + "x": 5, + "y": 5, + "color": "5" + }, + { + "x": 5, + "y": 4, + "color": "5" + }, + { + "x": 6, + "y": 5, + "color": "5" + }, + { + "x": 6, + "y": 4, + "color": "5" + } + ], + "id": "441", + "map": [ + 10, + 10 + ], + "time": 160, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": 480, + "y": 360, + "z": 0 + }, + "id": 210 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": 0, + "y": 120, + "z": 0 + }, + "id": 220 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "id": 230 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 0, + "y": 240, + "z": 0 + }, + "id": 240 + }, + { + "block": 4, + "color": 3, + "type": 0, + "position": { + "x": -360, + "y": -480, + "z": 0 + }, + "id": 250 + }, + { + "block": 1, + "color": 6, + "type": 0, + "position": { + "x": -240, + "y": 360, + "z": 0 + }, + "id": 260 + }, + { + "block": 4, + "color": 6, + "type": 0, + "position": { + "x": 480, + "y": -480, + "z": 0 + }, + "id": 270 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": -120, + "y": 240, + "z": 0 + }, + "id": 280 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": 240, + "y": 120, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": -240, + "y": 240, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "id": 330 + }, + { + "block": 10, + "color": 9, + "type": 0, + "position": { + "x": 360, + "y": -120, + "z": 0 + }, + "id": 340 + }, + { + "block": 6, + "color": 10, + "type": 0, + "position": { + "x": -240, + "y": -120, + "z": 0 + }, + "id": 350 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": -240, + "y": -480, + "z": 0 + }, + "id": 360 + }, + { + "block": 2, + "color": 5, + "type": 2, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "id": 370 + }, + { + "block": 1, + "color": 6, + "type": 2, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 380 + }, + { + "block": 2, + "color": 9, + "type": 2, + "position": { + "x": 240, + "y": -480, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 10, + "type": 2, + "position": { + "x": 360, + "y": -480, + "z": 0 + }, + "id": 400 + }, + { + "block": 1, + "color": 11, + "type": 3, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "lockTime": 4, + "id": 410 + }, + { + "block": 1, + "color": 10, + "type": 4, + "position": { + "x": 120, + "y": 360, + "z": 0 + }, + "freezeTime": 15, + "id": 420 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 442, + "num": 0, + "color": 6, + "special": 0, + "length": 3 + }, + { + "id": 443, + "num": 1, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 444, + "num": 2, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 445, + "num": 4, + "color": 9, + "special": 0, + "length": 3 + }, + { + "id": 446, + "num": 5, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 447, + "num": 6, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 448, + "num": 13, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 449, + "num": 15, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 450, + "num": 17, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 451, + "num": 19, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 452, + "num": 28, + "color": 10, + "special": 0, + "length": 3 + }, + { + "id": 453, + "num": 29, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 454, + "num": 30, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 455, + "num": 24, + "color": 3, + "special": 0, + "length": 3 + }, + { + "id": 456, + "num": 25, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 457, + "num": 26, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 458, + "num": 16, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 459, + "num": 18, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 460, + "num": 12, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 461, + "num": 14, + "color": 8, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level442.json b/assets/custom/Json/level442.json new file mode 100644 index 0000000..2bfdb90 --- /dev/null +++ b/assets/custom/Json/level442.json @@ -0,0 +1,446 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "442", + "map": [ + 8, + 10 + ], + "time": 100, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": -120, + "y": 240, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": -240, + "y": 240, + "z": 0 + }, + "id": 220 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "id": 230 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "id": 240 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "id": 250 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 240, + "y": 120, + "z": 0 + }, + "id": 260 + }, + { + "block": 23, + "color": 5, + "type": 0, + "position": { + "x": 0, + "y": -360, + "z": 0 + }, + "id": 270 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": -120, + "y": -240, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": 0, + "y": 120, + "z": 0 + }, + "id": 290 + }, + { + "block": 1, + "color": 11, + "type": 0, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "id": 300 + }, + { + "block": 1, + "color": 11, + "type": 0, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": 360, + "y": -480, + "z": 0 + }, + "id": 320 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": 240, + "y": -480, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "id": 350 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": -120, + "y": 360, + "z": 0 + }, + "id": 370 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 240, + "y": 360, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": -240, + "y": 360, + "z": 0 + }, + "id": 400 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": 120, + "y": 360, + "z": 0 + }, + "id": 410 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": -240, + "y": 0, + "z": 0 + }, + "id": 420 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 360, + "y": 360, + "z": 0 + }, + "id": 430 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "id": 440 + }, + { + "block": 1, + "color": 5, + "type": 6, + "position": { + "x": 120, + "y": 0, + "z": 0 + }, + "boomTime": 50, + "id": 450 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": 240, + "y": 0, + "z": 0 + }, + "id": 460 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": -240, + "y": -480, + "z": 0 + }, + "id": 470 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 443, + "num": 1, + "color": 4, + "special": 0, + "length": 1 + }, + { + "id": 444, + "num": 4, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 445, + "num": 5, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 446, + "num": 9, + "color": 8, + "special": 0, + "length": 1 + }, + { + "id": 447, + "num": 11, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 448, + "num": 13, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 449, + "num": 15, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 450, + "num": 17, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 451, + "num": 19, + "color": 1, + "special": 0, + "length": 1 + }, + { + "id": 452, + "num": 24, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 453, + "num": 25, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 454, + "num": 21, + "color": 5, + "special": 4, + "length": 1 + }, + { + "id": 455, + "num": 16, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 456, + "num": 18, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 457, + "num": 12, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 458, + "num": 14, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 459, + "num": 8, + "color": 2, + "special": 4, + "length": 2 + }, + { + "id": 460, + "num": 10, + "color": 2, + "special": 4, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level443.json b/assets/custom/Json/level443.json new file mode 100644 index 0000000..40b46fc --- /dev/null +++ b/assets/custom/Json/level443.json @@ -0,0 +1,425 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "443", + "map": [ + 9, + 8 + ], + "time": 160, + "gap": [ + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 7, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": 60, + "y": -360, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 11, + "type": 0, + "position": { + "x": 60, + "y": 240, + "z": 0 + }, + "id": 220 + }, + { + "block": 4, + "color": 2, + "type": 0, + "position": { + "x": -300, + "y": -240, + "z": 0 + }, + "id": 230 + }, + { + "block": 4, + "color": 10, + "type": 0, + "position": { + "x": 420, + "y": -240, + "z": 0 + }, + "id": 240 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": -60, + "y": -240, + "z": 0 + }, + "id": 250 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": 300, + "y": -120, + "z": 0 + }, + "id": 260 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": -60, + "y": -360, + "z": 0 + }, + "id": 270 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": 300, + "y": -360, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 180, + "y": -360, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": 180, + "y": -240, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": -180, + "y": -360, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 2, + "type": 9, + "position": { + "x": 60, + "y": -120, + "z": 0 + }, + "adhesiveTime": 2, + "id": 320 + }, + { + "block": 0, + "color": 6, + "type": 9, + "position": { + "x": 60, + "y": -240, + "z": 0 + }, + "adhesiveTime": 1, + "id": 330 + }, + { + "block": 1, + "color": 1, + "type": 9, + "position": { + "x": -60, + "y": 0, + "z": 0 + }, + "adhesiveTime": 2, + "id": 340 + }, + { + "block": 1, + "color": 6, + "type": 9, + "position": { + "x": -60, + "y": -120, + "z": 0 + }, + "adhesiveTime": 1, + "id": 350 + }, + { + "block": 2, + "color": 8, + "type": 9, + "position": { + "x": -300, + "y": 120, + "z": 0 + }, + "adhesiveTime": 2, + "id": 360 + }, + { + "block": 0, + "color": 9, + "type": 9, + "position": { + "x": -180, + "y": 240, + "z": 0 + }, + "adhesiveTime": 1, + "id": 370 + }, + { + "block": 2, + "color": 6, + "type": 9, + "position": { + "x": 420, + "y": 120, + "z": 0 + }, + "adhesiveTime": 2, + "id": 380 + }, + { + "block": 0, + "color": 3, + "type": 9, + "position": { + "x": 300, + "y": 240, + "z": 0 + }, + "adhesiveTime": 1, + "id": 390 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": 300, + "y": 0, + "z": 0 + }, + "id": 400 + }, + { + "block": 0, + "color": 8, + "type": 8, + "position": { + "x": -60, + "y": 120, + "z": 0 + }, + "id": 410 + }, + { + "block": 0, + "color": 6, + "type": 8, + "position": { + "x": 180, + "y": 120, + "z": 0 + }, + "id": 420 + }, + { + "block": 0, + "color": 9, + "type": 6, + "position": { + "x": 60, + "y": 120, + "z": 0 + }, + "boomTime": 30, + "id": 430 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 444, + "num": 0, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 445, + "num": 1, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 446, + "num": 2, + "color": 10, + "special": 0, + "length": 3 + }, + { + "id": 447, + "num": 3, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 448, + "num": 4, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 449, + "num": 9, + "color": 5, + "special": 3, + "length": 2, + "freeze": 11 + }, + { + "id": 450, + "num": 11, + "color": 5, + "special": 3, + "length": 0, + "freeze": 11 + }, + { + "id": 451, + "num": 15, + "color": 1, + "special": 3, + "length": 2, + "freeze": 17 + }, + { + "id": 452, + "num": 17, + "color": 1, + "special": 3, + "length": 0, + "freeze": 17 + }, + { + "id": 453, + "num": 23, + "color": 2, + "special": 0, + "length": 3 + }, + { + "id": 454, + "num": 24, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 455, + "num": 25, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 456, + "num": 21, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 457, + "num": 22, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 458, + "num": 14, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 459, + "num": 16, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 460, + "num": 8, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 461, + "num": 10, + "color": 8, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level444.json b/assets/custom/Json/level444.json new file mode 100644 index 0000000..3733b65 --- /dev/null +++ b/assets/custom/Json/level444.json @@ -0,0 +1,418 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "144", + "map": [ + 8, + 10 + ], + "time": 90, + "gap": [ + { + "x": 3, + "y": 8, + "z": 0 + }, + { + "x": 4, + "y": 8, + "z": 0 + }, + { + "x": 2, + "y": 1, + "z": 0 + }, + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 6, + "y": 1, + "z": 0 + }, + { + "x": 5, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": -120, + "y": 360, + "z": 0 + }, + "id": 210 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 220 + }, + { + "block": 22, + "color": 7, + "type": 0, + "position": { + "x": -120, + "y": -360, + "z": 0 + }, + "id": 230 + }, + { + "block": 21, + "color": 8, + "type": 0, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "id": 240 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "id": 250 + }, + { + "block": 1, + "color": 6, + "type": 0, + "position": { + "x": 360, + "y": 360, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": 0, + "y": -360, + "z": 0 + }, + "id": 270 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": -240, + "y": 240, + "z": 0 + }, + "id": 290 + }, + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "id": 320 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": -120, + "y": 240, + "z": 0 + }, + "id": 340 + }, + { + "block": 1, + "color": 6, + "type": 2, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 6, + "type": 2, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "id": 360 + }, + { + "block": 1, + "color": 7, + "type": 2, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "id": 370 + }, + { + "block": 1, + "color": 8, + "type": 2, + "position": { + "x": 360, + "y": -120, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 3, + "type": 2, + "position": { + "x": 0, + "y": 240, + "z": 0 + }, + "id": 390 + }, + { + "block": 5, + "color": 11, + "type": 3, + "position": { + "x": 120, + "y": 0, + "z": 0 + }, + "lockTime": 5, + "id": 400 + }, + { + "block": 0, + "color": 8, + "type": 9, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "adhesiveTime": 2, + "id": 410 + }, + { + "block": 0, + "color": 10, + "type": 9, + "position": { + "x": 0, + "y": -480, + "z": 0 + }, + "adhesiveTime": 1, + "id": 420 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 145, + "num": 0, + "color": 1, + "special": 3, + "length": 1, + "freeze": 12 + }, + { + "id": 146, + "num": 2, + "color": 9, + "special": 0, + "length": 3 + }, + { + "id": 147, + "num": 3, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 148, + "num": 4, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 149, + "num": 8, + "color": 8, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 150, + "num": 11, + "color": 8, + "special": 2, + "length": 0, + "lock": true + }, + { + "id": 151, + "num": 20, + "color": 7, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 152, + "num": 22, + "color": 7, + "special": 2, + "length": 0, + "lock": true + }, + { + "id": 153, + "num": 25, + "color": 10, + "special": 0, + "length": 3 + }, + { + "id": 154, + "num": 26, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 155, + "num": 27, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 156, + "num": 23, + "color": 4, + "special": 3, + "length": 1, + "freeze": 16 + }, + { + "id": 157, + "num": 21, + "color": 5, + "special": 3, + "length": 1, + "freeze": 8 + }, + { + "id": 158, + "num": 12, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 159, + "num": 15, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 160, + "num": 7, + "color": 3, + "special": 3, + "length": 1, + "freeze": 5 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level445.json b/assets/custom/Json/level445.json new file mode 100644 index 0000000..d11ed61 --- /dev/null +++ b/assets/custom/Json/level445.json @@ -0,0 +1,328 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "445", + "map": [ + 8, + 9 + ], + "time": 165, + "gap": [ + { + "x": 3, + "y": 7, + "z": 0 + }, + { + "x": 4, + "y": 7, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 20, + "color": 7, + "type": 0, + "position": { + "x": -120, + "y": -60, + "z": 0 + }, + "id": 210 + }, + { + "block": 19, + "color": 8, + "type": 0, + "position": { + "x": 360, + "y": -60, + "z": 0 + }, + "id": 220 + }, + { + "block": 3, + "color": 4, + "type": 0, + "position": { + "x": 0, + "y": 180, + "z": 0 + }, + "id": 230 + }, + { + "block": 3, + "color": 3, + "type": 0, + "position": { + "x": 360, + "y": 180, + "z": 0 + }, + "id": 240 + }, + { + "block": 1, + "color": 11, + "type": 0, + "position": { + "x": 120, + "y": 60, + "z": 0 + }, + "id": 250 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": 360, + "y": -180, + "z": 0 + }, + "id": 260 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": -120, + "y": -180, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": -240, + "y": -300, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 360, + "y": -300, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 10, + "type": 8, + "position": { + "x": -120, + "y": -300, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 6, + "type": 8, + "position": { + "x": 240, + "y": -300, + "z": 0 + }, + "id": 310 + }, + { + "block": 1, + "color": 1, + "type": 1, + "position": { + "x": 120, + "y": -60, + "z": 0 + }, + "stacking": 2, + "id": 320 + }, + { + "block": 1, + "color": 9, + "type": 1, + "position": { + "x": 0, + "y": -420, + "z": 0 + }, + "stacking": 5, + "id": 330 + }, + { + "block": 1, + "color": 8, + "type": 1, + "position": { + "x": 240, + "y": -420, + "z": 0 + }, + "stacking": 4, + "id": 340 + }, + { + "block": 5, + "color": 9, + "type": 4, + "position": { + "x": 120, + "y": -300, + "z": 0 + }, + "freezeTime": 7, + "id": 350 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 446, + "num": 0, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 447, + "num": 1, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 448, + "num": 2, + "color": 5, + "special": 0, + "length": 1 + }, + { + "id": 449, + "num": 5, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 450, + "num": 6, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 451, + "num": 10, + "color": 10, + "special": 0, + "length": 1 + }, + { + "id": 452, + "num": 18, + "color": 6, + "special": 0, + "length": 1 + }, + { + "id": 453, + "num": 26, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 454, + "num": 27, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 455, + "num": 23, + "color": 2, + "special": 0, + "length": 1 + }, + { + "id": 456, + "num": 21, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 457, + "num": 22, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 458, + "num": 14, + "color": 4, + "special": 0, + "length": 3 + }, + { + "id": 459, + "num": 17, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 460, + "num": 19, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 461, + "num": 7, + "color": 3, + "special": 0, + "length": 3 + }, + { + "id": 462, + "num": 9, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 463, + "num": 11, + "color": 3, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level446.json b/assets/custom/Json/level446.json new file mode 100644 index 0000000..66898e2 --- /dev/null +++ b/assets/custom/Json/level446.json @@ -0,0 +1,407 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "446", + "map": [ + 9, + 9 + ], + "time": 105, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 5, + "type": 0, + "position": { + "x": 60, + "y": -300, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 5, + "type": 0, + "position": { + "x": 420, + "y": 300, + "z": 0 + }, + "id": 220 + }, + { + "block": 23, + "color": 5, + "type": 0, + "position": { + "x": -300, + "y": 300, + "z": 0 + }, + "id": 230 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": -180, + "y": 180, + "z": 0 + }, + "id": 240 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": 420, + "y": 180, + "z": 0 + }, + "id": 250 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": 420, + "y": -300, + "z": 0 + }, + "id": 260 + }, + { + "block": 4, + "color": 4, + "type": 0, + "position": { + "x": -180, + "y": -420, + "z": 0 + }, + "id": 270 + }, + { + "block": 4, + "color": 8, + "type": 0, + "position": { + "x": 300, + "y": -420, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 180, + "y": -300, + "z": 0 + }, + "id": 290 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 420, + "y": -60, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": -300, + "y": -300, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": -60, + "y": -300, + "z": 0 + }, + "id": 320 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": -300, + "y": -60, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 5, + "type": 2, + "position": { + "x": -60, + "y": 60, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 1, + "type": 2, + "position": { + "x": 180, + "y": 60, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 1, + "type": 2, + "position": { + "x": -180, + "y": -60, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 3, + "type": 2, + "position": { + "x": 300, + "y": -60, + "z": 0 + }, + "id": 370 + }, + { + "block": 0, + "color": 2, + "type": 2, + "position": { + "x": -300, + "y": -420, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 9, + "type": 2, + "position": { + "x": 420, + "y": -420, + "z": 0 + }, + "id": 390 + }, + { + "block": 14, + "color": 7, + "type": 3, + "position": { + "x": 60, + "y": -180, + "z": 0 + }, + "lockTime": 6, + "id": 400 + }, + { + "block": 0, + "color": 6, + "type": 4, + "position": { + "x": -180, + "y": 300, + "z": 0 + }, + "freezeTime": 5, + "id": 410 + }, + { + "block": 0, + "color": 6, + "type": 4, + "position": { + "x": 300, + "y": 300, + "z": 0 + }, + "freezeTime": 9, + "id": 420 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 447, + "num": 0, + "color": 8, + "special": 0, + "length": 3 + }, + { + "id": 448, + "num": 1, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 449, + "num": 2, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 450, + "num": 4, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 451, + "num": 5, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 452, + "num": 10, + "color": 3, + "special": 5, + "length": 2 + }, + { + "id": 453, + "num": 12, + "color": 3, + "special": 5, + "length": 0 + }, + { + "id": 454, + "num": 14, + "color": 9, + "special": 0, + "length": 1 + }, + { + "id": 455, + "num": 16, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 456, + "num": 18, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 457, + "num": 25, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 458, + "num": 26, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 459, + "num": 21, + "color": 4, + "special": 0, + "length": 3 + }, + { + "id": 460, + "num": 22, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 461, + "num": 23, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 462, + "num": 17, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 463, + "num": 19, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 464, + "num": 13, + "color": 6, + "special": 0, + "length": 1 + }, + { + "id": 465, + "num": 7, + "color": 5, + "special": 5, + "length": 2 + }, + { + "id": 466, + "num": 9, + "color": 5, + "special": 5, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level447.json b/assets/custom/Json/level447.json new file mode 100644 index 0000000..e85df4e --- /dev/null +++ b/assets/custom/Json/level447.json @@ -0,0 +1,336 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "447", + "map": [ + 7, + 10 + ], + "time": 130, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 5, + "color": 4, + "type": 0, + "position": { + "x": 300, + "y": -480, + "z": 0 + }, + "id": 210 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 60, + "y": -240, + "z": 0 + }, + "id": 220 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 60, + "y": -480, + "z": 0 + }, + "id": 230 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": -60, + "y": -240, + "z": 0 + }, + "id": 240 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": 300, + "y": -240, + "z": 0 + }, + "id": 250 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": 300, + "y": 360, + "z": 0 + }, + "id": 260 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": -60, + "y": -360, + "z": 0 + }, + "id": 270 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": -60, + "y": -480, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": -180, + "y": 0, + "z": 0 + }, + "id": 290 + }, + { + "block": 4, + "color": 6, + "type": 0, + "position": { + "x": 300, + "y": -120, + "z": 0 + }, + "id": 300 + }, + { + "block": 5, + "color": 6, + "type": 0, + "position": { + "x": -60, + "y": 240, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": 60, + "y": 240, + "z": 0 + }, + "id": 320 + }, + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": 300, + "y": 240, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 4, + "type": 8, + "position": { + "x": -60, + "y": 0, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 8, + "type": 8, + "position": { + "x": 180, + "y": 0, + "z": 0 + }, + "id": 350 + }, + { + "block": 2, + "color": 11, + "type": 8, + "position": { + "x": 60, + "y": 0, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 3, + "type": 6, + "position": { + "x": 60, + "y": -120, + "z": 0 + }, + "boomTime": 20, + "id": 370 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 448, + "num": 1, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 449, + "num": 2, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 450, + "num": 5, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 451, + "num": 6, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 452, + "num": 9, + "color": 4, + "special": 4, + "length": 2 + }, + { + "id": 453, + "num": 11, + "color": 4, + "special": 4, + "length": 0 + }, + { + "id": 454, + "num": 13, + "color": 5, + "special": 0, + "length": 1 + }, + { + "id": 455, + "num": 15, + "color": 8, + "special": 4, + "length": 2 + }, + { + "id": 456, + "num": 17, + "color": 8, + "special": 4, + "length": 0 + }, + { + "id": 457, + "num": 23, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 458, + "num": 24, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 459, + "num": 19, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 460, + "num": 20, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 461, + "num": 14, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 462, + "num": 16, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 463, + "num": 12, + "color": 3, + "special": 0, + "length": 1 + }, + { + "id": 464, + "num": 8, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 465, + "num": 10, + "color": 1, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level448.json b/assets/custom/Json/level448.json new file mode 100644 index 0000000..1ab84f4 --- /dev/null +++ b/assets/custom/Json/level448.json @@ -0,0 +1,421 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "148", + "map": [ + 8, + 10 + ], + "time": 120, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 10, + "color": 10, + "type": 4, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "freezeTime": 8, + "id": 210 + }, + { + "block": 6, + "color": 7, + "type": 4, + "position": { + "x": 240, + "y": 120, + "z": 0 + }, + "freezeTime": 15, + "id": 220 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "id": 230 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 0, + "y": 120, + "z": 0 + }, + "id": 240 + }, + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "id": 250 + }, + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": -240, + "y": -240, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 120, + "y": 0, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "id": 300 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "id": 320 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "id": 330 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": 360, + "y": -480, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 360 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": 240, + "y": -120, + "z": 0 + }, + "id": 370 + }, + { + "block": 0, + "color": 9, + "type": 9, + "position": { + "x": -240, + "y": 120, + "z": 0 + }, + "adhesiveTime": 2, + "id": 380 + }, + { + "block": 0, + "color": 5, + "type": 9, + "position": { + "x": -240, + "y": 240, + "z": 0 + }, + "adhesiveTime": 1, + "id": 390 + }, + { + "block": 0, + "color": 6, + "type": 9, + "position": { + "x": 360, + "y": 120, + "z": 0 + }, + "adhesiveTime": 2, + "id": 400 + }, + { + "block": 0, + "color": 4, + "type": 9, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "adhesiveTime": 1, + "id": 410 + }, + { + "block": 2, + "color": 2, + "type": 8, + "position": { + "x": -120, + "y": -360, + "z": 0 + }, + "id": 420 + }, + { + "block": 2, + "color": 10, + "type": 8, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "id": 430 + }, + { + "block": 2, + "color": 6, + "type": 8, + "position": { + "x": -240, + "y": -120, + "z": 0 + }, + "id": 440 + }, + { + "block": 2, + "color": 8, + "type": 8, + "position": { + "x": 360, + "y": -120, + "z": 0 + }, + "id": 450 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 149, + "num": 1, + "color": 9, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 150, + "num": 2, + "color": 9, + "special": 2, + "length": 0, + "lock": true + }, + { + "id": 151, + "num": 6, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 152, + "num": 7, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 153, + "num": 9, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 154, + "num": 11, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 155, + "num": 17, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 156, + "num": 19, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 157, + "num": 26, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 158, + "num": 27, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 159, + "num": 21, + "color": 4, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 160, + "num": 22, + "color": 4, + "special": 2, + "length": 0, + "lock": true + }, + { + "id": 161, + "num": 18, + "color": 8, + "special": 0, + "length": 1 + }, + { + "id": 162, + "num": 12, + "color": 7, + "special": 3, + "length": 2, + "freeze": 18 + }, + { + "id": 163, + "num": 14, + "color": 7, + "special": 3, + "length": 0, + "freeze": 18 + }, + { + "id": 164, + "num": 8, + "color": 6, + "special": 0, + "length": 1 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level449.json b/assets/custom/Json/level449.json new file mode 100644 index 0000000..13984d7 --- /dev/null +++ b/assets/custom/Json/level449.json @@ -0,0 +1,373 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "449", + "map": [ + 9, + 9 + ], + "time": 145, + "gap": [ + { + "x": 1, + "y": 5, + "z": 0 + }, + { + "x": 1, + "y": 4, + "z": 0 + }, + { + "x": 1, + "y": 3, + "z": 0 + }, + { + "x": 2, + "y": 5, + "z": 0 + }, + { + "x": 2, + "y": 4, + "z": 0 + }, + { + "x": 2, + "y": 3, + "z": 0 + }, + { + "x": 3, + "y": 5, + "z": 0 + }, + { + "x": 3, + "y": 4, + "z": 0 + }, + { + "x": 3, + "y": 3, + "z": 0 + }, + { + "x": 4, + "y": 5, + "z": 0 + }, + { + "x": 4, + "y": 4, + "z": 0 + }, + { + "x": 4, + "y": 3, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": 420, + "y": -420, + "z": 0 + }, + "id": 210 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": 60, + "y": -420, + "z": 0 + }, + "id": 220 + }, + { + "block": 4, + "color": 5, + "type": 0, + "position": { + "x": 420, + "y": 60, + "z": 0 + }, + "id": 230 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 60, + "y": 180, + "z": 0 + }, + "id": 240 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": -60, + "y": 300, + "z": 0 + }, + "id": 250 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": 180, + "y": -300, + "z": 0 + }, + "id": 260 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": 300, + "y": -420, + "z": 0 + }, + "id": 270 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": 420, + "y": -180, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": 180, + "y": 180, + "z": 0 + }, + "id": 290 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": 300, + "y": -60, + "z": 0 + }, + "id": 300 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": 180, + "y": 300, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 3, + "type": 1, + "position": { + "x": -60, + "y": -420, + "z": 0 + }, + "stacking": 6, + "id": 320 + }, + { + "block": 21, + "color": 3, + "type": 1, + "position": { + "x": -300, + "y": 180, + "z": 0 + }, + "stacking": 7, + "id": 330 + }, + { + "block": 2, + "color": 6, + "type": 1, + "position": { + "x": 300, + "y": 180, + "z": 0 + }, + "stacking": 8, + "id": 340 + }, + { + "block": 22, + "color": 7, + "type": 1, + "position": { + "x": -180, + "y": -420, + "z": 0 + }, + "stacking": 9, + "id": 350 + }, + { + "block": 0, + "color": 3, + "type": 6, + "position": { + "x": -60, + "y": 180, + "z": 0 + }, + "boomTime": 20, + "id": 360 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 450, + "num": 0, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 451, + "num": 1, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 452, + "num": 19, + "color": 1, + "special": 0, + "length": 1 + }, + { + "id": 453, + "num": 2, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 454, + "num": 3, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 455, + "num": 11, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 456, + "num": 15, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 457, + "num": 24, + "color": 7, + "special": 3, + "length": 2, + "freeze": 6 + }, + { + "id": 458, + "num": 26, + "color": 7, + "special": 3, + "length": 0, + "freeze": 6 + }, + { + "id": 459, + "num": 32, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 460, + "num": 33, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 461, + "num": 23, + "color": 5, + "special": 3, + "length": 2, + "freeze": 10 + }, + { + "id": 462, + "num": 25, + "color": 5, + "special": 3, + "length": 0, + "freeze": 10 + }, + { + "id": 463, + "num": 8, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 464, + "num": 12, + "color": 2, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level450.json b/assets/custom/Json/level450.json new file mode 100644 index 0000000..baa699d --- /dev/null +++ b/assets/custom/Json/level450.json @@ -0,0 +1,446 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [ + { + "x": 4, + "y": 6, + "color": "7" + }, + { + "x": 5, + "y": 6, + "color": "7" + }, + { + "x": 4, + "y": 5, + "color": "2" + }, + { + "x": 5, + "y": 5, + "color": "2" + }, + { + "x": 4, + "y": 4, + "color": "2" + }, + { + "x": 5, + "y": 4, + "color": "2" + } + ], + "id": "450", + "map": [ + 9, + 10 + ], + "time": 80, + "gap": [ + { + "x": 1, + "y": 8, + "z": 0 + }, + { + "x": 2, + "y": 8, + "z": 0 + }, + { + "x": 7, + "y": 1, + "z": 0 + }, + { + "x": 7, + "y": 2, + "z": 0 + } + ] + } + ], + "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": -60, + "y": 240, + "z": 0 + }, + "id": 220 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 180, + "y": -360, + "z": 0 + }, + "id": 230 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 300, + "y": -360, + "z": 0 + }, + "id": 240 + }, + { + "block": 22, + "color": 2, + "type": 0, + "position": { + "x": 60, + "y": 240, + "z": 0 + }, + "id": 250 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": 180, + "y": 240, + "z": 0 + }, + "id": 260 + }, + { + "block": 5, + "color": 2, + "type": 0, + "position": { + "x": -180, + "y": -120, + "z": 0 + }, + "id": 270 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": -60, + "y": -480, + "z": 0 + }, + "id": 280 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": 420, + "y": 360, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": 420, + "y": 0, + "z": 0 + }, + "id": 300 + }, + { + "block": 3, + "color": 9, + "type": 0, + "position": { + "x": -60, + "y": -240, + "z": 0 + }, + "id": 310 + }, + { + "block": 3, + "color": 7, + "type": 0, + "position": { + "x": -60, + "y": 120, + "z": 0 + }, + "id": 320 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": 420, + "y": 120, + "z": 0 + }, + "id": 330 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": 180, + "y": -240, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": 420, + "y": -240, + "z": 0 + }, + "id": 350 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": 420, + "y": 240, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 300, + "y": 0, + "z": 0 + }, + "id": 370 + }, + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": 180, + "y": -480, + "z": 0 + }, + "id": 380 + }, + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": -180, + "y": -360, + "z": 0 + }, + "id": 390 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": -60, + "y": -120, + "z": 0 + }, + "id": 400 + }, + { + "block": 1, + "color": 6, + "type": 0, + "position": { + "x": 420, + "y": -120, + "z": 0 + }, + "id": 410 + }, + { + "block": 1, + "color": 3, + "type": 0, + "position": { + "x": -180, + "y": -480, + "z": 0 + }, + "id": 420 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 451, + "num": 1, + "color": 8, + "special": 3, + "length": 2, + "freeze": 13 + }, + { + "id": 452, + "num": 2, + "color": 8, + "special": 3, + "length": 0, + "freeze": 13 + }, + { + "id": 453, + "num": 4, + "color": 6, + "special": 3, + "length": 2, + "freeze": 9 + }, + { + "id": 454, + "num": 5, + "color": 6, + "special": 3, + "length": 0, + "freeze": 9 + }, + { + "id": 455, + "num": 13, + "color": 7, + "special": 0, + "length": 3 + }, + { + "id": 456, + "num": 15, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 457, + "num": 17, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 458, + "num": 19, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 459, + "num": 23, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 460, + "num": 28, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 461, + "num": 29, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 462, + "num": 24, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 463, + "num": 25, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 464, + "num": 14, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 465, + "num": 16, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 466, + "num": 7, + "color": 9, + "special": 0, + "length": 3 + }, + { + "id": 467, + "num": 9, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 468, + "num": 12, + "color": 9, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level451.json b/assets/custom/Json/level451.json new file mode 100644 index 0000000..478b162 --- /dev/null +++ b/assets/custom/Json/level451.json @@ -0,0 +1,390 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [ + { + "x": 3, + "y": 5, + "color": "10" + }, + { + "x": 3, + "y": 4, + "color": "10" + }, + { + "x": 4, + "y": 5, + "color": "10" + }, + { + "x": 4, + "y": 4, + "color": "10" + } + ], + "id": "451", + "map": [ + 8, + 10 + ], + "time": 200, + "gap": [ + { + "x": 1, + "y": 8, + "z": 0 + }, + { + "x": 6, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 9, + "color": 10, + "type": 0, + "position": { + "x": 0, + "y": 240, + "z": 0 + }, + "id": 210 + }, + { + "block": 5, + "color": 10, + "type": 0, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "id": 220 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "id": 230 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "id": 240 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "id": 250 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": 240, + "y": -240, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "id": 270 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "id": 290 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": 0, + "y": -480, + "z": 0 + }, + "id": 300 + }, + { + "block": 23, + "color": 6, + "type": 0, + "position": { + "x": 0, + "y": -240, + "z": 0 + }, + "id": 310 + }, + { + "block": 23, + "color": 6, + "type": 0, + "position": { + "x": -120, + "y": -240, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 330 + }, + { + "block": 21, + "color": 1, + "type": 0, + "position": { + "x": 240, + "y": -480, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 360, + "y": 360, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": -120, + "y": 360, + "z": 0 + }, + "id": 370 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": 360, + "y": 120, + "z": 0 + }, + "id": 380 + }, + { + "block": 4, + "color": 4, + "type": 6, + "position": { + "x": 240, + "y": -120, + "z": 0 + }, + "boomTime": 15, + "id": 390 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 452, + "num": 1, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 453, + "num": 2, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 454, + "num": 5, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 455, + "num": 6, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 456, + "num": 11, + "color": 1, + "special": 4, + "length": 2 + }, + { + "id": 457, + "num": 13, + "color": 1, + "special": 4, + "length": 0 + }, + { + "id": 458, + "num": 15, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 459, + "num": 17, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 460, + "num": 20, + "color": 4, + "special": 0, + "length": 1 + }, + { + "id": 461, + "num": 25, + "color": 7, + "special": 4, + "length": 2 + }, + { + "id": 462, + "num": 26, + "color": 7, + "special": 4, + "length": 0 + }, + { + "id": 463, + "num": 21, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 464, + "num": 22, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 465, + "num": 16, + "color": 2, + "special": 0, + "length": 1 + }, + { + "id": 466, + "num": 12, + "color": 9, + "special": 4, + "length": 2 + }, + { + "id": 467, + "num": 14, + "color": 9, + "special": 4, + "length": 0 + }, + { + "id": 468, + "num": 7, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 469, + "num": 10, + "color": 5, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level452.json b/assets/custom/Json/level452.json new file mode 100644 index 0000000..9753829 --- /dev/null +++ b/assets/custom/Json/level452.json @@ -0,0 +1,392 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "452", + "map": [ + 8, + 10 + ], + "time": 100, + "gap": [ + { + "x": 3, + "y": 8, + "z": 0 + }, + { + "x": 2, + "y": 8, + "z": 0 + }, + { + "x": 2, + "y": 7, + "z": 0 + }, + { + "x": 3, + "y": 7, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 0, + "y": -120, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "id": 220 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 0, + "y": 120, + "z": 0 + }, + "id": 230 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "id": 240 + }, + { + "block": 23, + "color": 5, + "type": 0, + "position": { + "x": 360, + "y": -480, + "z": 0 + }, + "id": 250 + }, + { + "block": 23, + "color": 5, + "type": 0, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 260 + }, + { + "block": 4, + "color": 5, + "type": 0, + "position": { + "x": -240, + "y": -120, + "z": 0 + }, + "id": 270 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": -240, + "y": 240, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "id": 290 + }, + { + "block": 22, + "color": 10, + "type": 0, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "id": 300 + }, + { + "block": 1, + "color": 11, + "type": 0, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "id": 310 + }, + { + "block": 1, + "color": 3, + "type": 2, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 320 + }, + { + "block": 1, + "color": 4, + "type": 2, + "position": { + "x": 240, + "y": 0, + "z": 0 + }, + "id": 330 + }, + { + "block": 1, + "color": 7, + "type": 2, + "position": { + "x": 240, + "y": 120, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 6, + "type": 2, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 2, + "type": 2, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 6, + "type": 2, + "position": { + "x": 240, + "y": -480, + "z": 0 + }, + "id": 370 + }, + { + "block": 0, + "color": 5, + "type": 9, + "position": { + "x": 0, + "y": -240, + "z": 0 + }, + "adhesiveTime": 2, + "id": 380 + }, + { + "block": 5, + "color": 2, + "type": 9, + "position": { + "x": -120, + "y": -360, + "z": 0 + }, + "adhesiveTime": 1, + "id": 390 + }, + { + "block": 2, + "color": 1, + "type": 3, + "position": { + "x": 360, + "y": -120, + "z": 0 + }, + "lockTime": 6, + "id": 400 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 453, + "num": 1, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 454, + "num": 2, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 455, + "num": 3, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 456, + "num": 4, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 457, + "num": 5, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 458, + "num": 6, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 459, + "num": 9, + "color": 6, + "special": 0, + "length": 1 + }, + { + "id": 460, + "num": 21, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 461, + "num": 23, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 462, + "num": 30, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 463, + "num": 31, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 464, + "num": 26, + "color": 5, + "special": 0, + "length": 3 + }, + { + "id": 465, + "num": 27, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 466, + "num": 28, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 467, + "num": 18, + "color": 10, + "special": 4, + "length": 2 + }, + { + "id": 468, + "num": 20, + "color": 10, + "special": 4, + "length": 0 + }, + { + "id": 469, + "num": 8, + "color": 1, + "special": 4, + "length": 2 + }, + { + "id": 470, + "num": 10, + "color": 1, + "special": 4, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level453.json b/assets/custom/Json/level453.json new file mode 100644 index 0000000..32ced04 --- /dev/null +++ b/assets/custom/Json/level453.json @@ -0,0 +1,578 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "153", + "map": [ + 11, + 11 + ], + "time": 120, + "gap": [ + { + "x": 1, + "y": 9, + "z": 0 + }, + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 9, + "y": 1, + "z": 0 + }, + { + "x": 9, + "y": 9, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 180, + "y": -180, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": -300, + "z": 0 + }, + "id": 220 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": -180, + "z": 0 + }, + "id": 230 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": -60, + "y": -180, + "z": 0 + }, + "id": 240 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": -60, + "y": -300, + "z": 0 + }, + "id": 250 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 180, + "y": -300, + "z": 0 + }, + "id": 260 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 180, + "y": -60, + "z": 0 + }, + "id": 270 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": -60, + "y": -60, + "z": 0 + }, + "id": 280 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": -60, + "z": 0 + }, + "id": 290 + }, + { + "block": 14, + "color": 8, + "type": 0, + "position": { + "x": 60, + "y": 300, + "z": 0 + }, + "id": 300 + }, + { + "block": 1, + "color": 11, + "type": 0, + "position": { + "x": 540, + "y": 60, + "z": 0 + }, + "id": 310 + }, + { + "block": 1, + "color": 11, + "type": 0, + "position": { + "x": -300, + "y": 60, + "z": 0 + }, + "id": 320 + }, + { + "block": 5, + "color": 9, + "type": 0, + "position": { + "x": -300, + "y": 180, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": -300, + "y": -540, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": -180, + "y": -420, + "z": 0 + }, + "id": 350 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": -180, + "y": -180, + "z": 0 + }, + "id": 360 + }, + { + "block": 3, + "color": 6, + "type": 0, + "position": { + "x": 180, + "y": 60, + "z": 0 + }, + "id": 370 + }, + { + "block": 5, + "color": 3, + "type": 0, + "position": { + "x": 540, + "y": 180, + "z": 0 + }, + "id": 380 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 300, + "y": -180, + "z": 0 + }, + "id": 390 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": 300, + "y": -420, + "z": 0 + }, + "id": 400 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": 420, + "y": -540, + "z": 0 + }, + "id": 410 + }, + { + "block": 0, + "color": 10, + "type": 9, + "position": { + "x": 540, + "y": -180, + "z": 0 + }, + "adhesiveTime": 2, + "id": 420 + }, + { + "block": 0, + "color": 7, + "type": 9, + "position": { + "x": 420, + "y": -180, + "z": 0 + }, + "adhesiveTime": 1, + "id": 430 + }, + { + "block": 0, + "color": 1, + "type": 9, + "position": { + "x": 180, + "y": 300, + "z": 0 + }, + "adhesiveTime": 2, + "id": 440 + }, + { + "block": 0, + "color": 7, + "type": 9, + "position": { + "x": 180, + "y": 180, + "z": 0 + }, + "adhesiveTime": 1, + "id": 450 + }, + { + "block": 0, + "color": 3, + "type": 9, + "position": { + "x": -60, + "y": 300, + "z": 0 + }, + "adhesiveTime": 2, + "id": 460 + }, + { + "block": 0, + "color": 2, + "type": 9, + "position": { + "x": -60, + "y": 180, + "z": 0 + }, + "adhesiveTime": 1, + "id": 470 + }, + { + "block": 0, + "color": 1, + "type": 9, + "position": { + "x": -300, + "y": -180, + "z": 0 + }, + "adhesiveTime": 2, + "id": 480 + }, + { + "block": 0, + "color": 5, + "type": 9, + "position": { + "x": -420, + "y": -180, + "z": 0 + }, + "adhesiveTime": 1, + "id": 490 + }, + { + "block": 22, + "color": 7, + "type": 4, + "position": { + "x": -180, + "y": 300, + "z": 0 + }, + "freezeTime": 6, + "id": 500 + }, + { + "block": 21, + "color": 5, + "type": 4, + "position": { + "x": 300, + "y": 300, + "z": 0 + }, + "freezeTime": 10, + "id": 510 + }, + { + "block": 0, + "color": 9, + "type": 4, + "position": { + "x": -420, + "y": -300, + "z": 0 + }, + "freezeTime": 12, + "id": 520 + }, + { + "block": 0, + "color": 3, + "type": 4, + "position": { + "x": 540, + "y": -300, + "z": 0 + }, + "freezeTime": 15, + "id": 530 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 154, + "num": 1, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 155, + "num": 2, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 156, + "num": 4, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 157, + "num": 5, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 158, + "num": 12, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 159, + "num": 14, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 160, + "num": 16, + "color": 8, + "special": 3, + "length": 3, + "freeze": 11 + }, + { + "id": 161, + "num": 18, + "color": 8, + "special": 3, + "length": 0, + "freeze": 11 + }, + { + "id": 162, + "num": 20, + "color": 8, + "special": 3, + "length": 0, + "freeze": 11 + }, + { + "id": 163, + "num": 22, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 164, + "num": 24, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 165, + "num": 33, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 166, + "num": 34, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 167, + "num": 30, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 168, + "num": 31, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 169, + "num": 21, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 170, + "num": 23, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 171, + "num": 15, + "color": 6, + "special": 3, + "length": 3, + "freeze": 8 + }, + { + "id": 172, + "num": 17, + "color": 6, + "special": 3, + "length": 0, + "freeze": 8 + }, + { + "id": 173, + "num": 19, + "color": 6, + "special": 3, + "length": 0, + "freeze": 8 + }, + { + "id": 174, + "num": 11, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 175, + "num": 13, + "color": 3, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level454.json b/assets/custom/Json/level454.json new file mode 100644 index 0000000..18a967e --- /dev/null +++ b/assets/custom/Json/level454.json @@ -0,0 +1,564 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "454", + "map": [ + 10, + 12 + ], + "time": 135, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 8, + "type": 0, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 8, + "type": 0, + "position": { + "x": -240, + "y": 120, + "z": 0 + }, + "id": 220 + }, + { + "block": 23, + "color": 8, + "type": 0, + "position": { + "x": -360, + "y": 120, + "z": 0 + }, + "id": 230 + }, + { + "block": 23, + "color": 8, + "type": 0, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "id": 240 + }, + { + "block": 23, + "color": 8, + "type": 0, + "position": { + "x": -240, + "y": -120, + "z": 0 + }, + "id": 250 + }, + { + "block": 23, + "color": 8, + "type": 0, + "position": { + "x": -360, + "y": -120, + "z": 0 + }, + "id": 260 + }, + { + "block": 23, + "color": 8, + "type": 0, + "position": { + "x": 480, + "y": -120, + "z": 0 + }, + "id": 270 + }, + { + "block": 23, + "color": 8, + "type": 0, + "position": { + "x": 360, + "y": -120, + "z": 0 + }, + "id": 280 + }, + { + "block": 23, + "color": 8, + "type": 0, + "position": { + "x": 240, + "y": -120, + "z": 0 + }, + "id": 290 + }, + { + "block": 23, + "color": 8, + "type": 0, + "position": { + "x": 480, + "y": 120, + "z": 0 + }, + "id": 300 + }, + { + "block": 23, + "color": 8, + "type": 0, + "position": { + "x": 360, + "y": 120, + "z": 0 + }, + "id": 310 + }, + { + "block": 23, + "color": 8, + "type": 0, + "position": { + "x": 240, + "y": 120, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 1, + "type": 2, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "id": 340 + }, + { + "block": 1, + "color": 6, + "type": 2, + "position": { + "x": -240, + "y": -240, + "z": 0 + }, + "id": 350 + }, + { + "block": 19, + "color": 6, + "type": 3, + "position": { + "x": 0, + "y": 360, + "z": 0 + }, + "lockTime": 3, + "id": 350 + }, + { + "block": 0, + "color": 4, + "type": 2, + "position": { + "x": 240, + "y": 0, + "z": 0 + }, + "id": 360 + }, + { + "block": 1, + "color": 8, + "type": 13, + "position": { + "x": 480, + "y": -240, + "z": 0 + }, + "id": 380 + }, + { + "block": 1, + "color": 9, + "type": 13, + "position": { + "x": 480, + "y": 240, + "z": 0 + }, + "id": 390 + }, + { + "block": 1, + "color": 5, + "type": 13, + "position": { + "x": -240, + "y": 240, + "z": 0 + }, + "id": 400 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": -360, + "y": 360, + "z": 0 + }, + "id": 410 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": 480, + "y": 360, + "z": 0 + }, + "id": 420 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": -120, + "y": -240, + "z": 0 + }, + "id": 430 + }, + { + "block": 21, + "color": 2, + "type": 0, + "position": { + "x": -120, + "y": -600, + "z": 0 + }, + "id": 440 + }, + { + "block": 22, + "color": 6, + "type": 0, + "position": { + "x": 240, + "y": -600, + "z": 0 + }, + "id": 450 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 240, + "y": -240, + "z": 0 + }, + "id": 460 + }, + { + "block": 0, + "color": 4, + "type": 7, + "position": { + "x": -120, + "y": 480, + "z": 0 + }, + "id": 470 + }, + { + "block": 0, + "color": 1, + "type": 7, + "position": { + "x": 240, + "y": 480, + "z": 0 + }, + "id": 480 + }, + { + "block": 1, + "color": 9, + "type": 7, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "id": 490 + }, + { + "block": 1, + "color": 8, + "type": 5, + "position": { + "x": -240, + "y": 0, + "z": 0 + }, + "id": 500 + }, + { + "block": 1, + "color": 3, + "type": 5, + "position": { + "x": 480, + "y": 0, + "z": 0 + }, + "id": 510 + }, + { + "block": 1, + "color": 10, + "type": 9, + "position": { + "x": 480, + "y": -360, + "z": 0 + }, + "adhesiveTime": 2, + "id": 520 + }, + { + "block": 0, + "color": 4, + "type": 9, + "position": { + "x": 360, + "y": -480, + "z": 0 + }, + "adhesiveTime": 1, + "id": 530 + }, + { + "block": 1, + "color": 3, + "type": 9, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "adhesiveTime": 2, + "id": 540 + }, + { + "block": 0, + "color": 9, + "type": 9, + "position": { + "x": -240, + "y": -480, + "z": 0 + }, + "adhesiveTime": 1, + "id": 550 + }, + { + "block": 5, + "color": 10, + "type": 8, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "id": 560 + }, + { + "block": 20, + "color": 8, + "type": 12, + "position": { + "x": 240, + "y": 360, + "z": 0 + }, + "lockTime2": 3, + "id": 560 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 455, + "num": 1, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 456, + "num": 2, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 457, + "num": 5, + "color": 8, + "special": 0, + "length": 1 + }, + { + "id": 458, + "num": 8, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 459, + "num": 9, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 460, + "num": 15, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 461, + "num": 17, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 462, + "num": 19, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 463, + "num": 21, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 464, + "num": 34, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 465, + "num": 35, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 466, + "num": 31, + "color": 3, + "special": 0, + "length": 1 + }, + { + "id": 467, + "num": 27, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 468, + "num": 28, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 469, + "num": 20, + "color": 3, + "special": 1, + "length": 2 + }, + { + "id": 470, + "num": 22, + "color": 3, + "special": 1, + "length": 0 + }, + { + "id": 471, + "num": 16, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 472, + "num": 18, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 473, + "num": 12, + "color": 8, + "special": 1, + "length": 2 + }, + { + "id": 474, + "num": 14, + "color": 8, + "special": 1, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level455.json b/assets/custom/Json/level455.json new file mode 100644 index 0000000..a517c78 --- /dev/null +++ b/assets/custom/Json/level455.json @@ -0,0 +1,397 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "455", + "map": [ + 8, + 10 + ], + "time": 150, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 4, + "type": 0, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 4, + "type": 0, + "position": { + "x": 0, + "y": -120, + "z": 0 + }, + "id": 220 + }, + { + "block": 5, + "color": 3, + "type": 3, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "lockTime": 5, + "id": 230 + }, + { + "block": 1, + "color": 10, + "type": 2, + "position": { + "x": 120, + "y": 360, + "z": 0 + }, + "id": 240 + }, + { + "block": 1, + "color": 7, + "type": 2, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "id": 250 + }, + { + "block": 1, + "color": 6, + "type": 2, + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 4, + "type": 2, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 10, + "type": 2, + "position": { + "x": 0, + "y": -240, + "z": 0 + }, + "id": 280 + }, + { + "block": 5, + "color": 9, + "type": 12, + "position": { + "x": 360, + "y": -480, + "z": 0 + }, + "lockTime2": 5, + "id": 290 + }, + { + "block": 1, + "color": 8, + "type": 13, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "id": 300 + }, + { + "block": 1, + "color": 1, + "type": 13, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 9, + "type": 13, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "id": 320 + }, + { + "block": 1, + "color": 9, + "type": 13, + "position": { + "x": 240, + "y": 0, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 5, + "type": 13, + "position": { + "x": 240, + "y": 120, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 9, + "type": 6, + "position": { + "x": -240, + "y": -120, + "z": 0 + }, + "boomTime": 12, + "id": 350 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": -240, + "y": -240, + "z": 0 + }, + "id": 360 + }, + { + "block": 10, + "color": 1, + "type": 0, + "position": { + "x": -240, + "y": 120, + "z": 0 + }, + "id": 370 + }, + { + "block": 6, + "color": 4, + "type": 0, + "position": { + "x": 360, + "y": 120, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 360, + "y": -120, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "id": 400 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 0, + "y": 120, + "z": 0 + }, + "id": 410 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "id": 420 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 456, + "num": 0, + "color": 2, + "special": 0, + "length": 1 + }, + { + "id": 457, + "num": 1, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 458, + "num": 2, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 459, + "num": 5, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 460, + "num": 6, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 461, + "num": 9, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 462, + "num": 11, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 463, + "num": 17, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 464, + "num": 19, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 465, + "num": 25, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 466, + "num": 26, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 467, + "num": 21, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 468, + "num": 22, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 469, + "num": 20, + "color": 10, + "special": 0, + "length": 1 + }, + { + "id": 470, + "num": 14, + "color": 6, + "special": 3, + "length": 2, + "freeze": 9 + }, + { + "id": 471, + "num": 16, + "color": 6, + "special": 3, + "length": 0, + "freeze": 9 + }, + { + "id": 472, + "num": 10, + "color": 4, + "special": 3, + "length": 2, + "freeze": 6 + }, + { + "id": 473, + "num": 12, + "color": 4, + "special": 3, + "length": 0, + "freeze": 6 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level456.json b/assets/custom/Json/level456.json new file mode 100644 index 0000000..c191cea --- /dev/null +++ b/assets/custom/Json/level456.json @@ -0,0 +1,384 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "456", + "map": [ + 8, + 10 + ], + "time": 100, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 5, + "color": 8, + "type": 3, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "lockTime": 5, + "id": 210 + }, + { + "block": 1, + "color": 8, + "type": 2, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "id": 220 + }, + { + "block": 1, + "color": 10, + "type": 2, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "id": 230 + }, + { + "block": 1, + "color": 1, + "type": 2, + "position": { + "x": 360, + "y": -120, + "z": 0 + }, + "id": 240 + }, + { + "block": 1, + "color": 3, + "type": 2, + "position": { + "x": -120, + "y": -240, + "z": 0 + }, + "id": 250 + }, + { + "block": 1, + "color": 6, + "type": 2, + "position": { + "x": 360, + "y": 120, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 0, + "y": -480, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "id": 290 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": 0, + "y": 240, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 0, + "y": -360, + "z": 0 + }, + "id": 310 + }, + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "id": 320 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "id": 340 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "id": 350 + }, + { + "block": 20, + "color": 3, + "type": 0, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 370 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": -120, + "y": 360, + "z": 0 + }, + "id": 390 + }, + { + "block": 20, + "color": 10, + "type": 4, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "freezeTime": 13, + "id": 400 + }, + { + "block": 19, + "color": 7, + "type": 4, + "position": { + "x": 360, + "y": -480, + "z": 0 + }, + "freezeTime": 14, + "id": 410 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 457, + "num": 1, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 458, + "num": 2, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 459, + "num": 4, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 460, + "num": 5, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 461, + "num": 6, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 462, + "num": 7, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 463, + "num": 9, + "color": 2, + "special": 0, + "length": 1 + }, + { + "id": 464, + "num": 19, + "color": 5, + "special": 0, + "length": 1 + }, + { + "id": 465, + "num": 26, + "color": 7, + "special": 3, + "length": 2, + "freeze": 15 + }, + { + "id": 466, + "num": 27, + "color": 7, + "special": 3, + "length": 0, + "freeze": 15 + }, + { + "id": 467, + "num": 22, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 468, + "num": 23, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 469, + "num": 20, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 470, + "num": 21, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 471, + "num": 14, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 472, + "num": 16, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 473, + "num": 10, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 474, + "num": 12, + "color": 4, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level457.json b/assets/custom/Json/level457.json new file mode 100644 index 0000000..e6eb167 --- /dev/null +++ b/assets/custom/Json/level457.json @@ -0,0 +1,426 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "457", + "map": [ + 9, + 9 + ], + "time": 110, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": 300, + "y": -180, + "z": 0 + }, + "id": 210 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": -300, + "y": -180, + "z": 0 + }, + "id": 220 + }, + { + "block": 23, + "color": 8, + "type": 0, + "position": { + "x": -60, + "y": -180, + "z": 0 + }, + "id": 230 + }, + { + "block": 23, + "color": 8, + "type": 0, + "position": { + "x": -60, + "y": -60, + "z": 0 + }, + "id": 240 + }, + { + "block": 23, + "color": 8, + "type": 0, + "position": { + "x": 180, + "y": -180, + "z": 0 + }, + "id": 250 + }, + { + "block": 23, + "color": 8, + "type": 0, + "position": { + "x": 180, + "y": -60, + "z": 0 + }, + "id": 260 + }, + { + "block": 4, + "color": 3, + "type": 0, + "position": { + "x": -180, + "y": 60, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": -60, + "y": -300, + "z": 0 + }, + "id": 280 + }, + { + "block": 4, + "color": 1, + "type": 0, + "position": { + "x": 300, + "y": 60, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 180, + "y": -300, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": -180, + "y": -180, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": -300, + "y": 60, + "z": 0 + }, + "id": 320 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": 420, + "y": -180, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 1, + "type": 3, + "position": { + "x": 60, + "y": 180, + "z": 0 + }, + "lockTime": 3, + "id": 340 + }, + { + "block": 2, + "color": 7, + "type": 12, + "position": { + "x": 60, + "y": -180, + "z": 0 + }, + "lockTime2": 4, + "id": 350 + }, + { + "block": 0, + "color": 2, + "type": 13, + "position": { + "x": 300, + "y": -300, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 1, + "type": 13, + "position": { + "x": 300, + "y": -420, + "z": 0 + }, + "id": 370 + }, + { + "block": 0, + "color": 4, + "type": 13, + "position": { + "x": 60, + "y": -420, + "z": 0 + }, + "id": 380 + }, + { + "block": 3, + "color": 5, + "type": 13, + "position": { + "x": 180, + "y": 60, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 8, + "type": 2, + "position": { + "x": -60, + "y": 300, + "z": 0 + }, + "id": 400 + }, + { + "block": 0, + "color": 4, + "type": 2, + "position": { + "x": 180, + "y": 300, + "z": 0 + }, + "id": 410 + }, + { + "block": 0, + "color": 10, + "type": 2, + "position": { + "x": -180, + "y": -300, + "z": 0 + }, + "id": 420 + }, + { + "block": 0, + "color": 3, + "type": 2, + "position": { + "x": -180, + "y": -420, + "z": 0 + }, + "id": 430 + }, + { + "block": 0, + "color": 2, + "type": 6, + "position": { + "x": 60, + "y": -300, + "z": 0 + }, + "boomTime": 15, + "id": 440 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 458, + "num": 1, + "color": 4, + "special": 2, + "length": 2, + "lock": false + }, + { + "id": 459, + "num": 2, + "color": 4, + "special": 2, + "length": 0, + "lock": false + }, + { + "id": 460, + "num": 3, + "color": 1, + "special": 0, + "length": 3 + }, + { + "id": 461, + "num": 4, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 462, + "num": 5, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 463, + "num": 6, + "color": 2, + "special": 0, + "length": 1 + }, + { + "id": 464, + "num": 12, + "color": 5, + "special": 0, + "length": 3 + }, + { + "id": 465, + "num": 14, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 466, + "num": 16, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 467, + "num": 27, + "color": 10, + "special": 0, + "length": 1 + }, + { + "id": 468, + "num": 24, + "color": 3, + "special": 0, + "length": 3 + }, + { + "id": 469, + "num": 25, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 470, + "num": 26, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 471, + "num": 22, + "color": 8, + "special": 2, + "length": 2, + "lock": false + }, + { + "id": 472, + "num": 23, + "color": 8, + "special": 2, + "length": 0, + "lock": false + }, + { + "id": 473, + "num": 17, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 474, + "num": 19, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 475, + "num": 7, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 476, + "num": 9, + "color": 9, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level458.json b/assets/custom/Json/level458.json new file mode 100644 index 0000000..030f565 --- /dev/null +++ b/assets/custom/Json/level458.json @@ -0,0 +1,458 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "458", + "map": [ + 11, + 11 + ], + "time": 180, + "gap": [ + { + "x": 1, + "y": 9, + "z": 0 + }, + { + "x": 1, + "y": 8, + "z": 0 + }, + { + "x": 1, + "y": 7, + "z": 0 + }, + { + "x": 2, + "y": 8, + "z": 0 + }, + { + "x": 2, + "y": 7, + "z": 0 + }, + { + "x": 9, + "y": 1, + "z": 0 + }, + { + "x": 9, + "y": 2, + "z": 0 + }, + { + "x": 9, + "y": 3, + "z": 0 + }, + { + "x": 8, + "y": 2, + "z": 0 + }, + { + "x": 8, + "y": 3, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 14, + "color": 8, + "type": 3, + "position": { + "x": 60, + "y": 180, + "z": 0 + }, + "lockTime": 6, + "id": 210 + }, + { + "block": 2, + "color": 4, + "type": 2, + "position": { + "x": 300, + "y": 300, + "z": 0 + }, + "id": 220 + }, + { + "block": 0, + "color": 9, + "type": 2, + "position": { + "x": -60, + "y": 180, + "z": 0 + }, + "id": 230 + }, + { + "block": 2, + "color": 3, + "type": 2, + "position": { + "x": -60, + "y": -60, + "z": 0 + }, + "id": 240 + }, + { + "block": 2, + "color": 3, + "type": 2, + "position": { + "x": 300, + "y": -420, + "z": 0 + }, + "id": 250 + }, + { + "block": 0, + "color": 5, + "type": 2, + "position": { + "x": -60, + "y": -300, + "z": 0 + }, + "id": 260 + }, + { + "block": 1, + "color": 8, + "type": 2, + "position": { + "x": 540, + "y": -180, + "z": 0 + }, + "id": 270 + }, + { + "block": 15, + "color": 1, + "type": 12, + "position": { + "x": 180, + "y": -420, + "z": 0 + }, + "lockTime2": 6, + "id": 280 + }, + { + "block": 1, + "color": 1, + "type": 13, + "position": { + "x": -300, + "y": -300, + "z": 0 + }, + "id": 290 + }, + { + "block": 1, + "color": 9, + "type": 13, + "position": { + "x": 60, + "y": -180, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 1, + "type": 13, + "position": { + "x": -180, + "y": 180, + "z": 0 + }, + "id": 320 + }, + { + "block": 2, + "color": 2, + "type": 13, + "position": { + "x": 180, + "y": -60, + "z": 0 + }, + "id": 330 + }, + { + "block": 1, + "color": 8, + "type": 13, + "position": { + "x": 540, + "y": 180, + "z": 0 + }, + "id": 340 + }, + { + "block": 23, + "color": 3, + "type": 13, + "position": { + "x": 300, + "y": -60, + "z": 0 + }, + "id": 350 + }, + { + "block": 23, + "color": 3, + "type": 13, + "position": { + "x": -180, + "y": -60, + "z": 0 + }, + "id": 360 + }, + { + "block": 5, + "color": 3, + "type": 0, + "position": { + "x": -300, + "y": -540, + "z": 0 + }, + "id": 370 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": -180, + "y": -540, + "z": 0 + }, + "id": 380 + }, + { + "block": 2, + "color": 4, + "type": 13, + "position": { + "x": 60, + "y": -60, + "z": 0 + }, + "id": 380 + }, + { + "block": 3, + "color": 9, + "type": 0, + "position": { + "x": 420, + "y": -540, + "z": 0 + }, + "id": 390 + }, + { + "block": 20, + "color": 10, + "type": 0, + "position": { + "x": -300, + "y": -180, + "z": 0 + }, + "id": 400 + }, + { + "block": 22, + "color": 4, + "type": 0, + "position": { + "x": 540, + "y": -60, + "z": 0 + }, + "id": 410 + }, + { + "block": 5, + "color": 10, + "type": 0, + "position": { + "x": 540, + "y": 300, + "z": 0 + }, + "id": 420 + }, + { + "block": 3, + "color": 5, + "type": 0, + "position": { + "x": -60, + "y": 420, + "z": 0 + }, + "id": 430 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 459, + "num": 1, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 460, + "num": 2, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 461, + "num": 3, + "color": 1, + "special": 3, + "length": 2, + "freeze": 11 + }, + { + "id": 462, + "num": 4, + "color": 1, + "special": 3, + "length": 0, + "freeze": 11 + }, + { + "id": 463, + "num": 14, + "color": 9, + "special": 0, + "length": 3 + }, + { + "id": 464, + "num": 16, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 465, + "num": 18, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 466, + "num": 24, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 467, + "num": 30, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 468, + "num": 37, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 469, + "num": 38, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 470, + "num": 35, + "color": 10, + "special": 3, + "length": 2, + "freeze": 19 + }, + { + "id": 471, + "num": 36, + "color": 10, + "special": 3, + "length": 0, + "freeze": 19 + }, + { + "id": 472, + "num": 21, + "color": 5, + "special": 0, + "length": 3 + }, + { + "id": 473, + "num": 23, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 474, + "num": 25, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 475, + "num": 9, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 476, + "num": 15, + "color": 4, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level459.json b/assets/custom/Json/level459.json new file mode 100644 index 0000000..335f505 --- /dev/null +++ b/assets/custom/Json/level459.json @@ -0,0 +1,402 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "459", + "map": [ + 8, + 10 + ], + "time": 215, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 5, + "color": 3, + "type": 3, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "lockTime": 8, + "id": 210 + }, + { + "block": 21, + "color": 7, + "type": 2, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "id": 220 + }, + { + "block": 0, + "color": 7, + "type": 2, + "position": { + "x": -240, + "y": 240, + "z": 0 + }, + "id": 230 + }, + { + "block": 2, + "color": 8, + "type": 2, + "position": { + "x": 0, + "y": -480, + "z": 0 + }, + "id": 240 + }, + { + "block": 2, + "color": 6, + "type": 2, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 250 + }, + { + "block": 22, + "color": 9, + "type": 2, + "position": { + "x": 240, + "y": 0, + "z": 0 + }, + "id": 260 + }, + { + "block": 0, + "color": 6, + "type": 2, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "id": 270 + }, + { + "block": 1, + "color": 1, + "type": 2, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "id": 280 + }, + { + "block": 1, + "color": 2, + "type": 2, + "position": { + "x": 120, + "y": 360, + "z": 0 + }, + "id": 290 + }, + { + "block": 2, + "color": 5, + "type": 1, + "position": { + "x": -240, + "y": -480, + "z": 0 + }, + "stacking": 7, + "id": 300 + }, + { + "block": 2, + "color": 1, + "type": 1, + "position": { + "x": -240, + "y": -240, + "z": 0 + }, + "stacking": 3, + "id": 310 + }, + { + "block": 2, + "color": 1, + "type": 1, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "stacking": 3, + "id": 320 + }, + { + "block": 2, + "color": 2, + "type": 1, + "position": { + "x": 360, + "y": -480, + "z": 0 + }, + "stacking": 8, + "id": 330 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 0, + "y": -240, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": -240, + "y": 120, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": 360, + "y": 120, + "z": 0 + }, + "id": 370 + }, + { + "block": 2, + "color": 8, + "type": 4, + "position": { + "x": -120, + "y": 240, + "z": 0 + }, + "freezeTime": 5, + "id": 380 + }, + { + "block": 2, + "color": 1, + "type": 4, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "freezeTime": 9, + "id": 390 + }, + { + "block": 2, + "color": 4, + "type": 4, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "freezeTime": 11, + "id": 400 + }, + { + "block": 2, + "color": 5, + "type": 4, + "position": { + "x": 240, + "y": -480, + "z": 0 + }, + "freezeTime": 14, + "id": 410 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 460, + "num": 1, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 461, + "num": 2, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 462, + "num": 5, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 463, + "num": 6, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 464, + "num": 9, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 465, + "num": 11, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 466, + "num": 13, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 467, + "num": 15, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 468, + "num": 17, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 469, + "num": 19, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 470, + "num": 25, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 471, + "num": 26, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 472, + "num": 21, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 473, + "num": 22, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 474, + "num": 16, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 475, + "num": 18, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 476, + "num": 12, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 477, + "num": 14, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 478, + "num": 8, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 479, + "num": 10, + "color": 1, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level460.json b/assets/custom/Json/level460.json new file mode 100644 index 0000000..c4a5c4f --- /dev/null +++ b/assets/custom/Json/level460.json @@ -0,0 +1,410 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "460", + "map": [ + 8, + 10 + ], + "time": 105, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 4, + "color": 1, + "type": 0, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 210 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "id": 220 + }, + { + "block": 4, + "color": 7, + "type": 0, + "position": { + "x": 0, + "y": 120, + "z": 0 + }, + "id": 230 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": 240, + "y": 120, + "z": 0 + }, + "id": 240 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": 360, + "y": -120, + "z": 0 + }, + "id": 250 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": -120, + "y": -360, + "z": 0 + }, + "id": 270 + }, + { + "block": 6, + "color": 6, + "type": 0, + "position": { + "x": 360, + "y": 120, + "z": 0 + }, + "id": 280 + }, + { + "block": 1, + "color": 9, + "type": 3, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "lockTime": 6, + "id": 290 + }, + { + "block": 0, + "color": 9, + "type": 2, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 3, + "type": 2, + "position": { + "x": 0, + "y": -360, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 3, + "type": 2, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 1, + "type": 2, + "position": { + "x": 120, + "y": 360, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 5, + "type": 2, + "position": { + "x": 0, + "y": -480, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 7, + "type": 2, + "position": { + "x": 0, + "y": -240, + "z": 0 + }, + "id": 350 + }, + { + "block": 5, + "color": 5, + "type": 12, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "lockTime2": 6, + "id": 360 + }, + { + "block": 0, + "color": 5, + "type": 13, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "id": 370 + }, + { + "block": 1, + "color": 6, + "type": 13, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 6, + "type": 13, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 390 + }, + { + "block": 1, + "color": 2, + "type": 13, + "position": { + "x": 360, + "y": -480, + "z": 0 + }, + "id": 400 + }, + { + "block": 0, + "color": 1, + "type": 13, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "id": 410 + }, + { + "block": 0, + "color": 7, + "type": 13, + "position": { + "x": -240, + "y": -240, + "z": 0 + }, + "id": 420 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 461, + "num": 1, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 462, + "num": 2, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 463, + "num": 3, + "color": 6, + "special": 0, + "length": 3 + }, + { + "id": 464, + "num": 4, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 465, + "num": 5, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 466, + "num": 9, + "color": 1, + "special": 2, + "length": 2, + "lock": false + }, + { + "id": 467, + "num": 11, + "color": 1, + "special": 2, + "length": 0, + "lock": false + }, + { + "id": 468, + "num": 13, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 469, + "num": 15, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 470, + "num": 17, + "color": 7, + "special": 2, + "length": 2, + "lock": false + }, + { + "id": 471, + "num": 19, + "color": 7, + "special": 2, + "length": 0, + "lock": false + }, + { + "id": 472, + "num": 23, + "color": 3, + "special": 0, + "length": 3 + }, + { + "id": 473, + "num": 24, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 474, + "num": 25, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 475, + "num": 21, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 476, + "num": 22, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 477, + "num": 16, + "color": 7, + "special": 0, + "length": 1 + }, + { + "id": 478, + "num": 12, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 479, + "num": 14, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 480, + "num": 10, + "color": 1, + "special": 0, + "length": 1 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level461.json b/assets/custom/Json/level461.json new file mode 100644 index 0000000..ab94efe --- /dev/null +++ b/assets/custom/Json/level461.json @@ -0,0 +1,422 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "461", + "map": [ + 8, + 10 + ], + "time": 120, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 6, + "type": 0, + "position": { + "x": 360, + "y": 360, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 6, + "type": 0, + "position": { + "x": -240, + "y": 360, + "z": 0 + }, + "id": 220 + }, + { + "block": 23, + "color": 6, + "type": 0, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 230 + }, + { + "block": 23, + "color": 6, + "type": 0, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "id": 240 + }, + { + "block": 23, + "color": 6, + "type": 0, + "position": { + "x": -240, + "y": -480, + "z": 0 + }, + "id": 250 + }, + { + "block": 23, + "color": 6, + "type": 0, + "position": { + "x": 360, + "y": -480, + "z": 0 + }, + "id": 260 + }, + { + "block": 19, + "color": 9, + "type": 0, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "id": 270 + }, + { + "block": 20, + "color": 9, + "type": 0, + "position": { + "x": 360, + "y": 120, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": -120, + "y": -240, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 240, + "y": 0, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": 240, + "y": -240, + "z": 0 + }, + "id": 310 + }, + { + "block": 1, + "color": 3, + "type": 0, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": -240, + "y": 0, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "id": 360 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": -240, + "y": -240, + "z": 0 + }, + "id": 370 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "id": 380 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 390 + }, + { + "block": 2, + "color": 4, + "type": 8, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "id": 400 + }, + { + "block": 2, + "color": 3, + "type": 8, + "position": { + "x": 240, + "y": -480, + "z": 0 + }, + "id": 410 + }, + { + "block": 0, + "color": 5, + "type": 2, + "position": { + "x": 120, + "y": 0, + "z": 0 + }, + "id": 420 + }, + { + "block": 0, + "color": 2, + "type": 2, + "position": { + "x": 0, + "y": 120, + "z": 0 + }, + "id": 430 + }, + { + "block": 1, + "color": 7, + "type": 2, + "position": { + "x": 120, + "y": 360, + "z": 0 + }, + "id": 440 + }, + { + "block": 0, + "color": 7, + "type": 2, + "position": { + "x": -240, + "y": 240, + "z": 0 + }, + "id": 450 + }, + { + "block": 0, + "color": 10, + "type": 2, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "id": 460 + }, + { + "block": 5, + "color": 5, + "type": 3, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "lockTime": 5, + "id": 470 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 462, + "num": 3, + "color": 8, + "special": 3, + "length": 1, + "freeze": 17 + }, + { + "id": 463, + "num": 4, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 464, + "num": 5, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 465, + "num": 11, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 466, + "num": 13, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 467, + "num": 15, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 468, + "num": 17, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 469, + "num": 24, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 470, + "num": 25, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 471, + "num": 23, + "color": 7, + "special": 3, + "length": 1, + "freeze": 12 + }, + { + "id": 472, + "num": 16, + "color": 10, + "special": 0, + "length": 1 + }, + { + "id": 473, + "num": 12, + "color": 9, + "special": 3, + "length": 2, + "freeze": 11 + }, + { + "id": 474, + "num": 14, + "color": 9, + "special": 3, + "length": 0, + "freeze": 11 + }, + { + "id": 475, + "num": 10, + "color": 6, + "special": 0, + "length": 1 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level462.json b/assets/custom/Json/level462.json new file mode 100644 index 0000000..c401116 --- /dev/null +++ b/assets/custom/Json/level462.json @@ -0,0 +1,567 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "462", + "map": [ + 11, + 13 + ], + "time": 120, + "gap": [ + { + "x": 1, + "y": 2, + "z": 0 + }, + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 9, + "y": 1, + "z": 0 + }, + { + "x": 9, + "y": 2, + "z": 0 + }, + { + "x": 4, + "y": 11, + "z": 0 + }, + { + "x": 5, + "y": 11, + "z": 0 + }, + { + "x": 6, + "y": 11, + "z": 0 + }, + { + "x": 4, + "y": 10, + "z": 0 + }, + { + "x": 5, + "y": 10, + "z": 0 + }, + { + "x": 6, + "y": 10, + "z": 0 + }, + { + "x": 6, + "y": 9, + "z": 0 + }, + { + "x": 5, + "y": 9, + "z": 0 + }, + { + "x": 4, + "y": 9, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 9, + "type": 0, + "position": { + "x": -300, + "y": -60, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 9, + "type": 0, + "position": { + "x": -420, + "y": 60, + "z": 0 + }, + "id": 220 + }, + { + "block": 23, + "color": 9, + "type": 0, + "position": { + "x": -420, + "y": -60, + "z": 0 + }, + "id": 230 + }, + { + "block": 23, + "color": 9, + "type": 0, + "position": { + "x": -420, + "y": -180, + "z": 0 + }, + "id": 240 + }, + { + "block": 23, + "color": 9, + "type": 0, + "position": { + "x": 540, + "y": -180, + "z": 0 + }, + "id": 250 + }, + { + "block": 23, + "color": 9, + "type": 0, + "position": { + "x": 540, + "y": -60, + "z": 0 + }, + "id": 260 + }, + { + "block": 23, + "color": 9, + "type": 0, + "position": { + "x": 540, + "y": 60, + "z": 0 + }, + "id": 270 + }, + { + "block": 23, + "color": 9, + "type": 0, + "position": { + "x": 420, + "y": -60, + "z": 0 + }, + "id": 280 + }, + { + "block": 3, + "color": 3, + "type": 0, + "position": { + "x": 180, + "y": 180, + "z": 0 + }, + "id": 290 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": 60, + "y": -420, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": -180, + "y": 420, + "z": 0 + }, + "id": 310 + }, + { + "block": 5, + "color": 6, + "type": 0, + "position": { + "x": -60, + "y": -540, + "z": 0 + }, + "id": 320 + }, + { + "block": 5, + "color": 8, + "type": 0, + "position": { + "x": 300, + "y": -540, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": 60, + "y": -660, + "z": 0 + }, + "id": 340 + }, + { + "block": 18, + "color": 10, + "type": 3, + "position": { + "x": -300, + "y": 180, + "z": 0 + }, + "lockTime": 6, + "id": 350 + }, + { + "block": 1, + "color": 10, + "type": 2, + "position": { + "x": 180, + "y": -60, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 5, + "type": 2, + "position": { + "x": -300, + "y": -540, + "z": 0 + }, + "id": 370 + }, + { + "block": 0, + "color": 5, + "type": 2, + "position": { + "x": -300, + "y": -180, + "z": 0 + }, + "id": 380 + }, + { + "block": 2, + "color": 2, + "type": 2, + "position": { + "x": -300, + "y": -420, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 7, + "type": 2, + "position": { + "x": 420, + "y": -180, + "z": 0 + }, + "id": 400 + }, + { + "block": 0, + "color": 9, + "type": 2, + "position": { + "x": 420, + "y": -540, + "z": 0 + }, + "id": 410 + }, + { + "block": 2, + "color": 7, + "type": 13, + "position": { + "x": -180, + "y": 60, + "z": 0 + }, + "id": 420 + }, + { + "block": 1, + "color": 9, + "type": 13, + "position": { + "x": 60, + "y": 60, + "z": 0 + }, + "id": 430 + }, + { + "block": 2, + "color": 9, + "type": 13, + "position": { + "x": -180, + "y": -300, + "z": 0 + }, + "id": 440 + }, + { + "block": 3, + "color": 4, + "type": 13, + "position": { + "x": 180, + "y": -180, + "z": 0 + }, + "id": 450 + }, + { + "block": 2, + "color": 5, + "type": 13, + "position": { + "x": 300, + "y": -300, + "z": 0 + }, + "id": 460 + }, + { + "block": 2, + "color": 2, + "type": 13, + "position": { + "x": 300, + "y": 60, + "z": 0 + }, + "id": 470 + }, + { + "block": 18, + "color": 4, + "type": 12, + "position": { + "x": 420, + "y": 180, + "z": 0 + }, + "lockTime2": 6, + "id": 480 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": 300, + "y": 420, + "z": 0 + }, + "id": 490 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": 420, + "y": -420, + "z": 0 + }, + "id": 500 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 463, + "num": 0, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 464, + "num": 1, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 465, + "num": 7, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 466, + "num": 8, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 467, + "num": 12, + "color": 4, + "special": 0, + "length": 3 + }, + { + "id": 468, + "num": 14, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 469, + "num": 16, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 470, + "num": 30, + "color": 3, + "special": 0, + "length": 3 + }, + { + "id": 471, + "num": 32, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 472, + "num": 36, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 473, + "num": 44, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 474, + "num": 45, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 475, + "num": 37, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 476, + "num": 38, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 477, + "num": 29, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 478, + "num": 31, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 479, + "num": 17, + "color": 10, + "special": 0, + "length": 3 + }, + { + "id": 480, + "num": 22, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 481, + "num": 24, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 482, + "num": 13, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 483, + "num": 15, + "color": 9, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level463.json b/assets/custom/Json/level463.json new file mode 100644 index 0000000..07c90ef --- /dev/null +++ b/assets/custom/Json/level463.json @@ -0,0 +1,439 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [ + { + "x": 4, + "y": 2, + "color": "9" + }, + { + "x": 4, + "y": 3, + "color": "9" + }, + { + "x": 4, + "y": 4, + "color": "9" + }, + { + "x": 3, + "y": 9, + "color": "3" + }, + { + "x": 4, + "y": 9, + "color": "3" + }, + { + "x": 5, + "y": 9, + "color": "3" + } + ], + "id": "463", + "map": [ + 9, + 12 + ], + "time": 110, + "gap": [ + { + "x": 1, + "y": 2, + "z": 0 + }, + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 7, + "y": 2, + "z": 0 + }, + { + "x": 7, + "y": 1, + "z": 0 + }, + { + "x": 1, + "y": 9, + "z": 0 + }, + { + "x": 1, + "y": 10, + "z": 0 + }, + { + "x": 7, + "y": 10, + "z": 0 + }, + { + "x": 7, + "y": 9, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 22, + "color": 5, + "type": 0, + "position": { + "x": -180, + "y": -480, + "z": 0 + }, + "id": 210 + }, + { + "block": 21, + "color": 9, + "type": 0, + "position": { + "x": 300, + "y": -480, + "z": 0 + }, + "id": 220 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": -60, + "y": -240, + "z": 0 + }, + "id": 230 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": -60, + "y": -480, + "z": 0 + }, + "id": 240 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": 300, + "y": 120, + "z": 0 + }, + "id": 250 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": 180, + "y": 120, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": 420, + "y": 120, + "z": 0 + }, + "id": 270 + }, + { + "block": 18, + "color": 9, + "type": 3, + "position": { + "x": -60, + "y": 0, + "z": 0 + }, + "lockTime": 6, + "id": 280 + }, + { + "block": 1, + "color": 9, + "type": 2, + "position": { + "x": -180, + "y": -240, + "z": 0 + }, + "id": 290 + }, + { + "block": 1, + "color": 10, + "type": 2, + "position": { + "x": 180, + "y": -600, + "z": 0 + }, + "id": 300 + }, + { + "block": 1, + "color": 10, + "type": 2, + "position": { + "x": 420, + "y": -240, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 4, + "type": 2, + "position": { + "x": 180, + "y": 480, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 5, + "type": 2, + "position": { + "x": 300, + "y": 480, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 10, + "type": 2, + "position": { + "x": -180, + "y": 480, + "z": 0 + }, + "id": 340 + }, + { + "block": 18, + "color": 3, + "type": 12, + "position": { + "x": 180, + "y": -240, + "z": 0 + }, + "lockTime2": 6, + "id": 350 + }, + { + "block": 2, + "color": 8, + "type": 13, + "position": { + "x": -300, + "y": 0, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 8, + "type": 13, + "position": { + "x": -60, + "y": 480, + "z": 0 + }, + "id": 370 + }, + { + "block": 1, + "color": 4, + "type": 13, + "position": { + "x": -180, + "y": -120, + "z": 0 + }, + "id": 380 + }, + { + "block": 1, + "color": 4, + "type": 13, + "position": { + "x": -60, + "y": -600, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 10, + "type": 13, + "position": { + "x": 300, + "y": 0, + "z": 0 + }, + "id": 400 + }, + { + "block": 1, + "color": 3, + "type": 13, + "position": { + "x": 180, + "y": 240, + "z": 0 + }, + "id": 410 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 464, + "num": 0, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 465, + "num": 1, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 466, + "num": 3, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 467, + "num": 4, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 468, + "num": 13, + "color": 2, + "special": 0, + "length": 1 + }, + { + "id": 469, + "num": 15, + "color": 3, + "special": 0, + "length": 3 + }, + { + "id": 470, + "num": 17, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 471, + "num": 19, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 472, + "num": 21, + "color": 1, + "special": 0, + "length": 1 + }, + { + "id": 473, + "num": 31, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 474, + "num": 32, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 475, + "num": 28, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 476, + "num": 29, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 477, + "num": 14, + "color": 9, + "special": 0, + "length": 3 + }, + { + "id": 478, + "num": 16, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 479, + "num": 18, + "color": 9, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level464.json b/assets/custom/Json/level464.json new file mode 100644 index 0000000..b4cf25c --- /dev/null +++ b/assets/custom/Json/level464.json @@ -0,0 +1,449 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "464", + "map": [ + 9, + 9 + ], + "time": 130, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": -300, + "y": -180, + "z": 0 + }, + "floor": 1, + "floorTime": 9, + "id": 210 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": -180, + "y": -180, + "z": 0 + }, + "floor": 1, + "floorTime": 9, + "id": 220 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": 300, + "y": -180, + "z": 0 + }, + "floor": 2, + "floorTime": 12, + "id": 230 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": 420, + "y": -180, + "z": 0 + }, + "floor": 2, + "floorTime": 12, + "id": 240 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": -180, + "z": 0 + }, + "id": 250 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": -300, + "z": 0 + }, + "id": 260 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": -420, + "z": 0 + }, + "id": 270 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": -60, + "y": -420, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": 420, + "y": 180, + "z": 0 + }, + "id": 290 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": 180, + "y": -420, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": -300, + "y": 180, + "z": 0 + }, + "id": 310 + }, + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": -180, + "y": -420, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 180, + "y": -180, + "z": 0 + }, + "id": 330 + }, + { + "block": 14, + "color": 5, + "type": 0, + "position": { + "x": 60, + "y": -60, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": -60, + "y": 180, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 180, + "y": 180, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": -180, + "y": -300, + "z": 0 + }, + "id": 370 + }, + { + "block": 3, + "color": 9, + "type": 0, + "position": { + "x": 180, + "y": 300, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": -60, + "y": -180, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 300, + "y": -300, + "z": 0 + }, + "id": 400 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": 420, + "y": -420, + "z": 0 + }, + "id": 410 + }, + { + "block": 0, + "color": 7, + "type": 9, + "position": { + "x": -300, + "y": 60, + "z": 0 + }, + "adhesiveTime": 2, + "id": 420 + }, + { + "block": 0, + "color": 6, + "type": 9, + "position": { + "x": -180, + "y": 60, + "z": 0 + }, + "adhesiveTime": 1, + "id": 430 + }, + { + "block": 0, + "color": 3, + "type": 9, + "position": { + "x": 420, + "y": 60, + "z": 0 + }, + "adhesiveTime": 2, + "id": 440 + }, + { + "block": 0, + "color": 8, + "type": 9, + "position": { + "x": 300, + "y": 60, + "z": 0 + }, + "adhesiveTime": 1, + "id": 450 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 465, + "num": 0, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 466, + "num": 1, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 467, + "num": 4, + "color": 10, + "special": 0, + "length": 1 + }, + { + "id": 468, + "num": 5, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 469, + "num": 6, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 470, + "num": 10, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 471, + "num": 12, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 472, + "num": 16, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 473, + "num": 18, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 474, + "num": 26, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 475, + "num": 27, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 476, + "num": 25, + "color": 7, + "special": 0, + "length": 1 + }, + { + "id": 477, + "num": 21, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 478, + "num": 22, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 479, + "num": 15, + "color": 9, + "special": 0, + "length": 3 + }, + { + "id": 480, + "num": 17, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 481, + "num": 19, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 482, + "num": 7, + "color": 5, + "special": 0, + "length": 3 + }, + { + "id": 483, + "num": 9, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 484, + "num": 11, + "color": 5, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level465.json b/assets/custom/Json/level465.json new file mode 100644 index 0000000..5d20146 --- /dev/null +++ b/assets/custom/Json/level465.json @@ -0,0 +1,525 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "465", + "map": [ + 9, + 12 + ], + "time": 150, + "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": 2, + "y": 1, + "z": 0 + }, + { + "x": 3, + "y": 1, + "z": 0 + }, + { + "x": 4, + "y": 1, + "z": 0 + }, + { + "x": 5, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 420, + "y": -120, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 420, + "y": 0, + "z": 0 + }, + "id": 220 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": -180, + "y": 480, + "z": 0 + }, + "floor": 2, + "floorTime": 6, + "id": 230 + }, + { + "block": 4, + "color": 8, + "type": 0, + "position": { + "x": -180, + "y": 120, + "z": 0 + }, + "floor": 2, + "floorTime": 6, + "id": 240 + }, + { + "block": 0, + "color": 2, + "type": 5, + "position": { + "x": -300, + "y": 120, + "z": 0 + }, + "floor": 2, + "floorTime": 6, + "id": 250 + }, + { + "block": 0, + "color": 3, + "type": 5, + "position": { + "x": -60, + "y": -120, + "z": 0 + }, + "floor": 4, + "floorTime": 10, + "id": 260 + }, + { + "block": 4, + "color": 7, + "type": 0, + "position": { + "x": 60, + "y": -120, + "z": 0 + }, + "floor": 4, + "floorTime": 10, + "id": 270 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 180, + "y": -360, + "z": 0 + }, + "floor": 5, + "floorTime": 18, + "id": 280 + }, + { + "block": 2, + "color": 4, + "type": 5, + "position": { + "x": 300, + "y": -360, + "z": 0 + }, + "floor": 5, + "floorTime": 18, + "id": 290 + }, + { + "block": 2, + "color": 9, + "type": 5, + "position": { + "x": -300, + "y": 360, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 4, + "type": 5, + "position": { + "x": -300, + "y": -360, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 4, + "type": 5, + "position": { + "x": 420, + "y": 360, + "z": 0 + }, + "id": 320 + }, + { + "block": 2, + "color": 2, + "type": 5, + "position": { + "x": -300, + "y": -600, + "z": 0 + }, + "id": 330 + }, + { + "block": 5, + "color": 2, + "type": 0, + "position": { + "x": 300, + "y": 0, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 360, + "y": 120, + "z": 0 + }, + "id": 350 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": -180, + "y": -120, + "z": 0 + }, + "id": 360 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": 180, + "y": -240, + "z": 0 + }, + "id": 370 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": -60, + "y": -480, + "z": 0 + }, + "id": 380 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": 60, + "y": -360, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": -180, + "y": -360, + "z": 0 + }, + "id": 400 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": -60, + "y": -360, + "z": 0 + }, + "id": 410 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 300, + "y": -600, + "z": 0 + }, + "id": 420 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 420, + "y": -480, + "z": 0 + }, + "id": 430 + }, + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": 300, + "y": -480, + "z": 0 + }, + "id": 440 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": 60, + "y": 240, + "z": 0 + }, + "id": 450 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": -300, + "y": 0, + "z": 0 + }, + "id": 460 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": -180, + "y": 0, + "z": 0 + }, + "id": 470 + }, + { + "block": 2, + "color": 3, + "type": 5, + "position": { + "x": 420, + "y": -360, + "z": 0 + }, + "id": 480 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 466, + "num": 1, + "color": 8, + "special": 0, + "length": 3 + }, + { + "id": 467, + "num": 2, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 468, + "num": 3, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 469, + "num": 6, + "color": 7, + "special": 0, + "length": 3 + }, + { + "id": 470, + "num": 7, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 471, + "num": 8, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 472, + "num": 11, + "color": 4, + "special": 1, + "length": 1 + }, + { + "id": 473, + "num": 14, + "color": 3, + "special": 1, + "length": 1 + }, + { + "id": 474, + "num": 19, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 475, + "num": 22, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 476, + "num": 27, + "color": 10, + "special": 0, + "length": 1 + }, + { + "id": 477, + "num": 36, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 478, + "num": 37, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 479, + "num": 28, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 480, + "num": 29, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 481, + "num": 26, + "color": 2, + "special": 1, + "length": 1 + }, + { + "id": 482, + "num": 23, + "color": 9, + "special": 1, + "length": 1 + }, + { + "id": 483, + "num": 15, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 484, + "num": 18, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 485, + "num": 10, + "color": 1, + "special": 0, + "length": 1 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level466.json b/assets/custom/Json/level466.json new file mode 100644 index 0000000..bcf46e6 --- /dev/null +++ b/assets/custom/Json/level466.json @@ -0,0 +1,439 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "466", + "map": [ + 9, + 10 + ], + "time": 150, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 2, + "color": 5, + "type": 8, + "position": { + "x": -180, + "y": 240, + "z": 0 + }, + "floor": 1, + "floorTime": 5, + "id": 210 + }, + { + "block": 2, + "color": 6, + "type": 4, + "position": { + "x": -300, + "y": 240, + "z": 0 + }, + "freezeTime": 12, + "floor": 1, + "floorTime": 5, + "id": 220 + }, + { + "block": 3, + "color": 1, + "type": 0, + "position": { + "x": 180, + "y": 120, + "z": 0 + }, + "floor": 2, + "floorTime": 10, + "id": 230 + }, + { + "block": 1, + "color": 2, + "type": 7, + "position": { + "x": 60, + "y": 0, + "z": 0 + }, + "floor": 2, + "floorTime": 10, + "id": 240 + }, + { + "block": 0, + "color": 3, + "type": 8, + "position": { + "x": 180, + "y": 0, + "z": 0 + }, + "floor": 2, + "floorTime": 10, + "id": 250 + }, + { + "block": 5, + "color": 8, + "type": 8, + "position": { + "x": 420, + "y": -240, + "z": 0 + }, + "floor": 3, + "floorTime": 15, + "id": 260 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": -60, + "y": 360, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 420, + "y": 0, + "z": 0 + }, + "id": 280 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": -180, + "y": 120, + "z": 0 + }, + "id": 290 + }, + { + "block": 3, + "color": 3, + "type": 0, + "position": { + "x": 300, + "y": 360, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": -60, + "y": 240, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": -300, + "y": -480, + "z": 0 + }, + "id": 320 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": -60, + "y": -360, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": 60, + "y": -480, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 180, + "y": -480, + "z": 0 + }, + "id": 350 + }, + { + "block": 2, + "color": 2, + "type": 9, + "position": { + "x": -300, + "y": -240, + "z": 0 + }, + "adhesiveTime": 2, + "id": 360 + }, + { + "block": 0, + "color": 6, + "type": 9, + "position": { + "x": -180, + "y": -120, + "z": 0 + }, + "adhesiveTime": 1, + "id": 370 + }, + { + "block": 1, + "color": 6, + "type": 9, + "position": { + "x": 180, + "y": -120, + "z": 0 + }, + "adhesiveTime": 2, + "id": 380 + }, + { + "block": 0, + "color": 8, + "type": 9, + "position": { + "x": 180, + "y": -240, + "z": 0 + }, + "adhesiveTime": 1, + "id": 390 + }, + { + "block": 1, + "color": 9, + "type": 9, + "position": { + "x": 420, + "y": -360, + "z": 0 + }, + "adhesiveTime": 2, + "id": 400 + }, + { + "block": 0, + "color": 7, + "type": 9, + "position": { + "x": 420, + "y": -480, + "z": 0 + }, + "adhesiveTime": 1, + "id": 410 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": 300, + "y": 0, + "z": 0 + }, + "id": 420 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": 420, + "y": 240, + "z": 0 + }, + "id": 430 + }, + { + "block": 1, + "color": 9, + "type": 4, + "position": { + "x": -60, + "y": -480, + "z": 0 + }, + "freezeTime": 9, + "id": 440 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 467, + "num": 2, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 468, + "num": 3, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 469, + "num": 5, + "color": 9, + "special": 0, + "length": 1 + }, + { + "id": 470, + "num": 13, + "color": 1, + "special": 0, + "length": 3 + }, + { + "id": 471, + "num": 15, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 472, + "num": 17, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 473, + "num": 28, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 474, + "num": 29, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 475, + "num": 25, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 476, + "num": 26, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 477, + "num": 22, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 478, + "num": 23, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 479, + "num": 18, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 480, + "num": 20, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 481, + "num": 12, + "color": 3, + "special": 0, + "length": 3 + }, + { + "id": 482, + "num": 14, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 483, + "num": 16, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 484, + "num": 8, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 485, + "num": 10, + "color": 5, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level467.json b/assets/custom/Json/level467.json new file mode 100644 index 0000000..47ff154 --- /dev/null +++ b/assets/custom/Json/level467.json @@ -0,0 +1,413 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "467", + "map": [ + 8, + 9 + ], + "time": 100, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 0, + "color": 3, + "type": 9, + "position": { + "x": 120, + "y": -420, + "z": 0 + }, + "adhesiveTime": 2, + "floor": 1, + "floorTime": 3, + "id": 210 + }, + { + "block": 0, + "color": 4, + "type": 9, + "position": { + "x": 240, + "y": -420, + "z": 0 + }, + "adhesiveTime": 1, + "floor": 1, + "floorTime": 3, + "id": 220 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": 360, + "y": -420, + "z": 0 + }, + "floor": 1, + "floorTime": 3, + "id": 230 + }, + { + "block": 0, + "color": 9, + "type": 5, + "position": { + "x": 360, + "y": -300, + "z": 0 + }, + "floor": 1, + "floorTime": 3, + "id": 240 + }, + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": 360, + "y": -180, + "z": 0 + }, + "floor": 1, + "floorTime": 3, + "id": 250 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": -240, + "y": 300, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": -120, + "y": 180, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 360, + "y": 300, + "z": 0 + }, + "id": 290 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": 240, + "y": -60, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": 0, + "y": -180, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 0, + "y": 180, + "z": 0 + }, + "id": 320 + }, + { + "block": 14, + "color": 5, + "type": 4, + "position": { + "x": -120, + "y": -420, + "z": 0 + }, + "freezeTime": 8, + "id": 340 + }, + { + "block": 18, + "color": 9, + "type": 4, + "position": { + "x": 240, + "y": 60, + "z": 0 + }, + "freezeTime": 12, + "id": 350 + }, + { + "block": 1, + "color": 6, + "type": 4, + "position": { + "x": -120, + "y": 60, + "z": 0 + }, + "freezeTime": 2, + "id": 350 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": 120, + "y": 300, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": -240, + "y": -180, + "z": 0 + }, + "id": 360 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": -120, + "y": -60, + "z": 0 + }, + "id": 370 + }, + { + "block": 0, + "color": 5, + "type": 5, + "position": { + "x": -240, + "y": 180, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 10, + "type": 9, + "position": { + "x": 360, + "y": -60, + "z": 0 + }, + "adhesiveTime": 2, + "id": 390 + }, + { + "block": 0, + "color": 8, + "type": 9, + "position": { + "x": 360, + "y": 60, + "z": 0 + }, + "adhesiveTime": 1, + "id": 400 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 468, + "num": 0, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 469, + "num": 1, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 470, + "num": 2, + "color": 7, + "special": 0, + "length": 1 + }, + { + "id": 471, + "num": 4, + "color": 9, + "special": 1, + "length": 1 + }, + { + "id": 472, + "num": 5, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 473, + "num": 6, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 474, + "num": 8, + "color": 5, + "special": 0, + "length": 3 + }, + { + "id": 475, + "num": 10, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 476, + "num": 12, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 477, + "num": 16, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 478, + "num": 18, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 479, + "num": 24, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 480, + "num": 25, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 481, + "num": 23, + "color": 3, + "special": 0, + "length": 1 + }, + { + "id": 482, + "num": 21, + "color": 5, + "special": 1, + "length": 1 + }, + { + "id": 483, + "num": 19, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 484, + "num": 20, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 485, + "num": 13, + "color": 9, + "special": 0, + "length": 3 + }, + { + "id": 486, + "num": 15, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 487, + "num": 17, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 488, + "num": 7, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 489, + "num": 9, + "color": 2, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level468.json b/assets/custom/Json/level468.json new file mode 100644 index 0000000..c6346b4 --- /dev/null +++ b/assets/custom/Json/level468.json @@ -0,0 +1,412 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "468", + "map": [ + 8, + 10 + ], + "time": 200, + "gap": [ + { + "x": 1, + "y": 8, + "z": 0 + }, + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 6, + "y": 1, + "z": 0 + }, + { + "x": 6, + "y": 2, + "z": 0 + }, + { + "x": 6, + "y": 8, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 2, + "color": 5, + "type": 4, + "position": { + "x": 0, + "y": 240, + "z": 0 + }, + "freezeTime": 5, + "id": 210 + }, + { + "block": 23, + "color": 3, + "type": 4, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "freezeTime": 5, + "id": 220 + }, + { + "block": 1, + "color": 4, + "type": 4, + "position": { + "x": 360, + "y": -120, + "z": 0 + }, + "freezeTime": 11, + "id": 230 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "floor": 2, + "floorTime": 13, + "id": 240 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": -120, + "y": -360, + "z": 0 + }, + "floor": 2, + "floorTime": 13, + "id": 250 + }, + { + "block": 5, + "color": 7, + "type": 0, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "id": 260 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "id": 270 + }, + { + "block": 5, + "color": 3, + "type": 0, + "position": { + "x": 240, + "y": -480, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": -240, + "y": 0, + "z": 0 + }, + "id": 290 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": 0, + "y": 120, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 240, + "y": 0, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 360, + "y": 120, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": -120, + "y": 360, + "z": 0 + }, + "id": 350 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "id": 370 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 240, + "y": -240, + "z": 0 + }, + "id": 390 + }, + { + "block": 1, + "color": 7, + "type": 5, + "position": { + "x": -120, + "y": 240, + "z": 0 + }, + "id": 400 + }, + { + "block": 1, + "color": 3, + "type": 5, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "id": 410 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 469, + "num": 0, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 470, + "num": 1, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 471, + "num": 2, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 472, + "num": 3, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 473, + "num": 4, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 474, + "num": 5, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 475, + "num": 11, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 476, + "num": 13, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 477, + "num": 15, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 478, + "num": 17, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 479, + "num": 27, + "color": 7, + "special": 1, + "length": 1 + }, + { + "id": 480, + "num": 26, + "color": 8, + "special": 0, + "length": 1 + }, + { + "id": 481, + "num": 24, + "color": 3, + "special": 1, + "length": 1 + }, + { + "id": 482, + "num": 23, + "color": 9, + "special": 0, + "length": 1 + }, + { + "id": 483, + "num": 14, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 484, + "num": 16, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 485, + "num": 10, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 486, + "num": 12, + "color": 7, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level469.json b/assets/custom/Json/level469.json new file mode 100644 index 0000000..2177fc1 --- /dev/null +++ b/assets/custom/Json/level469.json @@ -0,0 +1,428 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "469", + "map": [ + 8, + 10 + ], + "time": 120, + "gap": [ + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 6, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": -240, + "y": 0, + "z": 0 + }, + "id": 220 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": 360, + "y": 360, + "z": 0 + }, + "id": 230 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": -240, + "y": 120, + "z": 0 + }, + "id": 240 + }, + { + "block": 5, + "color": 5, + "type": 3, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "lockTime": 6, + "floor": 1, + "floorTime": 2, + "id": 250 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 0, + "y": 120, + "z": 0 + }, + "floor": 1, + "floorTime": 2, + "id": 260 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "floor": 1, + "floorTime": 2, + "id": 270 + }, + { + "block": 0, + "color": 1, + "type": 2, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "floor": 2, + "floorTime": 4, + "id": 280 + }, + { + "block": 0, + "color": 9, + "type": 2, + "position": { + "x": -120, + "y": 240, + "z": 0 + }, + "floor": 3, + "floorTime": 6, + "id": 290 + }, + { + "block": 2, + "color": 9, + "type": 2, + "position": { + "x": 0, + "y": 240, + "z": 0 + }, + "floor": 4, + "floorTime": 8, + "id": 300 + }, + { + "block": 2, + "color": 1, + "type": 2, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "floor": 5, + "floorTime": 11, + "id": 310 + }, + { + "block": 0, + "color": 10, + "type": 4, + "position": { + "x": 360, + "y": -120, + "z": 0 + }, + "freezeTime": 10, + "id": 320 + }, + { + "block": 0, + "color": 8, + "type": 4, + "position": { + "x": -240, + "y": -120, + "z": 0 + }, + "freezeTime": 7, + "id": 330 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "id": 340 + }, + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": -120, + "y": 360, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 360, + "y": 120, + "z": 0 + }, + "id": 360 + }, + { + "block": 1, + "color": 6, + "type": 0, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "id": 370 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 240, + "y": -480, + "z": 0 + }, + "id": 380 + }, + { + "block": 1, + "color": 5, + "type": 5, + "position": { + "x": -120, + "y": -360, + "z": 0 + }, + "id": 390 + }, + { + "block": 1, + "color": 6, + "type": 5, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 400 + }, + { + "block": 2, + "color": 7, + "type": 9, + "position": { + "x": 0, + "y": -480, + "z": 0 + }, + "adhesiveTime": 2, + "id": 410 + }, + { + "block": 2, + "color": 4, + "type": 9, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "adhesiveTime": 1, + "id": 420 + }, + { + "block": 2, + "color": 2, + "type": 2, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "id": 430 + }, + { + "block": 2, + "color": 3, + "type": 2, + "position": { + "x": 240, + "y": -120, + "z": 0 + }, + "id": 440 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 470, + "num": 0, + "color": 10, + "special": 0, + "length": 1 + }, + { + "id": 471, + "num": 2, + "color": 6, + "special": 1, + "length": 1 + }, + { + "id": 472, + "num": 5, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 473, + "num": 6, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 474, + "num": 11, + "color": 3, + "special": 0, + "length": 1 + }, + { + "id": 475, + "num": 13, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 476, + "num": 15, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 477, + "num": 17, + "color": 2, + "special": 0, + "length": 1 + }, + { + "id": 478, + "num": 26, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 479, + "num": 27, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 480, + "num": 23, + "color": 5, + "special": 1, + "length": 1 + }, + { + "id": 481, + "num": 21, + "color": 8, + "special": 0, + "length": 1 + }, + { + "id": 482, + "num": 16, + "color": 1, + "special": 0, + "length": 1 + }, + { + "id": 483, + "num": 12, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 484, + "num": 14, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 485, + "num": 10, + "color": 9, + "special": 0, + "length": 1 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level470.json b/assets/custom/Json/level470.json new file mode 100644 index 0000000..e10579c --- /dev/null +++ b/assets/custom/Json/level470.json @@ -0,0 +1,419 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "470", + "map": [ + 8, + 10 + ], + "time": 140, + "gap": [ + { + "x": 4, + "y": 8, + "z": 0 + }, + { + "x": 5, + "y": 8, + "z": 0 + }, + { + "x": 6, + "y": 8, + "z": 0 + }, + { + "x": 4, + "y": 7, + "z": 0 + }, + { + "x": 5, + "y": 7, + "z": 0 + }, + { + "x": 6, + "y": 7, + "z": 0 + }, + { + "x": 4, + "y": 6, + "z": 0 + }, + { + "x": 5, + "y": 6, + "z": 0 + }, + { + "x": 6, + "y": 6, + "z": 0 + }, + { + "x": 4, + "y": 5, + "z": 0 + }, + { + "x": 5, + "y": 5, + "z": 0 + }, + { + "x": 6, + "y": 5, + "z": 0 + }, + { + "x": 4, + "y": 4, + "z": 0 + }, + { + "x": 5, + "y": 4, + "z": 0 + }, + { + "x": 6, + "y": 4, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "floor": 1, + "floorTime": 5, + "id": 210 + }, + { + "block": 2, + "color": 5, + "type": 8, + "position": { + "x": -120, + "y": -360, + "z": 0 + }, + "floor": 1, + "floorTime": 5, + "id": 220 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "floor": 1, + "floorTime": 5, + "id": 230 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": 0, + "y": -480, + "z": 0 + }, + "id": 240 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 240, + "y": -240, + "z": 0 + }, + "id": 250 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "id": 260 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "id": 270 + }, + { + "block": 20, + "color": 2, + "type": 0, + "position": { + "x": -120, + "y": 240, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "id": 290 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": 360, + "y": -480, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": -240, + "y": -480, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": -240, + "y": -240, + "z": 0 + }, + "id": 320 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 7, + "type": 7, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 10, + "type": 1, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "stacking": 6, + "id": 350 + }, + { + "block": 2, + "color": 6, + "type": 1, + "position": { + "x": 0, + "y": 240, + "z": 0 + }, + "stacking": 10, + "id": 360 + }, + { + "block": 0, + "color": 3, + "type": 8, + "position": { + "x": -240, + "y": 120, + "z": 0 + }, + "id": 370 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 471, + "num": 1, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 472, + "num": 2, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 473, + "num": 5, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 474, + "num": 6, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 475, + "num": 11, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 476, + "num": 13, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 477, + "num": 19, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 478, + "num": 20, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 479, + "num": 18, + "color": 1, + "special": 0, + "length": 1 + }, + { + "id": 480, + "num": 22, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 481, + "num": 24, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 482, + "num": 27, + "color": 8, + "special": 0, + "length": 1 + }, + { + "id": 483, + "num": 25, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 484, + "num": 26, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 485, + "num": 21, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 486, + "num": 23, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 487, + "num": 8, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 488, + "num": 10, + "color": 3, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level471.json b/assets/custom/Json/level471.json new file mode 100644 index 0000000..76973e6 --- /dev/null +++ b/assets/custom/Json/level471.json @@ -0,0 +1,410 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "471", + "map": [ + 8, + 10 + ], + "time": 130, + "gap": [ + { + "x": 1, + "y": 8, + "z": 0 + }, + { + "x": 1, + "y": 7, + "z": 0 + }, + { + "x": 2, + "y": 8, + "z": 0 + }, + { + "x": 2, + "y": 7, + "z": 0 + }, + { + "x": 5, + "y": 8, + "z": 0 + }, + { + "x": 5, + "y": 7, + "z": 0 + }, + { + "x": 6, + "y": 8, + "z": 0 + }, + { + "x": 6, + "y": 7, + "z": 0 + }, + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 6, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": -240, + "y": -240, + "z": 0 + }, + "id": 220 + }, + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "floor": 2, + "floorTime": 11, + "id": 230 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 0, + "y": -120, + "z": 0 + }, + "floor": 2, + "floorTime": 11, + "id": 240 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": -120, + "y": -240, + "z": 0 + }, + "floor": 2, + "floorTime": 11, + "id": 250 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "id": 260 + }, + { + "block": 22, + "color": 4, + "type": 0, + "position": { + "x": 120, + "y": 0, + "z": 0 + }, + "id": 270 + }, + { + "block": 1, + "color": 6, + "type": 0, + "position": { + "x": 360, + "y": 120, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "id": 290 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": 360, + "y": -120, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": 0, + "y": -240, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "id": 320 + }, + { + "block": 5, + "color": 9, + "type": 0, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 6, + "type": 8, + "position": { + "x": 0, + "y": 240, + "z": 0 + }, + "id": 350 + }, + { + "block": 2, + "color": 8, + "type": 8, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 3, + "type": 9, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "adhesiveTime": 2, + "id": 370 + }, + { + "block": 0, + "color": 10, + "type": 9, + "position": { + "x": 240, + "y": -480, + "z": 0 + }, + "adhesiveTime": 1, + "id": 380 + }, + { + "block": 0, + "color": 4, + "type": 9, + "position": { + "x": -120, + "y": -360, + "z": 0 + }, + "adhesiveTime": 2, + "id": 390 + }, + { + "block": 0, + "color": 3, + "type": 9, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "adhesiveTime": 1, + "id": 400 + }, + { + "block": 0, + "color": 1, + "type": 6, + "position": { + "x": -240, + "y": 0, + "z": 0 + }, + "boomTime": 25, + "id": 410 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 420 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 472, + "num": 2, + "color": 7, + "special": 0, + "length": 1 + }, + { + "id": 473, + "num": 3, + "color": 9, + "special": 4, + "length": 2 + }, + { + "id": 474, + "num": 4, + "color": 9, + "special": 4, + "length": 0 + }, + { + "id": 475, + "num": 13, + "color": 1, + "special": 0, + "length": 1 + }, + { + "id": 476, + "num": 15, + "color": 3, + "special": 0, + "length": 1 + }, + { + "id": 477, + "num": 26, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 478, + "num": 27, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 479, + "num": 25, + "color": 10, + "special": 0, + "length": 1 + }, + { + "id": 480, + "num": 14, + "color": 8, + "special": 4, + "length": 2 + }, + { + "id": 481, + "num": 16, + "color": 8, + "special": 4, + "length": 0 + }, + { + "id": 482, + "num": 8, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 483, + "num": 12, + "color": 6, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level472.json b/assets/custom/Json/level472.json new file mode 100644 index 0000000..bf68586 --- /dev/null +++ b/assets/custom/Json/level472.json @@ -0,0 +1,436 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "472", + "map": [ + 8, + 10 + ], + "time": 95, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 2, + "color": 2, + "type": 4, + "position": { + "x": 0, + "y": 240, + "z": 0 + }, + "freezeTime": 7, + "floor": 1, + "floorTime": 10, + "id": 210 + }, + { + "block": 2, + "color": 7, + "type": 4, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "freezeTime": 10, + "floor": 1, + "floorTime": 10, + "id": 220 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "floor": 2, + "floorTime": 15, + "id": 230 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 360, + "y": 360, + "z": 0 + }, + "floor": 2, + "floorTime": 15, + "id": 240 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": -240, + "y": 240, + "z": 0 + }, + "floor": 3, + "floorTime": 22, + "id": 250 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": -240, + "y": 360, + "z": 0 + }, + "floor": 3, + "floorTime": 22, + "id": 260 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": -120, + "y": 360, + "z": 0 + }, + "id": 270 + }, + { + "block": 3, + "color": 9, + "type": 0, + "position": { + "x": 0, + "y": -240, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 290 + }, + { + "block": 3, + "color": 5, + "type": 0, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 0, + "y": -480, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": -240, + "y": -120, + "z": 0 + }, + "id": 320 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": 360, + "y": -120, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 240, + "y": 360, + "z": 0 + }, + "id": 340 + }, + { + "block": 1, + "color": 8, + "type": 1, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "stacking": 4, + "id": 350 + }, + { + "block": 1, + "color": 4, + "type": 1, + "position": { + "x": 360, + "y": -480, + "z": 0 + }, + "stacking": 8, + "id": 360 + }, + { + "block": 0, + "color": 4, + "type": 9, + "position": { + "x": 0, + "y": -120, + "z": 0 + }, + "adhesiveTime": 2, + "id": 370 + }, + { + "block": 0, + "color": 8, + "type": 9, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "adhesiveTime": 1, + "id": 380 + }, + { + "block": 1, + "color": 2, + "type": 6, + "position": { + "x": 120, + "y": 0, + "z": 0 + }, + "boomTime": 20, + "id": 390 + }, + { + "block": 20, + "color": 7, + "type": 1, + "position": { + "x": 0, + "y": 120, + "z": 0 + }, + "stacking": 10, + "id": 400 + }, + { + "block": 19, + "color": 1, + "type": 1, + "position": { + "x": 240, + "y": 120, + "z": 0 + }, + "stacking": 3, + "id": 410 + }, + { + "block": 0, + "color": 5, + "type": 8, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "id": 420 + }, + { + "block": 0, + "color": 9, + "type": 8, + "position": { + "x": 240, + "y": -120, + "z": 0 + }, + "id": 430 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 473, + "num": 0, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 474, + "num": 1, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 475, + "num": 3, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 476, + "num": 4, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 477, + "num": 5, + "color": 4, + "special": 0, + "length": 1 + }, + { + "id": 478, + "num": 9, + "color": 5, + "special": 0, + "length": 3 + }, + { + "id": 479, + "num": 11, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 480, + "num": 13, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 481, + "num": 15, + "color": 9, + "special": 0, + "length": 3 + }, + { + "id": 482, + "num": 17, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 483, + "num": 19, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 484, + "num": 25, + "color": 8, + "special": 0, + "length": 1 + }, + { + "id": 485, + "num": 23, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 486, + "num": 24, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 487, + "num": 20, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 488, + "num": 21, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 489, + "num": 16, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 490, + "num": 18, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 491, + "num": 8, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 492, + "num": 10, + "color": 2, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level473.json b/assets/custom/Json/level473.json new file mode 100644 index 0000000..4ea4d49 --- /dev/null +++ b/assets/custom/Json/level473.json @@ -0,0 +1,505 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "473", + "map": [ + 9, + 11 + ], + "time": 135, + "gap": [ + { + "x": 6, + "y": 9, + "z": 0 + }, + { + "x": 6, + "y": 8, + "z": 0 + }, + { + "x": 7, + "y": 9, + "z": 0 + }, + { + "x": 7, + "y": 8, + "z": 0 + }, + { + "x": 1, + "y": 5, + "z": 0 + }, + { + "x": 2, + "y": 5, + "z": 0 + }, + { + "x": 1, + "y": 4, + "z": 0 + }, + { + "x": 2, + "y": 4, + "z": 0 + }, + { + "x": 1, + "y": 3, + "z": 0 + }, + { + "x": 2, + "y": 3, + "z": 0 + }, + { + "x": 1, + "y": 2, + "z": 0 + }, + { + "x": 2, + "y": 2, + "z": 0 + }, + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 2, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 420, + "y": 180, + "z": 0 + }, + "floor": 1, + "floorTime": 8, + "id": 210 + }, + { + "block": 2, + "color": 3, + "type": 4, + "position": { + "x": 420, + "y": -60, + "z": 0 + }, + "freezeTime": 8, + "floor": 1, + "floorTime": 8, + "id": 220 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 420, + "y": -180, + "z": 0 + }, + "floor": 1, + "floorTime": 8, + "id": 230 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": 300, + "y": -180, + "z": 0 + }, + "floor": 1, + "floorTime": 8, + "id": 240 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 180, + "y": 180, + "z": 0 + }, + "floor": 2, + "floorTime": 12, + "id": 250 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 300, + "y": 180, + "z": 0 + }, + "floor": 2, + "floorTime": 12, + "id": 260 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": 300, + "y": 60, + "z": 0 + }, + "floor": 2, + "floorTime": 12, + "id": 270 + }, + { + "block": 12, + "color": 5, + "type": 0, + "position": { + "x": 60, + "y": -540, + "z": 0 + }, + "floor": 3, + "floorTime": 17, + "id": 280 + }, + { + "block": 0, + "color": 6, + "type": 4, + "position": { + "x": 300, + "y": -60, + "z": 0 + }, + "freezeTime": 15, + "id": 290 + }, + { + "block": 5, + "color": 2, + "type": 1, + "position": { + "x": -180, + "y": 300, + "z": 0 + }, + "stacking": 7, + "id": 300 + }, + { + "block": 5, + "color": 3, + "type": 1, + "position": { + "x": 420, + "y": -540, + "z": 0 + }, + "stacking": 6, + "id": 310 + }, + { + "block": 22, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": 300, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": -60, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": -180, + "y": 180, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": -300, + "y": 60, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 60, + "y": 180, + "z": 0 + }, + "id": 360 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": -60, + "y": 180, + "z": 0 + }, + "id": 370 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": -180, + "y": 60, + "z": 0 + }, + "id": 380 + }, + { + "block": 4, + "color": 8, + "type": 0, + "position": { + "x": -60, + "y": -420, + "z": 0 + }, + "id": 390 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": 180, + "y": -540, + "z": 0 + }, + "id": 400 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": 180, + "y": -300, + "z": 0 + }, + "id": 410 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 420, + "y": -300, + "z": 0 + }, + "id": 420 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": 180, + "y": 300, + "z": 0 + }, + "id": 430 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 474, + "num": 1, + "color": 4, + "special": 2, + "length": 2, + "lock": false + }, + { + "id": 475, + "num": 2, + "color": 4, + "special": 2, + "length": 0, + "lock": false + }, + { + "id": 476, + "num": 5, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 477, + "num": 12, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 478, + "num": 14, + "color": 3, + "special": 2, + "length": 2, + "lock": false + }, + { + "id": 479, + "num": 16, + "color": 3, + "special": 2, + "length": 0, + "lock": false + }, + { + "id": 480, + "num": 18, + "color": 8, + "special": 0, + "length": 1 + }, + { + "id": 481, + "num": 28, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 482, + "num": 29, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 483, + "num": 26, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 484, + "num": 27, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 485, + "num": 19, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 486, + "num": 23, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 487, + "num": 15, + "color": 9, + "special": 2, + "length": 2, + "lock": false + }, + { + "id": 488, + "num": 17, + "color": 9, + "special": 2, + "length": 0, + "lock": false + }, + { + "id": 489, + "num": 13, + "color": 10, + "special": 0, + "length": 1 + }, + { + "id": 490, + "num": 7, + "color": 5, + "special": 0, + "length": 3 + }, + { + "id": 491, + "num": 8, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 492, + "num": 9, + "color": 5, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level474.json b/assets/custom/Json/level474.json new file mode 100644 index 0000000..2c2816d --- /dev/null +++ b/assets/custom/Json/level474.json @@ -0,0 +1,390 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "474", + "map": [ + 8, + 8 + ], + "time": 100, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": -240, + "y": 240, + "z": 0 + }, + "floor": 1, + "floorTime": 5, + "id": 210 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "floor": 2, + "floorTime": 10, + "id": 220 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "floor": 3, + "floorTime": 8, + "id": 230 + }, + { + "block": 4, + "color": 10, + "type": 5, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "floor": 3, + "floorTime": 8, + "id": 240 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": -120, + "y": -360, + "z": 0 + }, + "floor": 4, + "floorTime": 15, + "id": 250 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": 0, + "y": -360, + "z": 0 + }, + "floor": 4, + "floorTime": 15, + "id": 260 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": 0, + "y": 240, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "id": 290 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": -120, + "y": -240, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "id": 320 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": 120, + "y": 0, + "z": 0 + }, + "id": 330 + }, + { + "block": 4, + "color": 9, + "type": 5, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "id": 340 + }, + { + "block": 1, + "color": 3, + "type": 9, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "adhesiveTime": 2, + "id": 350 + }, + { + "block": 1, + "color": 6, + "type": 9, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "adhesiveTime": 1, + "id": 360 + }, + { + "block": 1, + "color": 7, + "type": 9, + "position": { + "x": 360, + "y": 120, + "z": 0 + }, + "adhesiveTime": 2, + "id": 370 + }, + { + "block": 1, + "color": 8, + "type": 9, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "adhesiveTime": 1, + "id": 380 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 475, + "num": 1, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 476, + "num": 2, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 477, + "num": 3, + "color": 10, + "special": 1, + "length": 3 + }, + { + "id": 478, + "num": 4, + "color": 10, + "special": 1, + "length": 0 + }, + { + "id": 479, + "num": 5, + "color": 10, + "special": 1, + "length": 0 + }, + { + "id": 480, + "num": 7, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 481, + "num": 9, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 482, + "num": 11, + "color": 10, + "special": 0, + "length": 1 + }, + { + "id": 483, + "num": 13, + "color": 2, + "special": 0, + "length": 1 + }, + { + "id": 484, + "num": 15, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 485, + "num": 17, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 486, + "num": 21, + "color": 9, + "special": 1, + "length": 3 + }, + { + "id": 487, + "num": 22, + "color": 9, + "special": 1, + "length": 0 + }, + { + "id": 488, + "num": 23, + "color": 9, + "special": 1, + "length": 0 + }, + { + "id": 489, + "num": 19, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 490, + "num": 20, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 491, + "num": 14, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 492, + "num": 16, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 493, + "num": 12, + "color": 5, + "special": 0, + "length": 1 + }, + { + "id": 494, + "num": 10, + "color": 9, + "special": 0, + "length": 1 + }, + { + "id": 495, + "num": 6, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 496, + "num": 8, + "color": 8, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level475.json b/assets/custom/Json/level475.json new file mode 100644 index 0000000..c12235b --- /dev/null +++ b/assets/custom/Json/level475.json @@ -0,0 +1,430 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "475", + "map": [ + 9, + 8 + ], + "time": 120, + "gap": [ + { + "x": 3, + "y": 6, + "z": 0 + }, + { + "x": 4, + "y": 6, + "z": 0 + }, + { + "x": 5, + "y": 6, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 0, + "color": 1, + "type": 2, + "position": { + "x": 420, + "y": 120, + "z": 0 + }, + "floor": 1, + "floorTime": 8, + "id": 210 + }, + { + "block": 0, + "color": 9, + "type": 2, + "position": { + "x": 420, + "y": 0, + "z": 0 + }, + "floor": 1, + "floorTime": 8, + "id": 220 + }, + { + "block": 0, + "color": 2, + "type": 2, + "position": { + "x": -300, + "y": 120, + "z": 0 + }, + "floor": 2, + "floorTime": 11, + "id": 230 + }, + { + "block": 0, + "color": 10, + "type": 2, + "position": { + "x": -300, + "y": 0, + "z": 0 + }, + "floor": 2, + "floorTime": 11, + "id": 240 + }, + { + "block": 2, + "color": 8, + "type": 2, + "position": { + "x": -180, + "y": 120, + "z": 0 + }, + "id": 250 + }, + { + "block": 2, + "color": 5, + "type": 2, + "position": { + "x": 300, + "y": 120, + "z": 0 + }, + "id": 260 + }, + { + "block": 3, + "color": 5, + "type": 3, + "position": { + "x": 180, + "y": 0, + "z": 0 + }, + "lockTime": 6, + "id": 270 + }, + { + "block": 23, + "color": 5, + "type": 3, + "position": { + "x": 60, + "y": 120, + "z": 0 + }, + "lockTime": 6, + "id": 280 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": -180, + "y": -120, + "z": 0 + }, + "id": 290 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": -300, + "y": -240, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": -60, + "y": -120, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 60, + "y": -120, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 180, + "y": 120, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": 300, + "y": -120, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": -60, + "y": 120, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": 300, + "y": -360, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": 180, + "y": -120, + "z": 0 + }, + "id": 370 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": 420, + "y": -240, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": -180, + "y": -360, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": -60, + "y": -360, + "z": 0 + }, + "id": 400 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 180, + "y": -360, + "z": 0 + }, + "id": 410 + }, + { + "block": 14, + "color": 2, + "type": 0, + "position": { + "x": 60, + "y": -360, + "z": 0 + }, + "id": 420 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 476, + "num": 0, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 477, + "num": 1, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 478, + "num": 2, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 479, + "num": 3, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 480, + "num": 4, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 481, + "num": 5, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 482, + "num": 9, + "color": 7, + "special": 0, + "length": 1 + }, + { + "id": 483, + "num": 19, + "color": 6, + "special": 0, + "length": 1 + }, + { + "id": 484, + "num": 26, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 485, + "num": 27, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 486, + "num": 24, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 487, + "num": 25, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 488, + "num": 22, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 489, + "num": 23, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 490, + "num": 15, + "color": 8, + "special": 0, + "length": 3 + }, + { + "id": 491, + "num": 18, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 492, + "num": 20, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 493, + "num": 6, + "color": 5, + "special": 0, + "length": 3 + }, + { + "id": 494, + "num": 8, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 495, + "num": 10, + "color": 5, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level476.json b/assets/custom/Json/level476.json new file mode 100644 index 0000000..9389bca --- /dev/null +++ b/assets/custom/Json/level476.json @@ -0,0 +1,494 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "476", + "map": [ + 9, + 11 + ], + "time": 130, + "gap": [ + { + "x": 5, + "y": 1, + "z": 0 + }, + { + "x": 4, + "y": 1, + "z": 0 + }, + { + "x": 3, + "y": 1, + "z": 0 + }, + { + "x": 2, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": -60, + "y": 180, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": -180, + "y": 180, + "z": 0 + }, + "id": 220 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": -300, + "y": 180, + "z": 0 + }, + "id": 230 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 420, + "y": -180, + "z": 0 + }, + "floor": 1, + "floorTime": 6, + "id": 240 + }, + { + "block": 0, + "color": 7, + "type": 7, + "position": { + "x": 300, + "y": -180, + "z": 0 + }, + "floor": 1, + "floorTime": 6, + "id": 250 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": -180, + "y": -60, + "z": 0 + }, + "floor": 2, + "floorTime": 10, + "id": 260 + }, + { + "block": 3, + "color": 6, + "type": 6, + "position": { + "x": 60, + "y": -180, + "z": 0 + }, + "boomTime": 15, + "floor": 2, + "floorTime": 10, + "id": 270 + }, + { + "block": 1, + "color": 6, + "type": 4, + "position": { + "x": 60, + "y": -60, + "z": 0 + }, + "freezeTime": 9, + "floor": 2, + "floorTime": 10, + "id": 280 + }, + { + "block": 23, + "color": 6, + "type": 4, + "position": { + "x": 60, + "y": 180, + "z": 0 + }, + "freezeTime": 9, + "id": 300 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": 420, + "y": 300, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 300, + "y": -420, + "z": 0 + }, + "id": 310 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": 60, + "y": 420, + "z": 0 + }, + "id": 320 + }, + { + "block": 4, + "color": 5, + "type": 0, + "position": { + "x": 420, + "y": -540, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": 180, + "y": 180, + "z": 0 + }, + "id": 340 + }, + { + "block": 1, + "color": 3, + "type": 0, + "position": { + "x": 420, + "y": -60, + "z": 0 + }, + "id": 350 + }, + { + "block": 4, + "color": 4, + "type": 0, + "position": { + "x": -300, + "y": -540, + "z": 0 + }, + "id": 360 + }, + { + "block": 23, + "color": 4, + "type": 0, + "position": { + "x": -180, + "y": -420, + "z": 0 + }, + "id": 370 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": -60, + "y": -300, + "z": 0 + }, + "id": 380 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": -180, + "y": 420, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": -180, + "y": 300, + "z": 0 + }, + "id": 400 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": -300, + "y": -60, + "z": 0 + }, + "id": 410 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": -60, + "y": 60, + "z": 0 + }, + "id": 420 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": 180, + "y": -180, + "z": 0 + }, + "id": 430 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": 180, + "y": 60, + "z": 0 + }, + "id": 440 + }, + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": 420, + "y": 60, + "z": 0 + }, + "id": 450 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 180, + "y": 420, + "z": 0 + }, + "id": 460 + }, + { + "block": 2, + "color": 9, + "type": 8, + "position": { + "x": 180, + "y": -420, + "z": 0 + }, + "id": 470 + }, + { + "block": 2, + "color": 3, + "type": 8, + "position": { + "x": 300, + "y": 300, + "z": 0 + }, + "id": 480 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 477, + "num": 2, + "color": 7, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 478, + "num": 3, + "color": 7, + "special": 2, + "length": 0, + "lock": true + }, + { + "id": 479, + "num": 7, + "color": 6, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 480, + "num": 8, + "color": 6, + "special": 2, + "length": 0, + "lock": true + }, + { + "id": 481, + "num": 10, + "color": 2, + "special": 0, + "length": 1 + }, + { + "id": 482, + "num": 17, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 483, + "num": 20, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 484, + "num": 30, + "color": 5, + "special": 0, + "length": 3 + }, + { + "id": 485, + "num": 31, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 486, + "num": 32, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 487, + "num": 26, + "color": 4, + "special": 0, + "length": 3 + }, + { + "id": 488, + "num": 27, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 489, + "num": 28, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 490, + "num": 21, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 491, + "num": 23, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 492, + "num": 14, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 493, + "num": 16, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 494, + "num": 9, + "color": 1, + "special": 0, + "length": 1 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level477.json b/assets/custom/Json/level477.json new file mode 100644 index 0000000..00fc393 --- /dev/null +++ b/assets/custom/Json/level477.json @@ -0,0 +1,345 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "477", + "map": [ + 8, + 10 + ], + "time": 130, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 4, + "color": 9, + "type": 0, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "id": 210 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "id": 220 + }, + { + "block": 1, + "color": 11, + "type": 0, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "floor": 1, + "floorTime": 3, + "id": 230 + }, + { + "block": 1, + "color": 6, + "type": 9, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "adhesiveTime": 2, + "floor": 3, + "floorTime": 12, + "id": 240 + }, + { + "block": 0, + "color": 4, + "type": 9, + "position": { + "x": 360, + "y": 120, + "z": 0 + }, + "adhesiveTime": 1, + "floor": 3, + "floorTime": 12, + "id": 250 + }, + { + "block": 1, + "color": 1, + "type": 9, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "adhesiveTime": 2, + "floor": 4, + "floorTime": 15, + "id": 260 + }, + { + "block": 0, + "color": 5, + "type": 9, + "position": { + "x": -240, + "y": -240, + "z": 0 + }, + "adhesiveTime": 1, + "floor": 4, + "floorTime": 15, + "id": 270 + }, + { + "block": 8, + "color": 4, + "type": 0, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "id": 280 + }, + { + "block": 4, + "color": 4, + "type": 0, + "position": { + "x": 0, + "y": 120, + "z": 0 + }, + "id": 290 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": -240, + "y": -480, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "id": 320 + }, + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "id": 340 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": 360, + "y": -480, + "z": 0 + }, + "id": 350 + }, + { + "block": 6, + "color": 2, + "type": 0, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 360 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": 120, + "y": 0, + "z": 0 + }, + "id": 370 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": -120, + "y": 240, + "z": 0 + }, + "id": 380 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": -120, + "y": 360, + "z": 0 + }, + "id": 390 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 478, + "num": 2, + "color": 8, + "special": 0, + "length": 1 + }, + { + "id": 479, + "num": 6, + "color": 6, + "special": 0, + "length": 1 + }, + { + "id": 480, + "num": 9, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 481, + "num": 11, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 482, + "num": 13, + "color": 5, + "special": 3, + "length": 1, + "freeze": 6 + }, + { + "id": 483, + "num": 15, + "color": 3, + "special": 3, + "length": 1, + "freeze": 9 + }, + { + "id": 484, + "num": 17, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 485, + "num": 19, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 486, + "num": 26, + "color": 7, + "special": 0, + "length": 1 + }, + { + "id": 487, + "num": 22, + "color": 1, + "special": 0, + "length": 1 + }, + { + "id": 488, + "num": 16, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 489, + "num": 18, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 490, + "num": 8, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 491, + "num": 10, + "color": 9, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level478.json b/assets/custom/Json/level478.json new file mode 100644 index 0000000..5a7c727 --- /dev/null +++ b/assets/custom/Json/level478.json @@ -0,0 +1,366 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "478", + "map": [ + 8, + 8 + ], + "time": 120, + "gap": [ + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 6, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 0, + "y": 120, + "z": 0 + }, + "id": 210 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": -240, + "y": -120, + "z": 0 + }, + "id": 220 + }, + { + "block": 0, + "color": 3, + "type": 7, + "position": { + "x": -240, + "y": 0, + "z": 0 + }, + "floor": 1, + "floorTime": 2, + "id": 230 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "floor": 2, + "floorTime": 3, + "id": 240 + }, + { + "block": 0, + "color": 4, + "type": 7, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "floor": 3, + "floorTime": 5, + "id": 250 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 240, + "y": -120, + "z": 0 + }, + "floor": 4, + "floorTime": 8, + "id": 260 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "floor": 5, + "floorTime": 10, + "id": 270 + }, + { + "block": 0, + "color": 5, + "type": 8, + "position": { + "x": 0, + "y": -240, + "z": 0 + }, + "floor": 6, + "floorTime": 12, + "id": 280 + }, + { + "block": 0, + "color": 8, + "type": 8, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 6, + "type": 8, + "position": { + "x": 240, + "y": 120, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "id": 320 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": 0, + "y": -120, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": -240, + "y": 120, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": 360, + "y": 120, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 360, + "y": -120, + "z": 0 + }, + "id": 360 + }, + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "id": 370 + }, + { + "block": 1, + "color": 9, + "type": 1, + "position": { + "x": -120, + "y": -240, + "z": 0 + }, + "stacking": 2, + "id": 380 + }, + { + "block": 1, + "color": 3, + "type": 1, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "stacking": 1, + "id": 390 + }, + { + "block": 1, + "color": 2, + "type": 4, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "freezeTime": 8, + "id": 400 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 479, + "num": 1, + "color": 2, + "special": 0, + "length": 1 + }, + { + "id": 480, + "num": 2, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 481, + "num": 3, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 482, + "num": 9, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 483, + "num": 11, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 484, + "num": 13, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 485, + "num": 15, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 486, + "num": 21, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 487, + "num": 22, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 488, + "num": 20, + "color": 4, + "special": 0, + "length": 1 + }, + { + "id": 489, + "num": 14, + "color": 6, + "special": 0, + "length": 1 + }, + { + "id": 490, + "num": 10, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 491, + "num": 12, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 492, + "num": 8, + "color": 8, + "special": 0, + "length": 1 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level479.json b/assets/custom/Json/level479.json new file mode 100644 index 0000000..bf77c9f --- /dev/null +++ b/assets/custom/Json/level479.json @@ -0,0 +1,409 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "479", + "map": [ + 8, + 10 + ], + "time": 120, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 9, + "type": 0, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 9, + "type": 0, + "position": { + "x": -240, + "y": -240, + "z": 0 + }, + "id": 220 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "floor": 1, + "floorTime": 5, + "id": 230 + }, + { + "block": 0, + "color": 1, + "type": 7, + "position": { + "x": 240, + "y": 120, + "z": 0 + }, + "floor": 2, + "floorTime": 8, + "id": 240 + }, + { + "block": 4, + "color": 2, + "type": 4, + "position": { + "x": 360, + "y": 120, + "z": 0 + }, + "freezeTime": 9, + "floor": 2, + "floorTime": 8, + "id": 250 + }, + { + "block": 1, + "color": 3, + "type": 7, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "floor": 3, + "floorTime": 11, + "id": 260 + }, + { + "block": 1, + "color": 9, + "type": 7, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "floor": 3, + "floorTime": 11, + "id": 270 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": 120, + "y": 0, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": 240, + "y": -480, + "z": 0 + }, + "id": 300 + }, + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": 0, + "y": -240, + "z": 0 + }, + "id": 310 + }, + { + "block": 22, + "color": 10, + "type": 0, + "position": { + "x": 360, + "y": -480, + "z": 0 + }, + "id": 320 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": -240, + "y": -480, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": 240, + "y": -240, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": -120, + "y": 360, + "z": 0 + }, + "id": 370 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "id": 380 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "id": 390 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": -240, + "y": -120, + "z": 0 + }, + "id": 400 + }, + { + "block": 13, + "color": 9, + "type": 0, + "position": { + "x": 0, + "y": 240, + "z": 0 + }, + "id": 410 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": 240, + "y": 360, + "z": 0 + }, + "id": 420 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 480, + "num": 0, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 481, + "num": 1, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 482, + "num": 4, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 483, + "num": 5, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 484, + "num": 9, + "color": 10, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 485, + "num": 11, + "color": 10, + "special": 2, + "length": 0, + "lock": true + }, + { + "id": 486, + "num": 13, + "color": 8, + "special": 0, + "length": 1 + }, + { + "id": 487, + "num": 15, + "color": 6, + "special": 0, + "length": 1 + }, + { + "id": 488, + "num": 17, + "color": 7, + "special": 2, + "length": 2, + "lock": false + }, + { + "id": 489, + "num": 19, + "color": 7, + "special": 2, + "length": 0, + "lock": false + }, + { + "id": 490, + "num": 20, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 491, + "num": 21, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 492, + "num": 16, + "color": 4, + "special": 2, + "length": 2, + "lock": false + }, + { + "id": 493, + "num": 18, + "color": 4, + "special": 2, + "length": 0, + "lock": false + }, + { + "id": 494, + "num": 12, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 495, + "num": 14, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 496, + "num": 8, + "color": 2, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 497, + "num": 10, + "color": 2, + "special": 2, + "length": 0, + "lock": true + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level480.json b/assets/custom/Json/level480.json new file mode 100644 index 0000000..775d8d4 --- /dev/null +++ b/assets/custom/Json/level480.json @@ -0,0 +1,420 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "480", + "map": [ + 8, + 10 + ], + "time": 120, + "gap": [ + { + "x": 2, + "y": 8, + "z": 0 + }, + { + "x": 1, + "y": 8, + "z": 0 + }, + { + "x": 3, + "y": 8, + "z": 0 + }, + { + "x": 1, + "y": 7, + "z": 0 + }, + { + "x": 2, + "y": 7, + "z": 0 + }, + { + "x": 3, + "y": 7, + "z": 0 + }, + { + "x": 1, + "y": 6, + "z": 0 + }, + { + "x": 2, + "y": 6, + "z": 0 + }, + { + "x": 3, + "y": 6, + "z": 0 + }, + { + "x": 1, + "y": 5, + "z": 0 + }, + { + "x": 2, + "y": 5, + "z": 0 + }, + { + "x": 3, + "y": 5, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": 240, + "y": -240, + "z": 0 + }, + "floor": 2, + "floorTime": 6, + "id": 210 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "floor": 2, + "floorTime": 6, + "id": 220 + }, + { + "block": 23, + "color": 11, + "type": 0, + "position": { + "x": 0, + "y": -120, + "z": 0 + }, + "id": 230 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "floor": 3, + "floorTime": 12, + "id": 240 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": -240, + "y": -120, + "z": 0 + }, + "id": 250 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": -240, + "y": -480, + "z": 0 + }, + "id": 260 + }, + { + "block": 20, + "color": 9, + "type": 0, + "position": { + "x": 240, + "y": -120, + "z": 0 + }, + "id": 270 + }, + { + "block": 22, + "color": 10, + "type": 0, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 240, + "y": 120, + "z": 0 + }, + "id": 290 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": 0, + "y": -480, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 240, + "y": -480, + "z": 0 + }, + "id": 310 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "id": 320 + }, + { + "block": 1, + "color": 3, + "type": 0, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 360, + "y": -120, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "id": 360 + }, + { + "block": 4, + "color": 7, + "type": 0, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "id": 370 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": 0, + "y": -240, + "z": 0 + }, + "id": 380 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 481, + "num": 0, + "color": 7, + "special": 0, + "length": 3 + }, + { + "id": 482, + "num": 1, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 483, + "num": 2, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 484, + "num": 3, + "color": 4, + "special": 0, + "length": 1 + }, + { + "id": 485, + "num": 12, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 486, + "num": 13, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 487, + "num": 15, + "color": 5, + "special": 0, + "length": 1 + }, + { + "id": 488, + "num": 17, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 489, + "num": 19, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 490, + "num": 26, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 491, + "num": 27, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 492, + "num": 25, + "color": 8, + "special": 0, + "length": 1 + }, + { + "id": 493, + "num": 22, + "color": 7, + "special": 0, + "length": 1 + }, + { + "id": 494, + "num": 20, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 495, + "num": 21, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 496, + "num": 16, + "color": 1, + "special": 4, + "length": 2 + }, + { + "id": 497, + "num": 18, + "color": 1, + "special": 4, + "length": 0 + }, + { + "id": 498, + "num": 4, + "color": 10, + "special": 4, + "length": 2 + }, + { + "id": 499, + "num": 6, + "color": 10, + "special": 4, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level481.json b/assets/custom/Json/level481.json new file mode 100644 index 0000000..d80b4e3 --- /dev/null +++ b/assets/custom/Json/level481.json @@ -0,0 +1,371 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "481", + "map": [ + 9, + 9 + ], + "time": 105, + "gap": [ + { + "x": 1, + "y": 7, + "z": 0 + }, + { + "x": 2, + "y": 7, + "z": 0 + }, + { + "x": 3, + "y": 7, + "z": 0 + }, + { + "x": 5, + "y": 1, + "z": 0 + }, + { + "x": 6, + "y": 1, + "z": 0 + }, + { + "x": 7, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 18, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": -180, + "z": 0 + }, + "id": 210 + }, + { + "block": 0, + "color": 1, + "type": 8, + "position": { + "x": -180, + "y": 180, + "z": 0 + }, + "floor": 1, + "floorTime": 4, + "id": 220 + }, + { + "block": 0, + "color": 8, + "type": 7, + "position": { + "x": -60, + "y": 180, + "z": 0 + }, + "floor": 1, + "floorTime": 4, + "id": 230 + }, + { + "block": 1, + "color": 2, + "type": 7, + "position": { + "x": 300, + "y": -300, + "z": 0 + }, + "floor": 2, + "floorTime": 7, + "id": 240 + }, + { + "block": 22, + "color": 2, + "type": 0, + "position": { + "x": 420, + "y": 180, + "z": 0 + }, + "id": 250 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 420, + "y": -300, + "z": 0 + }, + "id": 260 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 300, + "y": 180, + "z": 0 + }, + "id": 270 + }, + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": 60, + "y": -420, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": -300, + "y": -180, + "z": 0 + }, + "id": 290 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": -300, + "y": 60, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": -60, + "y": -300, + "z": 0 + }, + "id": 310 + }, + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": -60, + "y": -180, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 300, + "y": -180, + "z": 0 + }, + "id": 330 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": 300, + "y": 60, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": 420, + "y": -60, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": -180, + "y": 60, + "z": 0 + }, + "id": 360 + }, + { + "block": 5, + "color": 8, + "type": 4, + "position": { + "x": -180, + "y": -420, + "z": 0 + }, + "freezeTime": 11, + "id": 370 + }, + { + "block": 1, + "color": 9, + "type": 4, + "position": { + "x": 180, + "y": 300, + "z": 0 + }, + "freezeTime": 15, + "id": 380 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 482, + "num": 1, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 483, + "num": 2, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 484, + "num": 4, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 485, + "num": 5, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 486, + "num": 7, + "color": 5, + "special": 0, + "length": 1 + }, + { + "id": 487, + "num": 14, + "color": 10, + "special": 5, + "length": 3 + }, + { + "id": 488, + "num": 17, + "color": 10, + "special": 5, + "length": 0 + }, + { + "id": 489, + "num": 19, + "color": 10, + "special": 5, + "length": 0 + }, + { + "id": 490, + "num": 25, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 491, + "num": 26, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 492, + "num": 22, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 493, + "num": 23, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 494, + "num": 20, + "color": 3, + "special": 0, + "length": 1 + }, + { + "id": 495, + "num": 8, + "color": 1, + "special": 5, + "length": 3 + }, + { + "id": 496, + "num": 10, + "color": 1, + "special": 5, + "length": 0 + }, + { + "id": 497, + "num": 13, + "color": 1, + "special": 5, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level482.json b/assets/custom/Json/level482.json new file mode 100644 index 0000000..bf4935e --- /dev/null +++ b/assets/custom/Json/level482.json @@ -0,0 +1,370 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "482", + "map": [ + 9, + 8 + ], + "time": 110, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 420, + "y": 120, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": -300, + "y": 120, + "z": 0 + }, + "id": 220 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": -180, + "y": 240, + "z": 0 + }, + "id": 230 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 300, + "y": 240, + "z": 0 + }, + "id": 240 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": -60, + "y": -120, + "z": 0 + }, + "id": 250 + }, + { + "block": 1, + "color": 3, + "type": 0, + "position": { + "x": 300, + "y": -120, + "z": 0 + }, + "id": 260 + }, + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": -180, + "y": -240, + "z": 0 + }, + "id": 270 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": 420, + "y": -240, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": -60, + "y": -360, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": 180, + "y": -360, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 5, + "type": 2, + "position": { + "x": -60, + "y": -240, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 3, + "type": 2, + "position": { + "x": 180, + "y": -240, + "z": 0 + }, + "id": 320 + }, + { + "block": 2, + "color": 2, + "type": 2, + "position": { + "x": -180, + "y": 0, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 6, + "type": 2, + "position": { + "x": -60, + "y": 240, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 7, + "type": 2, + "position": { + "x": 60, + "y": 0, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 1, + "type": 2, + "position": { + "x": 180, + "y": 240, + "z": 0 + }, + "id": 360 + }, + { + "block": 2, + "color": 9, + "type": 2, + "position": { + "x": 300, + "y": 0, + "z": 0 + }, + "id": 370 + }, + { + "block": 3, + "color": 4, + "type": 3, + "position": { + "x": 180, + "y": 120, + "z": 0 + }, + "lockTime": 7, + "id": 380 + }, + { + "block": 2, + "color": 5, + "type": 8, + "position": { + "x": 60, + "y": -360, + "z": 0 + }, + "id": 390 + }, + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": -180, + "y": -360, + "z": 0 + }, + "floor": 2, + "floorTime": 10, + "id": 400 + }, + { + "block": 1, + "color": 3, + "type": 0, + "position": { + "x": 420, + "y": -360, + "z": 0 + }, + "floor": 3, + "floorTime": 12, + "id": 410 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 483, + "num": 0, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 484, + "num": 1, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 485, + "num": 3, + "color": 8, + "special": 0, + "length": 1 + }, + { + "id": 486, + "num": 7, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 487, + "num": 9, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 488, + "num": 13, + "color": 5, + "special": 5, + "length": 1 + }, + { + "id": 489, + "num": 17, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 490, + "num": 19, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 491, + "num": 23, + "color": 7, + "special": 0, + "length": 1 + }, + { + "id": 492, + "num": 20, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 493, + "num": 21, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 494, + "num": 14, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 495, + "num": 16, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 496, + "num": 12, + "color": 6, + "special": 5, + "length": 1 + }, + { + "id": 497, + "num": 8, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 498, + "num": 10, + "color": 2, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level483.json b/assets/custom/Json/level483.json new file mode 100644 index 0000000..aa69f8d --- /dev/null +++ b/assets/custom/Json/level483.json @@ -0,0 +1,382 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "483", + "map": [ + 7, + 11 + ], + "time": 180, + "gap": [ + { + "x": 1, + "y": 9, + "z": 0 + }, + { + "x": 5, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": 60, + "y": -180, + "z": 0 + }, + "floor": 1, + "floorTime": 7, + "id": 210 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": -60, + "y": -60, + "z": 0 + }, + "floor": 2, + "floorTime": 10, + "id": 220 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": -60, + "z": 0 + }, + "floor": 2, + "floorTime": 10, + "id": 230 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 180, + "y": 60, + "z": 0 + }, + "floor": 2, + "floorTime": 10, + "id": 240 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 180, + "y": -60, + "z": 0 + }, + "floor": 2, + "floorTime": 10, + "id": 250 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 60, + "y": -540, + "z": 0 + }, + "id": 260 + }, + { + "block": 20, + "color": 4, + "type": 0, + "position": { + "x": -60, + "y": -540, + "z": 0 + }, + "id": 270 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": 300, + "y": -180, + "z": 0 + }, + "id": 280 + }, + { + "block": 5, + "color": 6, + "type": 0, + "position": { + "x": 180, + "y": 300, + "z": 0 + }, + "id": 290 + }, + { + "block": 4, + "color": 2, + "type": 1, + "position": { + "x": -180, + "y": -180, + "z": 0 + }, + "stacking": 5, + "id": 300 + }, + { + "block": 2, + "color": 3, + "type": 1, + "position": { + "x": 300, + "y": 300, + "z": 0 + }, + "stacking": 9, + "id": 310 + }, + { + "block": 0, + "color": 3, + "type": 1, + "position": { + "x": -60, + "y": 300, + "z": 0 + }, + "stacking": 1, + "id": 320 + }, + { + "block": 1, + "color": 6, + "type": 1, + "position": { + "x": 60, + "y": -300, + "z": 0 + }, + "stacking": 7, + "id": 330 + }, + { + "block": 1, + "color": 10, + "type": 1, + "position": { + "x": 180, + "y": -420, + "z": 0 + }, + "stacking": 5, + "id": 340 + }, + { + "block": 2, + "color": 8, + "type": 1, + "position": { + "x": 300, + "y": -420, + "z": 0 + }, + "stacking": 9, + "id": 350 + }, + { + "block": 1, + "color": 10, + "type": 1, + "position": { + "x": 180, + "y": 180, + "z": 0 + }, + "stacking": 6, + "id": 360 + }, + { + "block": 2, + "color": 10, + "type": 1, + "position": { + "x": -180, + "y": 180, + "z": 0 + }, + "stacking": 7, + "id": 370 + }, + { + "block": 0, + "color": 1, + "type": 1, + "position": { + "x": -60, + "y": 420, + "z": 0 + }, + "stacking": 3, + "id": 380 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 484, + "num": 1, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 485, + "num": 2, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 486, + "num": 4, + "color": 5, + "special": 0, + "length": 3 + }, + { + "id": 487, + "num": 5, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 488, + "num": 6, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 489, + "num": 12, + "color": 9, + "special": 0, + "length": 1 + }, + { + "id": 490, + "num": 14, + "color": 4, + "special": 3, + "length": 2, + "freeze": 12 + }, + { + "id": 491, + "num": 16, + "color": 4, + "special": 3, + "length": 0, + "freeze": 12 + }, + { + "id": 492, + "num": 19, + "color": 8, + "special": 3, + "length": 1, + "freeze": 5 + }, + { + "id": 493, + "num": 25, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 494, + "num": 26, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 495, + "num": 21, + "color": 2, + "special": 0, + "length": 3 + }, + { + "id": 496, + "num": 22, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 497, + "num": 23, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 498, + "num": 15, + "color": 3, + "special": 0, + "length": 1 + }, + { + "id": 499, + "num": 11, + "color": 6, + "special": 3, + "length": 2, + "freeze": 17 + }, + { + "id": 500, + "num": 13, + "color": 6, + "special": 3, + "length": 0, + "freeze": 17 + }, + { + "id": 501, + "num": 8, + "color": 1, + "special": 3, + "length": 1, + "freeze": 3 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level484.json b/assets/custom/Json/level484.json new file mode 100644 index 0000000..007df93 --- /dev/null +++ b/assets/custom/Json/level484.json @@ -0,0 +1,467 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [ + { + "x": 2, + "y": 5, + "color": "8" + }, + { + "x": 2, + "y": 4, + "color": "8" + }, + { + "x": 5, + "y": 5, + "color": "10" + }, + { + "x": 5, + "y": 4, + "color": "10" + } + ], + "id": "484", + "map": [ + 8, + 10 + ], + "time": 65, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 9, + "type": 0, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 9, + "type": 0, + "position": { + "x": -120, + "y": 240, + "z": 0 + }, + "id": 220 + }, + { + "block": 23, + "color": 9, + "type": 0, + "position": { + "x": -240, + "y": 360, + "z": 0 + }, + "id": 230 + }, + { + "block": 23, + "color": 9, + "type": 0, + "position": { + "x": 360, + "y": 360, + "z": 0 + }, + "id": 240 + }, + { + "block": 23, + "color": 9, + "type": 0, + "position": { + "x": 360, + "y": -480, + "z": 0 + }, + "id": 250 + }, + { + "block": 23, + "color": 9, + "type": 0, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "id": 260 + }, + { + "block": 23, + "color": 9, + "type": 0, + "position": { + "x": -120, + "y": -360, + "z": 0 + }, + "id": 270 + }, + { + "block": 23, + "color": 9, + "type": 0, + "position": { + "x": -240, + "y": -480, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": 0, + "y": 240, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": 0, + "y": -480, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 0, + "y": -360, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "id": 330 + }, + { + "block": 1, + "color": 3, + "type": 0, + "position": { + "x": 360, + "y": 120, + "z": 0 + }, + "id": 340 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 360 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "id": 370 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "id": 380 + }, + { + "block": 1, + "color": 10, + "type": 2, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "id": 390 + }, + { + "block": 1, + "color": 8, + "type": 2, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "id": 400 + }, + { + "block": 1, + "color": 9, + "type": 2, + "position": { + "x": -120, + "y": -240, + "z": 0 + }, + "id": 410 + }, + { + "block": 1, + "color": 4, + "type": 2, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "id": 420 + }, + { + "block": 5, + "color": 10, + "type": 3, + "position": { + "x": 120, + "y": 0, + "z": 0 + }, + "lockTime": 4, + "id": 430 + }, + { + "block": 0, + "color": 1, + "type": 5, + "position": { + "x": -120, + "y": 360, + "z": 0 + }, + "id": 440 + }, + { + "block": 0, + "color": 1, + "type": 5, + "position": { + "x": -240, + "y": -120, + "z": 0 + }, + "id": 450 + }, + { + "block": 0, + "color": 2, + "type": 5, + "position": { + "x": 360, + "y": -120, + "z": 0 + }, + "id": 460 + }, + { + "block": 0, + "color": 2, + "type": 5, + "position": { + "x": 240, + "y": 360, + "z": 0 + }, + "id": 470 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 485, + "num": 1, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 486, + "num": 2, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 487, + "num": 3, + "color": 2, + "special": 1, + "length": 1 + }, + { + "id": 488, + "num": 4, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 489, + "num": 5, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 490, + "num": 11, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 491, + "num": 13, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 492, + "num": 15, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 493, + "num": 17, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 494, + "num": 24, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 495, + "num": 25, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 496, + "num": 23, + "color": 1, + "special": 1, + "length": 1 + }, + { + "id": 497, + "num": 21, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 498, + "num": 22, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 499, + "num": 14, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 500, + "num": 16, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 501, + "num": 10, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 502, + "num": 12, + "color": 9, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level485.json b/assets/custom/Json/level485.json new file mode 100644 index 0000000..60ae2c9 --- /dev/null +++ b/assets/custom/Json/level485.json @@ -0,0 +1,391 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "485", + "map": [ + 8, + 10 + ], + "time": 110, + "gap": [ + { + "x": 1, + "y": 4, + "z": 0 + }, + { + "x": 1, + "y": 5, + "z": 0 + }, + { + "x": 6, + "y": 5, + "z": 0 + }, + { + "x": 6, + "y": 4, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 21, + "color": 1, + "type": 0, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "id": 210 + }, + { + "block": 22, + "color": 9, + "type": 0, + "position": { + "x": -120, + "y": 240, + "z": 0 + }, + "id": 220 + }, + { + "block": 1, + "color": 6, + "type": 0, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "id": 230 + }, + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 240 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "id": 250 + }, + { + "block": 1, + "color": 11, + "type": 3, + "position": { + "x": 120, + "y": 0, + "z": 0 + }, + "lockTime": 6, + "id": 260 + }, + { + "block": 2, + "color": 2, + "type": 2, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 7, + "type": 2, + "position": { + "x": -240, + "y": 240, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 8, + "type": 2, + "position": { + "x": 240, + "y": 0, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 4, + "type": 2, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 2, + "type": 2, + "position": { + "x": -240, + "y": -480, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 8, + "type": 2, + "position": { + "x": 360, + "y": -480, + "z": 0 + }, + "id": 320 + }, + { + "block": 1, + "color": 5, + "type": 12, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "lockTime2": 4, + "id": 330 + }, + { + "block": 2, + "color": 5, + "type": 13, + "position": { + "x": -120, + "y": -240, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 10, + "type": 13, + "position": { + "x": 240, + "y": -240, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 7, + "type": 13, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 4, + "type": 13, + "position": { + "x": 0, + "y": -240, + "z": 0 + }, + "id": 370 + }, + { + "block": 1, + "color": 1, + "type": 6, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "boomTime": 22, + "id": 380 + }, + { + "block": 1, + "color": 1, + "type": 9, + "position": { + "x": 120, + "y": 360, + "z": 0 + }, + "adhesiveTime": 2, + "id": 390 + }, + { + "block": 1, + "color": 9, + "type": 9, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "adhesiveTime": 1, + "id": 400 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": -240, + "y": -240, + "z": 0 + }, + "id": 410 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 486, + "num": 1, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 487, + "num": 2, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 488, + "num": 3, + "color": 4, + "special": 0, + "length": 1 + }, + { + "id": 489, + "num": 4, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 490, + "num": 5, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 491, + "num": 13, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 492, + "num": 15, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 493, + "num": 17, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 494, + "num": 19, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 495, + "num": 30, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 496, + "num": 31, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 497, + "num": 29, + "color": 7, + "special": 0, + "length": 1 + }, + { + "id": 498, + "num": 27, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 499, + "num": 28, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 500, + "num": 14, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 501, + "num": 16, + "color": 1, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level486.json b/assets/custom/Json/level486.json new file mode 100644 index 0000000..4f9d4f5 --- /dev/null +++ b/assets/custom/Json/level486.json @@ -0,0 +1,379 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "486", + "map": [ + 8, + 9 + ], + "time": 120, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 2, + "color": 8, + "type": 4, + "position": { + "x": -240, + "y": 180, + "z": 0 + }, + "freezeTime": 3, + "id": 210 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": -120, + "y": -180, + "z": 0 + }, + "floor": 1, + "floorTime": 7, + "id": 220 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": 240, + "y": -180, + "z": 0 + }, + "floor": 1, + "floorTime": 7, + "id": 230 + }, + { + "block": 2, + "color": 9, + "type": 2, + "position": { + "x": 0, + "y": -180, + "z": 0 + }, + "floor": 1, + "floorTime": 7, + "id": 240 + }, + { + "block": 2, + "color": 4, + "type": 2, + "position": { + "x": 120, + "y": -180, + "z": 0 + }, + "floor": 1, + "floorTime": 7, + "id": 250 + }, + { + "block": 1, + "color": 6, + "type": 2, + "position": { + "x": 120, + "y": 300, + "z": 0 + }, + "id": 260 + }, + { + "block": 0, + "color": 1, + "type": 2, + "position": { + "x": 360, + "y": -60, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 3, + "type": 2, + "position": { + "x": -240, + "y": -60, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 7, + "type": 4, + "position": { + "x": 360, + "y": 180, + "z": 0 + }, + "freezeTime": 9, + "id": 290 + }, + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": 0, + "y": -420, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 240, + "y": 60, + "z": 0 + }, + "id": 310 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": 240, + "y": -420, + "z": 0 + }, + "id": 320 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 360, + "y": -420, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": -240, + "y": -420, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": -120, + "y": 60, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": 360, + "y": 60, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": -240, + "y": 60, + "z": 0 + }, + "id": 370 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 0, + "y": -300, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 120, + "y": -300, + "z": 0 + }, + "id": 390 + }, + { + "block": 5, + "color": 8, + "type": 3, + "position": { + "x": 120, + "y": 60, + "z": 0 + }, + "lockTime": 5, + "id": 400 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 487, + "num": 2, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 488, + "num": 3, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 489, + "num": 5, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 490, + "num": 6, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 491, + "num": 8, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 492, + "num": 10, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 493, + "num": 12, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 494, + "num": 14, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 495, + "num": 16, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 496, + "num": 18, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 497, + "num": 24, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 498, + "num": 25, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 499, + "num": 21, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 500, + "num": 22, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 501, + "num": 17, + "color": 10, + "special": 0, + "length": 1 + }, + { + "id": 502, + "num": 11, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 503, + "num": 13, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 504, + "num": 7, + "color": 7, + "special": 0, + "length": 1 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level487.json b/assets/custom/Json/level487.json new file mode 100644 index 0000000..b6e4611 --- /dev/null +++ b/assets/custom/Json/level487.json @@ -0,0 +1,425 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [ + { + "x": 3, + "y": 4, + "color": "10" + }, + { + "x": 3, + "y": 3, + "color": "10" + }, + { + "x": 4, + "y": 4, + "color": "10" + }, + { + "x": 4, + "y": 3, + "color": "10" + } + ], + "id": "487", + "map": [ + 8, + 10 + ], + "time": 110, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "floor": 1, + "floorTime": 8, + "id": 210 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": 0, + "y": 120, + "z": 0 + }, + "floor": 1, + "floorTime": 8, + "id": 220 + }, + { + "block": 23, + "color": 10, + "type": 0, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "id": 230 + }, + { + "block": 23, + "color": 10, + "type": 0, + "position": { + "x": -240, + "y": 240, + "z": 0 + }, + "id": 240 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": -240, + "y": 360, + "z": 0 + }, + "id": 250 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "id": 260 + }, + { + "block": 4, + "color": 8, + "type": 0, + "position": { + "x": -240, + "y": -120, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": 0, + "y": -480, + "z": 0 + }, + "id": 280 + }, + { + "block": 4, + "color": 5, + "type": 0, + "position": { + "x": 360, + "y": -120, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": 360, + "y": 360, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": 240, + "y": 120, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": 240, + "y": 0, + "z": 0 + }, + "id": 350 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 360 + }, + { + "block": 1, + "color": 10, + "type": 2, + "position": { + "x": 0, + "y": -240, + "z": 0 + }, + "id": 370 + }, + { + "block": 5, + "color": 10, + "type": 2, + "position": { + "x": 240, + "y": -240, + "z": 0 + }, + "id": 380 + }, + { + "block": 1, + "color": 9, + "type": 2, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "id": 390 + }, + { + "block": 1, + "color": 7, + "type": 2, + "position": { + "x": 360, + "y": -480, + "z": 0 + }, + "id": 400 + }, + { + "block": 2, + "color": 5, + "type": 2, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "id": 410 + }, + { + "block": 2, + "color": 8, + "type": 2, + "position": { + "x": -120, + "y": 240, + "z": 0 + }, + "id": 420 + }, + { + "block": 1, + "color": 11, + "type": 3, + "position": { + "x": 120, + "y": 0, + "z": 0 + }, + "lockTime": 6, + "id": 430 + }, + { + "block": 1, + "color": 10, + "type": 4, + "position": { + "x": 120, + "y": 360, + "z": 0 + }, + "freezeTime": 10, + "id": 440 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 488, + "num": 1, + "color": 5, + "special": 0, + "length": 3 + }, + { + "id": 489, + "num": 2, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 490, + "num": 3, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 491, + "num": 11, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 492, + "num": 13, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 493, + "num": 15, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 494, + "num": 17, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 495, + "num": 21, + "color": 8, + "special": 0, + "length": 3 + }, + { + "id": 496, + "num": 22, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 497, + "num": 23, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 498, + "num": 16, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 499, + "num": 18, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 500, + "num": 12, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 501, + "num": 14, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 502, + "num": 8, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 503, + "num": 10, + "color": 2, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level488.json b/assets/custom/Json/level488.json new file mode 100644 index 0000000..adb4f10 --- /dev/null +++ b/assets/custom/Json/level488.json @@ -0,0 +1,507 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "488", + "map": [ + 10, + 10 + ], + "time": 195, + "gap": [ + { + "x": 1, + "y": 8, + "z": 0 + }, + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 8, + "y": 8, + "z": 0 + }, + { + "x": 8, + "y": 1, + "z": 0 + }, + { + "x": 4, + "y": 8, + "z": 0 + }, + { + "x": 5, + "y": 8, + "z": 0 + }, + { + "x": 4, + "y": 1, + "z": 0 + }, + { + "x": 5, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": 0, + "y": -120, + "z": 0 + }, + "floor": 1, + "floorTime": 6, + "id": 210 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "floor": 1, + "floorTime": 6, + "id": 220 + }, + { + "block": 4, + "color": 8, + "type": 7, + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "floor": 1, + "floorTime": 6, + "id": 230 + }, + { + "block": 4, + "color": 1, + "type": 7, + "position": { + "x": 120, + "y": 0, + "z": 0 + }, + "floor": 1, + "floorTime": 6, + "id": 240 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "id": 250 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": -240, + "y": 0, + "z": 0 + }, + "id": 260 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": -240, + "y": -480, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": -360, + "y": -360, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": -360, + "y": -240, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 480, + "y": -240, + "z": 0 + }, + "id": 400 + }, + { + "block": 21, + "color": 7, + "type": 0, + "position": { + "x": 240, + "y": 0, + "z": 0 + }, + "id": 290 + }, + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": 480, + "y": 240, + "z": 0 + }, + "id": 300 + }, + { + "block": 22, + "color": 4, + "type": 0, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "id": 310 + }, + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": 480, + "y": 0, + "z": 0 + }, + "id": 320 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": 240, + "y": -240, + "z": 0 + }, + "id": 330 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": 240, + "y": -480, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": 480, + "y": -360, + "z": 0 + }, + "id": 360 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": -120, + "y": -240, + "z": 0 + }, + "id": 370 + }, + { + "block": 1, + "color": 6, + "type": 0, + "position": { + "x": -240, + "y": 240, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": -360, + "y": 120, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 360, + "y": -480, + "z": 0 + }, + "id": 400 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 480, + "y": 120, + "z": 0 + }, + "id": 410 + }, + { + "block": 2, + "color": 3, + "type": 8, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "id": 420 + }, + { + "block": 2, + "color": 9, + "type": 8, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 430 + }, + { + "block": 1, + "color": 11, + "type": 0, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "id": 440 + }, + { + "block": 1, + "color": 7, + "type": 4, + "position": { + "x": -120, + "y": 360, + "z": 0 + }, + "freezeTime": 9, + "id": 450 + }, + { + "block": 1, + "color": 4, + "type": 4, + "position": { + "x": 360, + "y": 360, + "z": 0 + }, + "freezeTime": 13, + "id": 460 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 489, + "num": 0, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 490, + "num": 1, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 491, + "num": 3, + "color": 8, + "special": 0, + "length": 3 + }, + { + "id": 492, + "num": 4, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 493, + "num": 5, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 494, + "num": 11, + "color": 3, + "special": 0, + "length": 1 + }, + { + "id": 495, + "num": 13, + "color": 5, + "special": 0, + "length": 1 + }, + { + "id": 496, + "num": 23, + "color": 2, + "special": 0, + "length": 1 + }, + { + "id": 497, + "num": 25, + "color": 9, + "special": 0, + "length": 1 + }, + { + "id": 498, + "num": 33, + "color": 1, + "special": 0, + "length": 3 + }, + { + "id": 499, + "num": 34, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 500, + "num": 35, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 501, + "num": 30, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 502, + "num": 31, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 503, + "num": 22, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 504, + "num": 24, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 505, + "num": 10, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 506, + "num": 12, + "color": 7, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level489.json b/assets/custom/Json/level489.json new file mode 100644 index 0000000..f00030c --- /dev/null +++ b/assets/custom/Json/level489.json @@ -0,0 +1,404 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "489", + "map": [ + 9, + 9 + ], + "time": 120, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 4, + "type": 0, + "position": { + "x": -300, + "y": -420, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 4, + "type": 0, + "position": { + "x": 420, + "y": 300, + "z": 0 + }, + "id": 220 + }, + { + "block": 23, + "color": 4, + "type": 0, + "position": { + "x": -300, + "y": 300, + "z": 0 + }, + "id": 230 + }, + { + "block": 23, + "color": 4, + "type": 0, + "position": { + "x": 420, + "y": -420, + "z": 0 + }, + "id": 240 + }, + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": 300, + "y": -420, + "z": 0 + }, + "id": 250 + }, + { + "block": 23, + "color": 4, + "type": 0, + "position": { + "x": 180, + "y": -180, + "z": 0 + }, + "id": 260 + }, + { + "block": 23, + "color": 4, + "type": 0, + "position": { + "x": -60, + "y": -180, + "z": 0 + }, + "id": 270 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": -60, + "y": -420, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": 420, + "y": -300, + "z": 0 + }, + "id": 290 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": -300, + "y": -300, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": -300, + "y": 60, + "z": 0 + }, + "id": 310 + }, + { + "block": 21, + "color": 5, + "type": 0, + "position": { + "x": -180, + "y": -180, + "z": 0 + }, + "id": 320 + }, + { + "block": 22, + "color": 7, + "type": 0, + "position": { + "x": 300, + "y": -180, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 10, + "type": 8, + "position": { + "x": 300, + "y": 300, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 4, + "type": 8, + "position": { + "x": -180, + "y": 60, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 7, + "type": 7, + "position": { + "x": -60, + "y": -300, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 3, + "type": 7, + "position": { + "x": 180, + "y": -300, + "z": 0 + }, + "id": 370 + }, + { + "block": 0, + "color": 6, + "type": 2, + "position": { + "x": 60, + "y": -180, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 5, + "type": 2, + "position": { + "x": 60, + "y": -300, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 1, + "type": 2, + "position": { + "x": 60, + "y": -420, + "z": 0 + }, + "id": 400 + }, + { + "block": 0, + "color": 4, + "type": 2, + "position": { + "x": 60, + "y": -60, + "z": 0 + }, + "id": 410 + }, + { + "block": 0, + "color": 3, + "type": 2, + "position": { + "x": 180, + "y": 300, + "z": 0 + }, + "id": 420 + }, + { + "block": 0, + "color": 7, + "type": 2, + "position": { + "x": -60, + "y": 300, + "z": 0 + }, + "id": 430 + }, + { + "block": 14, + "color": 8, + "type": 3, + "position": { + "x": 60, + "y": 60, + "z": 0 + }, + "lockTime": 6, + "id": 440 + }, + { + "block": 19, + "color": 1, + "type": 4, + "position": { + "x": 300, + "y": 60, + "z": 0 + }, + "freezeTime": 9, + "id": 450 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 490, + "num": 1, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 491, + "num": 2, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 492, + "num": 4, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 493, + "num": 5, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 494, + "num": 10, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 495, + "num": 12, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 496, + "num": 16, + "color": 6, + "special": 0, + "length": 1 + }, + { + "id": 497, + "num": 25, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 498, + "num": 26, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 499, + "num": 22, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 500, + "num": 23, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 501, + "num": 15, + "color": 10, + "special": 5, + "length": 2 + }, + { + "id": 502, + "num": 17, + "color": 10, + "special": 5, + "length": 0 + }, + { + "id": 503, + "num": 9, + "color": 4, + "special": 5, + "length": 2 + }, + { + "id": 504, + "num": 11, + "color": 4, + "special": 5, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level490.json b/assets/custom/Json/level490.json new file mode 100644 index 0000000..1efa1c5 --- /dev/null +++ b/assets/custom/Json/level490.json @@ -0,0 +1,432 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "490", + "map": [ + 8, + 10 + ], + "time": 120, + "gap": [ + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 6, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 5, + "type": 0, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 5, + "type": 0, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "id": 220 + }, + { + "block": 23, + "color": 5, + "type": 0, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "id": 230 + }, + { + "block": 23, + "color": 5, + "type": 0, + "position": { + "x": -240, + "y": -240, + "z": 0 + }, + "id": 240 + }, + { + "block": 23, + "color": 5, + "type": 0, + "position": { + "x": -240, + "y": 0, + "z": 0 + }, + "id": 250 + }, + { + "block": 23, + "color": 5, + "type": 0, + "position": { + "x": -240, + "y": 240, + "z": 0 + }, + "id": 260 + }, + { + "block": 1, + "color": 11, + "type": 0, + "position": { + "x": 120, + "y": 360, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": -120, + "y": -360, + "z": 0 + }, + "id": 290 + }, + { + "block": 21, + "color": 5, + "type": 0, + "position": { + "x": 240, + "y": -240, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": -240, + "y": 120, + "z": 0 + }, + "id": 330 + }, + { + "block": 22, + "color": 8, + "type": 0, + "position": { + "x": -120, + "y": -240, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 360, + "y": 120, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": -120, + "y": 240, + "z": 0 + }, + "id": 370 + }, + { + "block": 1, + "color": 5, + "type": 4, + "position": { + "x": -120, + "y": 360, + "z": 0 + }, + "freezeTime": 11, + "id": 380 + }, + { + "block": 1, + "color": 8, + "type": 4, + "position": { + "x": 360, + "y": 360, + "z": 0 + }, + "freezeTime": 18, + "id": 390 + }, + { + "block": 2, + "color": 8, + "type": 1, + "position": { + "x": 240, + "y": 0, + "z": 0 + }, + "stacking": 5, + "id": 400 + }, + { + "block": 2, + "color": 7, + "type": 1, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "stacking": 8, + "id": 410 + }, + { + "block": 1, + "color": 10, + "type": 1, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "stacking": 4, + "id": 420 + }, + { + "block": 1, + "color": 9, + "type": 1, + "position": { + "x": 0, + "y": -480, + "z": 0 + }, + "stacking": 5, + "id": 430 + }, + { + "block": 1, + "color": 4, + "type": 1, + "position": { + "x": 240, + "y": -480, + "z": 0 + }, + "stacking": 1, + "id": 440 + }, + { + "block": 2, + "color": 5, + "type": 9, + "position": { + "x": 0, + "y": -240, + "z": 0 + }, + "adhesiveTime": 2, + "id": 450 + }, + { + "block": 2, + "color": 8, + "type": 9, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "adhesiveTime": 1, + "id": 460 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 491, + "num": 0, + "color": 5, + "special": 0, + "length": 1 + }, + { + "id": 492, + "num": 2, + "color": 1, + "special": 0, + "length": 1 + }, + { + "id": 493, + "num": 4, + "color": 4, + "special": 0, + "length": 1 + }, + { + "id": 494, + "num": 6, + "color": 2, + "special": 0, + "length": 1 + }, + { + "id": 495, + "num": 13, + "color": 7, + "special": 3, + "length": 2, + "freeze": 15 + }, + { + "id": 496, + "num": 15, + "color": 7, + "special": 3, + "length": 0, + "freeze": 15 + }, + { + "id": 497, + "num": 27, + "color": 6, + "special": 0, + "length": 1 + }, + { + "id": 498, + "num": 25, + "color": 9, + "special": 0, + "length": 1 + }, + { + "id": 499, + "num": 23, + "color": 10, + "special": 0, + "length": 1 + }, + { + "id": 500, + "num": 21, + "color": 3, + "special": 0, + "length": 1 + }, + { + "id": 501, + "num": 14, + "color": 8, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 502, + "num": 16, + "color": 8, + "special": 2, + "length": 0, + "lock": true + }, + { + "id": 503, + "num": 10, + "color": 5, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 504, + "num": 12, + "color": 5, + "special": 2, + "length": 0, + "lock": true + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level491.json b/assets/custom/Json/level491.json new file mode 100644 index 0000000..bb74367 --- /dev/null +++ b/assets/custom/Json/level491.json @@ -0,0 +1,441 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "491", + "map": [ + 8, + 10 + ], + "time": 135, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 10, + "color": 7, + "type": 0, + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "floor": 1, + "floorTime": 14, + "id": 210 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": 120, + "y": 0, + "z": 0 + }, + "floor": 1, + "floorTime": 14, + "id": 220 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 240, + "y": 0, + "z": 0 + }, + "floor": 1, + "floorTime": 14, + "id": 230 + }, + { + "block": 1, + "color": 6, + "type": 0, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "floor": 1, + "floorTime": 14, + "id": 240 + }, + { + "block": 0, + "color": 10, + "type": 8, + "position": { + "x": 240, + "y": 120, + "z": 0 + }, + "floor": 1, + "floorTime": 14, + "id": 250 + }, + { + "block": 2, + "color": 4, + "type": 8, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "floor": 1, + "floorTime": 14, + "id": 260 + }, + { + "block": 0, + "color": 9, + "type": 8, + "position": { + "x": -120, + "y": -240, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 10, + "type": 8, + "position": { + "x": 240, + "y": -240, + "z": 0 + }, + "id": 280 + }, + { + "block": 23, + "color": 10, + "type": 8, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 290 + }, + { + "block": 23, + "color": 10, + "type": 8, + "position": { + "x": 0, + "y": -480, + "z": 0 + }, + "id": 300 + }, + { + "block": 1, + "color": 3, + "type": 7, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "id": 310 + }, + { + "block": 21, + "color": 3, + "type": 0, + "position": { + "x": -120, + "y": 240, + "z": 0 + }, + "id": 320 + }, + { + "block": 1, + "color": 3, + "type": 0, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "id": 330 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 350 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": 360, + "y": 360, + "z": 0 + }, + "id": 360 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": -240, + "y": 240, + "z": 0 + }, + "id": 370 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": 120, + "y": 360, + "z": 0 + }, + "id": 380 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "id": 390 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": 360, + "y": -480, + "z": 0 + }, + "id": 400 + }, + { + "block": 4, + "color": 5, + "type": 0, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "id": 410 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": -120, + "y": -360, + "z": 0 + }, + "id": 420 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": -240, + "y": 0, + "z": 0 + }, + "id": 430 + }, + { + "block": 1, + "color": 6, + "type": 0, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "id": 440 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 240, + "y": -120, + "z": 0 + }, + "id": 450 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 492, + "num": 1, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 493, + "num": 2, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 494, + "num": 3, + "color": 7, + "special": 0, + "length": 3 + }, + { + "id": 495, + "num": 4, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 496, + "num": 5, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 497, + "num": 23, + "color": 5, + "special": 0, + "length": 3 + }, + { + "id": 498, + "num": 24, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 499, + "num": 25, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 500, + "num": 21, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 501, + "num": 22, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 502, + "num": 18, + "color": 4, + "special": 0, + "length": 1 + }, + { + "id": 503, + "num": 8, + "color": 1, + "special": 0, + "length": 1 + }, + { + "id": 504, + "num": 9, + "color": 6, + "special": 3, + "length": 2, + "freeze": 7 + }, + { + "id": 505, + "num": 11, + "color": 6, + "special": 3, + "length": 0, + "freeze": 7 + }, + { + "id": 506, + "num": 17, + "color": 8, + "special": 3, + "length": 2, + "freeze": 5 + }, + { + "id": 507, + "num": 19, + "color": 8, + "special": 3, + "length": 0, + "freeze": 5 + }, + { + "id": 508, + "num": 16, + "color": 10, + "special": 3, + "length": 1, + "freeze": 10 + }, + { + "id": 509, + "num": 10, + "color": 9, + "special": 3, + "length": 1, + "freeze": 12 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level492.json b/assets/custom/Json/level492.json new file mode 100644 index 0000000..cfd4d41 --- /dev/null +++ b/assets/custom/Json/level492.json @@ -0,0 +1,398 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "492", + "map": [ + 8, + 8 + ], + "time": 120, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": -120, + "y": -360, + "z": 0 + }, + "floor": 1, + "floorTime": 6, + "id": 210 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 0, + "y": -360, + "z": 0 + }, + "floor": 1, + "floorTime": 6, + "id": 220 + }, + { + "block": 0, + "color": 10, + "type": 4, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "freezeTime": 9, + "id": 230 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "floor": 3, + "floorTime": 12, + "id": 240 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "floor": 3, + "floorTime": 12, + "id": 250 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": 240, + "y": 0, + "z": 0 + }, + "floor": 3, + "floorTime": 12, + "id": 260 + }, + { + "block": 23, + "color": 7, + "type": 0, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "id": 270 + }, + { + "block": 23, + "color": 7, + "type": 0, + "position": { + "x": -240, + "y": 240, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": 240, + "y": -240, + "z": 0 + }, + "id": 300 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": 0, + "y": -240, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "id": 320 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "id": 350 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": 360, + "y": -120, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 0, + "y": 240, + "z": 0 + }, + "id": 370 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": -240, + "y": -240, + "z": 0 + }, + "id": 380 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "id": 390 + }, + { + "block": 22, + "color": 6, + "type": 0, + "position": { + "x": 120, + "y": 0, + "z": 0 + }, + "id": 400 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": -240, + "y": 0, + "z": 0 + }, + "id": 410 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": -120, + "y": 240, + "z": 0 + }, + "id": 420 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 360, + "y": 120, + "z": 0 + }, + "id": 430 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 493, + "num": 0, + "color": 9, + "special": 0, + "length": 1 + }, + { + "id": 494, + "num": 1, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 495, + "num": 2, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 496, + "num": 3, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 497, + "num": 4, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 498, + "num": 9, + "color": 10, + "special": 0, + "length": 1 + }, + { + "id": 499, + "num": 15, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 500, + "num": 17, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 501, + "num": 23, + "color": 3, + "special": 0, + "length": 1 + }, + { + "id": 502, + "num": 21, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 503, + "num": 22, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 504, + "num": 19, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 505, + "num": 20, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 506, + "num": 14, + "color": 4, + "special": 0, + "length": 1 + }, + { + "id": 507, + "num": 6, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 508, + "num": 8, + "color": 2, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level493.json b/assets/custom/Json/level493.json new file mode 100644 index 0000000..ac56931 --- /dev/null +++ b/assets/custom/Json/level493.json @@ -0,0 +1,378 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "493", + "map": [ + 8, + 10 + ], + "time": 135, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 1, + "color": 11, + "type": 4, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "freezeTime": 4, + "id": 210 + }, + { + "block": 1, + "color": 11, + "type": 4, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "freezeTime": 9, + "id": 220 + }, + { + "block": 2, + "color": 1, + "type": 2, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "floor": 1, + "floorTime": 6, + "id": 230 + }, + { + "block": 2, + "color": 7, + "type": 2, + "position": { + "x": -240, + "y": 120, + "z": 0 + }, + "floor": 2, + "floorTime": 10, + "id": 240 + }, + { + "block": 0, + "color": 1, + "type": 2, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "id": 250 + }, + { + "block": 0, + "color": 4, + "type": 2, + "position": { + "x": 0, + "y": -480, + "z": 0 + }, + "id": 260 + }, + { + "block": 0, + "color": 10, + "type": 2, + "position": { + "x": -120, + "y": 240, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 6, + "type": 2, + "position": { + "x": 120, + "y": 360, + "z": 0 + }, + "id": 280 + }, + { + "block": 23, + "color": 6, + "type": 2, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "id": 290 + }, + { + "block": 23, + "color": 6, + "type": 2, + "position": { + "x": -240, + "y": 0, + "z": 0 + }, + "id": 300 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": -120, + "y": 360, + "z": 0 + }, + "id": 310 + }, + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "id": 320 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "id": 330 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": 360, + "y": -480, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": 240, + "y": 120, + "z": 0 + }, + "id": 350 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": 360, + "y": 360, + "z": 0 + }, + "id": 360 + }, + { + "block": 2, + "color": 10, + "type": 5, + "position": { + "x": -120, + "y": -360, + "z": 0 + }, + "id": 370 + }, + { + "block": 2, + "color": 5, + "type": 5, + "position": { + "x": 360, + "y": 120, + "z": 0 + }, + "id": 380 + }, + { + "block": 5, + "color": 9, + "type": 3, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "lockTime": 6, + "id": 390 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 494, + "num": 1, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 495, + "num": 2, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 496, + "num": 5, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 497, + "num": 6, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 498, + "num": 9, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 499, + "num": 11, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 500, + "num": 13, + "color": 5, + "special": 1, + "length": 1 + }, + { + "id": 501, + "num": 15, + "color": 4, + "special": 0, + "length": 1 + }, + { + "id": 502, + "num": 17, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 503, + "num": 19, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 504, + "num": 25, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 505, + "num": 26, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 506, + "num": 21, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 507, + "num": 22, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 508, + "num": 16, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 509, + "num": 18, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 510, + "num": 14, + "color": 10, + "special": 1, + "length": 1 + }, + { + "id": 511, + "num": 12, + "color": 6, + "special": 0, + "length": 1 + }, + { + "id": 512, + "num": 8, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 513, + "num": 10, + "color": 1, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level494.json b/assets/custom/Json/level494.json new file mode 100644 index 0000000..28bedd6 --- /dev/null +++ b/assets/custom/Json/level494.json @@ -0,0 +1,518 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "494", + "map": [ + 10, + 11 + ], + "time": 120, + "gap": [ + { + "x": 1, + "y": 2, + "z": 0 + }, + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 2, + "y": 2, + "z": 0 + }, + { + "x": 2, + "y": 1, + "z": 0 + }, + { + "x": 7, + "y": 2, + "z": 0 + }, + { + "x": 7, + "y": 1, + "z": 0 + }, + { + "x": 8, + "y": 2, + "z": 0 + }, + { + "x": 8, + "y": 1, + "z": 0 + }, + { + "x": 1, + "y": 9, + "z": 0 + }, + { + "x": 1, + "y": 8, + "z": 0 + }, + { + "x": 1, + "y": 7, + "z": 0 + }, + { + "x": 1, + "y": 6, + "z": 0 + }, + { + "x": 1, + "y": 5, + "z": 0 + }, + { + "x": 8, + "y": 9, + "z": 0 + }, + { + "x": 8, + "y": 8, + "z": 0 + }, + { + "x": 8, + "y": 7, + "z": 0 + }, + { + "x": 8, + "y": 6, + "z": 0 + }, + { + "x": 8, + "y": 5, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 10, + "color": 8, + "type": 0, + "position": { + "x": 240, + "y": 180, + "z": 0 + }, + "id": 210 + }, + { + "block": 0, + "color": 2, + "type": 9, + "position": { + "x": 0, + "y": 60, + "z": 0 + }, + "adhesiveTime": 2, + "floor": 1, + "floorTime": 5, + "id": 220 + }, + { + "block": 2, + "color": 7, + "type": 9, + "position": { + "x": 0, + "y": -180, + "z": 0 + }, + "adhesiveTime": 1, + "floor": 1, + "floorTime": 5, + "id": 230 + }, + { + "block": 0, + "color": 4, + "type": 9, + "position": { + "x": 120, + "y": 60, + "z": 0 + }, + "adhesiveTime": 2, + "floor": 1, + "floorTime": 5, + "id": 240 + }, + { + "block": 2, + "color": 5, + "type": 9, + "position": { + "x": 120, + "y": -180, + "z": 0 + }, + "adhesiveTime": 1, + "floor": 1, + "floorTime": 5, + "id": 250 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 240, + "y": -60, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": -240, + "y": -180, + "z": 0 + }, + "id": 270 + }, + { + "block": 1, + "color": 3, + "type": 0, + "position": { + "x": 120, + "y": -540, + "z": 0 + }, + "id": 280 + }, + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": 360, + "y": -300, + "z": 0 + }, + "id": 290 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": -120, + "y": -60, + "z": 0 + }, + "id": 300 + }, + { + "block": 6, + "color": 9, + "type": 0, + "position": { + "x": -120, + "y": 180, + "z": 0 + }, + "id": 310 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": 120, + "y": 420, + "z": 0 + }, + "id": 320 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": 360, + "y": -180, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 11, + "type": 0, + "position": { + "x": -240, + "y": 180, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 11, + "type": 0, + "position": { + "x": 360, + "y": 180, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 0, + "y": 180, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 4, + "type": 4, + "position": { + "x": 480, + "y": -300, + "z": 0 + }, + "freezeTime": 9, + "id": 370 + }, + { + "block": 0, + "color": 2, + "type": 4, + "position": { + "x": -360, + "y": -300, + "z": 0 + }, + "freezeTime": 13, + "id": 380 + }, + { + "block": 1, + "color": 5, + "type": 4, + "position": { + "x": 120, + "y": -420, + "z": 0 + }, + "freezeTime": 18, + "id": 390 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": -120, + "y": -540, + "z": 0 + }, + "id": 400 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 240, + "y": -540, + "z": 0 + }, + "id": 410 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": 120, + "y": -300, + "z": 0 + }, + "id": 420 + }, + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": -120, + "y": -300, + "z": 0 + }, + "id": 430 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": 120, + "y": 180, + "z": 0 + }, + "id": 440 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 495, + "num": 0, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 496, + "num": 1, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 497, + "num": 5, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 498, + "num": 6, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 499, + "num": 7, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 500, + "num": 8, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 501, + "num": 16, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 502, + "num": 18, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 503, + "num": 30, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 504, + "num": 31, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 505, + "num": 28, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 506, + "num": 29, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 507, + "num": 32, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 508, + "num": 33, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 509, + "num": 17, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 510, + "num": 19, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 511, + "num": 13, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 512, + "num": 15, + "color": 8, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level495.json b/assets/custom/Json/level495.json new file mode 100644 index 0000000..128d7a5 --- /dev/null +++ b/assets/custom/Json/level495.json @@ -0,0 +1,371 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "495", + "map": [ + 7, + 11 + ], + "time": 125, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 2, + "color": 6, + "type": 4, + "position": { + "x": 60, + "y": 180, + "z": 0 + }, + "freezeTime": 8, + "id": 210 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": 60, + "y": -420, + "z": 0 + }, + "floor": 1, + "floorTime": 10, + "id": 220 + }, + { + "block": 2, + "color": 1, + "type": 4, + "position": { + "x": 180, + "y": -420, + "z": 0 + }, + "freezeTime": 6, + "floor": 1, + "floorTime": 10, + "id": 230 + }, + { + "block": 2, + "color": 3, + "type": 4, + "position": { + "x": -60, + "y": -420, + "z": 0 + }, + "freezeTime": 10, + "floor": 1, + "floorTime": 10, + "id": 240 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 60, + "y": -180, + "z": 0 + }, + "id": 250 + }, + { + "block": 19, + "color": 5, + "type": 0, + "position": { + "x": 300, + "y": -180, + "z": 0 + }, + "id": 260 + }, + { + "block": 3, + "color": 5, + "type": 0, + "position": { + "x": 180, + "y": -540, + "z": 0 + }, + "id": 270 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": 300, + "y": 300, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": -180, + "y": 300, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": 60, + "y": 60, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": -180, + "y": -420, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": 300, + "y": -420, + "z": 0 + }, + "id": 320 + }, + { + "block": 20, + "color": 6, + "type": 0, + "position": { + "x": -60, + "y": -180, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": -60, + "y": 420, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 180, + "y": 420, + "z": 0 + }, + "id": 350 + }, + { + "block": 2, + "color": 6, + "type": 1, + "position": { + "x": -60, + "y": 180, + "z": 0 + }, + "stacking": 1, + "id": 360 + }, + { + "block": 2, + "color": 9, + "type": 1, + "position": { + "x": 180, + "y": 180, + "z": 0 + }, + "stacking": 5, + "id": 370 + }, + { + "block": 1, + "color": 4, + "type": 1, + "position": { + "x": -60, + "y": 60, + "z": 0 + }, + "stacking": 6, + "id": 380 + }, + { + "block": 1, + "color": 7, + "type": 1, + "position": { + "x": 300, + "y": 60, + "z": 0 + }, + "stacking": 9, + "id": 390 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 496, + "num": 2, + "color": 7, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 497, + "num": 3, + "color": 7, + "special": 2, + "length": 0, + "lock": true + }, + { + "id": 498, + "num": 4, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 499, + "num": 5, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 500, + "num": 6, + "color": 1, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 501, + "num": 7, + "color": 1, + "special": 2, + "length": 0, + "lock": true + }, + { + "id": 502, + "num": 12, + "color": 5, + "special": 0, + "length": 3 + }, + { + "id": 503, + "num": 14, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 504, + "num": 16, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 505, + "num": 25, + "color": 3, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 506, + "num": 26, + "color": 3, + "special": 2, + "length": 0, + "lock": true + }, + { + "id": 507, + "num": 23, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 508, + "num": 24, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 509, + "num": 21, + "color": 6, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 510, + "num": 22, + "color": 6, + "special": 2, + "length": 0, + "lock": true + }, + { + "id": 511, + "num": 17, + "color": 8, + "special": 0, + "length": 1 + }, + { + "id": 512, + "num": 9, + "color": 10, + "special": 0, + "length": 1 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level496.json b/assets/custom/Json/level496.json new file mode 100644 index 0000000..50dcf12 --- /dev/null +++ b/assets/custom/Json/level496.json @@ -0,0 +1,343 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "496", + "map": [ + 9, + 8 + ], + "time": 105, + "gap": [ + { + "x": 3, + "y": 1, + "z": 0 + }, + { + "x": 2, + "y": 1, + "z": 0 + }, + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 5, + "y": 1, + "z": 0 + }, + { + "x": 6, + "y": 1, + "z": 0 + }, + { + "x": 7, + "y": 1, + "z": 0 + }, + { + "x": 1, + "y": 2, + "z": 0 + }, + { + "x": 2, + "y": 2, + "z": 0 + }, + { + "x": 3, + "y": 2, + "z": 0 + }, + { + "x": 5, + "y": 2, + "z": 0 + }, + { + "x": 6, + "y": 2, + "z": 0 + }, + { + "x": 7, + "y": 2, + "z": 0 + }, + { + "x": 1, + "y": 3, + "z": 0 + }, + { + "x": 7, + "y": 3, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": 60, + "y": -360, + "z": 0 + }, + "id": 210 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": -180, + "y": 240, + "z": 0 + }, + "id": 220 + }, + { + "block": 1, + "color": 3, + "type": 0, + "position": { + "x": 420, + "y": 240, + "z": 0 + }, + "id": 230 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": 420, + "y": 0, + "z": 0 + }, + "id": 240 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 60, + "y": -120, + "z": 0 + }, + "id": 250 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": 180, + "y": -120, + "z": 0 + }, + "id": 260 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 300, + "y": -120, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": 300, + "y": 120, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 9, + "type": 6, + "position": { + "x": -180, + "y": -120, + "z": 0 + }, + "boomTime": 22, + "id": 290 + }, + { + "block": 2, + "color": 7, + "type": 1, + "position": { + "x": -60, + "y": -120, + "z": 0 + }, + "stacking": 4, + "id": 300 + }, + { + "block": 1, + "color": 5, + "type": 1, + "position": { + "x": 180, + "y": 240, + "z": 0 + }, + "stacking": 4, + "id": 310 + }, + { + "block": 2, + "color": 2, + "type": 1, + "position": { + "x": -180, + "y": 0, + "z": 0 + }, + "stacking": 10, + "floor": 1, + "floorTime": 5, + "id": 320 + }, + { + "block": 0, + "color": 6, + "type": 4, + "position": { + "x": -300, + "y": 120, + "z": 0 + }, + "freezeTime": 7, + "floor": 1, + "floorTime": 5, + "id": 330 + }, + { + "block": 0, + "color": 10, + "type": 4, + "position": { + "x": -60, + "y": 120, + "z": 0 + }, + "freezeTime": 10, + "floor": 1, + "floorTime": 5, + "id": 340 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 497, + "num": 0, + "color": 3, + "special": 0, + "length": 1 + }, + { + "id": 498, + "num": 1, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 499, + "num": 2, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 500, + "num": 7, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 501, + "num": 11, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 502, + "num": 13, + "color": 6, + "special": 0, + "length": 1 + }, + { + "id": 503, + "num": 17, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 504, + "num": 19, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 505, + "num": 24, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 506, + "num": 25, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 507, + "num": 23, + "color": 9, + "special": 0, + "length": 1 + }, + { + "id": 508, + "num": 12, + "color": 10, + "special": 0, + "length": 1 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level497.json b/assets/custom/Json/level497.json new file mode 100644 index 0000000..63bf741 --- /dev/null +++ b/assets/custom/Json/level497.json @@ -0,0 +1,344 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "497", + "map": [ + 7, + 11 + ], + "time": 80, + "gap": [ + { + "x": 1, + "y": 9, + "z": 0 + }, + { + "x": 5, + "y": 9, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 1, + "color": 5, + "type": 4, + "position": { + "x": -60, + "y": -60, + "z": 0 + }, + "freezeTime": 3, + "id": 210 + }, + { + "block": 1, + "color": 10, + "type": 4, + "position": { + "x": 300, + "y": -60, + "z": 0 + }, + "freezeTime": 7, + "id": 220 + }, + { + "block": 1, + "color": 6, + "type": 0, + "position": { + "x": -60, + "y": 60, + "z": 0 + }, + "floor": 1, + "floorTime": 7, + "id": 230 + }, + { + "block": 0, + "color": 2, + "type": 8, + "position": { + "x": -60, + "y": 180, + "z": 0 + }, + "floor": 1, + "floorTime": 7, + "id": 240 + }, + { + "block": 0, + "color": 4, + "type": 8, + "position": { + "x": 180, + "y": 60, + "z": 0 + }, + "floor": 2, + "floorTime": 13, + "id": 250 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": 300, + "y": 180, + "z": 0 + }, + "floor": 2, + "floorTime": 13, + "id": 260 + }, + { + "block": 19, + "color": 5, + "type": 0, + "position": { + "x": -60, + "y": 300, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": -180, + "y": -300, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": 300, + "y": -540, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": 60, + "y": -300, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 60, + "y": -180, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": -180, + "y": -540, + "z": 0 + }, + "id": 320 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": 180, + "y": -300, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": -60, + "y": -300, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": 300, + "y": -300, + "z": 0 + }, + "id": 350 + }, + { + "block": 14, + "color": 6, + "type": 6, + "position": { + "x": 60, + "y": -540, + "z": 0 + }, + "boomTime": 15, + "id": 360 + }, + { + "block": 0, + "color": 3, + "type": 8, + "position": { + "x": 60, + "y": 60, + "z": 0 + }, + "id": 370 + }, + { + "block": 2, + "color": 9, + "type": 5, + "position": { + "x": 180, + "y": 300, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 9, + "type": 5, + "position": { + "x": -180, + "y": 180, + "z": 0 + }, + "id": 390 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 498, + "num": 2, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 499, + "num": 3, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 500, + "num": 5, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 501, + "num": 6, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 502, + "num": 12, + "color": 2, + "special": 0, + "length": 1 + }, + { + "id": 503, + "num": 16, + "color": 4, + "special": 0, + "length": 1 + }, + { + "id": 504, + "num": 25, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 505, + "num": 26, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 506, + "num": 22, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 507, + "num": 23, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 508, + "num": 17, + "color": 9, + "special": 1, + "length": 1 + }, + { + "id": 509, + "num": 8, + "color": 5, + "special": 1, + "length": 1 + }, + { + "id": 510, + "num": 13, + "color": 3, + "special": 1, + "length": 1 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level498.json b/assets/custom/Json/level498.json new file mode 100644 index 0000000..218b285 --- /dev/null +++ b/assets/custom/Json/level498.json @@ -0,0 +1,407 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "498", + "map": [ + 8, + 8 + ], + "time": 80, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "id": 210 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": -240, + "y": -240, + "z": 0 + }, + "id": 220 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": -240, + "y": 240, + "z": 0 + }, + "floor": 1, + "floorTime": 14, + "id": 230 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": -120, + "y": 240, + "z": 0 + }, + "floor": 1, + "floorTime": 14, + "id": 240 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "floor": 2, + "floorTime": 17, + "id": 250 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "floor": 2, + "floorTime": 17, + "id": 260 + }, + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "id": 270 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": -240, + "y": 0, + "z": 0 + }, + "id": 290 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": -120, + "y": -360, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 340 + }, + { + "block": 1, + "color": 3, + "type": 1, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "stacking": 5, + "id": 350 + }, + { + "block": 5, + "color": 9, + "type": 3, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "lockTime": 5, + "id": 360 + }, + { + "block": 0, + "color": 9, + "type": 2, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "id": 370 + }, + { + "block": 0, + "color": 2, + "type": 2, + "position": { + "x": 240, + "y": 120, + "z": 0 + }, + "id": 380 + }, + { + "block": 1, + "color": 1, + "type": 2, + "position": { + "x": 120, + "y": 0, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 2, + "type": 2, + "position": { + "x": 240, + "y": -120, + "z": 0 + }, + "id": 400 + }, + { + "block": 0, + "color": 10, + "type": 2, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "id": 410 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 499, + "num": 0, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 500, + "num": 1, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 501, + "num": 2, + "color": 6, + "special": 3, + "length": 2, + "freeze": 10 + }, + { + "id": 502, + "num": 3, + "color": 6, + "special": 3, + "length": 0, + "freeze": 10 + }, + { + "id": 503, + "num": 4, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 504, + "num": 5, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 505, + "num": 11, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 506, + "num": 13, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 507, + "num": 22, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 508, + "num": 23, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 509, + "num": 20, + "color": 8, + "special": 3, + "length": 2, + "freeze": 12 + }, + { + "id": 510, + "num": 21, + "color": 8, + "special": 3, + "length": 0, + "freeze": 12 + }, + { + "id": 511, + "num": 18, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 512, + "num": 19, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 513, + "num": 14, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 514, + "num": 16, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 515, + "num": 10, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 516, + "num": 12, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 517, + "num": 6, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 518, + "num": 8, + "color": 2, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level499.json b/assets/custom/Json/level499.json new file mode 100644 index 0000000..1205d95 --- /dev/null +++ b/assets/custom/Json/level499.json @@ -0,0 +1,424 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "499", + "map": [ + 9, + 9 + ], + "time": 100, + "gap": [ + { + "x": 1, + "y": 7, + "z": 0 + }, + { + "x": 2, + "y": 7, + "z": 0 + }, + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 2, + "y": 1, + "z": 0 + }, + { + "x": 7, + "y": 1, + "z": 0 + }, + { + "x": 6, + "y": 1, + "z": 0 + }, + { + "x": 6, + "y": 7, + "z": 0 + }, + { + "x": 7, + "y": 7, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": 300, + "y": -60, + "z": 0 + }, + "id": 210 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": 180, + "y": -60, + "z": 0 + }, + "id": 220 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": -60, + "y": -60, + "z": 0 + }, + "id": 230 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": -180, + "y": -60, + "z": 0 + }, + "id": 240 + }, + { + "block": 20, + "color": 6, + "type": 0, + "position": { + "x": -180, + "y": 60, + "z": 0 + }, + "id": 250 + }, + { + "block": 23, + "color": 6, + "type": 0, + "position": { + "x": 300, + "y": -300, + "z": 0 + }, + "id": 260 + }, + { + "block": 23, + "color": 6, + "type": 0, + "position": { + "x": -180, + "y": -300, + "z": 0 + }, + "id": 270 + }, + { + "block": 23, + "color": 6, + "type": 0, + "position": { + "x": 300, + "y": 180, + "z": 0 + }, + "id": 280 + }, + { + "block": 23, + "color": 6, + "type": 0, + "position": { + "x": -180, + "y": 180, + "z": 0 + }, + "id": 290 + }, + { + "block": 19, + "color": 10, + "type": 0, + "position": { + "x": 420, + "y": 60, + "z": 0 + }, + "id": 300 + }, + { + "block": 1, + "color": 3, + "type": 0, + "position": { + "x": -180, + "y": -180, + "z": 0 + }, + "id": 310 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": 420, + "y": -180, + "z": 0 + }, + "id": 320 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 60, + "y": -420, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 4, + "type": 8, + "position": { + "x": -60, + "y": 180, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 8, + "type": 8, + "position": { + "x": 180, + "y": 180, + "z": 0 + }, + "id": 350 + }, + { + "block": 4, + "color": 10, + "type": 1, + "position": { + "x": 60, + "y": 60, + "z": 0 + }, + "stacking": 6, + "id": 360 + }, + { + "block": 0, + "color": 10, + "type": 1, + "position": { + "x": -60, + "y": -420, + "z": 0 + }, + "stacking": 5, + "id": 370 + }, + { + "block": 0, + "color": 7, + "type": 1, + "position": { + "x": 180, + "y": -420, + "z": 0 + }, + "stacking": 1, + "id": 380 + }, + { + "block": 0, + "color": 2, + "type": 1, + "position": { + "x": -60, + "y": -180, + "z": 0 + }, + "stacking": 9, + "id": 390 + }, + { + "block": 0, + "color": 5, + "type": 1, + "position": { + "x": 180, + "y": -180, + "z": 0 + }, + "stacking": 9, + "id": 400 + }, + { + "block": 0, + "color": 4, + "type": 1, + "position": { + "x": 180, + "y": 60, + "z": 0 + }, + "stacking": 1, + "id": 410 + }, + { + "block": 0, + "color": 9, + "type": 1, + "position": { + "x": -60, + "y": 60, + "z": 0 + }, + "stacking": 5, + "id": 420 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 500, + "num": 0, + "color": 10, + "special": 0, + "length": 3 + }, + { + "id": 501, + "num": 1, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 502, + "num": 2, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 503, + "num": 3, + "color": 7, + "special": 4, + "length": 2 + }, + { + "id": 504, + "num": 4, + "color": 7, + "special": 4, + "length": 0 + }, + { + "id": 505, + "num": 12, + "color": 1, + "special": 0, + "length": 1 + }, + { + "id": 506, + "num": 14, + "color": 5, + "special": 0, + "length": 1 + }, + { + "id": 507, + "num": 16, + "color": 2, + "special": 0, + "length": 1 + }, + { + "id": 508, + "num": 26, + "color": 3, + "special": 4, + "length": 2 + }, + { + "id": 509, + "num": 27, + "color": 3, + "special": 4, + "length": 0 + }, + { + "id": 510, + "num": 23, + "color": 6, + "special": 0, + "length": 3 + }, + { + "id": 511, + "num": 24, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 512, + "num": 25, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 513, + "num": 15, + "color": 8, + "special": 0, + "length": 1 + }, + { + "id": 514, + "num": 13, + "color": 9, + "special": 0, + "length": 1 + }, + { + "id": 515, + "num": 11, + "color": 4, + "special": 0, + "length": 1 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level500.json b/assets/custom/Json/level500.json new file mode 100644 index 0000000..92c236a --- /dev/null +++ b/assets/custom/Json/level500.json @@ -0,0 +1,375 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "500", + "map": [ + 7, + 11 + ], + "time": 110, + "gap": [ + { + "x": 1, + "y": 9, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 180, + "y": -60, + "z": 0 + }, + "floor": 1, + "floorTime": 15, + "id": 210 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": 180, + "y": -180, + "z": 0 + }, + "floor": 1, + "floorTime": 15, + "id": 220 + }, + { + "block": 0, + "color": 8, + "type": 4, + "position": { + "x": 60, + "y": -60, + "z": 0 + }, + "freezeTime": 8, + "floor": 1, + "floorTime": 15, + "id": 230 + }, + { + "block": 2, + "color": 9, + "type": 4, + "position": { + "x": 300, + "y": -180, + "z": 0 + }, + "freezeTime": 12, + "floor": 1, + "floorTime": 15, + "id": 240 + }, + { + "block": 22, + "color": 2, + "type": 0, + "position": { + "x": -60, + "y": -540, + "z": 0 + }, + "id": 250 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 60, + "y": -540, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": -60, + "y": -60, + "z": 0 + }, + "id": 270 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": 60, + "y": 300, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 5, + "type": 1, + "position": { + "x": -180, + "y": 180, + "z": 0 + }, + "stacking": 7, + "id": 290 + }, + { + "block": 1, + "color": 2, + "type": 1, + "position": { + "x": 60, + "y": -300, + "z": 0 + }, + "stacking": 7, + "id": 300 + }, + { + "block": 0, + "color": 5, + "type": 1, + "position": { + "x": -60, + "y": 420, + "z": 0 + }, + "stacking": 8, + "id": 310 + }, + { + "block": 0, + "color": 5, + "type": 1, + "position": { + "x": 180, + "y": 420, + "z": 0 + }, + "stacking": 1, + "id": 320 + }, + { + "block": 1, + "color": 9, + "type": 1, + "position": { + "x": 180, + "y": -420, + "z": 0 + }, + "stacking": 1, + "id": 330 + }, + { + "block": 0, + "color": 6, + "type": 1, + "position": { + "x": 180, + "y": -540, + "z": 0 + }, + "stacking": 1, + "id": 340 + }, + { + "block": 4, + "color": 10, + "type": 1, + "position": { + "x": -180, + "y": -180, + "z": 0 + }, + "stacking": 5, + "id": 350 + }, + { + "block": 1, + "color": 10, + "type": 1, + "position": { + "x": 180, + "y": 180, + "z": 0 + }, + "stacking": 9, + "id": 360 + }, + { + "block": 2, + "color": 3, + "type": 1, + "position": { + "x": 300, + "y": 300, + "z": 0 + }, + "stacking": 9, + "id": 370 + }, + { + "block": 2, + "color": 8, + "type": 1, + "position": { + "x": 300, + "y": -420, + "z": 0 + }, + "stacking": 10, + "id": 380 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 501, + "num": 1, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 502, + "num": 2, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 503, + "num": 4, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 504, + "num": 5, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 505, + "num": 12, + "color": 8, + "special": 3, + "length": 1, + "freeze": 10 + }, + { + "id": 506, + "num": 14, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 507, + "num": 16, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 508, + "num": 18, + "color": 6, + "special": 3, + "length": 1, + "freeze": 14 + }, + { + "id": 509, + "num": 24, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 510, + "num": 25, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 511, + "num": 19, + "color": 10, + "special": 0, + "length": 3 + }, + { + "id": 512, + "num": 20, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 513, + "num": 21, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 514, + "num": 15, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 515, + "num": 17, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 516, + "num": 11, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 517, + "num": 13, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 518, + "num": 8, + "color": 5, + "special": 3, + "length": 1, + "freeze": 5 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level501.json b/assets/custom/Json/level501.json new file mode 100644 index 0000000..8b9c8c9 --- /dev/null +++ b/assets/custom/Json/level501.json @@ -0,0 +1,537 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "501", + "map": [ + 10, + 13 + ], + "time": 155, + "gap": [ + { + "x": 1, + "y": 11, + "z": 0 + }, + { + "x": 1, + "y": 10, + "z": 0 + }, + { + "x": 2, + "y": 11, + "z": 0 + }, + { + "x": 2, + "y": 10, + "z": 0 + }, + { + "x": 7, + "y": 11, + "z": 0 + }, + { + "x": 7, + "y": 10, + "z": 0 + }, + { + "x": 8, + "y": 11, + "z": 0 + }, + { + "x": 8, + "y": 10, + "z": 0 + }, + { + "x": 1, + "y": 2, + "z": 0 + }, + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 2, + "y": 2, + "z": 0 + }, + { + "x": 2, + "y": 1, + "z": 0 + }, + { + "x": 7, + "y": 2, + "z": 0 + }, + { + "x": 7, + "y": 1, + "z": 0 + }, + { + "x": 8, + "y": 2, + "z": 0 + }, + { + "x": 8, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 120, + "y": -420, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 0, + "y": -420, + "z": 0 + }, + "id": 220 + }, + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": 360, + "y": -180, + "z": 0 + }, + "id": 230 + }, + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": 120, + "y": -300, + "z": 0 + }, + "id": 240 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": -120, + "y": -180, + "z": 0 + }, + "id": 250 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": 0, + "y": -660, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 120, + "y": -660, + "z": 0 + }, + "id": 270 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": 0, + "y": 420, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": 120, + "y": 420, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 0, + "y": 300, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 120, + "y": 300, + "z": 0 + }, + "id": 310 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": 120, + "y": 180, + "z": 0 + }, + "id": 320 + }, + { + "block": 18, + "color": 3, + "type": 3, + "position": { + "x": -240, + "y": -60, + "z": 0 + }, + "lockTime": 6, + "id": 330 + }, + { + "block": 2, + "color": 3, + "type": 2, + "position": { + "x": -360, + "y": -420, + "z": 0 + }, + "id": 340 + }, + { + "block": 4, + "color": 1, + "type": 2, + "position": { + "x": 120, + "y": -180, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 1, + "type": 2, + "position": { + "x": 240, + "y": 180, + "z": 0 + }, + "id": 360 + }, + { + "block": 4, + "color": 9, + "type": 2, + "position": { + "x": 0, + "y": -180, + "z": 0 + }, + "id": 370 + }, + { + "block": 0, + "color": 6, + "type": 2, + "position": { + "x": 240, + "y": -60, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 5, + "type": 2, + "position": { + "x": -120, + "y": 180, + "z": 0 + }, + "id": 390 + }, + { + "block": 1, + "color": 8, + "type": 13, + "position": { + "x": -120, + "y": 300, + "z": 0 + }, + "id": 400 + }, + { + "block": 1, + "color": 3, + "type": 13, + "position": { + "x": 360, + "y": 300, + "z": 0 + }, + "id": 410 + }, + { + "block": 0, + "color": 9, + "type": 13, + "position": { + "x": -120, + "y": -60, + "z": 0 + }, + "id": 420 + }, + { + "block": 1, + "color": 4, + "type": 13, + "position": { + "x": 360, + "y": -420, + "z": 0 + }, + "id": 430 + }, + { + "block": 1, + "color": 4, + "type": 13, + "position": { + "x": -120, + "y": -420, + "z": 0 + }, + "id": 440 + }, + { + "block": 2, + "color": 7, + "type": 13, + "position": { + "x": 480, + "y": -420, + "z": 0 + }, + "id": 450 + }, + { + "block": 18, + "color": 5, + "type": 12, + "position": { + "x": 360, + "y": -60, + "z": 0 + }, + "lockTime2": 6, + "id": 460 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 502, + "num": 0, + "color": 5, + "special": 0, + "length": 3 + }, + { + "id": 503, + "num": 1, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 504, + "num": 2, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 505, + "num": 3, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 506, + "num": 4, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 507, + "num": 5, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 508, + "num": 6, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 509, + "num": 16, + "color": 7, + "special": 3, + "length": 1, + "freeze": 10 + }, + { + "id": 510, + "num": 22, + "color": 6, + "special": 3, + "length": 1, + "freeze": 15 + }, + { + "id": 511, + "num": 36, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 512, + "num": 37, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 513, + "num": 34, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 514, + "num": 35, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 515, + "num": 31, + "color": 3, + "special": 0, + "length": 3 + }, + { + "id": 516, + "num": 32, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 517, + "num": 33, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 518, + "num": 19, + "color": 9, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 519, + "num": 21, + "color": 9, + "special": 2, + "length": 0, + "lock": true + }, + { + "id": 520, + "num": 15, + "color": 1, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 521, + "num": 17, + "color": 1, + "special": 2, + "length": 0, + "lock": true + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level502.json b/assets/custom/Json/level502.json new file mode 100644 index 0000000..458f0fd --- /dev/null +++ b/assets/custom/Json/level502.json @@ -0,0 +1,509 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "502", + "map": [ + 10, + 12 + ], + "time": 155, + "gap": [ + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 2, + "y": 1, + "z": 0 + }, + { + "x": 8, + "y": 1, + "z": 0 + }, + { + "x": 7, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 120, + "y": -600, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 0, + "y": -600, + "z": 0 + }, + "id": 220 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "id": 230 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 0, + "y": -120, + "z": 0 + }, + "id": 240 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 360, + "y": -480, + "z": 0 + }, + "id": 250 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": -240, + "y": -480, + "z": 0 + }, + "id": 260 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 480, + "y": 360, + "z": 0 + }, + "id": 270 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": -360, + "y": 360, + "z": 0 + }, + "id": 280 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 120, + "y": 0, + "z": 0 + }, + "id": 290 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "id": 300 + }, + { + "block": 21, + "color": 10, + "type": 0, + "position": { + "x": -240, + "y": -120, + "z": 0 + }, + "id": 310 + }, + { + "block": 22, + "color": 4, + "type": 0, + "position": { + "x": 360, + "y": -120, + "z": 0 + }, + "id": 320 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": 240, + "y": -480, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": 480, + "y": -480, + "z": 0 + }, + "id": 350 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": -360, + "y": -240, + "z": 0 + }, + "id": 360 + }, + { + "block": 5, + "color": 9, + "type": 3, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "lockTime": 5, + "id": 370 + }, + { + "block": 1, + "color": 9, + "type": 2, + "position": { + "x": 120, + "y": 360, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 8, + "type": 2, + "position": { + "x": -240, + "y": 240, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 2, + "type": 2, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "id": 400 + }, + { + "block": 19, + "color": 3, + "type": 2, + "position": { + "x": -120, + "y": -240, + "z": 0 + }, + "id": 410 + }, + { + "block": 20, + "color": 7, + "type": 2, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "id": 420 + }, + { + "block": 1, + "color": 2, + "type": 12, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "lockTime2": 5, + "id": 430 + }, + { + "block": 2, + "color": 3, + "type": 13, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "id": 440 + }, + { + "block": 4, + "color": 5, + "type": 13, + "position": { + "x": -360, + "y": 0, + "z": 0 + }, + "id": 450 + }, + { + "block": 2, + "color": 6, + "type": 13, + "position": { + "x": 240, + "y": 120, + "z": 0 + }, + "id": 460 + }, + { + "block": 4, + "color": 10, + "type": 13, + "position": { + "x": 480, + "y": 0, + "z": 0 + }, + "id": 470 + }, + { + "block": 1, + "color": 8, + "type": 13, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "id": 480 + }, + { + "block": 0, + "color": 3, + "type": 7, + "position": { + "x": -360, + "y": -360, + "z": 0 + }, + "id": 490 + }, + { + "block": 0, + "color": 9, + "type": 7, + "position": { + "x": 480, + "y": -240, + "z": 0 + }, + "id": 500 + }, + { + "block": 2, + "color": 1, + "type": 8, + "position": { + "x": -120, + "y": 360, + "z": 0 + }, + "id": 510 + }, + { + "block": 2, + "color": 5, + "type": 8, + "position": { + "x": 240, + "y": 360, + "z": 0 + }, + "id": 520 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 503, + "num": 1, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 504, + "num": 2, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 505, + "num": 5, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 506, + "num": 6, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 507, + "num": 8, + "color": 2, + "special": 0, + "length": 1 + }, + { + "id": 508, + "num": 15, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 509, + "num": 17, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 510, + "num": 19, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 511, + "num": 21, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 512, + "num": 35, + "color": 8, + "special": 4, + "length": 1 + }, + { + "id": 513, + "num": 32, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 514, + "num": 33, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 515, + "num": 28, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 516, + "num": 29, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 517, + "num": 20, + "color": 5, + "special": 0, + "length": 1 + }, + { + "id": 518, + "num": 14, + "color": 1, + "special": 0, + "length": 1 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level503.json b/assets/custom/Json/level503.json new file mode 100644 index 0000000..a000dac --- /dev/null +++ b/assets/custom/Json/level503.json @@ -0,0 +1,392 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "503", + "map": [ + 9, + 8 + ], + "time": 100, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 18, + "color": 5, + "type": 1, + "position": { + "x": 60, + "y": -120, + "z": 0 + }, + "stacking": 3, + "floor": 1, + "floorTime": 15, + "id": 210 + }, + { + "block": 1, + "color": 5, + "type": 6, + "position": { + "x": 180, + "y": -360, + "z": 0 + }, + "boomTime": 20, + "id": 220 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": -60, + "y": -240, + "z": 0 + }, + "id": 230 + }, + { + "block": 22, + "color": 1, + "type": 0, + "position": { + "x": 420, + "y": -240, + "z": 0 + }, + "id": 240 + }, + { + "block": 4, + "color": 10, + "type": 0, + "position": { + "x": -180, + "y": -360, + "z": 0 + }, + "id": 250 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": -300, + "y": 0, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": -300, + "y": 120, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": -180, + "y": 0, + "z": 0 + }, + "id": 280 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": -60, + "y": 240, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": 420, + "y": -360, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": 300, + "y": 0, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": 300, + "y": -360, + "z": 0 + }, + "id": 320 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": 180, + "y": -240, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 420, + "y": 0, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 180, + "y": 120, + "z": 0 + }, + "id": 350 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": 300, + "y": 240, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": -60, + "y": 120, + "z": 0 + }, + "id": 370 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": 420, + "y": 120, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 60, + "y": -240, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 10, + "type": 9, + "position": { + "x": -300, + "y": -240, + "z": 0 + }, + "adhesiveTime": 2, + "id": 400 + }, + { + "block": 0, + "color": 2, + "type": 9, + "position": { + "x": -300, + "y": -360, + "z": 0 + }, + "adhesiveTime": 1, + "id": 410 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 504, + "num": 0, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 505, + "num": 1, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 506, + "num": 2, + "color": 3, + "special": 0, + "length": 3 + }, + { + "id": 507, + "num": 3, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 508, + "num": 4, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 509, + "num": 9, + "color": 1, + "special": 5, + "length": 2 + }, + { + "id": 510, + "num": 11, + "color": 1, + "special": 5, + "length": 0 + }, + { + "id": 511, + "num": 13, + "color": 10, + "special": 0, + "length": 1 + }, + { + "id": 512, + "num": 15, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 513, + "num": 17, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 514, + "num": 22, + "color": 5, + "special": 0, + "length": 3 + }, + { + "id": 515, + "num": 23, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 516, + "num": 24, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 517, + "num": 20, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 518, + "num": 21, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 519, + "num": 14, + "color": 2, + "special": 5, + "length": 2 + }, + { + "id": 520, + "num": 16, + "color": 2, + "special": 5, + "length": 0 + }, + { + "id": 521, + "num": 8, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 522, + "num": 10, + "color": 8, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level504.json b/assets/custom/Json/level504.json new file mode 100644 index 0000000..0c995f2 --- /dev/null +++ b/assets/custom/Json/level504.json @@ -0,0 +1,402 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "504", + "map": [ + 8, + 10 + ], + "time": 130, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 210 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "id": 220 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": 240, + "y": 360, + "z": 0 + }, + "id": 230 + }, + { + "block": 4, + "color": 6, + "type": 0, + "position": { + "x": -240, + "y": -480, + "z": 0 + }, + "id": 240 + }, + { + "block": 4, + "color": 9, + "type": 0, + "position": { + "x": 360, + "y": -480, + "z": 0 + }, + "id": 250 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": -240, + "y": 240, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "id": 270 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": 120, + "y": 360, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": -120, + "y": 360, + "z": 0 + }, + "id": 290 + }, + { + "block": 2, + "color": 4, + "type": 8, + "position": { + "x": -240, + "y": -120, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 5, + "type": 8, + "position": { + "x": 360, + "y": -120, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 1, + "type": 8, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "floor": 1, + "floorTime": 4, + "id": 320 + }, + { + "block": 0, + "color": 8, + "type": 8, + "position": { + "x": 240, + "y": 120, + "z": 0 + }, + "floor": 2, + "floorTime": 10, + "id": 330 + }, + { + "block": 1, + "color": 3, + "type": 8, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "floor": 3, + "floorTime": 13, + "id": 340 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 0, + "y": -240, + "z": 0 + }, + "floor": 4, + "floorTime": 20, + "id": 350 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "floor": 4, + "floorTime": 20, + "id": 360 + }, + { + "block": 21, + "color": 4, + "type": 1, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "stacking": 1, + "id": 370 + }, + { + "block": 22, + "color": 10, + "type": 1, + "position": { + "x": 240, + "y": -120, + "z": 0 + }, + "stacking": 3, + "id": 380 + }, + { + "block": 20, + "color": 5, + "type": 1, + "position": { + "x": 0, + "y": -360, + "z": 0 + }, + "stacking": 3, + "id": 390 + }, + { + "block": 19, + "color": 8, + "type": 1, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "stacking": 5, + "id": 400 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 505, + "num": 2, + "color": 2, + "special": 2, + "length": 1, + "lock": true + }, + { + "id": 506, + "num": 5, + "color": 9, + "special": 0, + "length": 3 + }, + { + "id": 507, + "num": 6, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 508, + "num": 7, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 509, + "num": 9, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 510, + "num": 11, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 511, + "num": 13, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 512, + "num": 15, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 513, + "num": 17, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 514, + "num": 19, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 515, + "num": 25, + "color": 6, + "special": 0, + "length": 3 + }, + { + "id": 516, + "num": 26, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 517, + "num": 27, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 518, + "num": 22, + "color": 7, + "special": 2, + "length": 1, + "lock": true + }, + { + "id": 519, + "num": 16, + "color": 5, + "special": 2, + "length": 2, + "lock": false + }, + { + "id": 520, + "num": 18, + "color": 5, + "special": 2, + "length": 0, + "lock": false + }, + { + "id": 521, + "num": 12, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 522, + "num": 14, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 523, + "num": 8, + "color": 4, + "special": 2, + "length": 2, + "lock": false + }, + { + "id": 524, + "num": 10, + "color": 4, + "special": 2, + "length": 0, + "lock": false + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level505.json b/assets/custom/Json/level505.json new file mode 100644 index 0000000..2930e12 --- /dev/null +++ b/assets/custom/Json/level505.json @@ -0,0 +1,445 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "505", + "map": [ + 9, + 8 + ], + "time": 180, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": 60, + "y": 120, + "z": 0 + }, + "id": 210 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": -300, + "y": 120, + "z": 0 + }, + "id": 220 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": 420, + "y": 120, + "z": 0 + }, + "id": 230 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": -60, + "y": 240, + "z": 0 + }, + "id": 240 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 180, + "y": 240, + "z": 0 + }, + "id": 250 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": -360, + "z": 0 + }, + "id": 260 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 300, + "y": -360, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": -180, + "y": -360, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": -180, + "y": -120, + "z": 0 + }, + "floor": 1, + "floorTime": 8, + "id": 290 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": -60, + "y": 0, + "z": 0 + }, + "floor": 1, + "floorTime": 8, + "id": 300 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": -60, + "y": -120, + "z": 0 + }, + "floor": 1, + "floorTime": 8, + "id": 310 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": -180, + "y": 0, + "z": 0 + }, + "floor": 1, + "floorTime": 8, + "id": 320 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": 300, + "y": -120, + "z": 0 + }, + "floor": 2, + "floorTime": 11, + "id": 330 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": 180, + "y": -120, + "z": 0 + }, + "floor": 2, + "floorTime": 11, + "id": 340 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": 300, + "y": 0, + "z": 0 + }, + "floor": 2, + "floorTime": 11, + "id": 350 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": 180, + "y": 0, + "z": 0 + }, + "floor": 2, + "floorTime": 11, + "id": 360 + }, + { + "block": 4, + "color": 7, + "type": 1, + "position": { + "x": -300, + "y": -360, + "z": 0 + }, + "stacking": 10, + "id": 370 + }, + { + "block": 4, + "color": 2, + "type": 1, + "position": { + "x": 420, + "y": -360, + "z": 0 + }, + "stacking": 9, + "id": 380 + }, + { + "block": 1, + "color": 6, + "type": 1, + "position": { + "x": -60, + "y": -240, + "z": 0 + }, + "stacking": 2, + "id": 390 + }, + { + "block": 1, + "color": 3, + "type": 1, + "position": { + "x": 300, + "y": -240, + "z": 0 + }, + "stacking": 1, + "id": 400 + }, + { + "block": 1, + "color": 1, + "type": 1, + "position": { + "x": -60, + "y": 120, + "z": 0 + }, + "stacking": 3, + "id": 410 + }, + { + "block": 1, + "color": 4, + "type": 1, + "position": { + "x": 300, + "y": 120, + "z": 0 + }, + "stacking": 1, + "id": 420 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": 60, + "y": -120, + "z": 0 + }, + "id": 430 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 506, + "num": 0, + "color": 10, + "special": 0, + "length": 3 + }, + { + "id": 507, + "num": 1, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 508, + "num": 2, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 509, + "num": 3, + "color": 2, + "special": 0, + "length": 3 + }, + { + "id": 510, + "num": 4, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 511, + "num": 5, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 512, + "num": 7, + "color": 3, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 513, + "num": 9, + "color": 3, + "special": 2, + "length": 0, + "lock": true + }, + { + "id": 514, + "num": 17, + "color": 1, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 515, + "num": 19, + "color": 1, + "special": 2, + "length": 0, + "lock": true + }, + { + "id": 516, + "num": 23, + "color": 7, + "special": 0, + "length": 3 + }, + { + "id": 517, + "num": 24, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 518, + "num": 25, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 519, + "num": 20, + "color": 9, + "special": 0, + "length": 3 + }, + { + "id": 520, + "num": 21, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 521, + "num": 22, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 522, + "num": 16, + "color": 4, + "special": 3, + "length": 2, + "freeze": 10 + }, + { + "id": 523, + "num": 18, + "color": 4, + "special": 3, + "length": 0, + "freeze": 10 + }, + { + "id": 524, + "num": 6, + "color": 6, + "special": 3, + "length": 2, + "freeze": 5 + }, + { + "id": 525, + "num": 8, + "color": 6, + "special": 3, + "length": 0, + "freeze": 5 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level506.json b/assets/custom/Json/level506.json new file mode 100644 index 0000000..fccb60f --- /dev/null +++ b/assets/custom/Json/level506.json @@ -0,0 +1,488 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "506", + "map": [ + 11, + 9 + ], + "time": 125, + "gap": [ + { + "x": 4, + "y": 7, + "z": 0 + }, + { + "x": 5, + "y": 7, + "z": 0 + }, + { + "x": 6, + "y": 7, + "z": 0 + }, + { + "x": 4, + "y": 6, + "z": 0 + }, + { + "x": 5, + "y": 6, + "z": 0 + }, + { + "x": 6, + "y": 6, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 0, + "color": 1, + "type": 9, + "position": { + "x": 60, + "y": -60, + "z": 0 + }, + "adhesiveTime": 2, + "floor": 1, + "floorTime": 5, + "id": 210 + }, + { + "block": 2, + "color": 8, + "type": 9, + "position": { + "x": 60, + "y": -300, + "z": 0 + }, + "adhesiveTime": 1, + "floor": 1, + "floorTime": 5, + "id": 220 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": -60, + "y": -180, + "z": 0 + }, + "floor": 1, + "floorTime": 5, + "id": 230 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 180, + "y": -180, + "z": 0 + }, + "floor": 1, + "floorTime": 5, + "id": 240 + }, + { + "block": 2, + "color": 4, + "type": 9, + "position": { + "x": -300, + "y": -420, + "z": 0 + }, + "adhesiveTime": 2, + "floor": 2, + "floorTime": 10, + "id": 250 + }, + { + "block": 2, + "color": 7, + "type": 9, + "position": { + "x": -420, + "y": -420, + "z": 0 + }, + "adhesiveTime": 1, + "floor": 2, + "floorTime": 10, + "id": 260 + }, + { + "block": 2, + "color": 8, + "type": 9, + "position": { + "x": 420, + "y": -420, + "z": 0 + }, + "adhesiveTime": 2, + "floor": 3, + "floorTime": 13, + "id": 270 + }, + { + "block": 2, + "color": 5, + "type": 9, + "position": { + "x": 540, + "y": -420, + "z": 0 + }, + "adhesiveTime": 1, + "floor": 3, + "floorTime": 13, + "id": 280 + }, + { + "block": 3, + "color": 3, + "type": 4, + "position": { + "x": 180, + "y": -420, + "z": 0 + }, + "freezeTime": 18, + "id": 290 + }, + { + "block": 3, + "color": 3, + "type": 0, + "position": { + "x": 420, + "y": 60, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": -180, + "y": 180, + "z": 0 + }, + "id": 310 + }, + { + "block": 5, + "color": 1, + "type": 0, + "position": { + "x": 540, + "y": 180, + "z": 0 + }, + "id": 320 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": 300, + "y": -300, + "z": 0 + }, + "id": 330 + }, + { + "block": 5, + "color": 4, + "type": 0, + "position": { + "x": -300, + "y": 180, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": 300, + "y": 180, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": 540, + "y": -180, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": -420, + "y": -180, + "z": 0 + }, + "id": 370 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 60, + "y": 60, + "z": 0 + }, + "id": 380 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": -180, + "y": -180, + "z": 0 + }, + "id": 390 + }, + { + "block": 3, + "color": 2, + "type": 0, + "position": { + "x": -60, + "y": 60, + "z": 0 + }, + "id": 400 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": 300, + "y": -180, + "z": 0 + }, + "id": 410 + }, + { + "block": 0, + "color": 5, + "type": 9, + "position": { + "x": -300, + "y": -60, + "z": 0 + }, + "adhesiveTime": 2, + "id": 420 + }, + { + "block": 0, + "color": 4, + "type": 9, + "position": { + "x": -420, + "y": -60, + "z": 0 + }, + "adhesiveTime": 1, + "id": 430 + }, + { + "block": 0, + "color": 7, + "type": 9, + "position": { + "x": 420, + "y": -60, + "z": 0 + }, + "adhesiveTime": 2, + "id": 440 + }, + { + "block": 0, + "color": 10, + "type": 9, + "position": { + "x": 540, + "y": -60, + "z": 0 + }, + "adhesiveTime": 1, + "id": 450 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 507, + "num": 1, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 508, + "num": 2, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 509, + "num": 4, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 510, + "num": 5, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 511, + "num": 10, + "color": 10, + "special": 4, + "length": 2 + }, + { + "id": 512, + "num": 12, + "color": 10, + "special": 4, + "length": 0 + }, + { + "id": 513, + "num": 18, + "color": 7, + "special": 0, + "length": 1 + }, + { + "id": 514, + "num": 24, + "color": 9, + "special": 4, + "length": 2 + }, + { + "id": 515, + "num": 26, + "color": 9, + "special": 4, + "length": 0 + }, + { + "id": 516, + "num": 33, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 517, + "num": 34, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 518, + "num": 30, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 519, + "num": 31, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 520, + "num": 23, + "color": 2, + "special": 0, + "length": 3 + }, + { + "id": 521, + "num": 25, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 522, + "num": 27, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 523, + "num": 7, + "color": 3, + "special": 0, + "length": 3 + }, + { + "id": 524, + "num": 9, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 525, + "num": 11, + "color": 3, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level507.json b/assets/custom/Json/level507.json new file mode 100644 index 0000000..5cc59a9 --- /dev/null +++ b/assets/custom/Json/level507.json @@ -0,0 +1,478 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "507", + "map": [ + 9, + 10 + ], + "time": 125, + "gap": [ + { + "x": 6, + "y": 8, + "z": 0 + }, + { + "x": 6, + "y": 7, + "z": 0 + }, + { + "x": 7, + "y": 8, + "z": 0 + }, + { + "x": 7, + "y": 7, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 0, + "color": 10, + "type": 2, + "position": { + "x": -60, + "y": 120, + "z": 0 + }, + "floor": 1, + "floorTime": 11, + "id": 210 + }, + { + "block": 2, + "color": 10, + "type": 2, + "position": { + "x": -180, + "y": -120, + "z": 0 + }, + "floor": 1, + "floorTime": 11, + "id": 220 + }, + { + "block": 0, + "color": 5, + "type": 2, + "position": { + "x": -180, + "y": 120, + "z": 0 + }, + "floor": 1, + "floorTime": 11, + "id": 230 + }, + { + "block": 0, + "color": 3, + "type": 2, + "position": { + "x": 60, + "y": 120, + "z": 0 + }, + "floor": 1, + "floorTime": 11, + "id": 240 + }, + { + "block": 2, + "color": 9, + "type": 2, + "position": { + "x": 60, + "y": -120, + "z": 0 + }, + "floor": 1, + "floorTime": 11, + "id": 250 + }, + { + "block": 2, + "color": 6, + "type": 2, + "position": { + "x": -60, + "y": -120, + "z": 0 + }, + "floor": 1, + "floorTime": 11, + "id": 260 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": 300, + "y": -480, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 420, + "y": -240, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": -180, + "y": 360, + "z": 0 + }, + "id": 290 + }, + { + "block": 3, + "color": 10, + "type": 0, + "position": { + "x": 60, + "y": -360, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": 180, + "y": 0, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 420, + "y": 0, + "z": 0 + }, + "id": 320 + }, + { + "block": 20, + "color": 1, + "type": 0, + "position": { + "x": -180, + "y": 240, + "z": 0 + }, + "id": 330 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": 420, + "y": 120, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": -180, + "y": -240, + "z": 0 + }, + "id": 350 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": -300, + "y": -120, + "z": 0 + }, + "id": 360 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": 60, + "y": 240, + "z": 0 + }, + "id": 370 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": 180, + "y": -480, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 420, + "y": -480, + "z": 0 + }, + "id": 390 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": -300, + "y": -480, + "z": 0 + }, + "id": 400 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": -60, + "y": -480, + "z": 0 + }, + "id": 410 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 180, + "y": -240, + "z": 0 + }, + "id": 420 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": -60, + "y": 360, + "z": 0 + }, + "id": 430 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": -60, + "y": -240, + "z": 0 + }, + "id": 440 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": 180, + "y": 240, + "z": 0 + }, + "id": 450 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 420, + "y": -360, + "z": 0 + }, + "id": 460 + }, + { + "block": 16, + "color": 5, + "type": 3, + "position": { + "x": 300, + "y": -240, + "z": 0 + }, + "lockTime": 6, + "id": 470 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 508, + "num": 1, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 509, + "num": 2, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 510, + "num": 5, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 511, + "num": 6, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 512, + "num": 9, + "color": 3, + "special": 3, + "length": 2, + "freeze": 6 + }, + { + "id": 513, + "num": 11, + "color": 3, + "special": 3, + "length": 0, + "freeze": 6 + }, + { + "id": 514, + "num": 15, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 515, + "num": 17, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 516, + "num": 26, + "color": 5, + "special": 0, + "length": 3 + }, + { + "id": 517, + "num": 27, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 518, + "num": 28, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 519, + "num": 18, + "color": 1, + "special": 3, + "length": 2, + "freeze": 9 + }, + { + "id": 520, + "num": 22, + "color": 1, + "special": 3, + "length": 0, + "freeze": 9 + }, + { + "id": 521, + "num": 14, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 522, + "num": 16, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 523, + "num": 10, + "color": 6, + "special": 3, + "length": 2, + "freeze": 15 + }, + { + "id": 524, + "num": 12, + "color": 6, + "special": 3, + "length": 0, + "freeze": 15 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level508.json b/assets/custom/Json/level508.json new file mode 100644 index 0000000..3c4a952 --- /dev/null +++ b/assets/custom/Json/level508.json @@ -0,0 +1,348 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "508", + "map": [ + 6, + 10 + ], + "time": 90, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 2, + "color": 10, + "type": 4, + "position": { + "x": 0, + "y": -480, + "z": 0 + }, + "freezeTime": 3, + "id": 210 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "floor": 1, + "floorTime": 10, + "id": 220 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": 0, + "y": 120, + "z": 0 + }, + "floor": 1, + "floorTime": 10, + "id": 230 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "floor": 1, + "floorTime": 10, + "id": 240 + }, + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": 120, + "y": 0, + "z": 0 + }, + "floor": 1, + "floorTime": 10, + "id": 250 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "id": 260 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "id": 270 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": 120, + "y": 360, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 240, + "y": 0, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 240, + "y": -120, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 8, + "type": 1, + "position": { + "x": -120, + "y": 240, + "z": 0 + }, + "stacking": 1, + "id": 340 + }, + { + "block": 2, + "color": 4, + "type": 1, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "stacking": 9, + "id": 350 + }, + { + "block": 2, + "color": 6, + "type": 1, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "stacking": 9, + "id": 360 + }, + { + "block": 2, + "color": 10, + "type": 1, + "position": { + "x": 240, + "y": -480, + "z": 0 + }, + "stacking": 7, + "id": 370 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 509, + "num": 1, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 510, + "num": 2, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 511, + "num": 3, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 512, + "num": 4, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 513, + "num": 5, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 514, + "num": 6, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 515, + "num": 9, + "color": 10, + "special": 5, + "length": 2 + }, + { + "id": 516, + "num": 11, + "color": 10, + "special": 5, + "length": 0 + }, + { + "id": 517, + "num": 13, + "color": 6, + "special": 5, + "length": 2 + }, + { + "id": 518, + "num": 15, + "color": 6, + "special": 5, + "length": 0 + }, + { + "id": 519, + "num": 21, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 520, + "num": 22, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 521, + "num": 19, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 522, + "num": 20, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 523, + "num": 17, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 524, + "num": 18, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 525, + "num": 14, + "color": 3, + "special": 0, + "length": 1 + }, + { + "id": 526, + "num": 8, + "color": 8, + "special": 0, + "length": 1 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level509.json b/assets/custom/Json/level509.json new file mode 100644 index 0000000..e7232cd --- /dev/null +++ b/assets/custom/Json/level509.json @@ -0,0 +1,522 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "509", + "map": [ + 11, + 9 + ], + "time": 110, + "gap": [ + { + "x": 1, + "y": 7, + "z": 0 + }, + { + "x": 1, + "y": 6, + "z": 0 + }, + { + "x": 9, + "y": 7, + "z": 0 + }, + { + "x": 9, + "y": 6, + "z": 0 + }, + { + "x": 1, + "y": 2, + "z": 0 + }, + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 9, + "y": 2, + "z": 0 + }, + { + "x": 9, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": 60, + "z": 0 + }, + "id": 210 + }, + { + "block": 3, + "color": 11, + "type": 0, + "position": { + "x": 180, + "y": -420, + "z": 0 + }, + "id": 220 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": 180, + "y": 60, + "z": 0 + }, + "id": 230 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": -60, + "y": 60, + "z": 0 + }, + "id": 240 + }, + { + "block": 0, + "color": 4, + "type": 9, + "position": { + "x": -60, + "y": -60, + "z": 0 + }, + "adhesiveTime": 2, + "floor": 1, + "floorTime": 4, + "id": 250 + }, + { + "block": 0, + "color": 3, + "type": 9, + "position": { + "x": -60, + "y": -180, + "z": 0 + }, + "adhesiveTime": 1, + "floor": 1, + "floorTime": 4, + "id": 260 + }, + { + "block": 2, + "color": 5, + "type": 9, + "position": { + "x": 60, + "y": -180, + "z": 0 + }, + "adhesiveTime": 2, + "floor": 1, + "floorTime": 4, + "id": 270 + }, + { + "block": 0, + "color": 3, + "type": 9, + "position": { + "x": 180, + "y": -60, + "z": 0 + }, + "adhesiveTime": 1, + "floor": 1, + "floorTime": 4, + "id": 280 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 180, + "y": -180, + "z": 0 + }, + "floor": 1, + "floorTime": 4, + "id": 290 + }, + { + "block": 3, + "color": 9, + "type": 0, + "position": { + "x": 180, + "y": 300, + "z": 0 + }, + "id": 300 + }, + { + "block": 3, + "color": 1, + "type": 9, + "position": { + "x": 420, + "y": 180, + "z": 0 + }, + "adhesiveTime": 2, + "id": 320 + }, + { + "block": 0, + "color": 1, + "type": 9, + "position": { + "x": 420, + "y": 60, + "z": 0 + }, + "adhesiveTime": 1, + "id": 330 + }, + { + "block": 0, + "color": 2, + "type": 9, + "position": { + "x": -420, + "y": -60, + "z": 0 + }, + "adhesiveTime": 2, + "id": 340 + }, + { + "block": 0, + "color": 5, + "type": 9, + "position": { + "x": -420, + "y": -180, + "z": 0 + }, + "adhesiveTime": 1, + "id": 350 + }, + { + "block": 0, + "color": 3, + "type": 9, + "position": { + "x": 540, + "y": -60, + "z": 0 + }, + "adhesiveTime": 2, + "id": 360 + }, + { + "block": 0, + "color": 4, + "type": 9, + "position": { + "x": 540, + "y": -180, + "z": 0 + }, + "adhesiveTime": 1, + "id": 370 + }, + { + "block": 3, + "color": 2, + "type": 0, + "position": { + "x": 180, + "y": -300, + "z": 0 + }, + "id": 380 + }, + { + "block": 2, + "color": 3, + "type": 9, + "position": { + "x": -300, + "y": -420, + "z": 0 + }, + "adhesiveTime": 2, + "id": 390 + }, + { + "block": 0, + "color": 6, + "type": 9, + "position": { + "x": -180, + "y": -420, + "z": 0 + }, + "adhesiveTime": 1, + "id": 400 + }, + { + "block": 2, + "color": 5, + "type": 9, + "position": { + "x": 420, + "y": -420, + "z": 0 + }, + "adhesiveTime": 2, + "id": 410 + }, + { + "block": 0, + "color": 8, + "type": 9, + "position": { + "x": 300, + "y": -420, + "z": 0 + }, + "adhesiveTime": 1, + "id": 420 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": 300, + "y": -60, + "z": 0 + }, + "id": 430 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": -180, + "y": -60, + "z": 0 + }, + "id": 440 + }, + { + "block": 0, + "color": 3, + "type": 8, + "position": { + "x": -180, + "y": -300, + "z": 0 + }, + "id": 450 + }, + { + "block": 0, + "color": 5, + "type": 8, + "position": { + "x": 300, + "y": -300, + "z": 0 + }, + "id": 460 + }, + { + "block": 2, + "color": 6, + "type": 4, + "position": { + "x": -300, + "y": -180, + "z": 0 + }, + "freezeTime": 9, + "id": 470 + }, + { + "block": 2, + "color": 8, + "type": 4, + "position": { + "x": 420, + "y": -180, + "z": 0 + }, + "freezeTime": 16, + "id": 480 + }, + { + "block": 3, + "color": 9, + "type": 9, + "position": { + "x": -60, + "y": 180, + "z": 0 + }, + "adhesiveTime": 2, + "id": 480 + }, + { + "block": 0, + "color": 9, + "type": 9, + "position": { + "x": -300, + "y": 60, + "z": 0 + }, + "adhesiveTime": 1, + "id": 490 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 510, + "num": 1, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 511, + "num": 2, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 512, + "num": 8, + "color": 4, + "special": 0, + "length": 1 + }, + { + "id": 513, + "num": 10, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 514, + "num": 12, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 515, + "num": 20, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 516, + "num": 22, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 517, + "num": 28, + "color": 2, + "special": 0, + "length": 1 + }, + { + "id": 518, + "num": 30, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 519, + "num": 31, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 520, + "num": 17, + "color": 9, + "special": 0, + "length": 3 + }, + { + "id": 521, + "num": 19, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 522, + "num": 21, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 523, + "num": 9, + "color": 1, + "special": 0, + "length": 3 + }, + { + "id": 524, + "num": 11, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 525, + "num": 13, + "color": 1, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level510.json b/assets/custom/Json/level510.json new file mode 100644 index 0000000..08b455c --- /dev/null +++ b/assets/custom/Json/level510.json @@ -0,0 +1,384 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "510", + "map": [ + 8, + 10 + ], + "time": 125, + "gap": [ + { + "x": 3, + "y": 8, + "z": 0 + }, + { + "x": 4, + "y": 8, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 9, + "type": 0, + "position": { + "x": 360, + "y": -120, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 9, + "type": 0, + "position": { + "x": -240, + "y": -120, + "z": 0 + }, + "id": 220 + }, + { + "block": 1, + "color": 11, + "type": 0, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "floor": 1, + "floorTime": 12, + "id": 230 + }, + { + "block": 1, + "color": 2, + "type": 2, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "floor": 1, + "floorTime": 12, + "id": 240 + }, + { + "block": 0, + "color": 10, + "type": 2, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "id": 250 + }, + { + "block": 0, + "color": 2, + "type": 2, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "id": 260 + }, + { + "block": 0, + "color": 9, + "type": 2, + "position": { + "x": 240, + "y": 0, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 3, + "type": 2, + "position": { + "x": 240, + "y": -120, + "z": 0 + }, + "id": 280 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": -120, + "y": -240, + "z": 0 + }, + "id": 290 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "id": 300 + }, + { + "block": 1, + "color": 3, + "type": 0, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "id": 310 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": -240, + "y": 360, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": 360, + "y": 360, + "z": 0 + }, + "id": 340 + }, + { + "block": 1, + "color": 6, + "type": 0, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "id": 350 + }, + { + "block": 2, + "color": 9, + "type": 1, + "position": { + "x": -120, + "y": 240, + "z": 0 + }, + "stacking": 7, + "id": 360 + }, + { + "block": 2, + "color": 7, + "type": 1, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "stacking": 9, + "id": 370 + }, + { + "block": 2, + "color": 5, + "type": 1, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "stacking": 9, + "id": 380 + }, + { + "block": 2, + "color": 2, + "type": 1, + "position": { + "x": -240, + "y": 0, + "z": 0 + }, + "stacking": 3, + "id": 390 + }, + { + "block": 2, + "color": 10, + "type": 1, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "stacking": 2, + "id": 400 + }, + { + "block": 2, + "color": 4, + "type": 1, + "position": { + "x": 240, + "y": -480, + "z": 0 + }, + "stacking": 7, + "id": 410 + }, + { + "block": 1, + "color": 6, + "type": 3, + "position": { + "x": 120, + "y": 0, + "z": 0 + }, + "lockTime": 5, + "id": 420 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 511, + "num": 1, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 512, + "num": 2, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 513, + "num": 4, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 514, + "num": 5, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 515, + "num": 9, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 516, + "num": 11, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 517, + "num": 19, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 518, + "num": 21, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 519, + "num": 26, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 520, + "num": 27, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 521, + "num": 23, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 522, + "num": 24, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 523, + "num": 18, + "color": 7, + "special": 0, + "length": 1 + }, + { + "id": 524, + "num": 10, + "color": 9, + "special": 0, + "length": 1 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level511.json b/assets/custom/Json/level511.json new file mode 100644 index 0000000..cd54948 --- /dev/null +++ b/assets/custom/Json/level511.json @@ -0,0 +1,307 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "511", + "map": [ + 9, + 9 + ], + "time": 65, + "gap": [ + { + "x": 1, + "y": 7, + "z": 0 + }, + { + "x": 1, + "y": 6, + "z": 0 + }, + { + "x": 1, + "y": 2, + "z": 0 + }, + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 7, + "y": 7, + "z": 0 + }, + { + "x": 7, + "y": 6, + "z": 0 + }, + { + "x": 7, + "y": 2, + "z": 0 + }, + { + "x": 7, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 0, + "color": 3, + "type": 4, + "position": { + "x": 60, + "y": 60, + "z": 0 + }, + "freezeTime": 6, + "id": 210 + }, + { + "block": 13, + "color": 7, + "type": 0, + "position": { + "x": -60, + "y": -180, + "z": 0 + }, + "id": 220 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": 180, + "y": 180, + "z": 0 + }, + "id": 230 + }, + { + "block": 9, + "color": 5, + "type": 0, + "position": { + "x": 420, + "y": -180, + "z": 0 + }, + "id": 240 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": -180, + "y": -60, + "z": 0 + }, + "id": 250 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": 60, + "y": -420, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": -60, + "y": 180, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 300, + "y": -60, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 7, + "type": 8, + "position": { + "x": 60, + "y": -180, + "z": 0 + }, + "id": 290 + }, + { + "block": 1, + "color": 3, + "type": 9, + "position": { + "x": -60, + "y": -300, + "z": 0 + }, + "adhesiveTime": 2, + "id": 300 + }, + { + "block": 1, + "color": 9, + "type": 9, + "position": { + "x": -60, + "y": -420, + "z": 0 + }, + "adhesiveTime": 1, + "id": 310 + }, + { + "block": 1, + "color": 5, + "type": 9, + "position": { + "x": 300, + "y": -300, + "z": 0 + }, + "adhesiveTime": 2, + "id": 320 + }, + { + "block": 1, + "color": 8, + "type": 9, + "position": { + "x": 300, + "y": -420, + "z": 0 + }, + "adhesiveTime": 1, + "id": 330 + }, + { + "block": 2, + "color": 5, + "type": 9, + "position": { + "x": 180, + "y": -60, + "z": 0 + }, + "adhesiveTime": 2, + "id": 340 + }, + { + "block": 0, + "color": 9, + "type": 9, + "position": { + "x": 300, + "y": 60, + "z": 0 + }, + "adhesiveTime": 1, + "id": 350 + }, + { + "block": 2, + "color": 8, + "type": 9, + "position": { + "x": -60, + "y": -60, + "z": 0 + }, + "adhesiveTime": 2, + "id": 360 + }, + { + "block": 0, + "color": 2, + "type": 9, + "position": { + "x": -180, + "y": 60, + "z": 0 + }, + "adhesiveTime": 1, + "id": 370 + }, + { + "block": 0, + "color": 11, + "type": 9, + "position": { + "x": 60, + "y": 180, + "z": 0 + }, + "adhesiveTime": 2, + "id": 380 + }, + { + "block": 0, + "color": 8, + "type": 9, + "position": { + "x": 60, + "y": 300, + "z": 0 + }, + "adhesiveTime": 1, + "id": 390 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 512, + "num": 12, + "color": 5, + "special": 0, + "length": 3, + "colorArray": "428176" + }, + { + "id": 513, + "num": 14, + "color": 5, + "special": 0, + "length": 0, + "colorArray": "428176" + }, + { + "id": 514, + "num": 16, + "color": 5, + "special": 0, + "length": 0, + "colorArray": "428176" + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level512.json b/assets/custom/Json/level512.json new file mode 100644 index 0000000..1ea98b5 --- /dev/null +++ b/assets/custom/Json/level512.json @@ -0,0 +1,324 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "512", + "map": [ + 9, + 9 + ], + "time": 85, + "gap": [ + { + "x": 2, + "y": 7, + "z": 0 + }, + { + "x": 6, + "y": 7, + "z": 0 + }, + { + "x": 3, + "y": 7, + "z": 0 + }, + { + "x": 5, + "y": 7, + "z": 0 + }, + { + "x": 2, + "y": 1, + "z": 0 + }, + { + "x": 3, + "y": 1, + "z": 0 + }, + { + "x": 5, + "y": 1, + "z": 0 + }, + { + "x": 6, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 14, + "color": 5, + "type": 4, + "position": { + "x": 60, + "y": -300, + "z": 0 + }, + "freezeTime": 8, + "floor": 1, + "floorTime": 6, + "id": 210 + }, + { + "block": 0, + "color": 3, + "type": 4, + "position": { + "x": 60, + "y": -420, + "z": 0 + }, + "freezeTime": 15, + "id": 220 + }, + { + "block": 4, + "color": 6, + "type": 0, + "position": { + "x": 420, + "y": 60, + "z": 0 + }, + "id": 230 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 180, + "y": -300, + "z": 0 + }, + "id": 240 + }, + { + "block": 4, + "color": 1, + "type": 0, + "position": { + "x": -300, + "y": 60, + "z": 0 + }, + "id": 250 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": 60, + "z": 0 + }, + "id": 260 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": 300, + "y": 180, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": 180, + "y": -60, + "z": 0 + }, + "id": 280 + }, + { + "block": 21, + "color": 10, + "type": 0, + "position": { + "x": -300, + "y": -420, + "z": 0 + }, + "id": 290 + }, + { + "block": 22, + "color": 5, + "type": 0, + "position": { + "x": 420, + "y": -420, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": -60, + "y": -300, + "z": 0 + }, + "id": 310 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": -60, + "y": 60, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": -60, + "y": -60, + "z": 0 + }, + "id": 330 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": -60, + "y": 180, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": 60, + "y": 180, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 60, + "y": -60, + "z": 0 + }, + "id": 360 + }, + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": 420, + "y": -60, + "z": 0 + }, + "id": 370 + }, + { + "block": 1, + "color": 4, + "type": 7, + "position": { + "x": 300, + "y": 60, + "z": 0 + }, + "id": 380 + }, + { + "block": 1, + "color": 2, + "type": 7, + "position": { + "x": -180, + "y": -60, + "z": 0 + }, + "id": 390 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 513, + "num": 2, + "color": 4, + "special": 0, + "length": 3, + "colorArray": "36594" + }, + { + "id": 514, + "num": 3, + "color": 4, + "special": 0, + "length": 0, + "colorArray": "36594" + }, + { + "id": 515, + "num": 4, + "color": 4, + "special": 0, + "length": 0, + "colorArray": "36594" + }, + { + "id": 516, + "num": 31, + "color": 3, + "special": 0, + "length": 3, + "colorArray": "20817" + }, + { + "id": 517, + "num": 32, + "color": 3, + "special": 0, + "length": 0, + "colorArray": "20817" + }, + { + "id": 518, + "num": 33, + "color": 3, + "special": 0, + "length": 0, + "colorArray": "20817" + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level513.json b/assets/custom/Json/level513.json new file mode 100644 index 0000000..1de138d --- /dev/null +++ b/assets/custom/Json/level513.json @@ -0,0 +1,305 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "513", + "map": [ + 9, + 9 + ], + "time": 90, + "gap": [ + { + "x": 3, + "y": 2, + "z": 0 + }, + { + "x": 3, + "y": 1, + "z": 0 + }, + { + "x": 4, + "y": 2, + "z": 0 + }, + { + "x": 4, + "y": 1, + "z": 0 + }, + { + "x": 5, + "y": 2, + "z": 0 + }, + { + "x": 5, + "y": 1, + "z": 0 + }, + { + "x": 1, + "y": 7, + "z": 0 + }, + { + "x": 1, + "y": 6, + "z": 0 + }, + { + "x": 7, + "y": 7, + "z": 0 + }, + { + "x": 7, + "y": 6, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": 180, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": 300, + "z": 0 + }, + "id": 220 + }, + { + "block": 3, + "color": 5, + "type": 0, + "position": { + "x": 180, + "y": -180, + "z": 0 + }, + "id": 230 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": -60, + "y": 180, + "z": 0 + }, + "id": 240 + }, + { + "block": 14, + "color": 3, + "type": 0, + "position": { + "x": -180, + "y": -60, + "z": 0 + }, + "id": 250 + }, + { + "block": 14, + "color": 4, + "type": 0, + "position": { + "x": 300, + "y": -60, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": -60, + "z": 0 + }, + "id": 270 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": -60, + "y": 300, + "z": 0 + }, + "id": 280 + }, + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": -180, + "y": -300, + "z": 0 + }, + "id": 290 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": 420, + "y": -300, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": -180, + "y": -180, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": -180, + "y": -420, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": 300, + "y": -180, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 300, + "y": -420, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 420, + "y": -60, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": -300, + "y": -60, + "z": 0 + }, + "id": 360 + }, + { + "block": 1, + "color": 9, + "type": 9, + "position": { + "x": 300, + "y": 180, + "z": 0 + }, + "adhesiveTime": 2, + "id": 370 + }, + { + "block": 1, + "color": 7, + "type": 9, + "position": { + "x": 300, + "y": 300, + "z": 0 + }, + "adhesiveTime": 1, + "id": 380 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 514, + "num": 3, + "color": 9, + "special": 0, + "length": 2, + "colorArray": "84017" + }, + { + "id": 515, + "num": 4, + "color": 9, + "special": 0, + "length": 0, + "colorArray": "84017" + }, + { + "id": 516, + "num": 30, + "color": 3, + "special": 0, + "length": 2, + "colorArray": "26593" + }, + { + "id": 517, + "num": 31, + "color": 3, + "special": 0, + "length": 0, + "colorArray": "26593" + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level514.json b/assets/custom/Json/level514.json new file mode 100644 index 0000000..a92d154 --- /dev/null +++ b/assets/custom/Json/level514.json @@ -0,0 +1,342 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "514", + "map": [ + 8, + 8 + ], + "time": 120, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 8, + "type": 0, + "position": { + "x": -120, + "y": -240, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 8, + "type": 0, + "position": { + "x": -240, + "y": -240, + "z": 0 + }, + "id": 220 + }, + { + "block": 23, + "color": 8, + "type": 0, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "id": 230 + }, + { + "block": 23, + "color": 8, + "type": 0, + "position": { + "x": -240, + "y": 0, + "z": 0 + }, + "id": 240 + }, + { + "block": 22, + "color": 9, + "type": 0, + "position": { + "x": 360, + "y": 120, + "z": 0 + }, + "id": 250 + }, + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": -240, + "y": 120, + "z": 0 + }, + "id": 270 + }, + { + "block": 20, + "color": 8, + "type": 0, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": -120, + "y": -360, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 240, + "y": -240, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 240, + "y": -120, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "id": 360 + }, + { + "block": 1, + "color": 5, + "type": 1, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "stacking": 8, + "id": 370 + }, + { + "block": 1, + "color": 4, + "type": 1, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "stacking": 10, + "id": 380 + }, + { + "block": 1, + "color": 3, + "type": 1, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "stacking": 9, + "id": 390 + }, + { + "block": 2, + "color": 2, + "type": 1, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "stacking": 9, + "id": 400 + }, + { + "block": 4, + "color": 1, + "type": 1, + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "stacking": 6, + "id": 410 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 515, + "num": 11, + "color": 4, + "special": 0, + "length": 2, + "colorArray": "31" + }, + { + "id": 516, + "num": 13, + "color": 4, + "special": 0, + "length": 0, + "colorArray": "31" + }, + { + "id": 517, + "num": 20, + "color": 6, + "special": 0, + "length": 3, + "colorArray": "50" + }, + { + "id": 518, + "num": 21, + "color": 6, + "special": 0, + "length": 0, + "colorArray": "50" + }, + { + "id": 519, + "num": 22, + "color": 6, + "special": 0, + "length": 0, + "colorArray": "50" + }, + { + "id": 520, + "num": 10, + "color": 8, + "special": 0, + "length": 2, + "colorArray": "74" + }, + { + "id": 521, + "num": 12, + "color": 8, + "special": 0, + "length": 0, + "colorArray": "74" + }, + { + "id": 522, + "num": 0, + "color": 3, + "special": 0, + "length": 1 + }, + { + "id": 523, + "num": 2, + "color": 10, + "special": 0, + "length": 1 + }, + { + "id": 524, + "num": 4, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 525, + "num": 5, + "color": 9, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level515.json b/assets/custom/Json/level515.json new file mode 100644 index 0000000..d8546bd --- /dev/null +++ b/assets/custom/Json/level515.json @@ -0,0 +1,247 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "515", + "map": [ + 9, + 8 + ], + "time": 100, + "gap": [ + { + "x": 1, + "y": 6, + "z": 0 + }, + { + "x": 7, + "y": 6, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 0, + "color": 1, + "type": 4, + "position": { + "x": -300, + "y": 120, + "z": 0 + }, + "freezeTime": 12, + "id": 210 + }, + { + "block": 0, + "color": 9, + "type": 4, + "position": { + "x": 420, + "y": 120, + "z": 0 + }, + "freezeTime": 8, + "id": 220 + }, + { + "block": 1, + "color": 9, + "type": 6, + "position": { + "x": -60, + "y": 0, + "z": 0 + }, + "boomTime": 25, + "id": 230 + }, + { + "block": 4, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": 0, + "z": 0 + }, + "id": 240 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": -60, + "y": 240, + "z": 0 + }, + "id": 250 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 300, + "y": 120, + "z": 0 + }, + "id": 260 + }, + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": -60, + "y": -360, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": -300, + "y": -360, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": 60, + "y": -360, + "z": 0 + }, + "id": 290 + }, + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": 300, + "y": -360, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": 60, + "y": -120, + "z": 0 + }, + "id": 310 + }, + { + "block": 13, + "color": 2, + "type": 0, + "position": { + "x": -60, + "y": -120, + "z": 0 + }, + "id": 320 + }, + { + "block": 9, + "color": 7, + "type": 0, + "position": { + "x": 420, + "y": -120, + "z": 0 + }, + "id": 330 + }, + { + "block": 1, + "color": 3, + "type": 0, + "position": { + "x": 300, + "y": 0, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": 180, + "y": 240, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": 420, + "y": -360, + "z": 0 + }, + "id": 360 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": -180, + "y": 120, + "z": 0 + }, + "id": 370 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 516, + "num": 10, + "color": 9, + "special": 0, + "length": 3, + "colorArray": "8402176593" + }, + { + "id": 517, + "num": 12, + "color": 9, + "special": 0, + "length": 0, + "colorArray": "8402176593" + }, + { + "id": 518, + "num": 14, + "color": 9, + "special": 0, + "length": 0, + "colorArray": "8402176593" + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level516.json b/assets/custom/Json/level516.json new file mode 100644 index 0000000..e769839 --- /dev/null +++ b/assets/custom/Json/level516.json @@ -0,0 +1,364 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "516", + "map": [ + 8, + 10 + ], + "time": 100, + "gap": [ + { + "x": 1, + "y": 8, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 1, + "color": 3, + "type": 4, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "freezeTime": 10, + "id": 210 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "id": 220 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": 0, + "y": 120, + "z": 0 + }, + "id": 230 + }, + { + "block": 23, + "color": 4, + "type": 0, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 240 + }, + { + "block": 23, + "color": 4, + "type": 0, + "position": { + "x": -240, + "y": -240, + "z": 0 + }, + "id": 250 + }, + { + "block": 23, + "color": 4, + "type": 0, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "id": 260 + }, + { + "block": 4, + "color": 1, + "type": 0, + "position": { + "x": 360, + "y": 120, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": 0, + "y": -480, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": -240, + "y": -480, + "z": 0 + }, + "id": 310 + }, + { + "block": 4, + "color": 6, + "type": 0, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": 360, + "y": -480, + "z": 0 + }, + "id": 340 + }, + { + "block": 22, + "color": 8, + "type": 0, + "position": { + "x": 240, + "y": -480, + "z": 0 + }, + "id": 350 + }, + { + "block": 5, + "color": 9, + "type": 0, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "id": 360 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "id": 370 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "id": 380 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": 0, + "y": 360, + "z": 0 + }, + "id": 390 + }, + { + "block": 2, + "color": 3, + "type": 8, + "position": { + "x": 0, + "y": -240, + "z": 0 + }, + "id": 400 + }, + { + "block": 0, + "color": 8, + "type": 8, + "position": { + "x": 240, + "y": -240, + "z": 0 + }, + "id": 410 + }, + { + "block": 17, + "color": 7, + "type": 7, + "position": { + "x": 240, + "y": -120, + "z": 0 + }, + "id": 420 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 517, + "num": 0, + "color": 4, + "special": 0, + "length": 2, + "colorArray": "38" + }, + { + "id": 518, + "num": 1, + "color": 4, + "special": 0, + "length": 0, + "colorArray": "38" + }, + { + "id": 519, + "num": 11, + "color": 3, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 520, + "num": 13, + "color": 3, + "special": 2, + "length": 0, + "lock": true + }, + { + "id": 521, + "num": 17, + "color": 8, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 522, + "num": 19, + "color": 8, + "special": 2, + "length": 0, + "lock": true + }, + { + "id": 523, + "num": 23, + "color": 2, + "special": 0, + "length": 1 + }, + { + "id": 524, + "num": 12, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 525, + "num": 14, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 526, + "num": 3, + "color": 6, + "special": 0, + "length": 3, + "colorArray": "506" + }, + { + "id": 527, + "num": 4, + "color": 6, + "special": 0, + "length": 0, + "colorArray": "506" + }, + { + "id": 528, + "num": 5, + "color": 6, + "special": 0, + "length": 0, + "colorArray": "506" + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level517.json b/assets/custom/Json/level517.json new file mode 100644 index 0000000..7462aae --- /dev/null +++ b/assets/custom/Json/level517.json @@ -0,0 +1,326 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "517", + "map": [ + 9, + 8 + ], + "time": 180, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 0, + "color": 6, + "type": 4, + "position": { + "x": 60, + "y": -360, + "z": 0 + }, + "freezeTime": 10, + "id": 210 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": -300, + "y": -360, + "z": 0 + }, + "id": 220 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": -300, + "y": 240, + "z": 0 + }, + "id": 230 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": 420, + "y": -360, + "z": 0 + }, + "id": 240 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": 420, + "y": 240, + "z": 0 + }, + "id": 250 + }, + { + "block": 5, + "color": 4, + "type": 0, + "position": { + "x": 420, + "y": -240, + "z": 0 + }, + "id": 260 + }, + { + "block": 5, + "color": 9, + "type": 0, + "position": { + "x": -180, + "y": -240, + "z": 0 + }, + "id": 270 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": -60, + "y": -360, + "z": 0 + }, + "id": 280 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": 300, + "y": -360, + "z": 0 + }, + "id": 290 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": 60, + "y": -240, + "z": 0 + }, + "id": 300 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": -60, + "y": 240, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": -300, + "y": 0, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 420, + "y": 0, + "z": 0 + }, + "id": 330 + }, + { + "block": 1, + "color": 6, + "type": 7, + "position": { + "x": 300, + "y": 240, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 8, + "type": 7, + "position": { + "x": -60, + "y": -120, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 9, + "type": 8, + "position": { + "x": 180, + "y": -120, + "z": 0 + }, + "id": 360 + }, + { + "block": 2, + "color": 3, + "type": 8, + "position": { + "x": 60, + "y": 120, + "z": 0 + }, + "id": 370 + }, + { + "block": 3, + "color": 7, + "type": 1, + "position": { + "x": 180, + "y": 0, + "z": 0 + }, + "stacking": 6, + "id": 380 + }, + { + "block": 3, + "color": 10, + "type": 1, + "position": { + "x": 420, + "y": 120, + "z": 0 + }, + "stacking": 6, + "id": 390 + }, + { + "block": 3, + "color": 3, + "type": 1, + "position": { + "x": -60, + "y": 120, + "z": 0 + }, + "stacking": 7, + "id": 400 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 518, + "num": 2, + "color": 2, + "special": 0, + "length": 1, + "colorArray": "14" + }, + { + "id": 519, + "num": 11, + "color": 9, + "special": 0, + "length": 3, + "colorArray": "83" + }, + { + "id": 520, + "num": 13, + "color": 9, + "special": 0, + "length": 0, + "colorArray": "83" + }, + { + "id": 521, + "num": 15, + "color": 9, + "special": 0, + "length": 0, + "colorArray": "83" + }, + { + "id": 522, + "num": 22, + "color": 8, + "special": 0, + "length": 1, + "colorArray": "70" + }, + { + "id": 523, + "num": 10, + "color": 3, + "special": 0, + "length": 3, + "colorArray": "29" + }, + { + "id": 524, + "num": 12, + "color": 3, + "special": 0, + "length": 0, + "colorArray": "29" + }, + { + "id": 525, + "num": 14, + "color": 3, + "special": 0, + "length": 0, + "colorArray": "29" + }, + { + "id": 526, + "num": 5, + "color": 6, + "special": 2, + "length": 1, + "lock": true + }, + { + "id": 527, + "num": 25, + "color": 7, + "special": 2, + "length": 1, + "lock": true + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level518.json b/assets/custom/Json/level518.json new file mode 100644 index 0000000..c1196dd --- /dev/null +++ b/assets/custom/Json/level518.json @@ -0,0 +1,333 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "518", + "map": [ + 7, + 11 + ], + "time": 105, + "gap": [ + { + "x": 2, + "y": 9, + "z": 0 + }, + { + "x": 3, + "y": 9, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 7, + "type": 0, + "position": { + "x": 60, + "y": 300, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 7, + "type": 0, + "position": { + "x": 180, + "y": 300, + "z": 0 + }, + "id": 220 + }, + { + "block": 5, + "color": 1, + "type": 0, + "position": { + "x": -60, + "y": -540, + "z": 0 + }, + "id": 230 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": -60, + "y": 180, + "z": 0 + }, + "id": 240 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": -180, + "y": 180, + "z": 0 + }, + "id": 250 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": 60, + "y": -180, + "z": 0 + }, + "id": 260 + }, + { + "block": 1, + "color": 3, + "type": 0, + "position": { + "x": 180, + "y": -300, + "z": 0 + }, + "id": 270 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": 300, + "y": 300, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": 180, + "y": 420, + "z": 0 + }, + "id": 290 + }, + { + "block": 3, + "color": 9, + "type": 9, + "position": { + "x": 300, + "y": -420, + "z": 0 + }, + "adhesiveTime": 2, + "id": 300 + }, + { + "block": 0, + "color": 9, + "type": 9, + "position": { + "x": 300, + "y": -540, + "z": 0 + }, + "adhesiveTime": 1, + "id": 310 + }, + { + "block": 0, + "color": 10, + "type": 2, + "position": { + "x": -180, + "y": 420, + "z": 0 + }, + "id": 320 + }, + { + "block": 2, + "color": 10, + "type": 2, + "position": { + "x": 300, + "y": 60, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 6, + "type": 2, + "position": { + "x": -180, + "y": -60, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 7, + "type": 2, + "position": { + "x": -180, + "y": -300, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 5, + "type": 2, + "position": { + "x": 180, + "y": -60, + "z": 0 + }, + "id": 360 + }, + { + "block": 2, + "color": 8, + "type": 2, + "position": { + "x": 300, + "y": -300, + "z": 0 + }, + "id": 370 + }, + { + "block": 0, + "color": 3, + "type": 2, + "position": { + "x": 180, + "y": -540, + "z": 0 + }, + "id": 380 + }, + { + "block": 18, + "color": 6, + "type": 3, + "position": { + "x": 60, + "y": -60, + "z": 0 + }, + "lockTime": 7, + "id": 390 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 519, + "num": 11, + "color": 5, + "special": 0, + "length": 3, + "colorArray": "4588" + }, + { + "id": 520, + "num": 14, + "color": 5, + "special": 0, + "length": 0, + "colorArray": "4588" + }, + { + "id": 521, + "num": 17, + "color": 5, + "special": 0, + "length": 0, + "colorArray": "4588" + }, + { + "id": 522, + "num": 10, + "color": 8, + "special": 0, + "length": 1, + "colorArray": "79" + }, + { + "id": 523, + "num": 1, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 524, + "num": 2, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 525, + "num": 4, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 526, + "num": 5, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 527, + "num": 25, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 528, + "num": 26, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 529, + "num": 22, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 530, + "num": 23, + "color": 7, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level519.json b/assets/custom/Json/level519.json new file mode 100644 index 0000000..3f7b613 --- /dev/null +++ b/assets/custom/Json/level519.json @@ -0,0 +1,397 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "519", + "map": [ + 8, + 10 + ], + "time": 90, + "gap": [ + { + "x": 2, + "y": 8, + "z": 0 + }, + { + "x": 1, + "y": 8, + "z": 0 + }, + { + "x": 5, + "y": 8, + "z": 0 + }, + { + "x": 6, + "y": 8, + "z": 0 + }, + { + "x": 1, + "y": 7, + "z": 0 + }, + { + "x": 6, + "y": 7, + "z": 0 + }, + { + "x": 1, + "y": 2, + "z": 0 + }, + { + "x": 1, + "y": 3, + "z": 0 + }, + { + "x": 6, + "y": 2, + "z": 0 + }, + { + "x": 6, + "y": 3, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": -120, + "y": -360, + "z": 0 + }, + "id": 220 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": -120, + "y": 240, + "z": 0 + }, + "id": 230 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "id": 240 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "id": 250 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": 240, + "y": 0, + "z": 0 + }, + "id": 260 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": -240, + "y": -480, + "z": 0 + }, + "id": 270 + }, + { + "block": 6, + "color": 3, + "type": 0, + "position": { + "x": 360, + "y": -120, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 360, + "y": -480, + "z": 0 + }, + "id": 290 + }, + { + "block": 10, + "color": 5, + "type": 0, + "position": { + "x": -240, + "y": -120, + "z": 0 + }, + "id": 300 + }, + { + "block": 1, + "color": 1, + "type": 9, + "position": { + "x": 120, + "y": 360, + "z": 0 + }, + "adhesiveTime": 2, + "id": 310 + }, + { + "block": 1, + "color": 9, + "type": 9, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "adhesiveTime": 1, + "id": 320 + }, + { + "block": 0, + "color": 10, + "type": 9, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "adhesiveTime": 2, + "id": 330 + }, + { + "block": 0, + "color": 8, + "type": 9, + "position": { + "x": 0, + "y": 120, + "z": 0 + }, + "adhesiveTime": 1, + "id": 340 + }, + { + "block": 0, + "color": 4, + "type": 9, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "adhesiveTime": 2, + "id": 350 + }, + { + "block": 0, + "color": 3, + "type": 9, + "position": { + "x": 0, + "y": -240, + "z": 0 + }, + "adhesiveTime": 1, + "id": 360 + }, + { + "block": 2, + "color": 8, + "type": 8, + "position": { + "x": 0, + "y": -120, + "z": 0 + }, + "id": 370 + }, + { + "block": 2, + "color": 4, + "type": 8, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 7, + "type": 9, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "adhesiveTime": 2, + "id": 390 + }, + { + "block": 0, + "color": 6, + "type": 9, + "position": { + "x": 0, + "y": -360, + "z": 0 + }, + "adhesiveTime": 1, + "id": 400 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 520, + "num": 1, + "color": 3, + "special": 0, + "length": 3, + "colorArray": "28" + }, + { + "id": 521, + "num": 2, + "color": 3, + "special": 0, + "length": 0, + "colorArray": "28" + }, + { + "id": 522, + "num": 3, + "color": 3, + "special": 0, + "length": 0, + "colorArray": "28" + }, + { + "id": 523, + "num": 15, + "color": 4, + "special": 0, + "length": 2, + "colorArray": "37" + }, + { + "id": 524, + "num": 17, + "color": 4, + "special": 0, + "length": 0, + "colorArray": "37" + }, + { + "id": 525, + "num": 29, + "color": 6, + "special": 0, + "length": 3, + "colorArray": "54" + }, + { + "id": 526, + "num": 30, + "color": 6, + "special": 0, + "length": 0, + "colorArray": "54" + }, + { + "id": 527, + "num": 31, + "color": 6, + "special": 0, + "length": 0, + "colorArray": "54" + }, + { + "id": 528, + "num": 18, + "color": 1, + "special": 0, + "length": 2, + "colorArray": "06" + }, + { + "id": 529, + "num": 21, + "color": 1, + "special": 0, + "length": 0, + "colorArray": "06" + }, + { + "id": 530, + "num": 4, + "color": 10, + "special": 0, + "length": 2, + "colorArray": "91" + }, + { + "id": 531, + "num": 11, + "color": 10, + "special": 0, + "length": 0, + "colorArray": "91" + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level520.json b/assets/custom/Json/level520.json new file mode 100644 index 0000000..f0bdf76 --- /dev/null +++ b/assets/custom/Json/level520.json @@ -0,0 +1,347 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "520", + "map": [ + 8, + 10 + ], + "time": 105, + "gap": [ + { + "x": 1, + "y": 8, + "z": 0 + }, + { + "x": 6, + "y": 8, + "z": 0 + }, + { + "x": 6, + "y": 1, + "z": 0 + }, + { + "x": 1, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 3, + "color": 7, + "type": 0, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 210 + }, + { + "block": 3, + "color": 7, + "type": 0, + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "id": 220 + }, + { + "block": 22, + "color": 4, + "type": 0, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "id": 230 + }, + { + "block": 21, + "color": 10, + "type": 0, + "position": { + "x": 240, + "y": 120, + "z": 0 + }, + "id": 240 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": 240, + "y": -240, + "z": 0 + }, + "id": 250 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 0, + "y": -360, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": -240, + "y": -240, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 120, + "y": 0, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 360, + "y": -120, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 2, + "type": 2, + "position": { + "x": 0, + "y": 240, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 4, + "type": 2, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "id": 320 + }, + { + "block": 2, + "color": 5, + "type": 2, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 5, + "type": 2, + "position": { + "x": -120, + "y": -360, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 3, + "type": 2, + "position": { + "x": 0, + "y": -480, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 7, + "type": 2, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 360 + }, + { + "block": 5, + "color": 5, + "type": 3, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "lockTime": 6, + "id": 370 + }, + { + "block": 0, + "color": 7, + "type": 9, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "adhesiveTime": 2, + "id": 380 + }, + { + "block": 0, + "color": 9, + "type": 9, + "position": { + "x": 0, + "y": 120, + "z": 0 + }, + "adhesiveTime": 1, + "id": 390 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 521, + "num": 11, + "color": 5, + "special": 0, + "length": 3, + "colorArray": "46" + }, + { + "id": 522, + "num": 13, + "color": 5, + "special": 0, + "length": 0, + "colorArray": "46" + }, + { + "id": 523, + "num": 15, + "color": 5, + "special": 0, + "length": 0, + "colorArray": "46" + }, + { + "id": 524, + "num": 17, + "color": 3, + "special": 0, + "length": 1, + "colorArray": "28" + }, + { + "id": 525, + "num": 0, + "color": 2, + "special": 3, + "length": 2, + "freeze": 10 + }, + { + "id": 526, + "num": 1, + "color": 2, + "special": 3, + "length": 0, + "freeze": 10 + }, + { + "id": 527, + "num": 3, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 528, + "num": 4, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 529, + "num": 25, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 530, + "num": 26, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 531, + "num": 22, + "color": 4, + "special": 3, + "length": 2, + "freeze": 15 + }, + { + "id": 532, + "num": 23, + "color": 4, + "special": 3, + "length": 0, + "freeze": 15 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level521.json b/assets/custom/Json/level521.json new file mode 100644 index 0000000..3ad0ab8 --- /dev/null +++ b/assets/custom/Json/level521.json @@ -0,0 +1,348 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "521", + "map": [ + 9, + 9 + ], + "time": 110, + "gap": [ + { + "x": 2, + "y": 7, + "z": 0 + }, + { + "x": 3, + "y": 7, + "z": 0 + }, + { + "x": 6, + "y": 1, + "z": 0 + }, + { + "x": 5, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": 180, + "z": 0 + }, + "id": 210 + }, + { + "block": 0, + "color": 8, + "type": 4, + "position": { + "x": 60, + "y": 60, + "z": 0 + }, + "freezeTime": 4, + "id": 220 + }, + { + "block": 1, + "color": 7, + "type": 4, + "position": { + "x": 180, + "y": 300, + "z": 0 + }, + "freezeTime": 8, + "id": 230 + }, + { + "block": 1, + "color": 4, + "type": 4, + "position": { + "x": 60, + "y": -420, + "z": 0 + }, + "freezeTime": 13, + "id": 240 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": 420, + "y": -60, + "z": 0 + }, + "id": 250 + }, + { + "block": 4, + "color": 3, + "type": 0, + "position": { + "x": 420, + "y": -420, + "z": 0 + }, + "id": 260 + }, + { + "block": 4, + "color": 2, + "type": 0, + "position": { + "x": -300, + "y": 60, + "z": 0 + }, + "id": 270 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": -60, + "y": -180, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": -300, + "y": -180, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 420, + "y": 300, + "z": 0 + }, + "id": 300 + }, + { + "block": 14, + "color": 4, + "type": 0, + "position": { + "x": -180, + "y": -420, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 300, + "y": -300, + "z": 0 + }, + "id": 320 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": -180, + "y": 60, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": -300, + "y": -420, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 180, + "y": -300, + "z": 0 + }, + "id": 350 + }, + { + "block": 2, + "color": 11, + "type": 0, + "position": { + "x": 60, + "y": -180, + "z": 0 + }, + "id": 360 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": 300, + "y": 60, + "z": 0 + }, + "id": 370 + }, + { + "block": 15, + "color": 8, + "type": 0, + "position": { + "x": 420, + "y": 180, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 10, + "type": 9, + "position": { + "x": -60, + "y": 180, + "z": 0 + }, + "adhesiveTime": 2, + "id": 390 + }, + { + "block": 0, + "color": 7, + "type": 9, + "position": { + "x": -60, + "y": 60, + "z": 0 + }, + "adhesiveTime": 1, + "id": 400 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 522, + "num": 2, + "color": 3, + "special": 0, + "length": 3, + "colorArray": "27" + }, + { + "id": 523, + "num": 3, + "color": 3, + "special": 0, + "length": 0, + "colorArray": "27" + }, + { + "id": 524, + "num": 4, + "color": 3, + "special": 0, + "length": 0, + "colorArray": "27" + }, + { + "id": 525, + "num": 19, + "color": 5, + "special": 0, + "length": 2, + "colorArray": "49" + }, + { + "id": 526, + "num": 22, + "color": 5, + "special": 0, + "length": 0, + "colorArray": "49" + }, + { + "id": 527, + "num": 27, + "color": 2, + "special": 0, + "length": 3, + "colorArray": "13" + }, + { + "id": 528, + "num": 28, + "color": 2, + "special": 0, + "length": 0, + "colorArray": "13" + }, + { + "id": 529, + "num": 29, + "color": 2, + "special": 0, + "length": 0, + "colorArray": "13" + }, + { + "id": 530, + "num": 9, + "color": 9, + "special": 0, + "length": 2, + "colorArray": "86" + }, + { + "id": 531, + "num": 12, + "color": 9, + "special": 0, + "length": 0, + "colorArray": "86" + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level522.json b/assets/custom/Json/level522.json new file mode 100644 index 0000000..68cf479 --- /dev/null +++ b/assets/custom/Json/level522.json @@ -0,0 +1,333 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "522", + "map": [ + 8, + 10 + ], + "time": 120, + "gap": [ + { + "x": 2, + "y": 8, + "z": 0 + }, + { + "x": 1, + "y": 8, + "z": 0 + }, + { + "x": 5, + "y": 8, + "z": 0 + }, + { + "x": 6, + "y": 8, + "z": 0 + }, + { + "x": 1, + "y": 4, + "z": 0 + }, + { + "x": 1, + "y": 3, + "z": 0 + }, + { + "x": 1, + "y": 2, + "z": 0 + }, + { + "x": 6, + "y": 4, + "z": 0 + }, + { + "x": 6, + "y": 3, + "z": 0 + }, + { + "x": 6, + "y": 2, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 0, + "color": 1, + "type": 4, + "position": { + "x": -240, + "y": -480, + "z": 0 + }, + "freezeTime": 9, + "id": 210 + }, + { + "block": 0, + "color": 10, + "type": 4, + "position": { + "x": 360, + "y": -480, + "z": 0 + }, + "freezeTime": 13, + "id": 220 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": 120, + "y": 0, + "z": 0 + }, + "id": 230 + }, + { + "block": 1, + "color": 1, + "type": 8, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "id": 240 + }, + { + "block": 0, + "color": 10, + "type": 6, + "position": { + "x": 240, + "y": -480, + "z": 0 + }, + "boomTime": 35, + "id": 250 + }, + { + "block": 17, + "color": 10, + "type": 0, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "id": 260 + }, + { + "block": 16, + "color": 2, + "type": 0, + "position": { + "x": -240, + "y": 0, + "z": 0 + }, + "id": 270 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": 240, + "y": -240, + "z": 0 + }, + "id": 280 + }, + { + "block": 1, + "color": 3, + "type": 0, + "position": { + "x": 120, + "y": 360, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": -120, + "y": 240, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "id": 310 + }, + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "id": 320 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": -120, + "y": -240, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": 0, + "y": -480, + "z": 0 + }, + "id": 350 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "id": 370 + }, + { + "block": 0, + "color": 6, + "type": 8, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 5, + "type": 8, + "position": { + "x": 240, + "y": 0, + "z": 0 + }, + "id": 390 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 523, + "num": 15, + "color": 1, + "special": 0, + "length": 2, + "colorArray": "091" + }, + { + "id": 524, + "num": 17, + "color": 1, + "special": 0, + "length": 0, + "colorArray": "091" + }, + { + "id": 525, + "num": 4, + "color": 4, + "special": 0, + "length": 2, + "colorArray": "385" + }, + { + "id": 526, + "num": 11, + "color": 4, + "special": 0, + "length": 0, + "colorArray": "385" + }, + { + "id": 527, + "num": 18, + "color": 3, + "special": 0, + "length": 2, + "colorArray": "274" + }, + { + "id": 528, + "num": 21, + "color": 3, + "special": 0, + "length": 0, + "colorArray": "274" + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level523.json b/assets/custom/Json/level523.json new file mode 100644 index 0000000..739048c --- /dev/null +++ b/assets/custom/Json/level523.json @@ -0,0 +1,314 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "523", + "map": [ + 9, + 9 + ], + "time": 145, + "gap": [ + { + "x": 1, + "y": 3, + "z": 0 + }, + { + "x": 1, + "y": 2, + "z": 0 + }, + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 7, + "y": 7, + "z": 0 + }, + { + "x": 7, + "y": 6, + "z": 0 + }, + { + "x": 7, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 1, + "color": 8, + "type": 4, + "position": { + "x": -60, + "y": -60, + "z": 0 + }, + "freezeTime": 9, + "id": 210 + }, + { + "block": 23, + "color": 7, + "type": 4, + "position": { + "x": -180, + "y": 300, + "z": 0 + }, + "freezeTime": 9, + "id": 220 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": -300, + "y": -60, + "z": 0 + }, + "id": 230 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": -60, + "y": -300, + "z": 0 + }, + "id": 240 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": -60, + "y": -180, + "z": 0 + }, + "id": 250 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": 300, + "y": -420, + "z": 0 + }, + "id": 260 + }, + { + "block": 13, + "color": 6, + "type": 0, + "position": { + "x": 180, + "y": 60, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": -300, + "y": 300, + "z": 0 + }, + "id": 280 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": 300, + "y": 300, + "z": 0 + }, + "id": 290 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": 180, + "y": -420, + "z": 0 + }, + "id": 300 + }, + { + "block": 5, + "color": 7, + "type": 0, + "position": { + "x": 420, + "y": -180, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": -60, + "y": -420, + "z": 0 + }, + "id": 320 + }, + { + "block": 22, + "color": 1, + "type": 0, + "position": { + "x": 180, + "y": -180, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 60, + "y": 180, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": 300, + "y": 60, + "z": 0 + }, + "id": 350 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": -180, + "y": 60, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": -300, + "y": 180, + "z": 0 + }, + "id": 370 + }, + { + "block": 4, + "color": 5, + "type": 8, + "position": { + "x": 60, + "y": -420, + "z": 0 + }, + "id": 380 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 524, + "num": 4, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 525, + "num": 5, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 526, + "num": 8, + "color": 10, + "special": 0, + "length": 1 + }, + { + "id": 527, + "num": 12, + "color": 7, + "special": 0, + "length": 2, + "colorArray": "671" + }, + { + "id": 528, + "num": 14, + "color": 7, + "special": 0, + "length": 0, + "colorArray": "671" + }, + { + "id": 529, + "num": 13, + "color": 6, + "special": 0, + "length": 3, + "colorArray": "54028" + }, + { + "id": 530, + "num": 15, + "color": 6, + "special": 0, + "length": 0, + "colorArray": "54028" + }, + { + "id": 531, + "num": 17, + "color": 6, + "special": 0, + "length": 0, + "colorArray": "54028" + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level524.json b/assets/custom/Json/level524.json new file mode 100644 index 0000000..045df52 --- /dev/null +++ b/assets/custom/Json/level524.json @@ -0,0 +1,383 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [ + { + "x": 3, + "y": 4, + "color": "2" + }, + { + "x": 4, + "y": 4, + "color": "2" + }, + { + "x": 5, + "y": 4, + "color": "2" + } + ], + "id": "524", + "map": [ + 9, + 9 + ], + "time": 135, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 2, + "type": 0, + "position": { + "x": 60, + "y": -420, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 2, + "type": 0, + "position": { + "x": 60, + "y": -300, + "z": 0 + }, + "id": 220 + }, + { + "block": 22, + "color": 2, + "type": 0, + "position": { + "x": -60, + "y": 180, + "z": 0 + }, + "id": 230 + }, + { + "block": 21, + "color": 2, + "type": 0, + "position": { + "x": 180, + "y": 180, + "z": 0 + }, + "id": 240 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": -180, + "y": 180, + "z": 0 + }, + "id": 250 + }, + { + "block": 19, + "color": 2, + "type": 0, + "position": { + "x": -180, + "y": -60, + "z": 0 + }, + "id": 260 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": 60, + "y": 60, + "z": 0 + }, + "id": 270 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": 420, + "y": -180, + "z": 0 + }, + "id": 280 + }, + { + "block": 3, + "color": 9, + "type": 0, + "position": { + "x": 180, + "y": -180, + "z": 0 + }, + "id": 290 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": -60, + "y": -420, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": 180, + "y": -420, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": 420, + "y": 300, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": -300, + "y": 300, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": 60, + "y": 180, + "z": 0 + }, + "id": 340 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": 420, + "y": 180, + "z": 0 + }, + "id": 350 + }, + { + "block": 20, + "color": 8, + "type": 0, + "position": { + "x": 420, + "y": -60, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 300, + "y": -300, + "z": 0 + }, + "id": 370 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 180, + "y": 60, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": -60, + "y": 60, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": -180, + "y": -300, + "z": 0 + }, + "id": 400 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": -180, + "y": -180, + "z": 0 + }, + "id": 410 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": -300, + "y": -420, + "z": 0 + }, + "id": 420 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": 420, + "y": -420, + "z": 0 + }, + "id": 430 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 525, + "num": 2, + "color": 6, + "special": 0, + "length": 2, + "colorArray": "572" + }, + { + "id": 526, + "num": 3, + "color": 6, + "special": 0, + "length": 0, + "colorArray": "572" + }, + { + "id": 527, + "num": 10, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 528, + "num": 12, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 529, + "num": 16, + "color": 7, + "special": 3, + "length": 2, + "freeze": 9 + }, + { + "id": 530, + "num": 18, + "color": 7, + "special": 3, + "length": 0, + "freeze": 9 + }, + { + "id": 531, + "num": 23, + "color": 9, + "special": 0, + "length": 2, + "colorArray": "894" + }, + { + "id": 532, + "num": 24, + "color": 9, + "special": 0, + "length": 0, + "colorArray": "894" + }, + { + "id": 533, + "num": 17, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 534, + "num": 19, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 535, + "num": 7, + "color": 2, + "special": 3, + "length": 2, + "freeze": 12 + }, + { + "id": 536, + "num": 9, + "color": 2, + "special": 3, + "length": 0, + "freeze": 12 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level525.json b/assets/custom/Json/level525.json new file mode 100644 index 0000000..516a61a --- /dev/null +++ b/assets/custom/Json/level525.json @@ -0,0 +1,405 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "525", + "map": [ + 8, + 10 + ], + "time": 105, + "gap": [ + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 3, + "y": 1, + "z": 0 + }, + { + "x": 4, + "y": 1, + "z": 0 + }, + { + "x": 6, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": -240, + "y": -120, + "z": 0 + }, + "floor": 1, + "floorTime": 4, + "id": 210 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": -240, + "y": -240, + "z": 0 + }, + "floor": 1, + "floorTime": 4, + "id": 220 + }, + { + "block": 23, + "color": 10, + "type": 0, + "position": { + "x": -240, + "y": 0, + "z": 0 + }, + "id": 230 + }, + { + "block": 23, + "color": 10, + "type": 0, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "id": 240 + }, + { + "block": 1, + "color": 6, + "type": 0, + "position": { + "x": -120, + "y": 360, + "z": 0 + }, + "floor": 2, + "floorTime": 7, + "id": 250 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 0, + "y": 360, + "z": 0 + }, + "floor": 2, + "floorTime": 7, + "id": 260 + }, + { + "block": 3, + "color": 5, + "type": 4, + "position": { + "x": 0, + "y": 240, + "z": 0 + }, + "freezeTime": 10, + "floor": 2, + "floorTime": 7, + "id": 270 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "floor": 2, + "floorTime": 7, + "id": 280 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": 0, + "y": 120, + "z": 0 + }, + "floor": 2, + "floorTime": 7, + "id": 290 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": -120, + "y": -360, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": -120, + "y": -240, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": 0, + "y": -360, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": 0, + "y": -120, + "z": 0 + }, + "id": 350 + }, + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": 240, + "y": 120, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 240, + "y": 0, + "z": 0 + }, + "id": 370 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "id": 380 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": 240, + "y": 360, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 240, + "y": -480, + "z": 0 + }, + "id": 400 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 360, + "y": 360, + "z": 0 + }, + "floor": 3, + "floorTime": 12, + "id": 410 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "floor": 3, + "floorTime": 12, + "id": 420 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": 240, + "y": -120, + "z": 0 + }, + "floor": 4, + "floorTime": 16, + "id": 430 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 360, + "y": -120, + "z": 0 + }, + "floor": 4, + "floorTime": 16, + "id": 440 + }, + { + "block": 5, + "color": 10, + "type": 0, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "floor": 4, + "floorTime": 16, + "id": 450 + }, + { + "block": 2, + "color": 4, + "type": 4, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "freezeTime": 4, + "floor": 4, + "floorTime": 16, + "id": 460 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 526, + "num": 0, + "color": 4, + "special": 0, + "length": 2, + "colorArray": "354" + }, + { + "id": 527, + "num": 1, + "color": 4, + "special": 0, + "length": 0, + "colorArray": "354" + }, + { + "id": 528, + "num": 14, + "color": 1, + "special": 0, + "length": 2, + "colorArray": "097" + }, + { + "id": 529, + "num": 17, + "color": 1, + "special": 0, + "length": 0, + "colorArray": "097" + }, + { + "id": 530, + "num": 27, + "color": 9, + "special": 0, + "length": 2, + "colorArray": "816" + }, + { + "id": 531, + "num": 28, + "color": 9, + "special": 0, + "length": 0, + "colorArray": "816" + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level526.json b/assets/custom/Json/level526.json new file mode 100644 index 0000000..cc957f3 --- /dev/null +++ b/assets/custom/Json/level526.json @@ -0,0 +1,358 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "526", + "map": [ + 8, + 10 + ], + "time": 150, + "gap": [ + { + "x": 1, + "y": 3, + "z": 0 + }, + { + "x": 1, + "y": 4, + "z": 0 + }, + { + "x": 2, + "y": 4, + "z": 0 + }, + { + "x": 2, + "y": 3, + "z": 0 + }, + { + "x": 5, + "y": 4, + "z": 0 + }, + { + "x": 5, + "y": 3, + "z": 0 + }, + { + "x": 6, + "y": 4, + "z": 0 + }, + { + "x": 6, + "y": 3, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 5, + "color": 8, + "type": 0, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 210 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "id": 220 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "id": 230 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "id": 240 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 360, + "y": -480, + "z": 0 + }, + "id": 250 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 260 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 0, + "y": -240, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": -120, + "y": -360, + "z": 0 + }, + "id": 280 + }, + { + "block": 23, + "color": 3, + "type": 0, + "position": { + "x": 240, + "y": -480, + "z": 0 + }, + "id": 290 + }, + { + "block": 23, + "color": 3, + "type": 0, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": -240, + "y": -480, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "id": 320 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "id": 340 + }, + { + "block": 4, + "color": 2, + "type": 0, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "id": 350 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "id": 360 + }, + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": -120, + "y": 360, + "z": 0 + }, + "id": 370 + }, + { + "block": 4, + "color": 7, + "type": 0, + "position": { + "x": -240, + "y": 0, + "z": 0 + }, + "id": 380 + }, + { + "block": 1, + "color": 3, + "type": 7, + "position": { + "x": 360, + "y": 360, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 4, + "type": 7, + "position": { + "x": -120, + "y": 240, + "z": 0 + }, + "id": 400 + }, + { + "block": 2, + "color": 7, + "type": 8, + "position": { + "x": 120, + "y": 0, + "z": 0 + }, + "id": 410 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 527, + "num": 17, + "color": 6, + "special": 0, + "length": 2, + "colorArray": "5671" + }, + { + "id": 528, + "num": 19, + "color": 6, + "special": 0, + "length": 0, + "colorArray": "5671" + }, + { + "id": 529, + "num": 1, + "color": 10, + "special": 3, + "length": 1, + "freeze": 8 + }, + { + "id": 530, + "num": 31, + "color": 5, + "special": 3, + "length": 1, + "freeze": 13 + }, + { + "id": 531, + "num": 4, + "color": 3, + "special": 2, + "length": 2, + "lock": false + }, + { + "id": 532, + "num": 5, + "color": 3, + "special": 2, + "length": 0, + "lock": false + }, + { + "id": 533, + "num": 34, + "color": 4, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 534, + "num": 35, + "color": 4, + "special": 2, + "length": 0, + "lock": true + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level527.json b/assets/custom/Json/level527.json new file mode 100644 index 0000000..cc45308 --- /dev/null +++ b/assets/custom/Json/level527.json @@ -0,0 +1,367 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "527", + "map": [ + 8, + 10 + ], + "time": 120, + "gap": [ + { + "x": 1, + "y": 8, + "z": 0 + }, + { + "x": 6, + "y": 1, + "z": 0 + }, + { + "x": 5, + "y": 1, + "z": 0 + }, + { + "x": 6, + "y": 4, + "z": 0 + }, + { + "x": 6, + "y": 5, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 3, + "type": 0, + "position": { + "x": 0, + "y": 360, + "z": 0 + }, + "id": 210 + }, + { + "block": 0, + "color": 1, + "type": 2, + "position": { + "x": -120, + "y": -240, + "z": 0 + }, + "floor": 1, + "floorTime": 5, + "id": 220 + }, + { + "block": 2, + "color": 1, + "type": 2, + "position": { + "x": 0, + "y": -240, + "z": 0 + }, + "floor": 1, + "floorTime": 5, + "id": 230 + }, + { + "block": 1, + "color": 3, + "type": 4, + "position": { + "x": 0, + "y": -360, + "z": 0 + }, + "freezeTime": 6, + "floor": 2, + "floorTime": 7, + "id": 240 + }, + { + "block": 5, + "color": 5, + "type": 3, + "position": { + "x": 240, + "y": 0, + "z": 0 + }, + "lockTime": 5, + "floor": 3, + "floorTime": 12, + "id": 250 + }, + { + "block": 2, + "color": 5, + "type": 2, + "position": { + "x": 0, + "y": 120, + "z": 0 + }, + "id": 260 + }, + { + "block": 1, + "color": 3, + "type": 2, + "position": { + "x": 240, + "y": 360, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 2, + "type": 2, + "position": { + "x": 360, + "y": 360, + "z": 0 + }, + "id": 280 + }, + { + "block": 1, + "color": 6, + "type": 0, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": -240, + "y": 240, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 6, + "type": 7, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 310 + }, + { + "block": 22, + "color": 10, + "type": 0, + "position": { + "x": 240, + "y": -240, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": -240, + "y": -480, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 0, + "y": -480, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": -240, + "y": -240, + "z": 0 + }, + "id": 360 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": -240, + "y": -120, + "z": 0 + }, + "id": 370 + }, + { + "block": 4, + "color": 2, + "type": 0, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": -120, + "y": 360, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "id": 400 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": 360, + "y": 120, + "z": 0 + }, + "id": 410 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "id": 420 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "id": 430 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 528, + "num": 1, + "color": 7, + "special": 0, + "length": 2, + "colorArray": "65" + }, + { + "id": 529, + "num": 2, + "color": 7, + "special": 0, + "length": 0, + "colorArray": "65" + }, + { + "id": 530, + "num": 5, + "color": 3, + "special": 0, + "length": 2, + "colorArray": "24" + }, + { + "id": 531, + "num": 6, + "color": 3, + "special": 0, + "length": 0, + "colorArray": "24" + }, + { + "id": 532, + "num": 28, + "color": 10, + "special": 0, + "length": 2, + "colorArray": "97" + }, + { + "id": 533, + "num": 29, + "color": 10, + "special": 0, + "length": 0, + "colorArray": "97" + }, + { + "id": 534, + "num": 12, + "color": 1, + "special": 0, + "length": 1, + "colorArray": "01" + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level528.json b/assets/custom/Json/level528.json new file mode 100644 index 0000000..7edd0cc --- /dev/null +++ b/assets/custom/Json/level528.json @@ -0,0 +1,351 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "528", + "map": [ + 8, + 10 + ], + "time": 120, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 8, + "type": 0, + "position": { + "x": 0, + "y": 240, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 8, + "type": 0, + "position": { + "x": 0, + "y": 360, + "z": 0 + }, + "id": 220 + }, + { + "block": 23, + "color": 8, + "type": 0, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "id": 230 + }, + { + "block": 23, + "color": 8, + "type": 0, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 240 + }, + { + "block": 18, + "color": 5, + "type": 0, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "id": 250 + }, + { + "block": 18, + "color": 3, + "type": 0, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "id": 260 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 0, + "y": -480, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 240, + "y": -480, + "z": 0 + }, + "id": 280 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "id": 290 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": -240, + "y": 240, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": 360, + "y": -480, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "id": 320 + }, + { + "block": 3, + "color": 1, + "type": 0, + "position": { + "x": 0, + "y": -360, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 120, + "y": 360, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": -120, + "y": 360, + "z": 0 + }, + "id": 350 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": -240, + "y": -240, + "z": 0 + }, + "id": 360 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "id": 370 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": 360, + "y": 360, + "z": 0 + }, + "id": 380 + }, + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 2, + "type": 9, + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "adhesiveTime": 2, + "id": 400 + }, + { + "block": 0, + "color": 8, + "type": 9, + "position": { + "x": 120, + "y": 0, + "z": 0 + }, + "adhesiveTime": 1, + "id": 410 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 529, + "num": 4, + "color": 8, + "special": 0, + "length": 1, + "colorArray": "73" + }, + { + "id": 530, + "num": 9, + "color": 2, + "special": 0, + "length": 2, + "colorArray": "16" + }, + { + "id": 531, + "num": 11, + "color": 2, + "special": 0, + "length": 0, + "colorArray": "16" + }, + { + "id": 532, + "num": 15, + "color": 3, + "special": 2, + "length": 3, + "lock": false + }, + { + "id": 533, + "num": 17, + "color": 3, + "special": 2, + "length": 0, + "lock": false + }, + { + "id": 534, + "num": 19, + "color": 3, + "special": 2, + "length": 0, + "lock": false + }, + { + "id": 535, + "num": 24, + "color": 1, + "special": 0, + "length": 1, + "colorArray": "09" + }, + { + "id": 536, + "num": 16, + "color": 9, + "special": 0, + "length": 2, + "colorArray": "85" + }, + { + "id": 537, + "num": 18, + "color": 9, + "special": 0, + "length": 0, + "colorArray": "85" + }, + { + "id": 538, + "num": 8, + "color": 5, + "special": 2, + "length": 3, + "lock": true + }, + { + "id": 539, + "num": 10, + "color": 5, + "special": 2, + "length": 0, + "lock": true + }, + { + "id": 540, + "num": 12, + "color": 5, + "special": 2, + "length": 0, + "lock": true + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level529.json b/assets/custom/Json/level529.json new file mode 100644 index 0000000..f643873 --- /dev/null +++ b/assets/custom/Json/level529.json @@ -0,0 +1,370 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "529", + "map": [ + 8, + 10 + ], + "time": 160, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 10, + "type": 0, + "position": { + "x": -120, + "y": 240, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 10, + "type": 0, + "position": { + "x": -120, + "y": 360, + "z": 0 + }, + "id": 220 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "id": 230 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": 120, + "y": 0, + "z": 0 + }, + "id": 240 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": 240, + "y": -480, + "z": 0 + }, + "id": 250 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 360, + "y": 360, + "z": 0 + }, + "id": 260 + }, + { + "block": 20, + "color": 6, + "type": 0, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "id": 270 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": -240, + "y": -480, + "z": 0 + }, + "id": 290 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": -120, + "y": -240, + "z": 0 + }, + "id": 300 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "id": 310 + }, + { + "block": 22, + "color": 2, + "type": 0, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": -240, + "y": 360, + "z": 0 + }, + "id": 330 + }, + { + "block": 4, + "color": 1, + "type": 0, + "position": { + "x": 0, + "y": 120, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "id": 350 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": 0, + "y": -360, + "z": 0 + }, + "id": 360 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 370 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": 240, + "y": -120, + "z": 0 + }, + "id": 380 + }, + { + "block": 2, + "color": 11, + "type": 0, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "id": 390 + }, + { + "block": 5, + "color": 3, + "type": 0, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "floor": 1, + "floorTime": 9, + "id": 400 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 530, + "num": 0, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 531, + "num": 1, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 532, + "num": 4, + "color": 1, + "special": 0, + "length": 3 + }, + { + "id": 533, + "num": 5, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 534, + "num": 6, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 535, + "num": 9, + "color": 10, + "special": 0, + "length": 1 + }, + { + "id": 536, + "num": 13, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 537, + "num": 15, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 538, + "num": 17, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 539, + "num": 19, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 540, + "num": 26, + "color": 3, + "special": 4, + "length": 2 + }, + { + "id": 541, + "num": 27, + "color": 3, + "special": 4, + "length": 0 + }, + { + "id": 542, + "num": 22, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 543, + "num": 23, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 544, + "num": 16, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 545, + "num": 18, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 546, + "num": 8, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 547, + "num": 10, + "color": 8, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level530.json b/assets/custom/Json/level530.json new file mode 100644 index 0000000..888a476 --- /dev/null +++ b/assets/custom/Json/level530.json @@ -0,0 +1,446 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "530", + "map": [ + 9, + 11 + ], + "time": 160, + "gap": [ + { + "x": 1, + "y": 9, + "z": 0 + }, + { + "x": 1, + "y": 8, + "z": 0 + }, + { + "x": 1, + "y": 7, + "z": 0 + }, + { + "x": 1, + "y": 5, + "z": 0 + }, + { + "x": 2, + "y": 5, + "z": 0 + }, + { + "x": 2, + "y": 4, + "z": 0 + }, + { + "x": 2, + "y": 3, + "z": 0 + }, + { + "x": 1, + "y": 4, + "z": 0 + }, + { + "x": 1, + "y": 3, + "z": 0 + }, + { + "x": 1, + "y": 2, + "z": 0 + }, + { + "x": 2, + "y": 2, + "z": 0 + }, + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 2, + "y": 1, + "z": 0 + }, + { + "x": 3, + "y": 1, + "z": 0 + }, + { + "x": 7, + "y": 1, + "z": 0 + }, + { + "x": 7, + "y": 2, + "z": 0 + }, + { + "x": 7, + "y": 3, + "z": 0 + }, + { + "x": 7, + "y": 7, + "z": 0 + }, + { + "x": 7, + "y": 8, + "z": 0 + }, + { + "x": 7, + "y": 9, + "z": 0 + }, + { + "x": 6, + "y": 9, + "z": 0 + }, + { + "x": 6, + "y": 8, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 4, + "color": 1, + "type": 0, + "position": { + "x": 180, + "y": 180, + "z": 0 + }, + "id": 210 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": 180, + "y": -180, + "z": 0 + }, + "id": 220 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": 60, + "y": 60, + "z": 0 + }, + "id": 230 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": -180, + "y": 300, + "z": 0 + }, + "id": 240 + }, + { + "block": 1, + "color": 6, + "type": 0, + "position": { + "x": 300, + "y": -300, + "z": 0 + }, + "id": 250 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": -60, + "y": 420, + "z": 0 + }, + "id": 260 + }, + { + "block": 20, + "color": 4, + "type": 0, + "position": { + "x": 60, + "y": -300, + "z": 0 + }, + "id": 270 + }, + { + "block": 22, + "color": 2, + "type": 0, + "position": { + "x": 420, + "y": -60, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": -300, + "y": 60, + "z": 0 + }, + "id": 290 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": 420, + "y": -180, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 60, + "y": -540, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": 300, + "y": -540, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": -60, + "y": -420, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": -60, + "y": 300, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 10, + "type": 8, + "position": { + "x": 300, + "y": 180, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 8, + "type": 8, + "position": { + "x": 180, + "y": -420, + "z": 0 + }, + "id": 360 + }, + { + "block": 2, + "color": 3, + "type": 8, + "position": { + "x": 60, + "y": 300, + "z": 0 + }, + "id": 370 + }, + { + "block": 1, + "color": 6, + "type": 4, + "position": { + "x": -60, + "y": 180, + "z": 0 + }, + "freezeTime": 4, + "floor": 1, + "floorTime": 12, + "id": 380 + }, + { + "block": 1, + "color": 7, + "type": 4, + "position": { + "x": -60, + "y": 60, + "z": 0 + }, + "freezeTime": 5, + "floor": 1, + "floorTime": 12, + "id": 390 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 531, + "num": 14, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 532, + "num": 16, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 533, + "num": 18, + "color": 8, + "special": 0, + "length": 1 + }, + { + "id": 534, + "num": 30, + "color": 6, + "special": 0, + "length": 2, + "colorArray": "53" + }, + { + "id": 535, + "num": 31, + "color": 6, + "special": 0, + "length": 0, + "colorArray": "53" + }, + { + "id": 536, + "num": 19, + "color": 10, + "special": 0, + "length": 1 + }, + { + "id": 537, + "num": 15, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 538, + "num": 17, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 539, + "num": 6, + "color": 1, + "special": 0, + "length": 3, + "colorArray": "088" + }, + { + "id": 540, + "num": 7, + "color": 1, + "special": 0, + "length": 0, + "colorArray": "088" + }, + { + "id": 541, + "num": 8, + "color": 1, + "special": 0, + "length": 0, + "colorArray": "088" + }, + { + "id": 542, + "num": 4, + "color": 5, + "special": 0, + "length": 2, + "colorArray": "4144" + }, + { + "id": 543, + "num": 5, + "color": 5, + "special": 0, + "length": 0, + "colorArray": "4144" + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level531.json b/assets/custom/Json/level531.json new file mode 100644 index 0000000..2897ab5 --- /dev/null +++ b/assets/custom/Json/level531.json @@ -0,0 +1,296 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [ + { + "x": 3, + "y": 6, + "color": "8" + }, + { + "x": 4, + "y": 6, + "color": "8" + }, + { + "x": 3, + "y": 5, + "color": "8" + }, + { + "x": 4, + "y": 5, + "color": "8" + } + ], + "id": "531", + "map": [ + 8, + 10 + ], + "time": 100, + "gap": [ + { + "x": 1, + "y": 3, + "z": 0 + }, + { + "x": 1, + "y": 2, + "z": 0 + }, + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 6, + "y": 1, + "z": 0 + }, + { + "x": 6, + "y": 2, + "z": 0 + }, + { + "x": 6, + "y": 3, + "z": 0 + }, + { + "x": 1, + "y": 8, + "z": 0 + }, + { + "x": 6, + "y": 8, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": -240, + "y": 240, + "z": 0 + }, + "id": 210 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "id": 220 + }, + { + "block": 5, + "color": 8, + "type": 0, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 230 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": 360, + "y": -120, + "z": 0 + }, + "id": 240 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": 240, + "y": -120, + "z": 0 + }, + "id": 250 + }, + { + "block": 1, + "color": 6, + "type": 0, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "id": 260 + }, + { + "block": 22, + "color": 6, + "type": 0, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "id": 270 + }, + { + "block": 1, + "color": 3, + "type": 0, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "id": 300 + }, + { + "block": 21, + "color": 3, + "type": 0, + "position": { + "x": -120, + "y": 240, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": -240, + "y": -120, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 1, + "type": 9, + "position": { + "x": -120, + "y": -240, + "z": 0 + }, + "adhesiveTime": 2, + "id": 330 + }, + { + "block": 2, + "color": 9, + "type": 9, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "adhesiveTime": 1, + "id": 340 + }, + { + "block": 0, + "color": 2, + "type": 9, + "position": { + "x": 240, + "y": -240, + "z": 0 + }, + "adhesiveTime": 2, + "id": 350 + }, + { + "block": 2, + "color": 7, + "type": 9, + "position": { + "x": 240, + "y": -480, + "z": 0 + }, + "adhesiveTime": 1, + "id": 360 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 532, + "num": 1, + "color": 10, + "special": 0, + "length": 2, + "colorArray": "9281" + }, + { + "id": 533, + "num": 2, + "color": 10, + "special": 0, + "length": 0, + "colorArray": "9281" + }, + { + "id": 534, + "num": 25, + "color": 1, + "special": 0, + "length": 2, + "colorArray": "0765" + }, + { + "id": 535, + "num": 26, + "color": 1, + "special": 0, + "length": 0, + "colorArray": "0765" + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level532.json b/assets/custom/Json/level532.json new file mode 100644 index 0000000..d01a255 --- /dev/null +++ b/assets/custom/Json/level532.json @@ -0,0 +1,460 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "532", + "map": [ + 9, + 11 + ], + "time": 110, + "gap": [ + { + "x": 1, + "y": 5, + "z": 0 + }, + { + "x": 2, + "y": 5, + "z": 0 + }, + { + "x": 1, + "y": 4, + "z": 0 + }, + { + "x": 2, + "y": 4, + "z": 0 + }, + { + "x": 1, + "y": 3, + "z": 0 + }, + { + "x": 2, + "y": 3, + "z": 0 + }, + { + "x": 1, + "y": 2, + "z": 0 + }, + { + "x": 2, + "y": 2, + "z": 0 + }, + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 2, + "y": 1, + "z": 0 + }, + { + "x": 3, + "y": 1, + "z": 0 + }, + { + "x": 5, + "y": 9, + "z": 0 + }, + { + "x": 6, + "y": 9, + "z": 0 + }, + { + "x": 7, + "y": 9, + "z": 0 + }, + { + "x": 5, + "y": 8, + "z": 0 + }, + { + "x": 6, + "y": 8, + "z": 0 + }, + { + "x": 7, + "y": 8, + "z": 0 + }, + { + "x": 7, + "y": 2, + "z": 0 + }, + { + "x": 7, + "y": 1, + "z": 0 + }, + { + "x": 4, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 300, + "y": -420, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": 300, + "z": 0 + }, + "id": 220 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": -300, + "y": 300, + "z": 0 + }, + "id": 230 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": 180, + "y": -420, + "z": 0 + }, + "id": 240 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": -300, + "y": 180, + "z": 0 + }, + "id": 250 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": 60, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": 180, + "y": -300, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": -60, + "y": -420, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 300, + "y": -540, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": 60, + "y": -300, + "z": 0 + }, + "id": 300 + }, + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": 420, + "y": 180, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": 180, + "y": 180, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 60, + "y": 420, + "z": 0 + }, + "id": 330 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": 420, + "y": -180, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 180, + "y": -540, + "z": 0 + }, + "id": 350 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": 420, + "y": 60, + "z": 0 + }, + "floor": 1, + "floorTime": 8, + "id": 360 + }, + { + "block": 1, + "color": 3, + "type": 2, + "position": { + "x": 420, + "y": -60, + "z": 0 + }, + "floor": 1, + "floorTime": 8, + "id": 370 + }, + { + "block": 2, + "color": 6, + "type": 2, + "position": { + "x": 180, + "y": -60, + "z": 0 + }, + "floor": 1, + "floorTime": 8, + "id": 380 + }, + { + "block": 1, + "color": 6, + "type": 2, + "position": { + "x": 420, + "y": -300, + "z": 0 + }, + "id": 390 + }, + { + "block": 2, + "color": 10, + "type": 2, + "position": { + "x": -60, + "y": -300, + "z": 0 + }, + "id": 400 + }, + { + "block": 4, + "color": 9, + "type": 2, + "position": { + "x": -60, + "y": -60, + "z": 0 + }, + "id": 410 + }, + { + "block": 16, + "color": 8, + "type": 3, + "position": { + "x": -180, + "y": 180, + "z": 0 + }, + "lockTime": 5, + "id": 420 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 533, + "num": 0, + "color": 4, + "special": 0, + "length": 2, + "colorArray": "31" + }, + { + "id": 534, + "num": 1, + "color": 4, + "special": 0, + "length": 0, + "colorArray": "31" + }, + { + "id": 535, + "num": 11, + "color": 1, + "special": 3, + "length": 2, + "freeze": 11 + }, + { + "id": 536, + "num": 13, + "color": 1, + "special": 3, + "length": 0, + "freeze": 11 + }, + { + "id": 537, + "num": 22, + "color": 3, + "special": 0, + "length": 2, + "colorArray": "29" + }, + { + "id": 538, + "num": 26, + "color": 3, + "special": 0, + "length": 0, + "colorArray": "29" + }, + { + "id": 539, + "num": 28, + "color": 6, + "special": 0, + "length": 2, + "colorArray": "54" + }, + { + "id": 540, + "num": 29, + "color": 6, + "special": 0, + "length": 0, + "colorArray": "54" + }, + { + "id": 541, + "num": 6, + "color": 8, + "special": 0, + "length": 3, + "colorArray": "78" + }, + { + "id": 542, + "num": 7, + "color": 8, + "special": 0, + "length": 0, + "colorArray": "78" + }, + { + "id": 543, + "num": 8, + "color": 8, + "special": 0, + "length": 0, + "colorArray": "78" + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level533.json b/assets/custom/Json/level533.json new file mode 100644 index 0000000..5734dc3 --- /dev/null +++ b/assets/custom/Json/level533.json @@ -0,0 +1,343 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "533", + "map": [ + 9, + 8 + ], + "time": 110, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 5, + "type": 0, + "position": { + "x": 60, + "y": -120, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 5, + "type": 0, + "position": { + "x": 60, + "y": -240, + "z": 0 + }, + "id": 220 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": 180, + "y": -360, + "z": 0 + }, + "id": 230 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": -60, + "y": -360, + "z": 0 + }, + "id": 240 + }, + { + "block": 5, + "color": 4, + "type": 0, + "position": { + "x": -180, + "y": 120, + "z": 0 + }, + "id": 250 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": -60, + "y": -120, + "z": 0 + }, + "id": 260 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 300, + "y": -360, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 180, + "y": -120, + "z": 0 + }, + "id": 280 + }, + { + "block": 5, + "color": 8, + "type": 0, + "position": { + "x": 420, + "y": 120, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": -180, + "y": -360, + "z": 0 + }, + "id": 300 + }, + { + "block": 3, + "color": 1, + "type": 0, + "position": { + "x": 180, + "y": 0, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 6, + "type": 9, + "position": { + "x": 60, + "y": 240, + "z": 0 + }, + "adhesiveTime": 2, + "id": 320 + }, + { + "block": 0, + "color": 5, + "type": 9, + "position": { + "x": -60, + "y": 240, + "z": 0 + }, + "adhesiveTime": 1, + "id": 330 + }, + { + "block": 0, + "color": 4, + "type": 9, + "position": { + "x": 180, + "y": 240, + "z": 0 + }, + "adhesiveTime": 2, + "id": 340 + }, + { + "block": 3, + "color": 9, + "type": 9, + "position": { + "x": 180, + "y": 120, + "z": 0 + }, + "adhesiveTime": 1, + "id": 350 + }, + { + "block": 1, + "color": 10, + "type": 1, + "position": { + "x": 420, + "y": -120, + "z": 0 + }, + "stacking": 1, + "id": 360 + }, + { + "block": 1, + "color": 6, + "type": 1, + "position": { + "x": -180, + "y": -120, + "z": 0 + }, + "stacking": 2, + "id": 370 + }, + { + "block": 1, + "color": 7, + "type": 1, + "position": { + "x": -60, + "y": -240, + "z": 0 + }, + "stacking": 2, + "id": 380 + }, + { + "block": 2, + "color": 1, + "type": 1, + "position": { + "x": -300, + "y": -360, + "z": 0 + }, + "stacking": 5, + "id": 390 + }, + { + "block": 1, + "color": 5, + "type": 1, + "position": { + "x": 300, + "y": -240, + "z": 0 + }, + "stacking": 10, + "id": 400 + }, + { + "block": 2, + "color": 8, + "type": 1, + "position": { + "x": 420, + "y": -360, + "z": 0 + }, + "stacking": 9, + "id": 410 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 534, + "num": 2, + "color": 8, + "special": 0, + "length": 2, + "colorArray": "79" + }, + { + "id": 535, + "num": 3, + "color": 8, + "special": 0, + "length": 0, + "colorArray": "79" + }, + { + "id": 536, + "num": 11, + "color": 3, + "special": 0, + "length": 3, + "colorArray": "256" + }, + { + "id": 537, + "num": 13, + "color": 3, + "special": 0, + "length": 0, + "colorArray": "256" + }, + { + "id": 538, + "num": 15, + "color": 3, + "special": 0, + "length": 0, + "colorArray": "256" + }, + { + "id": 539, + "num": 22, + "color": 4, + "special": 0, + "length": 2, + "colorArray": "31" + }, + { + "id": 540, + "num": 23, + "color": 4, + "special": 0, + "length": 0, + "colorArray": "31" + }, + { + "id": 541, + "num": 10, + "color": 5, + "special": 0, + "length": 3, + "colorArray": "408" + }, + { + "id": 542, + "num": 12, + "color": 5, + "special": 0, + "length": 0, + "colorArray": "408" + }, + { + "id": 543, + "num": 14, + "color": 5, + "special": 0, + "length": 0, + "colorArray": "408" + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level534.json b/assets/custom/Json/level534.json new file mode 100644 index 0000000..e98ffb7 --- /dev/null +++ b/assets/custom/Json/level534.json @@ -0,0 +1,458 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "534", + "map": [ + 9, + 9 + ], + "time": 90, + "gap": [ + { + "x": 5, + "y": 1, + "z": 0 + }, + { + "x": 6, + "y": 1, + "z": 0 + }, + { + "x": 7, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": -300, + "y": 180, + "z": 0 + }, + "id": 210 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": -60, + "y": -300, + "z": 0 + }, + "id": 220 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": -300, + "y": -420, + "z": 0 + }, + "id": 230 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": -180, + "y": -420, + "z": 0 + }, + "id": 240 + }, + { + "block": 3, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": 300, + "z": 0 + }, + "id": 250 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": 300, + "y": -180, + "z": 0 + }, + "id": 260 + }, + { + "block": 22, + "color": 4, + "type": 0, + "position": { + "x": 420, + "y": 180, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": 300, + "y": 180, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 60, + "y": -60, + "z": 0 + }, + "id": 290 + }, + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": 180, + "y": -300, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 420, + "y": -180, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 9, + "type": 5, + "position": { + "x": 60, + "y": -180, + "z": 0 + }, + "id": 370 + }, + { + "block": 0, + "color": 8, + "type": 9, + "position": { + "x": -180, + "y": 60, + "z": 0 + }, + "adhesiveTime": 2, + "id": 380 + }, + { + "block": 0, + "color": 5, + "type": 9, + "position": { + "x": -300, + "y": 60, + "z": 0 + }, + "adhesiveTime": 1, + "id": 390 + }, + { + "block": 1, + "color": 3, + "type": 0, + "position": { + "x": 60, + "y": 180, + "z": 0 + }, + "id": 400 + }, + { + "block": 0, + "color": 1, + "type": 6, + "position": { + "x": -180, + "y": 180, + "z": 0 + }, + "boomTime": 40, + "id": 400 + }, + { + "block": 1, + "color": 1, + "type": 6, + "position": { + "x": 420, + "y": -300, + "z": 0 + }, + "boomTime": 22, + "id": 410 + }, + { + "block": 5, + "color": 8, + "type": 4, + "position": { + "x": -180, + "y": -180, + "z": 0 + }, + "freezeTime": 4, + "id": 420 + }, + { + "block": 3, + "color": 9, + "type": 5, + "position": { + "x": 300, + "y": 60, + "z": 0 + }, + "floor": 2, + "floorTime": 9, + "id": 390 + }, + { + "block": 2, + "color": 6, + "type": 5, + "position": { + "x": 180, + "y": 180, + "z": 0 + }, + "floor": 2, + "floorTime": 9, + "id": 400 + }, + { + "block": 2, + "color": 3, + "type": 5, + "position": { + "x": 180, + "y": -180, + "z": 0 + }, + "floor": 2, + "floorTime": 9, + "id": 410 + }, + { + "block": 0, + "color": 3, + "type": 5, + "position": { + "x": 420, + "y": 60, + "z": 0 + }, + "floor": 2, + "floorTime": 9, + "id": 420 + }, + { + "block": 0, + "color": 5, + "type": 5, + "position": { + "x": -60, + "y": 60, + "z": 0 + }, + "floor": 2, + "floorTime": 9, + "id": 430 + }, + { + "block": 0, + "color": 4, + "type": 4, + "position": { + "x": 420, + "y": -60, + "z": 0 + }, + "freezeTime": 20, + "id": 440 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 535, + "num": 1, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 536, + "num": 2, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 537, + "num": 3, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 538, + "num": 4, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 539, + "num": 5, + "color": 6, + "special": 1, + "length": 2 + }, + { + "id": 540, + "num": 6, + "color": 6, + "special": 1, + "length": 0 + }, + { + "id": 541, + "num": 14, + "color": 9, + "special": 1, + "length": 3 + }, + { + "id": 542, + "num": 17, + "color": 9, + "special": 1, + "length": 0 + }, + { + "id": 543, + "num": 19, + "color": 9, + "special": 1, + "length": 0 + }, + { + "id": 544, + "num": 27, + "color": 5, + "special": 1, + "length": 1 + }, + { + "id": 545, + "num": 25, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 546, + "num": 26, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 547, + "num": 23, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 548, + "num": 24, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 549, + "num": 22, + "color": 6, + "special": 0, + "length": 1 + }, + { + "id": 550, + "num": 20, + "color": 3, + "special": 1, + "length": 1 + }, + { + "id": 551, + "num": 9, + "color": 1, + "special": 0, + "length": 3 + }, + { + "id": 552, + "num": 11, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 553, + "num": 13, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 554, + "num": 7, + "color": 9, + "special": 0, + "length": 1 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level535.json b/assets/custom/Json/level535.json new file mode 100644 index 0000000..990e968 --- /dev/null +++ b/assets/custom/Json/level535.json @@ -0,0 +1,371 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "535", + "map": [ + 9, + 8 + ], + "time": 165, + "gap": [ + { + "x": 7, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 5, + "type": 0, + "position": { + "x": -180, + "y": -120, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 5, + "type": 0, + "position": { + "x": -180, + "y": 0, + "z": 0 + }, + "id": 220 + }, + { + "block": 23, + "color": 5, + "type": 0, + "position": { + "x": -300, + "y": 0, + "z": 0 + }, + "id": 230 + }, + { + "block": 23, + "color": 5, + "type": 0, + "position": { + "x": -60, + "y": -120, + "z": 0 + }, + "id": 240 + }, + { + "block": 23, + "color": 5, + "type": 0, + "position": { + "x": 60, + "y": -120, + "z": 0 + }, + "id": 250 + }, + { + "block": 23, + "color": 5, + "type": 0, + "position": { + "x": 60, + "y": 0, + "z": 0 + }, + "id": 260 + }, + { + "block": 23, + "color": 5, + "type": 0, + "position": { + "x": 420, + "y": -120, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 420, + "y": 240, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": -60, + "y": 0, + "z": 0 + }, + "id": 290 + }, + { + "block": 4, + "color": 3, + "type": 0, + "position": { + "x": 180, + "y": -360, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": 60, + "y": -240, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 420, + "y": -240, + "z": 0 + }, + "id": 320 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": 420, + "y": 0, + "z": 0 + }, + "id": 330 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": 180, + "y": 240, + "z": 0 + }, + "id": 340 + }, + { + "block": 1, + "color": 6, + "type": 0, + "position": { + "x": 180, + "y": 120, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": -60, + "y": 240, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": -180, + "y": 240, + "z": 0 + }, + "id": 370 + }, + { + "block": 2, + "color": 9, + "type": 1, + "position": { + "x": -300, + "y": -360, + "z": 0 + }, + "stacking": 8, + "id": 380 + }, + { + "block": 22, + "color": 1, + "type": 1, + "position": { + "x": -60, + "y": -360, + "z": 0 + }, + "stacking": 8, + "id": 390 + }, + { + "block": 2, + "color": 4, + "type": 1, + "position": { + "x": 300, + "y": -360, + "z": 0 + }, + "stacking": 8, + "id": 400 + }, + { + "block": 2, + "color": 6, + "type": 1, + "position": { + "x": 300, + "y": 120, + "z": 0 + }, + "stacking": 1, + "id": 410 + }, + { + "block": 20, + "color": 10, + "type": 1, + "position": { + "x": -180, + "y": 120, + "z": 0 + }, + "stacking": 3, + "id": 420 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 536, + "num": 1, + "color": 10, + "special": 0, + "length": 2, + "colorArray": "95" + }, + { + "id": 537, + "num": 2, + "color": 10, + "special": 0, + "length": 0, + "colorArray": "95" + }, + { + "id": 538, + "num": 4, + "color": 9, + "special": 0, + "length": 2, + "colorArray": "81" + }, + { + "id": 539, + "num": 5, + "color": 9, + "special": 0, + "length": 0, + "colorArray": "81" + }, + { + "id": 540, + "num": 9, + "color": 8, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 541, + "num": 11, + "color": 8, + "special": 2, + "length": 0, + "lock": true + }, + { + "id": 542, + "num": 15, + "color": 1, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 543, + "num": 17, + "color": 1, + "special": 2, + "length": 0, + "lock": true + }, + { + "id": 544, + "num": 23, + "color": 3, + "special": 0, + "length": 3, + "colorArray": "23" + }, + { + "id": 545, + "num": 24, + "color": 3, + "special": 0, + "length": 0, + "colorArray": "23" + }, + { + "id": 546, + "num": 25, + "color": 3, + "special": 0, + "length": 0, + "colorArray": "23" + }, + { + "id": 547, + "num": 12, + "color": 5, + "special": 0, + "length": 1, + "colorArray": "46" + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level536.json b/assets/custom/Json/level536.json new file mode 100644 index 0000000..56fa92a --- /dev/null +++ b/assets/custom/Json/level536.json @@ -0,0 +1,422 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "536", + "map": [ + 11, + 9 + ], + "time": 110, + "gap": [ + { + "x": 1, + "y": 5, + "z": 0 + }, + { + "x": 1, + "y": 4, + "z": 0 + }, + { + "x": 2, + "y": 5, + "z": 0 + }, + { + "x": 2, + "y": 4, + "z": 0 + }, + { + "x": 3, + "y": 5, + "z": 0 + }, + { + "x": 3, + "y": 4, + "z": 0 + }, + { + "x": 7, + "y": 5, + "z": 0 + }, + { + "x": 7, + "y": 4, + "z": 0 + }, + { + "x": 8, + "y": 5, + "z": 0 + }, + { + "x": 8, + "y": 4, + "z": 0 + }, + { + "x": 9, + "y": 5, + "z": 0 + }, + { + "x": 9, + "y": 4, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 21, + "color": 1, + "type": 0, + "position": { + "x": -420, + "y": 180, + "z": 0 + }, + "id": 210 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": -300, + "y": -180, + "z": 0 + }, + "id": 220 + }, + { + "block": 22, + "color": 8, + "type": 0, + "position": { + "x": 540, + "y": 180, + "z": 0 + }, + "id": 230 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": 300, + "y": 180, + "z": 0 + }, + "id": 240 + }, + { + "block": 3, + "color": 3, + "type": 0, + "position": { + "x": 180, + "y": 300, + "z": 0 + }, + "id": 250 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": -180, + "y": 180, + "z": 0 + }, + "id": 260 + }, + { + "block": 3, + "color": 11, + "type": 0, + "position": { + "x": 180, + "y": -420, + "z": 0 + }, + "id": 270 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": 420, + "y": -420, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 420, + "y": -180, + "z": 0 + }, + "id": 290 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": -300, + "y": -420, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": -420, + "y": -300, + "z": 0 + }, + "id": 310 + }, + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": -60, + "y": -180, + "z": 0 + }, + "id": 320 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": -180, + "y": -420, + "z": 0 + }, + "id": 330 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": 300, + "y": -180, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": 540, + "y": -300, + "z": 0 + }, + "id": 350 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": 300, + "y": -420, + "z": 0 + }, + "id": 360 + }, + { + "block": 3, + "color": 5, + "type": 0, + "position": { + "x": 180, + "y": -300, + "z": 0 + }, + "id": 370 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 180, + "y": 180, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": -60, + "y": 180, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 2, + "type": 9, + "position": { + "x": 60, + "y": 180, + "z": 0 + }, + "adhesiveTime": 2, + "id": 400 + }, + { + "block": 2, + "color": 11, + "type": 9, + "position": { + "x": 60, + "y": -60, + "z": 0 + }, + "adhesiveTime": 1, + "id": 410 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 537, + "num": 1, + "color": 8, + "special": 0, + "length": 2, + "colorArray": "71" + }, + { + "id": 538, + "num": 2, + "color": 8, + "special": 0, + "length": 0, + "colorArray": "71" + }, + { + "id": 539, + "num": 3, + "color": 6, + "special": 0, + "length": 2, + "colorArray": "56" + }, + { + "id": 540, + "num": 4, + "color": 6, + "special": 0, + "length": 0, + "colorArray": "56" + }, + { + "id": 541, + "num": 20, + "color": 5, + "special": 0, + "length": 3 + }, + { + "id": 542, + "num": 22, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 543, + "num": 24, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 544, + "num": 42, + "color": 9, + "special": 0, + "length": 2, + "colorArray": "89" + }, + { + "id": 545, + "num": 43, + "color": 9, + "special": 0, + "length": 0, + "colorArray": "89" + }, + { + "id": 546, + "num": 40, + "color": 1, + "special": 0, + "length": 2, + "colorArray": "03" + }, + { + "id": 547, + "num": 41, + "color": 1, + "special": 0, + "length": 0, + "colorArray": "03" + }, + { + "id": 548, + "num": 19, + "color": 3, + "special": 0, + "length": 3 + }, + { + "id": 549, + "num": 21, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 550, + "num": 23, + "color": 3, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level537.json b/assets/custom/Json/level537.json new file mode 100644 index 0000000..47817af --- /dev/null +++ b/assets/custom/Json/level537.json @@ -0,0 +1,318 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "537", + "map": [ + 8, + 10 + ], + "time": 85, + "gap": [ + { + "x": 1, + "y": 8, + "z": 0 + }, + { + "x": 6, + "y": 8, + "z": 0 + }, + { + "x": 6, + "y": 1, + "z": 0 + }, + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 3, + "y": 1, + "z": 0 + }, + { + "x": 4, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 22, + "color": 4, + "type": 0, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "id": 210 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": -240, + "y": -120, + "z": 0 + }, + "id": 220 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": -240, + "y": 120, + "z": 0 + }, + "id": 230 + }, + { + "block": 21, + "color": 3, + "type": 0, + "position": { + "x": 240, + "y": -480, + "z": 0 + }, + "id": 240 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "id": 250 + }, + { + "block": 5, + "color": 5, + "type": 0, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": -120, + "y": 240, + "z": 0 + }, + "id": 270 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 360, + "y": 120, + "z": 0 + }, + "id": 290 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": 360, + "y": -120, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "id": 310 + }, + { + "block": 4, + "color": 10, + "type": 8, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "id": 320 + }, + { + "block": 4, + "color": 2, + "type": 8, + "position": { + "x": 240, + "y": -120, + "z": 0 + }, + "id": 330 + }, + { + "block": 1, + "color": 7, + "type": 9, + "position": { + "x": 120, + "y": 360, + "z": 0 + }, + "adhesiveTime": 2, + "id": 340 + }, + { + "block": 1, + "color": 4, + "type": 9, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "adhesiveTime": 1, + "id": 350 + }, + { + "block": 0, + "color": 4, + "type": 7, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 3, + "type": 7, + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "id": 370 + }, + { + "block": 0, + "color": 5, + "type": 6, + "position": { + "x": -240, + "y": -240, + "z": 0 + }, + "boomTime": 25, + "id": 380 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 538, + "num": 3, + "color": 3, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 539, + "num": 4, + "color": 3, + "special": 2, + "length": 0, + "lock": true + }, + { + "id": 540, + "num": 14, + "color": 5, + "special": 0, + "length": 2, + "colorArray": "46" + }, + { + "id": 541, + "num": 17, + "color": 5, + "special": 0, + "length": 0, + "colorArray": "46" + }, + { + "id": 542, + "num": 27, + "color": 4, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 543, + "num": 28, + "color": 4, + "special": 2, + "length": 0, + "lock": true + }, + { + "id": 544, + "num": 18, + "color": 9, + "special": 0, + "length": 1, + "colorArray": "81" + }, + { + "id": 545, + "num": 10, + "color": 6, + "special": 0, + "length": 1, + "colorArray": "59" + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level538.json b/assets/custom/Json/level538.json new file mode 100644 index 0000000..b77d162 --- /dev/null +++ b/assets/custom/Json/level538.json @@ -0,0 +1,375 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "438", + "map": [ + 9, + 9 + ], + "time": 125, + "gap": [ + { + "x": 1, + "y": 7, + "z": 0 + }, + { + "x": 6, + "y": 7, + "z": 0 + }, + { + "x": 7, + "y": 7, + "z": 0 + }, + { + "x": 1, + "y": 5, + "z": 0 + }, + { + "x": 1, + "y": 4, + "z": 0 + }, + { + "x": 3, + "y": 1, + "z": 0 + }, + { + "x": 4, + "y": 1, + "z": 0 + }, + { + "x": 5, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 22, + "color": 7, + "type": 4, + "position": { + "x": -180, + "y": -420, + "z": 0 + }, + "freezeTime": 7, + "id": 210 + }, + { + "block": 5, + "color": 5, + "type": 3, + "position": { + "x": 180, + "y": -60, + "z": 0 + }, + "lockTime": 6, + "id": 220 + }, + { + "block": 23, + "color": 5, + "type": 3, + "position": { + "x": 300, + "y": 180, + "z": 0 + }, + "lockTime": 6, + "id": 230 + }, + { + "block": 23, + "color": 5, + "type": 3, + "position": { + "x": 180, + "y": 180, + "z": 0 + }, + "lockTime": 6, + "id": 240 + }, + { + "block": 23, + "color": 5, + "type": 3, + "position": { + "x": 180, + "y": -300, + "z": 0 + }, + "lockTime": 6, + "id": 250 + }, + { + "block": 0, + "color": 5, + "type": 5, + "position": { + "x": 420, + "y": 180, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 5, + "type": 5, + "position": { + "x": -180, + "y": 180, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": -300, + "y": -180, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": -180, + "y": -180, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": -300, + "y": 180, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 180, + "y": 300, + "z": 0 + }, + "id": 310 + }, + { + "block": 1, + "color": 6, + "type": 0, + "position": { + "x": 60, + "y": -180, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 180, + "y": -180, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 5, + "type": 5, + "position": { + "x": -300, + "y": -420, + "z": 0 + }, + "id": 340 + }, + { + "block": 1, + "color": 1, + "type": 2, + "position": { + "x": 420, + "y": -420, + "z": 0 + }, + "id": 350 + }, + { + "block": 1, + "color": 2, + "type": 2, + "position": { + "x": 420, + "y": -180, + "z": 0 + }, + "id": 360 + }, + { + "block": 1, + "color": 3, + "type": 2, + "position": { + "x": 420, + "y": -60, + "z": 0 + }, + "id": 370 + }, + { + "block": 1, + "color": 8, + "type": 2, + "position": { + "x": 420, + "y": 60, + "z": 0 + }, + "id": 380 + }, + { + "block": 1, + "color": 4, + "type": 2, + "position": { + "x": 60, + "y": 300, + "z": 0 + }, + "id": 390 + }, + { + "block": 2, + "color": 7, + "type": 2, + "position": { + "x": -60, + "y": 60, + "z": 0 + }, + "id": 400 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 439, + "num": 1, + "color": 8, + "special": 0, + "length": 2, + "colorArray": "76" + }, + { + "id": 440, + "num": 2, + "color": 8, + "special": 0, + "length": 0, + "colorArray": "76" + }, + { + "id": 441, + "num": 15, + "color": 6, + "special": 0, + "length": 2, + "colorArray": "51" + }, + { + "id": 442, + "num": 17, + "color": 6, + "special": 0, + "length": 0, + "colorArray": "51" + }, + { + "id": 443, + "num": 28, + "color": 10, + "special": 0, + "length": 2, + "colorArray": "94" + }, + { + "id": 444, + "num": 29, + "color": 10, + "special": 0, + "length": 0, + "colorArray": "94" + }, + { + "id": 445, + "num": 21, + "color": 4, + "special": 0, + "length": 2, + "colorArray": "38" + }, + { + "id": 446, + "num": 24, + "color": 4, + "special": 0, + "length": 0, + "colorArray": "38" + }, + { + "id": 447, + "num": 4, + "color": 3, + "special": 0, + "length": 2, + "colorArray": "20" + }, + { + "id": 448, + "num": 11, + "color": 3, + "special": 0, + "length": 0, + "colorArray": "20" + }, + { + "id": 449, + "num": 16, + "color": 5, + "special": 1, + "length": 1 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level539.json b/assets/custom/Json/level539.json new file mode 100644 index 0000000..8c4eb9f --- /dev/null +++ b/assets/custom/Json/level539.json @@ -0,0 +1,370 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "539", + "map": [ + 9, + 9 + ], + "time": 145, + "gap": [ + { + "x": 6, + "y": 1, + "z": 0 + }, + { + "x": 5, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": -300, + "y": -180, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": -60, + "y": 300, + "z": 0 + }, + "id": 220 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 300, + "y": 300, + "z": 0 + }, + "id": 230 + }, + { + "block": 0, + "color": 2, + "type": 2, + "position": { + "x": 60, + "y": 60, + "z": 0 + }, + "floor": 1, + "floorTime": 10, + "id": 240 + }, + { + "block": 0, + "color": 9, + "type": 2, + "position": { + "x": 180, + "y": 60, + "z": 0 + }, + "floor": 1, + "floorTime": 10, + "id": 250 + }, + { + "block": 0, + "color": 4, + "type": 2, + "position": { + "x": 180, + "y": 180, + "z": 0 + }, + "floor": 1, + "floorTime": 10, + "id": 260 + }, + { + "block": 0, + "color": 3, + "type": 2, + "position": { + "x": 180, + "y": 300, + "z": 0 + }, + "floor": 1, + "floorTime": 10, + "id": 270 + }, + { + "block": 23, + "color": 1, + "type": 2, + "position": { + "x": 300, + "y": -300, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": -180, + "y": -180, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": 180, + "y": -60, + "z": 0 + }, + "id": 300 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": -180, + "y": -420, + "z": 0 + }, + "id": 310 + }, + { + "block": 4, + "color": 9, + "type": 0, + "position": { + "x": 60, + "y": -420, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 420, + "y": 300, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": -60, + "y": -180, + "z": 0 + }, + "id": 340 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": 420, + "y": 180, + "z": 0 + }, + "id": 350 + }, + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": 420, + "y": 60, + "z": 0 + }, + "id": 360 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": 420, + "y": -60, + "z": 0 + }, + "id": 370 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": 420, + "y": -180, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": -180, + "y": 300, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 180, + "y": -180, + "z": 0 + }, + "id": 400 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": -60, + "y": -420, + "z": 0 + }, + "id": 410 + }, + { + "block": 16, + "color": 7, + "type": 0, + "position": { + "x": -300, + "y": -60, + "z": 0 + }, + "id": 420 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": -60, + "y": 60, + "z": 0 + }, + "id": 430 + }, + { + "block": 2, + "color": 1, + "type": 3, + "position": { + "x": 60, + "y": 180, + "z": 0 + }, + "lockTime": 4, + "id": 440 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 540, + "num": 1, + "color": 2, + "special": 0, + "length": 1, + "colorArray": "13" + }, + { + "id": 541, + "num": 5, + "color": 3, + "special": 0, + "length": 2, + "colorArray": "27" + }, + { + "id": 542, + "num": 6, + "color": 3, + "special": 0, + "length": 0, + "colorArray": "27" + }, + { + "id": 543, + "num": 25, + "color": 9, + "special": 0, + "length": 3, + "colorArray": "84" + }, + { + "id": 544, + "num": 26, + "color": 9, + "special": 0, + "length": 0, + "colorArray": "84" + }, + { + "id": 545, + "num": 27, + "color": 9, + "special": 0, + "length": 0, + "colorArray": "84" + }, + { + "id": 546, + "num": 9, + "color": 1, + "special": 0, + "length": 2, + "colorArray": "06" + }, + { + "id": 547, + "num": 11, + "color": 1, + "special": 0, + "length": 0, + "colorArray": "06" + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level540.json b/assets/custom/Json/level540.json new file mode 100644 index 0000000..99def45 --- /dev/null +++ b/assets/custom/Json/level540.json @@ -0,0 +1,370 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "540", + "map": [ + 8, + 10 + ], + "time": 95, + "gap": [ + { + "x": 1, + "y": 4, + "z": 0 + }, + { + "x": 1, + "y": 5, + "z": 0 + }, + { + "x": 1, + "y": 8, + "z": 0 + }, + { + "x": 3, + "y": 8, + "z": 0 + }, + { + "x": 4, + "y": 8, + "z": 0 + }, + { + "x": 6, + "y": 5, + "z": 0 + }, + { + "x": 6, + "y": 4, + "z": 0 + }, + { + "x": 5, + "y": 1, + "z": 0 + }, + { + "x": 6, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 240, + "y": 120, + "z": 0 + }, + "id": 210 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 220 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": 360, + "y": 360, + "z": 0 + }, + "id": 230 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 240, + "y": 0, + "z": 0 + }, + "id": 240 + }, + { + "block": 1, + "color": 3, + "type": 0, + "position": { + "x": 0, + "y": 120, + "z": 0 + }, + "floor": 1, + "floorTime": 5, + "id": 250 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": 0, + "y": -360, + "z": 0 + }, + "floor": 2, + "floorTime": 10, + "id": 260 + }, + { + "block": 2, + "color": 10, + "type": 4, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "freezeTime": 6, + "floor": 2, + "floorTime": 10, + "id": 270 + }, + { + "block": 11, + "color": 5, + "type": 0, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "id": 280 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": 0, + "y": 240, + "z": 0 + }, + "id": 290 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "id": 300 + }, + { + "block": 21, + "color": 6, + "type": 0, + "position": { + "x": -120, + "y": -360, + "z": 0 + }, + "id": 310 + }, + { + "block": 3, + "color": 9, + "type": 0, + "position": { + "x": 120, + "y": -480, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": -240, + "y": -480, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "id": 340 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": 0, + "y": -120, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": -120, + "y": 360, + "z": 0 + }, + "id": 360 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": -240, + "y": 120, + "z": 0 + }, + "id": 370 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "id": 390 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 441, + "num": 1, + "color": 3, + "special": 0, + "length": 2, + "colorArray": "20" + }, + { + "id": 442, + "num": 2, + "color": 3, + "special": 0, + "length": 0, + "colorArray": "20" + }, + { + "id": 443, + "num": 13, + "color": 7, + "special": 3, + "length": 1, + "freeze": 8 + }, + { + "id": 444, + "num": 22, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 445, + "num": 28, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 446, + "num": 31, + "color": 10, + "special": 0, + "length": 2, + "colorArray": "97" + }, + { + "id": 447, + "num": 32, + "color": 10, + "special": 0, + "length": 0, + "colorArray": "97" + }, + { + "id": 448, + "num": 5, + "color": 5, + "special": 0, + "length": 3, + "colorArray": "48" + }, + { + "id": 449, + "num": 12, + "color": 5, + "special": 0, + "length": 0, + "colorArray": "48" + }, + { + "id": 450, + "num": 14, + "color": 5, + "special": 0, + "length": 0, + "colorArray": "48" + }, + { + "id": 451, + "num": 23, + "color": 2, + "special": 3, + "length": 1, + "freeze": 14 + } + ] + ] +} \ No newline at end of file diff --git a/assets/prefab/prop/floor.prefab b/assets/prefab/prop/floor.prefab index fcfeee2..70da971 100644 --- a/assets/prefab/prop/floor.prefab +++ b/assets/prefab/prop/floor.prefab @@ -226,8 +226,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 0, - 8, + -13.548, + 2.073, 0, 0, 0, @@ -394,7 +394,9 @@ ], "_srcBlendFactor": 770, "_dstBlendFactor": 771, - "_spriteFrame": null, + "_spriteFrame": { + "__uuid__": "68f1b13a-0814-4df0-be3b-f21d7e348355" + }, "_type": 0, "_sizeMode": 1, "_fillType": 0, @@ -410,16 +412,14 @@ "_id": "" }, { - "__type__": "ad8cbbzCohCR5uifssdRTf+", + "__type__": "080952L8J5OuKlcs1LLoVSM", "_name": "", "_objFlags": 0, "node": { "__id__": 1 }, "_enabled": true, - "freeze": { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - }, + "floor": null, "ice": null, "_id": "" }, diff --git a/assets/resources/prefab/wall/down.prefab b/assets/resources/prefab/wall/down.prefab index 36c0975..709ab5d 100644 --- a/assets/resources/prefab/wall/down.prefab +++ b/assets/resources/prefab/wall/down.prefab @@ -24,22 +24,25 @@ "__id__": 5 }, { - "__id__": 14 + "__id__": 20 }, { - "__id__": 17 + "__id__": 11 }, { - "__id__": 40 + "__id__": 23 }, { - "__id__": 110 + "__id__": 46 + }, + { + "__id__": 116 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 130 + "__id__": 136 }, "_opacity": 255, "_color": { @@ -216,14 +219,14 @@ "__id__": 10 }, { - "__id__": 11 + "__id__": 17 }, { - "__id__": 12 + "__id__": 18 } ], "_prefab": { - "__id__": 13 + "__id__": 19 }, "_opacity": 255, "_color": { @@ -398,7 +401,7 @@ "_spriteFrame": { "__uuid__": "6db2aafd-c221-4be9-a20b-5bb361fe22ef" }, - "_type": 0, + "_type": 3, "_sizeMode": 1, "_fillType": 0, "_fillCenter": { @@ -407,7 +410,7 @@ "y": 0 }, "_fillStart": 0, - "_fillRange": 0, + "_fillRange": 1, "_isTrimmedMode": true, "_atlas": { "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" @@ -426,6 +429,11 @@ "type": 4, "special": 0, "color": 0, + "maskNode": { + "__id__": 11 + }, + "maskWidth": 138, + "maskHeight": 69, "wall_SpriteFrames": { "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" }, @@ -437,6 +445,210 @@ }, "_id": "" }, + { + "__type__": "cc.Node", + "_name": "color", + "_objFlags": 0, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 12 + } + ], + "_active": false, + "_components": [ + { + "__id__": 15 + } + ], + "_prefab": { + "__id__": 16 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 70, + "height": 69 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + -7, + -39, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "color_icon", + "_objFlags": 0, + "_parent": { + "__id__": 11 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 13 + } + ], + "_prefab": { + "__id__": 14 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 138, + "height": 69 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 12 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": null, + "_type": 3, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 1, + "_isTrimmedMode": true, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "eduKBh0uZGgJkOZhIjisAG", + "sync": false + }, + { + "__type__": "cc.Mask", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 11 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_spriteFrame": null, + "_type": 0, + "_segments": 64, + "_N$alphaThreshold": 0.1, + "_N$inverted": true, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "c3ueguGYpBLq7lArOyb4rZ", + "sync": false + }, { "__type__": "c22a3wcU/tBdJ/qjn/Q6uuA", "_name": "", @@ -524,11 +736,11 @@ "_active": false, "_components": [ { - "__id__": 15 + "__id__": 21 } ], "_prefab": { - "__id__": 16 + "__id__": 22 }, "_opacity": 255, "_color": { @@ -582,7 +794,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 14 + "__id__": 20 }, "_enabled": true, "_materials": [ @@ -593,7 +805,7 @@ "_srcBlendFactor": 770, "_dstBlendFactor": 771, "_spriteFrame": null, - "_type": 0, + "_type": 3, "_sizeMode": 1, "_fillType": 0, "_fillCenter": { @@ -602,7 +814,7 @@ "y": 0 }, "_fillStart": 0, - "_fillRange": 0, + "_fillRange": 1, "_isTrimmedMode": true, "_atlas": null, "_id": "" @@ -626,23 +838,23 @@ "__id__": 1 }, "_children": [ - { - "__id__": 18 - }, { "__id__": 24 }, { - "__id__": 29 + "__id__": 30 }, { - "__id__": 34 + "__id__": 35 + }, + { + "__id__": 40 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 39 + "__id__": 45 }, "_opacity": 255, "_color": { @@ -696,21 +908,21 @@ "_name": "freeze0", "_objFlags": 0, "_parent": { - "__id__": 17 + "__id__": 23 }, "_children": [ { - "__id__": 19 + "__id__": 25 } ], "_active": false, "_components": [ { - "__id__": 22 + "__id__": 28 } ], "_prefab": { - "__id__": 23 + "__id__": 29 }, "_opacity": 255, "_color": { @@ -764,17 +976,17 @@ "_name": "num", "_objFlags": 0, "_parent": { - "__id__": 18 + "__id__": 24 }, "_children": [], "_active": true, "_components": [ { - "__id__": 20 + "__id__": 26 } ], "_prefab": { - "__id__": 21 + "__id__": 27 }, "_opacity": 0, "_color": { @@ -828,7 +1040,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 19 + "__id__": 25 }, "_enabled": true, "_materials": [ @@ -872,7 +1084,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 18 + "__id__": 24 }, "_enabled": false, "_materials": [ @@ -915,21 +1127,21 @@ "_name": "freeze1", "_objFlags": 0, "_parent": { - "__id__": 17 + "__id__": 23 }, "_children": [ { - "__id__": 25 + "__id__": 31 } ], "_active": false, "_components": [ { - "__id__": 27 + "__id__": 33 } ], "_prefab": { - "__id__": 28 + "__id__": 34 }, "_opacity": 255, "_color": { @@ -983,13 +1195,13 @@ "_name": "num", "_objFlags": 0, "_parent": { - "__id__": 24 + "__id__": 30 }, "_children": [], "_active": true, "_components": [], "_prefab": { - "__id__": 26 + "__id__": 32 }, "_opacity": 255, "_color": { @@ -1054,7 +1266,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 24 + "__id__": 30 }, "_enabled": true, "_materials": [ @@ -1099,21 +1311,21 @@ "_name": "freeze2", "_objFlags": 0, "_parent": { - "__id__": 17 + "__id__": 23 }, "_children": [ { - "__id__": 30 + "__id__": 36 } ], "_active": false, "_components": [ { - "__id__": 32 + "__id__": 38 } ], "_prefab": { - "__id__": 33 + "__id__": 39 }, "_opacity": 255, "_color": { @@ -1167,13 +1379,13 @@ "_name": "num", "_objFlags": 0, "_parent": { - "__id__": 29 + "__id__": 35 }, "_children": [], "_active": true, "_components": [], "_prefab": { - "__id__": 31 + "__id__": 37 }, "_opacity": 255, "_color": { @@ -1238,7 +1450,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 29 + "__id__": 35 }, "_enabled": true, "_materials": [ @@ -1283,21 +1495,21 @@ "_name": "freeze3", "_objFlags": 0, "_parent": { - "__id__": 17 + "__id__": 23 }, "_children": [ { - "__id__": 35 + "__id__": 41 } ], "_active": false, "_components": [ { - "__id__": 37 + "__id__": 43 } ], "_prefab": { - "__id__": 38 + "__id__": 44 }, "_opacity": 255, "_color": { @@ -1351,13 +1563,13 @@ "_name": "num", "_objFlags": 0, "_parent": { - "__id__": 34 + "__id__": 40 }, "_children": [], "_active": true, "_components": [], "_prefab": { - "__id__": 36 + "__id__": 42 }, "_opacity": 255, "_color": { @@ -1422,7 +1634,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 34 + "__id__": 40 }, "_enabled": true, "_materials": [ @@ -1482,22 +1694,22 @@ }, "_children": [ { - "__id__": 41 + "__id__": 47 }, { - "__id__": 49 + "__id__": 55 }, { - "__id__": 69 + "__id__": 75 }, { - "__id__": 89 + "__id__": 95 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 109 + "__id__": 115 }, "_opacity": 255, "_color": { @@ -1551,20 +1763,20 @@ "_name": "open0", "_objFlags": 0, "_parent": { - "__id__": 40 + "__id__": 46 }, "_children": [ { - "__id__": 42 + "__id__": 48 }, { - "__id__": 45 + "__id__": 51 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 48 + "__id__": 54 }, "_opacity": 255, "_color": { @@ -1618,17 +1830,17 @@ "_name": "node1", "_objFlags": 0, "_parent": { - "__id__": 41 + "__id__": 47 }, "_children": [], "_active": true, "_components": [ { - "__id__": 43 + "__id__": 49 } ], "_prefab": { - "__id__": 44 + "__id__": 50 }, "_opacity": 255, "_color": { @@ -1682,7 +1894,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 42 + "__id__": 48 }, "_enabled": true, "_materials": [ @@ -1723,17 +1935,17 @@ "_name": "node2", "_objFlags": 0, "_parent": { - "__id__": 41 + "__id__": 47 }, "_children": [], "_active": true, "_components": [ { - "__id__": 46 + "__id__": 52 } ], "_prefab": { - "__id__": 47 + "__id__": 53 }, "_opacity": 255, "_color": { @@ -1787,7 +1999,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 45 + "__id__": 51 }, "_enabled": true, "_materials": [ @@ -1839,12 +2051,9 @@ "_name": "open1", "_objFlags": 0, "_parent": { - "__id__": 40 + "__id__": 46 }, "_children": [ - { - "__id__": 50 - }, { "__id__": 56 }, @@ -1852,13 +2061,16 @@ "__id__": 62 }, { - "__id__": 65 + "__id__": 68 + }, + { + "__id__": 71 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 68 + "__id__": 74 }, "_opacity": 255, "_color": { @@ -1912,21 +2124,21 @@ "_name": "node1", "_objFlags": 0, "_parent": { - "__id__": 49 + "__id__": 55 }, "_children": [ { - "__id__": 51 + "__id__": 57 } ], "_active": true, "_components": [ { - "__id__": 54 + "__id__": 60 } ], "_prefab": { - "__id__": 55 + "__id__": 61 }, "_opacity": 255, "_color": { @@ -1977,229 +2189,7 @@ }, { "__type__": "cc.Node", - "_name": "New Sprite", - "_objFlags": 0, - "_parent": { - "__id__": 50 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 52 - } - ], - "_prefab": { - "__id__": 53 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 9, - "height": 42 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 55.963, - 0.386, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 51 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "4c2ac211-077a-4783-92b7-42964571ebfe" - }, - "_type": 0, - "_sizeMode": 1, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" - }, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "c5y6NqzlhNO4jqOH70U+21", - "sync": false - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 50 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "1f53a670-99ab-4671-932f-3227940876cc" - }, - "_type": 3, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 1, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" - }, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "3a5EHsoZxLXoDwGaRqxbVy", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "node2", - "_objFlags": 0, - "_parent": { - "__id__": 49 - }, - "_children": [ - { - "__id__": 57 - } - ], - "_active": true, - "_components": [ - { - "__id__": 60 - } - ], - "_prefab": { - "__id__": 61 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 58, - "height": 34 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 111.356, - -26, - 0, - 0, - 0, - 0, - 1, - -1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "New Sprite", + "_name": "left", "_objFlags": 0, "_parent": { "__id__": 56 @@ -2236,16 +2226,16 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 55.221, + 55.963, 0.386, 0, 0, 0, 0, 1, - -1, 1, - -1 + 1, + 1 ] }, "_eulerAngles": { @@ -2303,7 +2293,7 @@ "asset": { "__id__": 0 }, - "fileId": "d9nsagqv1JTLgIcnZS0tEP", + "fileId": "c5y6NqzlhNO4jqOH70U+21", "sync": false }, { @@ -2348,25 +2338,247 @@ "asset": { "__id__": 0 }, - "fileId": "e41Yew8gNCbo7PDCELLFac", + "fileId": "3a5EHsoZxLXoDwGaRqxbVy", "sync": false }, { "__type__": "cc.Node", - "_name": "New Sprite", + "_name": "node2", "_objFlags": 0, "_parent": { - "__id__": 49 + "__id__": 55 + }, + "_children": [ + { + "__id__": 63 + } + ], + "_active": true, + "_components": [ + { + "__id__": 66 + } + ], + "_prefab": { + "__id__": 67 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 58, + "height": 34 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 111.356, + -26, + 0, + 0, + 0, + 0, + 1, + -1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "right", + "_objFlags": 0, + "_parent": { + "__id__": 62 }, "_children": [], "_active": true, "_components": [ { - "__id__": 63 + "__id__": 64 } ], "_prefab": { - "__id__": 64 + "__id__": 65 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 9, + "height": 42 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 55.221, + 0.386, + 0, + 0, + 0, + 0, + 1, + -1, + 1, + -1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 63 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "4c2ac211-077a-4783-92b7-42964571ebfe" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" + }, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "d9nsagqv1JTLgIcnZS0tEP", + "sync": false + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 62 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "1f53a670-99ab-4671-932f-3227940876cc" + }, + "_type": 3, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 1, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" + }, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "e41Yew8gNCbo7PDCELLFac", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "left", + "_objFlags": 0, + "_parent": { + "__id__": 55 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 69 + } + ], + "_prefab": { + "__id__": 70 }, "_opacity": 255, "_color": { @@ -2420,7 +2632,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 62 + "__id__": 68 }, "_enabled": true, "_materials": [ @@ -2462,271 +2674,10 @@ }, { "__type__": "cc.Node", - "_name": "New Sprite", + "_name": "right", "_objFlags": 0, "_parent": { - "__id__": 49 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 66 - } - ], - "_prefab": { - "__id__": 67 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 9, - "height": 42 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 109.525, - -25.614, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 65 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "4c2ac211-077a-4783-92b7-42964571ebfe" - }, - "_type": 0, - "_sizeMode": 1, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" - }, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "6b2TSH9fVKNLU2ZLaMYEjp", - "sync": false - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "ffYCOLO8xNGaG4fQHKkFFM", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "open2", - "_objFlags": 0, - "_parent": { - "__id__": 40 - }, - "_children": [ - { - "__id__": 70 - }, - { - "__id__": 76 - }, - { - "__id__": 82 - }, - { - "__id__": 85 - } - ], - "_active": false, - "_components": [], - "_prefab": { - "__id__": 88 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 0, - "height": 0 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 2 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "node1", - "_objFlags": 0, - "_parent": { - "__id__": 69 - }, - "_children": [ - { - "__id__": 71 - } - ], - "_active": true, - "_components": [ - { - "__id__": 74 - } - ], - "_prefab": { - "__id__": 75 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 116, - "height": 34 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - -3.804, - -26, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "New Sprite", - "_objFlags": 0, - "_parent": { - "__id__": 70 + "__id__": 55 }, "_children": [], "_active": true, @@ -2760,8 +2711,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 116.02, - 0.386, + 109.525, + -25.614, 0, 0, 0, @@ -2827,43 +2778,9 @@ "asset": { "__id__": 0 }, - "fileId": "98fOInrwhKg4Qsy9qs8emI", + "fileId": "6b2TSH9fVKNLU2ZLaMYEjp", "sync": false }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 70 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "b48abaaa-d7d1-45b6-8a24-8f259163122a" - }, - "_type": 3, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 1, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" - }, - "_id": "" - }, { "__type__": "cc.PrefabInfo", "root": { @@ -2872,15 +2789,88 @@ "asset": { "__id__": 0 }, - "fileId": "4aHygCcRRD078ar7f7ByWM", + "fileId": "ffYCOLO8xNGaG4fQHKkFFM", "sync": false }, { "__type__": "cc.Node", - "_name": "node2", + "_name": "open2", "_objFlags": 0, "_parent": { - "__id__": 69 + "__id__": 46 + }, + "_children": [ + { + "__id__": 76 + }, + { + "__id__": 82 + }, + { + "__id__": 88 + }, + { + "__id__": 91 + } + ], + "_active": false, + "_components": [], + "_prefab": { + "__id__": 94 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 0, + "height": 0 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 2 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "node1", + "_objFlags": 0, + "_parent": { + "__id__": 75 }, "_children": [ { @@ -2906,7 +2896,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 115, + "width": 116, "height": 34 }, "_anchorPoint": { @@ -2918,14 +2908,14 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 231.959, + -3.804, -26, 0, 0, 0, 0, 1, - -1, + 1, 1, 1 ] @@ -2982,16 +2972,16 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 115.015, + 116.02, 0.386, 0, 0, 0, 0, 1, - -1, 1, - -1 + 1, + 1 ] }, "_eulerAngles": { @@ -3049,7 +3039,7 @@ "asset": { "__id__": 0 }, - "fileId": "dfvCBKVxBNqpzW8EID1Kcf", + "fileId": "98fOInrwhKg4Qsy9qs8emI", "sync": false }, { @@ -3094,25 +3084,247 @@ "asset": { "__id__": 0 }, - "fileId": "61ZNjnE6RKz7WiolVnnoUo", + "fileId": "4aHygCcRRD078ar7f7ByWM", "sync": false }, + { + "__type__": "cc.Node", + "_name": "node2", + "_objFlags": 0, + "_parent": { + "__id__": 75 + }, + "_children": [ + { + "__id__": 83 + } + ], + "_active": true, + "_components": [ + { + "__id__": 86 + } + ], + "_prefab": { + "__id__": 87 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 115, + "height": 34 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 231.959, + -26, + 0, + 0, + 0, + 0, + 1, + -1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, { "__type__": "cc.Node", "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 69 + "__id__": 82 }, "_children": [], "_active": true, "_components": [ { - "__id__": 83 + "__id__": 84 } ], "_prefab": { - "__id__": 84 + "__id__": 85 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 9, + "height": 42 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 115.015, + 0.386, + 0, + 0, + 0, + 0, + 1, + -1, + 1, + -1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 83 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "4c2ac211-077a-4783-92b7-42964571ebfe" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" + }, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "dfvCBKVxBNqpzW8EID1Kcf", + "sync": false + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 82 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "b48abaaa-d7d1-45b6-8a24-8f259163122a" + }, + "_type": 3, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 1, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" + }, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "61ZNjnE6RKz7WiolVnnoUo", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "left", + "_objFlags": 0, + "_parent": { + "__id__": 75 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 89 + } + ], + "_prefab": { + "__id__": 90 }, "_opacity": 255, "_color": { @@ -3166,7 +3378,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 82 + "__id__": 88 }, "_enabled": true, "_materials": [ @@ -3208,271 +3420,10 @@ }, { "__type__": "cc.Node", - "_name": "New Sprite", + "_name": "right", "_objFlags": 0, "_parent": { - "__id__": 69 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 86 - } - ], - "_prefab": { - "__id__": 87 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 9, - "height": 42 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 229.661, - -25.614, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 85 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "4c2ac211-077a-4783-92b7-42964571ebfe" - }, - "_type": 0, - "_sizeMode": 1, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" - }, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "4fMiev42VLfY3wNmyYyhXG", - "sync": false - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "b7j/SuFv9FBIonCAR5B+OK", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "open3", - "_objFlags": 0, - "_parent": { - "__id__": 40 - }, - "_children": [ - { - "__id__": 90 - }, - { - "__id__": 96 - }, - { - "__id__": 102 - }, - { - "__id__": 105 - } - ], - "_active": false, - "_components": [], - "_prefab": { - "__id__": 108 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 0, - "height": 0 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 3 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "node1", - "_objFlags": 0, - "_parent": { - "__id__": 89 - }, - "_children": [ - { - "__id__": 91 - } - ], - "_active": true, - "_components": [ - { - "__id__": 94 - } - ], - "_prefab": { - "__id__": 95 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 175, - "height": 34 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - -2.604, - -28.534, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "New Sprite", - "_objFlags": 0, - "_parent": { - "__id__": 90 + "__id__": 75 }, "_children": [], "_active": true, @@ -3506,8 +3457,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 174.775, - 2.92, + 229.661, + -25.614, 0, 0, 0, @@ -3515,7 +3466,7 @@ 1, 1, 1, - 0.33333 + 1 ] }, "_eulerAngles": { @@ -3573,43 +3524,9 @@ "asset": { "__id__": 0 }, - "fileId": "c7p+48P9FLlYogIS6zf9c0", + "fileId": "4fMiev42VLfY3wNmyYyhXG", "sync": false }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 90 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "e122aac4-873c-4996-bbc8-7fdbd2cd0e60" - }, - "_type": 3, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 1, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" - }, - "_id": "" - }, { "__type__": "cc.PrefabInfo", "root": { @@ -3618,15 +3535,88 @@ "asset": { "__id__": 0 }, - "fileId": "db0t3Q9e9OCpfpuO+yjCwv", + "fileId": "b7j/SuFv9FBIonCAR5B+OK", "sync": false }, { "__type__": "cc.Node", - "_name": "node2", + "_name": "open3", "_objFlags": 0, "_parent": { - "__id__": 89 + "__id__": 46 + }, + "_children": [ + { + "__id__": 96 + }, + { + "__id__": 102 + }, + { + "__id__": 108 + }, + { + "__id__": 111 + } + ], + "_active": false, + "_components": [], + "_prefab": { + "__id__": 114 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 0, + "height": 0 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 3 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "node1", + "_objFlags": 0, + "_parent": { + "__id__": 95 }, "_children": [ { @@ -3664,14 +3654,14 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 351.76, + -2.604, -28.534, 0, 0, 0, 0, 1, - -1, + 1, 1, 1 ] @@ -3728,7 +3718,7 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 174.849, + 174.775, 2.92, 0, 0, @@ -3737,7 +3727,7 @@ 1, 1, 1, - -0.33333 + 0.33333 ] }, "_eulerAngles": { @@ -3795,7 +3785,7 @@ "asset": { "__id__": 0 }, - "fileId": "5aHJ05BFVAx59AWoG4ziSJ", + "fileId": "c7p+48P9FLlYogIS6zf9c0", "sync": false }, { @@ -3840,25 +3830,247 @@ "asset": { "__id__": 0 }, - "fileId": "0cOjb+q9pBI69yngQX53m6", + "fileId": "db0t3Q9e9OCpfpuO+yjCwv", "sync": false }, + { + "__type__": "cc.Node", + "_name": "node2", + "_objFlags": 0, + "_parent": { + "__id__": 95 + }, + "_children": [ + { + "__id__": 103 + } + ], + "_active": true, + "_components": [ + { + "__id__": 106 + } + ], + "_prefab": { + "__id__": 107 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 175, + "height": 34 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 351.76, + -28.534, + 0, + 0, + 0, + 0, + 1, + -1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, { "__type__": "cc.Node", "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 89 + "__id__": 102 }, "_children": [], "_active": true, "_components": [ { - "__id__": 103 + "__id__": 104 } ], "_prefab": { - "__id__": 104 + "__id__": 105 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 9, + "height": 42 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 174.849, + 2.92, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + -0.33333 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 103 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "4c2ac211-077a-4783-92b7-42964571ebfe" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" + }, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "5aHJ05BFVAx59AWoG4ziSJ", + "sync": false + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 102 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "e122aac4-873c-4996-bbc8-7fdbd2cd0e60" + }, + "_type": 3, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 1, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" + }, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "0cOjb+q9pBI69yngQX53m6", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "left", + "_objFlags": 0, + "_parent": { + "__id__": 95 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 109 + } + ], + "_prefab": { + "__id__": 110 }, "_opacity": 255, "_color": { @@ -3912,7 +4124,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 102 + "__id__": 108 }, "_enabled": true, "_materials": [ @@ -3954,20 +4166,20 @@ }, { "__type__": "cc.Node", - "_name": "New Sprite", + "_name": "right", "_objFlags": 0, "_parent": { - "__id__": 89 + "__id__": 95 }, "_children": [], "_active": true, "_components": [ { - "__id__": 106 + "__id__": 112 } ], "_prefab": { - "__id__": 107 + "__id__": 113 }, "_opacity": 255, "_color": { @@ -4021,7 +4233,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 105 + "__id__": 111 }, "_enabled": true, "_materials": [ @@ -4091,20 +4303,20 @@ "__id__": 1 }, "_children": [ - { - "__id__": 111 - }, { "__id__": 117 }, { "__id__": 123 + }, + { + "__id__": 129 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 129 + "__id__": 135 }, "_opacity": 255, "_color": { @@ -4158,230 +4370,8 @@ "_name": "rotate1", "_objFlags": 0, "_parent": { - "__id__": 110 - }, - "_children": [ - { - "__id__": 112 - } - ], - "_active": false, - "_components": [ - { - "__id__": 115 - } - ], - "_prefab": { "__id__": 116 }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 79, - "height": 53 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 0, - -33, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "arror", - "_objFlags": 0, - "_parent": { - "__id__": 111 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 113 - } - ], - "_prefab": { - "__id__": 114 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 36, - "height": 24 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - -1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 112 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "fdcd9e80-10cf-423a-911b-91b66f05791a" - }, - "_type": 0, - "_sizeMode": 1, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" - }, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "03mmvuDs9PC4KisIzK826i", - "sync": false - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 111 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "fb792d6a-0401-4ff6-8a50-c7934b38fecb" - }, - "_type": 0, - "_sizeMode": 1, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" - }, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "98t3OaM71DaqDgvC5lhJT1", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "rotate2", - "_objFlags": 0, - "_parent": { - "__id__": 110 - }, "_children": [ { "__id__": 118 @@ -4406,7 +4396,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 120, + "width": 79, "height": 53 }, "_anchorPoint": { @@ -4418,7 +4408,7 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 60, + 0, -33, 0, 0, @@ -4549,7 +4539,7 @@ "asset": { "__id__": 0 }, - "fileId": "5997+gtnlICqHOwo//gnAy", + "fileId": "03mmvuDs9PC4KisIzK826i", "sync": false }, { @@ -4570,8 +4560,8 @@ "_spriteFrame": { "__uuid__": "fb792d6a-0401-4ff6-8a50-c7934b38fecb" }, - "_type": 1, - "_sizeMode": 0, + "_type": 0, + "_sizeMode": 1, "_fillType": 0, "_fillCenter": { "__type__": "cc.Vec2", @@ -4594,15 +4584,15 @@ "asset": { "__id__": 0 }, - "fileId": "dc7epEnGBAL4dGent5gsTh", + "fileId": "98t3OaM71DaqDgvC5lhJT1", "sync": false }, { "__type__": "cc.Node", - "_name": "rotate3", + "_name": "rotate2", "_objFlags": 0, "_parent": { - "__id__": 110 + "__id__": 116 }, "_children": [ { @@ -4628,7 +4618,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 200, + "width": 120, "height": 53 }, "_anchorPoint": { @@ -4640,7 +4630,7 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 120, + 60, -33, 0, 0, @@ -4766,12 +4756,12 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 123 + "__id__": 1 }, "asset": { - "__uuid__": "a7045129-1b59-44d6-99a0-6316107b3b7b" + "__id__": 0 }, - "fileId": "abl+L48MxEJ6gjdOC/lCrz", + "fileId": "5997+gtnlICqHOwo//gnAy", "sync": false }, { @@ -4811,7 +4801,229 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 123 + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "dc7epEnGBAL4dGent5gsTh", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "rotate3", + "_objFlags": 0, + "_parent": { + "__id__": 116 + }, + "_children": [ + { + "__id__": 130 + } + ], + "_active": false, + "_components": [ + { + "__id__": 133 + } + ], + "_prefab": { + "__id__": 134 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 200, + "height": 53 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 120, + -33, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "arror", + "_objFlags": 0, + "_parent": { + "__id__": 129 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 131 + } + ], + "_prefab": { + "__id__": 132 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 36, + "height": 24 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + -1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 130 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "fdcd9e80-10cf-423a-911b-91b66f05791a" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" + }, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 129 + }, + "asset": { + "__uuid__": "a7045129-1b59-44d6-99a0-6316107b3b7b" + }, + "fileId": "abl+L48MxEJ6gjdOC/lCrz", + "sync": false + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 129 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "fb792d6a-0401-4ff6-8a50-c7934b38fecb" + }, + "_type": 1, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" + }, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 129 }, "asset": { "__uuid__": "a7045129-1b59-44d6-99a0-6316107b3b7b" diff --git a/assets/resources/prefab/wall/left.prefab b/assets/resources/prefab/wall/left.prefab index 7d4da01..4609227 100644 --- a/assets/resources/prefab/wall/left.prefab +++ b/assets/resources/prefab/wall/left.prefab @@ -24,22 +24,25 @@ "__id__": 5 }, { - "__id__": 14 + "__id__": 20 }, { - "__id__": 17 + "__id__": 11 }, { - "__id__": 40 + "__id__": 23 }, { - "__id__": 110 + "__id__": 46 + }, + { + "__id__": 116 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 130 + "__id__": 136 }, "_opacity": 255, "_color": { @@ -216,14 +219,14 @@ "__id__": 10 }, { - "__id__": 11 + "__id__": 17 }, { - "__id__": 12 + "__id__": 18 } ], "_prefab": { - "__id__": 13 + "__id__": 19 }, "_opacity": 255, "_color": { @@ -398,16 +401,16 @@ "_spriteFrame": { "__uuid__": "4f65ed94-5d59-48ce-b94f-e199044365cf" }, - "_type": 0, + "_type": 3, "_sizeMode": 1, - "_fillType": 0, + "_fillType": 1, "_fillCenter": { "__type__": "cc.Vec2", "x": 0, "y": 0 }, "_fillStart": 0, - "_fillRange": 0, + "_fillRange": 1, "_isTrimmedMode": true, "_atlas": { "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" @@ -426,6 +429,11 @@ "type": 4, "special": 0, "color": 0, + "maskNode": { + "__id__": 11 + }, + "maskWidth": 138, + "maskHeight": 69, "wall_SpriteFrames": { "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" }, @@ -437,6 +445,210 @@ }, "_id": "" }, + { + "__type__": "cc.Node", + "_name": "color", + "_objFlags": 0, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 12 + } + ], + "_active": false, + "_components": [ + { + "__id__": 15 + } + ], + "_prefab": { + "__id__": 16 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 69, + "height": 290 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.45 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + -39.5, + 120, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "color_icon", + "_objFlags": 0, + "_parent": { + "__id__": 11 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 13 + } + ], + "_prefab": { + "__id__": 14 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 61, + "height": 386 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 12 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": null, + "_type": 3, + "_sizeMode": 1, + "_fillType": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 1, + "_isTrimmedMode": true, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "fd946gwwFHLZ2ixjdlgtcV", + "sync": false + }, + { + "__type__": "cc.Mask", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 11 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_spriteFrame": null, + "_type": 0, + "_segments": 64, + "_N$alphaThreshold": 0.1, + "_N$inverted": true, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "f2/ZNuOxpOZrtsGN3HaxoR", + "sync": false + }, { "__type__": "c22a3wcU/tBdJ/qjn/Q6uuA", "_name": "", @@ -524,11 +736,11 @@ "_active": false, "_components": [ { - "__id__": 15 + "__id__": 21 } ], "_prefab": { - "__id__": 16 + "__id__": 22 }, "_opacity": 255, "_color": { @@ -552,7 +764,7 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - -60.192, + -65.343, -61.903, 0, 0, @@ -582,7 +794,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 14 + "__id__": 20 }, "_enabled": true, "_materials": [ @@ -593,16 +805,16 @@ "_srcBlendFactor": 770, "_dstBlendFactor": 771, "_spriteFrame": null, - "_type": 0, + "_type": 3, "_sizeMode": 1, - "_fillType": 0, + "_fillType": 1, "_fillCenter": { "__type__": "cc.Vec2", "x": 0, "y": 0 }, "_fillStart": 0, - "_fillRange": 0, + "_fillRange": 1, "_isTrimmedMode": true, "_atlas": null, "_id": "" @@ -626,23 +838,23 @@ "__id__": 1 }, "_children": [ - { - "__id__": 18 - }, { "__id__": 24 }, { - "__id__": 29 + "__id__": 30 }, { - "__id__": 34 + "__id__": 35 + }, + { + "__id__": 40 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 39 + "__id__": 45 }, "_opacity": 255, "_color": { @@ -696,21 +908,21 @@ "_name": "freeze0", "_objFlags": 0, "_parent": { - "__id__": 17 + "__id__": 23 }, "_children": [ { - "__id__": 19 + "__id__": 25 } ], "_active": false, "_components": [ { - "__id__": 22 + "__id__": 28 } ], "_prefab": { - "__id__": 23 + "__id__": 29 }, "_opacity": 255, "_color": { @@ -764,17 +976,17 @@ "_name": "num", "_objFlags": 0, "_parent": { - "__id__": 18 + "__id__": 24 }, "_children": [], "_active": true, "_components": [ { - "__id__": 20 + "__id__": 26 } ], "_prefab": { - "__id__": 21 + "__id__": 27 }, "_opacity": 0, "_color": { @@ -828,7 +1040,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 19 + "__id__": 25 }, "_enabled": true, "_materials": [ @@ -872,7 +1084,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 18 + "__id__": 24 }, "_enabled": false, "_materials": [ @@ -915,21 +1127,21 @@ "_name": "freeze1", "_objFlags": 0, "_parent": { - "__id__": 17 + "__id__": 23 }, "_children": [ { - "__id__": 25 + "__id__": 31 } ], "_active": false, "_components": [ { - "__id__": 27 + "__id__": 33 } ], "_prefab": { - "__id__": 28 + "__id__": 34 }, "_opacity": 255, "_color": { @@ -983,13 +1195,13 @@ "_name": "num", "_objFlags": 0, "_parent": { - "__id__": 24 + "__id__": 30 }, "_children": [], "_active": true, "_components": [], "_prefab": { - "__id__": 26 + "__id__": 32 }, "_opacity": 255, "_color": { @@ -1054,7 +1266,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 24 + "__id__": 30 }, "_enabled": true, "_materials": [ @@ -1099,21 +1311,21 @@ "_name": "freeze2", "_objFlags": 0, "_parent": { - "__id__": 17 + "__id__": 23 }, "_children": [ { - "__id__": 30 + "__id__": 36 } ], "_active": false, "_components": [ { - "__id__": 32 + "__id__": 38 } ], "_prefab": { - "__id__": 33 + "__id__": 39 }, "_opacity": 255, "_color": { @@ -1167,13 +1379,13 @@ "_name": "num", "_objFlags": 0, "_parent": { - "__id__": 29 + "__id__": 35 }, "_children": [], "_active": true, "_components": [], "_prefab": { - "__id__": 31 + "__id__": 37 }, "_opacity": 255, "_color": { @@ -1238,7 +1450,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 29 + "__id__": 35 }, "_enabled": true, "_materials": [ @@ -1283,21 +1495,21 @@ "_name": "freeze3", "_objFlags": 0, "_parent": { - "__id__": 17 + "__id__": 23 }, "_children": [ { - "__id__": 35 + "__id__": 41 } ], "_active": false, "_components": [ { - "__id__": 37 + "__id__": 43 } ], "_prefab": { - "__id__": 38 + "__id__": 44 }, "_opacity": 255, "_color": { @@ -1351,13 +1563,13 @@ "_name": "num", "_objFlags": 0, "_parent": { - "__id__": 34 + "__id__": 40 }, "_children": [], "_active": true, "_components": [], "_prefab": { - "__id__": 36 + "__id__": 42 }, "_opacity": 255, "_color": { @@ -1422,7 +1634,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 34 + "__id__": 40 }, "_enabled": true, "_materials": [ @@ -1482,22 +1694,22 @@ }, "_children": [ { - "__id__": 41 + "__id__": 47 }, { - "__id__": 49 + "__id__": 55 }, { - "__id__": 69 + "__id__": 75 }, { - "__id__": 89 + "__id__": 95 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 109 + "__id__": 115 }, "_opacity": 255, "_color": { @@ -1551,20 +1763,20 @@ "_name": "open0", "_objFlags": 0, "_parent": { - "__id__": 40 + "__id__": 46 }, "_children": [ { - "__id__": 42 + "__id__": 48 }, { - "__id__": 45 + "__id__": 51 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 48 + "__id__": 54 }, "_opacity": 255, "_color": { @@ -1618,17 +1830,17 @@ "_name": "node1", "_objFlags": 0, "_parent": { - "__id__": 41 + "__id__": 47 }, "_children": [], "_active": true, "_components": [ { - "__id__": 43 + "__id__": 49 } ], "_prefab": { - "__id__": 44 + "__id__": 50 }, "_opacity": 255, "_color": { @@ -1682,7 +1894,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 42 + "__id__": 48 }, "_enabled": true, "_materials": [ @@ -1723,17 +1935,17 @@ "_name": "node2", "_objFlags": 0, "_parent": { - "__id__": 41 + "__id__": 47 }, "_children": [], "_active": true, "_components": [ { - "__id__": 46 + "__id__": 52 } ], "_prefab": { - "__id__": 47 + "__id__": 53 }, "_opacity": 255, "_color": { @@ -1787,7 +1999,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 45 + "__id__": 51 }, "_enabled": true, "_materials": [ @@ -1839,12 +2051,9 @@ "_name": "open1", "_objFlags": 0, "_parent": { - "__id__": 40 + "__id__": 46 }, "_children": [ - { - "__id__": 50 - }, { "__id__": 56 }, @@ -1852,13 +2061,16 @@ "__id__": 62 }, { - "__id__": 65 + "__id__": 68 + }, + { + "__id__": 71 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 68 + "__id__": 74 }, "_opacity": 255, "_color": { @@ -1912,230 +2124,8 @@ "_name": "node1", "_objFlags": 0, "_parent": { - "__id__": 49 - }, - "_children": [ - { - "__id__": 51 - } - ], - "_active": true, - "_components": [ - { - "__id__": 54 - } - ], - "_prefab": { "__id__": 55 }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 58, - "height": 34 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - -4.804, - -26, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "New Sprite", - "_objFlags": 0, - "_parent": { - "__id__": 50 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 52 - } - ], - "_prefab": { - "__id__": 53 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 9, - "height": 42 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 55.963, - 0.386, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 51 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "4c2ac211-077a-4783-92b7-42964571ebfe" - }, - "_type": 0, - "_sizeMode": 1, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" - }, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "6cEvqUkdxBXLNwneFKeV2y", - "sync": false - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 50 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "1f53a670-99ab-4671-932f-3227940876cc" - }, - "_type": 3, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 1, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" - }, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "93AcvXrdFCQY4p1gfUhLrl", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "node2", - "_objFlags": 0, - "_parent": { - "__id__": 49 - }, "_children": [ { "__id__": 57 @@ -2172,14 +2162,14 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 111.356, + -4.804, -26, 0, 0, 0, 0, 1, - -1, + 1, 1, 1 ] @@ -2236,16 +2226,16 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 55.221, + 55.963, 0.386, 0, 0, 0, 0, 1, - -1, 1, - -1 + 1, + 1 ] }, "_eulerAngles": { @@ -2303,7 +2293,7 @@ "asset": { "__id__": 0 }, - "fileId": "bcPigru1ZMHYfaQ0OM2Ad8", + "fileId": "6cEvqUkdxBXLNwneFKeV2y", "sync": false }, { @@ -2340,6 +2330,228 @@ }, "_id": "" }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "93AcvXrdFCQY4p1gfUhLrl", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "node2", + "_objFlags": 0, + "_parent": { + "__id__": 55 + }, + "_children": [ + { + "__id__": 63 + } + ], + "_active": true, + "_components": [ + { + "__id__": 66 + } + ], + "_prefab": { + "__id__": 67 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 58, + "height": 34 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 111.356, + -26, + 0, + 0, + 0, + 0, + 1, + -1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "New Sprite", + "_objFlags": 0, + "_parent": { + "__id__": 62 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 64 + } + ], + "_prefab": { + "__id__": 65 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 9, + "height": 42 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 55.221, + 0.386, + 0, + 0, + 0, + 0, + 1, + -1, + 1, + -1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 63 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "4c2ac211-077a-4783-92b7-42964571ebfe" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" + }, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "bcPigru1ZMHYfaQ0OM2Ad8", + "sync": false + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 62 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "1f53a670-99ab-4671-932f-3227940876cc" + }, + "_type": 3, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 1, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" + }, + "_id": "" + }, { "__type__": "cc.PrefabInfo", "root": { @@ -2356,17 +2568,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 49 + "__id__": 55 }, "_children": [], "_active": true, "_components": [ { - "__id__": 63 + "__id__": 69 } ], "_prefab": { - "__id__": 64 + "__id__": 70 }, "_opacity": 255, "_color": { @@ -2420,7 +2632,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 62 + "__id__": 68 }, "_enabled": true, "_materials": [ @@ -2465,268 +2677,7 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 49 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 66 - } - ], - "_prefab": { - "__id__": 67 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 9, - "height": 42 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 109.525, - -25.614, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 65 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "4c2ac211-077a-4783-92b7-42964571ebfe" - }, - "_type": 0, - "_sizeMode": 1, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" - }, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "a4wOuFtZ1EjqNPaEx8u68e", - "sync": false - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "b0RrijIlVGBII7OSSxl66n", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "open2", - "_objFlags": 0, - "_parent": { - "__id__": 40 - }, - "_children": [ - { - "__id__": 70 - }, - { - "__id__": 76 - }, - { - "__id__": 82 - }, - { - "__id__": 85 - } - ], - "_active": false, - "_components": [], - "_prefab": { - "__id__": 88 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 0, - "height": 0 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 2 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "node1", - "_objFlags": 0, - "_parent": { - "__id__": 69 - }, - "_children": [ - { - "__id__": 71 - } - ], - "_active": true, - "_components": [ - { - "__id__": 74 - } - ], - "_prefab": { - "__id__": 75 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 116, - "height": 34 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - -3.804, - -26, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "New Sprite", - "_objFlags": 0, - "_parent": { - "__id__": 70 + "__id__": 55 }, "_children": [], "_active": true, @@ -2760,8 +2711,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 116.02, - 0.386, + 109.525, + -25.614, 0, 0, 0, @@ -2827,43 +2778,9 @@ "asset": { "__id__": 0 }, - "fileId": "32LAL3L7lAMIhFdiI+FvkC", + "fileId": "a4wOuFtZ1EjqNPaEx8u68e", "sync": false }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 70 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "b48abaaa-d7d1-45b6-8a24-8f259163122a" - }, - "_type": 3, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 1, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" - }, - "_id": "" - }, { "__type__": "cc.PrefabInfo", "root": { @@ -2872,15 +2789,88 @@ "asset": { "__id__": 0 }, - "fileId": "0apDY4lwZAhIjSOeg7qDgu", + "fileId": "b0RrijIlVGBII7OSSxl66n", "sync": false }, { "__type__": "cc.Node", - "_name": "node2", + "_name": "open2", "_objFlags": 0, "_parent": { - "__id__": 69 + "__id__": 46 + }, + "_children": [ + { + "__id__": 76 + }, + { + "__id__": 82 + }, + { + "__id__": 88 + }, + { + "__id__": 91 + } + ], + "_active": false, + "_components": [], + "_prefab": { + "__id__": 94 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 0, + "height": 0 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 2 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "node1", + "_objFlags": 0, + "_parent": { + "__id__": 75 }, "_children": [ { @@ -2906,7 +2896,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 115, + "width": 116, "height": 34 }, "_anchorPoint": { @@ -2918,14 +2908,14 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 231.959, + -3.804, -26, 0, 0, 0, 0, 1, - -1, + 1, 1, 1 ] @@ -2982,16 +2972,16 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 115.015, + 116.02, 0.386, 0, 0, 0, 0, 1, - -1, 1, - -1 + 1, + 1 ] }, "_eulerAngles": { @@ -3049,7 +3039,7 @@ "asset": { "__id__": 0 }, - "fileId": "e5rk7qgtpMWJkIlTVOsIPX", + "fileId": "32LAL3L7lAMIhFdiI+FvkC", "sync": false }, { @@ -3086,6 +3076,228 @@ }, "_id": "" }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "0apDY4lwZAhIjSOeg7qDgu", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "node2", + "_objFlags": 0, + "_parent": { + "__id__": 75 + }, + "_children": [ + { + "__id__": 83 + } + ], + "_active": true, + "_components": [ + { + "__id__": 86 + } + ], + "_prefab": { + "__id__": 87 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 115, + "height": 34 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 231.959, + -26, + 0, + 0, + 0, + 0, + 1, + -1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "New Sprite", + "_objFlags": 0, + "_parent": { + "__id__": 82 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 84 + } + ], + "_prefab": { + "__id__": 85 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 9, + "height": 42 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 115.015, + 0.386, + 0, + 0, + 0, + 0, + 1, + -1, + 1, + -1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 83 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "4c2ac211-077a-4783-92b7-42964571ebfe" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" + }, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "e5rk7qgtpMWJkIlTVOsIPX", + "sync": false + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 82 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "b48abaaa-d7d1-45b6-8a24-8f259163122a" + }, + "_type": 3, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 1, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" + }, + "_id": "" + }, { "__type__": "cc.PrefabInfo", "root": { @@ -3102,17 +3314,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 69 + "__id__": 75 }, "_children": [], "_active": true, "_components": [ { - "__id__": 83 + "__id__": 89 } ], "_prefab": { - "__id__": 84 + "__id__": 90 }, "_opacity": 255, "_color": { @@ -3166,7 +3378,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 82 + "__id__": 88 }, "_enabled": true, "_materials": [ @@ -3211,268 +3423,7 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 69 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 86 - } - ], - "_prefab": { - "__id__": 87 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 9, - "height": 42 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 229.661, - -25.614, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 85 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "4c2ac211-077a-4783-92b7-42964571ebfe" - }, - "_type": 0, - "_sizeMode": 1, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" - }, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "9djTsNaItHjqNYNGOws9JA", - "sync": false - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "d2P8O7x9hKd61MAuAfZYPs", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "open3", - "_objFlags": 0, - "_parent": { - "__id__": 40 - }, - "_children": [ - { - "__id__": 90 - }, - { - "__id__": 96 - }, - { - "__id__": 102 - }, - { - "__id__": 105 - } - ], - "_active": false, - "_components": [], - "_prefab": { - "__id__": 108 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 0, - "height": 0 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 3 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "node1", - "_objFlags": 0, - "_parent": { - "__id__": 89 - }, - "_children": [ - { - "__id__": 91 - } - ], - "_active": true, - "_components": [ - { - "__id__": 94 - } - ], - "_prefab": { - "__id__": 95 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 175, - "height": 34 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - -2.604, - -28.534, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "New Sprite", - "_objFlags": 0, - "_parent": { - "__id__": 90 + "__id__": 75 }, "_children": [], "_active": true, @@ -3506,8 +3457,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 174.775, - 2.92, + 229.661, + -25.614, 0, 0, 0, @@ -3515,7 +3466,7 @@ 1, 1, 1, - 0.33333 + 1 ] }, "_eulerAngles": { @@ -3573,43 +3524,9 @@ "asset": { "__id__": 0 }, - "fileId": "7c80YmasVI06ZTwfK8dYf6", + "fileId": "9djTsNaItHjqNYNGOws9JA", "sync": false }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 90 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "e122aac4-873c-4996-bbc8-7fdbd2cd0e60" - }, - "_type": 3, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 1, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" - }, - "_id": "" - }, { "__type__": "cc.PrefabInfo", "root": { @@ -3618,15 +3535,88 @@ "asset": { "__id__": 0 }, - "fileId": "c4Bi6GnrJJqKdYgcMFXoUs", + "fileId": "d2P8O7x9hKd61MAuAfZYPs", "sync": false }, { "__type__": "cc.Node", - "_name": "node2", + "_name": "open3", "_objFlags": 0, "_parent": { - "__id__": 89 + "__id__": 46 + }, + "_children": [ + { + "__id__": 96 + }, + { + "__id__": 102 + }, + { + "__id__": 108 + }, + { + "__id__": 111 + } + ], + "_active": false, + "_components": [], + "_prefab": { + "__id__": 114 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 0, + "height": 0 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 3 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "node1", + "_objFlags": 0, + "_parent": { + "__id__": 95 }, "_children": [ { @@ -3664,14 +3654,14 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 351.76, + -2.604, -28.534, 0, 0, 0, 0, 1, - -1, + 1, 1, 1 ] @@ -3728,7 +3718,7 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 174.849, + 174.775, 2.92, 0, 0, @@ -3737,7 +3727,7 @@ 1, 1, 1, - -0.33333 + 0.33333 ] }, "_eulerAngles": { @@ -3795,7 +3785,7 @@ "asset": { "__id__": 0 }, - "fileId": "19THQDDEFIsreRI+K5kMKX", + "fileId": "7c80YmasVI06ZTwfK8dYf6", "sync": false }, { @@ -3832,6 +3822,228 @@ }, "_id": "" }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "c4Bi6GnrJJqKdYgcMFXoUs", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "node2", + "_objFlags": 0, + "_parent": { + "__id__": 95 + }, + "_children": [ + { + "__id__": 103 + } + ], + "_active": true, + "_components": [ + { + "__id__": 106 + } + ], + "_prefab": { + "__id__": 107 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 175, + "height": 34 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 351.76, + -28.534, + 0, + 0, + 0, + 0, + 1, + -1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "New Sprite", + "_objFlags": 0, + "_parent": { + "__id__": 102 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 104 + } + ], + "_prefab": { + "__id__": 105 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 9, + "height": 42 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 174.849, + 2.92, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + -0.33333 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 103 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "4c2ac211-077a-4783-92b7-42964571ebfe" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" + }, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "19THQDDEFIsreRI+K5kMKX", + "sync": false + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 102 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "e122aac4-873c-4996-bbc8-7fdbd2cd0e60" + }, + "_type": 3, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 1, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" + }, + "_id": "" + }, { "__type__": "cc.PrefabInfo", "root": { @@ -3848,17 +4060,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 89 + "__id__": 95 }, "_children": [], "_active": true, "_components": [ { - "__id__": 103 + "__id__": 109 } ], "_prefab": { - "__id__": 104 + "__id__": 110 }, "_opacity": 255, "_color": { @@ -3912,7 +4124,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 102 + "__id__": 108 }, "_enabled": true, "_materials": [ @@ -3957,17 +4169,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 89 + "__id__": 95 }, "_children": [], "_active": true, "_components": [ { - "__id__": 106 + "__id__": 112 } ], "_prefab": { - "__id__": 107 + "__id__": 113 }, "_opacity": 255, "_color": { @@ -4021,7 +4233,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 105 + "__id__": 111 }, "_enabled": true, "_materials": [ @@ -4091,20 +4303,20 @@ "__id__": 1 }, "_children": [ - { - "__id__": 111 - }, { "__id__": 117 }, { "__id__": 123 + }, + { + "__id__": 129 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 129 + "__id__": 135 }, "_opacity": 255, "_color": { @@ -4158,230 +4370,8 @@ "_name": "rotate1", "_objFlags": 0, "_parent": { - "__id__": 110 - }, - "_children": [ - { - "__id__": 112 - } - ], - "_active": false, - "_components": [ - { - "__id__": 115 - } - ], - "_prefab": { "__id__": 116 }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 79, - "height": 53 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - -40, - 0, - 0, - 0, - 0, - -0.7071067811865475, - 0.7071067811865476, - 1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": -90 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "arror", - "_objFlags": 0, - "_parent": { - "__id__": 111 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 113 - } - ], - "_prefab": { - "__id__": 114 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 36, - "height": 24 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - -1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 112 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "fdcd9e80-10cf-423a-911b-91b66f05791a" - }, - "_type": 0, - "_sizeMode": 1, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" - }, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "55U6ftuU9OfIcwRa060a+C", - "sync": false - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 111 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "fb792d6a-0401-4ff6-8a50-c7934b38fecb" - }, - "_type": 0, - "_sizeMode": 1, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" - }, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "0dy+YkDKFF75H9l1J+lmc6", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "rotate2", - "_objFlags": 0, - "_parent": { - "__id__": 110 - }, "_children": [ { "__id__": 118 @@ -4406,7 +4396,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 120, + "width": 79, "height": 53 }, "_anchorPoint": { @@ -4419,7 +4409,7 @@ "ctor": "Float64Array", "array": [ -40, - 60, + 0, 0, 0, 0, @@ -4549,7 +4539,7 @@ "asset": { "__id__": 0 }, - "fileId": "77fRuW2uxDkpGMBVsG9Hhj", + "fileId": "55U6ftuU9OfIcwRa060a+C", "sync": false }, { @@ -4570,8 +4560,8 @@ "_spriteFrame": { "__uuid__": "fb792d6a-0401-4ff6-8a50-c7934b38fecb" }, - "_type": 1, - "_sizeMode": 0, + "_type": 0, + "_sizeMode": 1, "_fillType": 0, "_fillCenter": { "__type__": "cc.Vec2", @@ -4594,15 +4584,15 @@ "asset": { "__id__": 0 }, - "fileId": "c7fHc0TOtBE5lMZ2dzAWdu", + "fileId": "0dy+YkDKFF75H9l1J+lmc6", "sync": false }, { "__type__": "cc.Node", - "_name": "rotate3", + "_name": "rotate2", "_objFlags": 0, "_parent": { - "__id__": 110 + "__id__": 116 }, "_children": [ { @@ -4628,7 +4618,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 200, + "width": 120, "height": 53 }, "_anchorPoint": { @@ -4641,7 +4631,7 @@ "ctor": "Float64Array", "array": [ -40, - 120, + 60, 0, 0, 0, @@ -4766,12 +4756,12 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 123 + "__id__": 1 }, "asset": { - "__uuid__": "a7045129-1b59-44d6-99a0-6316107b3b7b" + "__id__": 0 }, - "fileId": "abl+L48MxEJ6gjdOC/lCrz", + "fileId": "77fRuW2uxDkpGMBVsG9Hhj", "sync": false }, { @@ -4811,7 +4801,229 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 123 + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "c7fHc0TOtBE5lMZ2dzAWdu", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "rotate3", + "_objFlags": 0, + "_parent": { + "__id__": 116 + }, + "_children": [ + { + "__id__": 130 + } + ], + "_active": false, + "_components": [ + { + "__id__": 133 + } + ], + "_prefab": { + "__id__": 134 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 200, + "height": 53 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + -40, + 120, + 0, + 0, + 0, + -0.7071067811865475, + 0.7071067811865476, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": -90 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "arror", + "_objFlags": 0, + "_parent": { + "__id__": 129 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 131 + } + ], + "_prefab": { + "__id__": 132 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 36, + "height": 24 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + -1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 130 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "fdcd9e80-10cf-423a-911b-91b66f05791a" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" + }, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 129 + }, + "asset": { + "__uuid__": "a7045129-1b59-44d6-99a0-6316107b3b7b" + }, + "fileId": "abl+L48MxEJ6gjdOC/lCrz", + "sync": false + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 129 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "fb792d6a-0401-4ff6-8a50-c7934b38fecb" + }, + "_type": 1, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" + }, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 129 }, "asset": { "__uuid__": "a7045129-1b59-44d6-99a0-6316107b3b7b" diff --git a/assets/resources/prefab/wall/right.prefab b/assets/resources/prefab/wall/right.prefab index d281a3f..76259be 100644 --- a/assets/resources/prefab/wall/right.prefab +++ b/assets/resources/prefab/wall/right.prefab @@ -24,22 +24,25 @@ "__id__": 5 }, { - "__id__": 14 + "__id__": 20 }, { - "__id__": 17 + "__id__": 11 }, { - "__id__": 40 + "__id__": 23 }, { - "__id__": 110 + "__id__": 46 + }, + { + "__id__": 116 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 130 + "__id__": 136 }, "_opacity": 255, "_color": { @@ -216,14 +219,14 @@ "__id__": 10 }, { - "__id__": 11 + "__id__": 17 }, { - "__id__": 12 + "__id__": 18 } ], "_prefab": { - "__id__": 13 + "__id__": 19 }, "_opacity": 255, "_color": { @@ -398,16 +401,16 @@ "_spriteFrame": { "__uuid__": "4f65ed94-5d59-48ce-b94f-e199044365cf" }, - "_type": 0, + "_type": 3, "_sizeMode": 1, - "_fillType": 0, + "_fillType": 1, "_fillCenter": { "__type__": "cc.Vec2", "x": 0, "y": 0 }, "_fillStart": 0, - "_fillRange": 0, + "_fillRange": 1, "_isTrimmedMode": true, "_atlas": { "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" @@ -426,6 +429,11 @@ "type": 4, "special": 0, "color": 0, + "maskNode": { + "__id__": 11 + }, + "maskWidth": 138, + "maskHeight": 69, "wall_SpriteFrames": { "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" }, @@ -437,6 +445,210 @@ }, "_id": "" }, + { + "__type__": "cc.Node", + "_name": "color", + "_objFlags": 0, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 12 + } + ], + "_active": false, + "_components": [ + { + "__id__": 15 + } + ], + "_prefab": { + "__id__": 16 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 70, + "height": 69 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.45 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 37, + 120, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "color_icon", + "_objFlags": 0, + "_parent": { + "__id__": 11 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 13 + } + ], + "_prefab": { + "__id__": 14 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 61, + "height": 386 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 12 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": null, + "_type": 3, + "_sizeMode": 1, + "_fillType": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 1, + "_isTrimmedMode": true, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "66Iu0RGttMJr/6MUatpN20", + "sync": false + }, + { + "__type__": "cc.Mask", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 11 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_spriteFrame": null, + "_type": 0, + "_segments": 64, + "_N$alphaThreshold": 0.1, + "_N$inverted": true, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "006DjJqeVFFadk0VuMub1u", + "sync": false + }, { "__type__": "c22a3wcU/tBdJ/qjn/Q6uuA", "_name": "", @@ -524,11 +736,11 @@ "_active": false, "_components": [ { - "__id__": 15 + "__id__": 21 } ], "_prefab": { - "__id__": 16 + "__id__": 22 }, "_opacity": 255, "_color": { @@ -552,7 +764,7 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 15.245, + 14.819, -61.903, 0, 0, @@ -582,7 +794,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 14 + "__id__": 20 }, "_enabled": true, "_materials": [ @@ -593,16 +805,16 @@ "_srcBlendFactor": 770, "_dstBlendFactor": 771, "_spriteFrame": null, - "_type": 0, + "_type": 3, "_sizeMode": 1, - "_fillType": 0, + "_fillType": 1, "_fillCenter": { "__type__": "cc.Vec2", "x": 0, "y": 0 }, "_fillStart": 0, - "_fillRange": 0, + "_fillRange": 1, "_isTrimmedMode": true, "_atlas": null, "_id": "" @@ -626,23 +838,23 @@ "__id__": 1 }, "_children": [ - { - "__id__": 18 - }, { "__id__": 24 }, { - "__id__": 29 + "__id__": 30 }, { - "__id__": 34 + "__id__": 35 + }, + { + "__id__": 40 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 39 + "__id__": 45 }, "_opacity": 255, "_color": { @@ -696,21 +908,21 @@ "_name": "freeze0", "_objFlags": 0, "_parent": { - "__id__": 17 + "__id__": 23 }, "_children": [ { - "__id__": 19 + "__id__": 25 } ], "_active": false, "_components": [ { - "__id__": 22 + "__id__": 28 } ], "_prefab": { - "__id__": 23 + "__id__": 29 }, "_opacity": 255, "_color": { @@ -764,17 +976,17 @@ "_name": "num", "_objFlags": 0, "_parent": { - "__id__": 18 + "__id__": 24 }, "_children": [], "_active": true, "_components": [ { - "__id__": 20 + "__id__": 26 } ], "_prefab": { - "__id__": 21 + "__id__": 27 }, "_opacity": 0, "_color": { @@ -828,7 +1040,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 19 + "__id__": 25 }, "_enabled": true, "_materials": [ @@ -872,7 +1084,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 18 + "__id__": 24 }, "_enabled": false, "_materials": [ @@ -915,21 +1127,21 @@ "_name": "freeze1", "_objFlags": 0, "_parent": { - "__id__": 17 + "__id__": 23 }, "_children": [ { - "__id__": 25 + "__id__": 31 } ], "_active": false, "_components": [ { - "__id__": 27 + "__id__": 33 } ], "_prefab": { - "__id__": 28 + "__id__": 34 }, "_opacity": 255, "_color": { @@ -983,13 +1195,13 @@ "_name": "num", "_objFlags": 0, "_parent": { - "__id__": 24 + "__id__": 30 }, "_children": [], "_active": true, "_components": [], "_prefab": { - "__id__": 26 + "__id__": 32 }, "_opacity": 255, "_color": { @@ -1054,7 +1266,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 24 + "__id__": 30 }, "_enabled": true, "_materials": [ @@ -1099,21 +1311,21 @@ "_name": "freeze2", "_objFlags": 0, "_parent": { - "__id__": 17 + "__id__": 23 }, "_children": [ { - "__id__": 30 + "__id__": 36 } ], "_active": false, "_components": [ { - "__id__": 32 + "__id__": 38 } ], "_prefab": { - "__id__": 33 + "__id__": 39 }, "_opacity": 255, "_color": { @@ -1167,13 +1379,13 @@ "_name": "num", "_objFlags": 0, "_parent": { - "__id__": 29 + "__id__": 35 }, "_children": [], "_active": true, "_components": [], "_prefab": { - "__id__": 31 + "__id__": 37 }, "_opacity": 255, "_color": { @@ -1238,7 +1450,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 29 + "__id__": 35 }, "_enabled": true, "_materials": [ @@ -1283,21 +1495,21 @@ "_name": "freeze3", "_objFlags": 0, "_parent": { - "__id__": 17 + "__id__": 23 }, "_children": [ { - "__id__": 35 + "__id__": 41 } ], "_active": false, "_components": [ { - "__id__": 37 + "__id__": 43 } ], "_prefab": { - "__id__": 38 + "__id__": 44 }, "_opacity": 255, "_color": { @@ -1351,13 +1563,13 @@ "_name": "num", "_objFlags": 0, "_parent": { - "__id__": 34 + "__id__": 40 }, "_children": [], "_active": true, "_components": [], "_prefab": { - "__id__": 36 + "__id__": 42 }, "_opacity": 255, "_color": { @@ -1422,7 +1634,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 34 + "__id__": 40 }, "_enabled": true, "_materials": [ @@ -1482,22 +1694,22 @@ }, "_children": [ { - "__id__": 41 + "__id__": 47 }, { - "__id__": 49 + "__id__": 55 }, { - "__id__": 69 + "__id__": 75 }, { - "__id__": 89 + "__id__": 95 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 109 + "__id__": 115 }, "_opacity": 255, "_color": { @@ -1551,20 +1763,20 @@ "_name": "open0", "_objFlags": 0, "_parent": { - "__id__": 40 + "__id__": 46 }, "_children": [ { - "__id__": 42 + "__id__": 48 }, { - "__id__": 45 + "__id__": 51 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 48 + "__id__": 54 }, "_opacity": 255, "_color": { @@ -1618,17 +1830,17 @@ "_name": "node1", "_objFlags": 0, "_parent": { - "__id__": 41 + "__id__": 47 }, "_children": [], "_active": true, "_components": [ { - "__id__": 43 + "__id__": 49 } ], "_prefab": { - "__id__": 44 + "__id__": 50 }, "_opacity": 255, "_color": { @@ -1682,7 +1894,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 42 + "__id__": 48 }, "_enabled": true, "_materials": [ @@ -1723,17 +1935,17 @@ "_name": "node2", "_objFlags": 0, "_parent": { - "__id__": 41 + "__id__": 47 }, "_children": [], "_active": true, "_components": [ { - "__id__": 46 + "__id__": 52 } ], "_prefab": { - "__id__": 47 + "__id__": 53 }, "_opacity": 255, "_color": { @@ -1787,7 +1999,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 45 + "__id__": 51 }, "_enabled": true, "_materials": [ @@ -1839,12 +2051,9 @@ "_name": "open1", "_objFlags": 0, "_parent": { - "__id__": 40 + "__id__": 46 }, "_children": [ - { - "__id__": 50 - }, { "__id__": 56 }, @@ -1852,13 +2061,16 @@ "__id__": 62 }, { - "__id__": 65 + "__id__": 68 + }, + { + "__id__": 71 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 68 + "__id__": 74 }, "_opacity": 255, "_color": { @@ -1912,230 +2124,8 @@ "_name": "node1", "_objFlags": 0, "_parent": { - "__id__": 49 - }, - "_children": [ - { - "__id__": 51 - } - ], - "_active": true, - "_components": [ - { - "__id__": 54 - } - ], - "_prefab": { "__id__": 55 }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 58, - "height": 34 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - -4.804, - -26, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "New Sprite", - "_objFlags": 0, - "_parent": { - "__id__": 50 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 52 - } - ], - "_prefab": { - "__id__": 53 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 9, - "height": 42 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 55.963, - 0.386, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 51 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "4c2ac211-077a-4783-92b7-42964571ebfe" - }, - "_type": 0, - "_sizeMode": 1, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" - }, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "c3n6tpv8RMSrNvhVahL40R", - "sync": false - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 50 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "1f53a670-99ab-4671-932f-3227940876cc" - }, - "_type": 3, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 1, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" - }, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "c4fB2TJt5BlpRrI9fQcfQA", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "node2", - "_objFlags": 0, - "_parent": { - "__id__": 49 - }, "_children": [ { "__id__": 57 @@ -2172,14 +2162,14 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 111.356, + -4.804, -26, 0, 0, 0, 0, 1, - -1, + 1, 1, 1 ] @@ -2236,16 +2226,16 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 55.221, + 55.963, 0.386, 0, 0, 0, 0, 1, - -1, 1, - -1 + 1, + 1 ] }, "_eulerAngles": { @@ -2303,7 +2293,7 @@ "asset": { "__id__": 0 }, - "fileId": "a7gxUbdTpKa6FEojCGNnjs", + "fileId": "c3n6tpv8RMSrNvhVahL40R", "sync": false }, { @@ -2340,6 +2330,228 @@ }, "_id": "" }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "c4fB2TJt5BlpRrI9fQcfQA", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "node2", + "_objFlags": 0, + "_parent": { + "__id__": 55 + }, + "_children": [ + { + "__id__": 63 + } + ], + "_active": true, + "_components": [ + { + "__id__": 66 + } + ], + "_prefab": { + "__id__": 67 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 58, + "height": 34 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 111.356, + -26, + 0, + 0, + 0, + 0, + 1, + -1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "New Sprite", + "_objFlags": 0, + "_parent": { + "__id__": 62 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 64 + } + ], + "_prefab": { + "__id__": 65 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 9, + "height": 42 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 55.221, + 0.386, + 0, + 0, + 0, + 0, + 1, + -1, + 1, + -1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 63 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "4c2ac211-077a-4783-92b7-42964571ebfe" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" + }, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "a7gxUbdTpKa6FEojCGNnjs", + "sync": false + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 62 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "1f53a670-99ab-4671-932f-3227940876cc" + }, + "_type": 3, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 1, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" + }, + "_id": "" + }, { "__type__": "cc.PrefabInfo", "root": { @@ -2356,17 +2568,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 49 + "__id__": 55 }, "_children": [], "_active": true, "_components": [ { - "__id__": 63 + "__id__": 69 } ], "_prefab": { - "__id__": 64 + "__id__": 70 }, "_opacity": 255, "_color": { @@ -2420,7 +2632,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 62 + "__id__": 68 }, "_enabled": true, "_materials": [ @@ -2465,268 +2677,7 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 49 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 66 - } - ], - "_prefab": { - "__id__": 67 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 9, - "height": 42 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 109.525, - -25.614, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 65 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "4c2ac211-077a-4783-92b7-42964571ebfe" - }, - "_type": 0, - "_sizeMode": 1, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" - }, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "fb/K7WfqhOUKCgZJDKd0Nz", - "sync": false - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "ebFlVqe8pD4qjQbIK8ZIxp", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "open2", - "_objFlags": 0, - "_parent": { - "__id__": 40 - }, - "_children": [ - { - "__id__": 70 - }, - { - "__id__": 76 - }, - { - "__id__": 82 - }, - { - "__id__": 85 - } - ], - "_active": false, - "_components": [], - "_prefab": { - "__id__": 88 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 0, - "height": 0 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 2 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "node1", - "_objFlags": 0, - "_parent": { - "__id__": 69 - }, - "_children": [ - { - "__id__": 71 - } - ], - "_active": true, - "_components": [ - { - "__id__": 74 - } - ], - "_prefab": { - "__id__": 75 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 116, - "height": 34 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - -3.804, - -26, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "New Sprite", - "_objFlags": 0, - "_parent": { - "__id__": 70 + "__id__": 55 }, "_children": [], "_active": true, @@ -2760,8 +2711,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 116.02, - 0.386, + 109.525, + -25.614, 0, 0, 0, @@ -2827,43 +2778,9 @@ "asset": { "__id__": 0 }, - "fileId": "9ad1B/4ftF96e/Raa5FfXb", + "fileId": "fb/K7WfqhOUKCgZJDKd0Nz", "sync": false }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 70 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "b48abaaa-d7d1-45b6-8a24-8f259163122a" - }, - "_type": 3, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 1, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" - }, - "_id": "" - }, { "__type__": "cc.PrefabInfo", "root": { @@ -2872,15 +2789,88 @@ "asset": { "__id__": 0 }, - "fileId": "49nNYGf+ZP3KdvY6lRGXCB", + "fileId": "ebFlVqe8pD4qjQbIK8ZIxp", "sync": false }, { "__type__": "cc.Node", - "_name": "node2", + "_name": "open2", "_objFlags": 0, "_parent": { - "__id__": 69 + "__id__": 46 + }, + "_children": [ + { + "__id__": 76 + }, + { + "__id__": 82 + }, + { + "__id__": 88 + }, + { + "__id__": 91 + } + ], + "_active": false, + "_components": [], + "_prefab": { + "__id__": 94 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 0, + "height": 0 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 2 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "node1", + "_objFlags": 0, + "_parent": { + "__id__": 75 }, "_children": [ { @@ -2906,7 +2896,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 115, + "width": 116, "height": 34 }, "_anchorPoint": { @@ -2918,14 +2908,14 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 231.959, + -3.804, -26, 0, 0, 0, 0, 1, - -1, + 1, 1, 1 ] @@ -2982,16 +2972,16 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 115.015, + 116.02, 0.386, 0, 0, 0, 0, 1, - -1, 1, - -1 + 1, + 1 ] }, "_eulerAngles": { @@ -3049,7 +3039,7 @@ "asset": { "__id__": 0 }, - "fileId": "29i6IurlJHyZSexaX344pX", + "fileId": "9ad1B/4ftF96e/Raa5FfXb", "sync": false }, { @@ -3086,6 +3076,228 @@ }, "_id": "" }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "49nNYGf+ZP3KdvY6lRGXCB", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "node2", + "_objFlags": 0, + "_parent": { + "__id__": 75 + }, + "_children": [ + { + "__id__": 83 + } + ], + "_active": true, + "_components": [ + { + "__id__": 86 + } + ], + "_prefab": { + "__id__": 87 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 115, + "height": 34 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 231.959, + -26, + 0, + 0, + 0, + 0, + 1, + -1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "New Sprite", + "_objFlags": 0, + "_parent": { + "__id__": 82 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 84 + } + ], + "_prefab": { + "__id__": 85 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 9, + "height": 42 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 115.015, + 0.386, + 0, + 0, + 0, + 0, + 1, + -1, + 1, + -1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 83 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "4c2ac211-077a-4783-92b7-42964571ebfe" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" + }, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "29i6IurlJHyZSexaX344pX", + "sync": false + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 82 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "b48abaaa-d7d1-45b6-8a24-8f259163122a" + }, + "_type": 3, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 1, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" + }, + "_id": "" + }, { "__type__": "cc.PrefabInfo", "root": { @@ -3102,17 +3314,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 69 + "__id__": 75 }, "_children": [], "_active": true, "_components": [ { - "__id__": 83 + "__id__": 89 } ], "_prefab": { - "__id__": 84 + "__id__": 90 }, "_opacity": 255, "_color": { @@ -3166,7 +3378,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 82 + "__id__": 88 }, "_enabled": true, "_materials": [ @@ -3211,268 +3423,7 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 69 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 86 - } - ], - "_prefab": { - "__id__": 87 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 9, - "height": 42 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 229.661, - -25.614, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 85 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "4c2ac211-077a-4783-92b7-42964571ebfe" - }, - "_type": 0, - "_sizeMode": 1, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" - }, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "98ugpk0r5JrpGGK6ITDMJz", - "sync": false - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "18NbbZGwVMm6rU1Ue1Q6cb", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "open3", - "_objFlags": 0, - "_parent": { - "__id__": 40 - }, - "_children": [ - { - "__id__": 90 - }, - { - "__id__": 96 - }, - { - "__id__": 102 - }, - { - "__id__": 105 - } - ], - "_active": false, - "_components": [], - "_prefab": { - "__id__": 108 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 0, - "height": 0 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 3 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "node1", - "_objFlags": 0, - "_parent": { - "__id__": 89 - }, - "_children": [ - { - "__id__": 91 - } - ], - "_active": true, - "_components": [ - { - "__id__": 94 - } - ], - "_prefab": { - "__id__": 95 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 175, - "height": 34 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - -2.604, - -28.534, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "New Sprite", - "_objFlags": 0, - "_parent": { - "__id__": 90 + "__id__": 75 }, "_children": [], "_active": true, @@ -3506,8 +3457,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 174.775, - 2.92, + 229.661, + -25.614, 0, 0, 0, @@ -3515,7 +3466,7 @@ 1, 1, 1, - 0.33333 + 1 ] }, "_eulerAngles": { @@ -3573,43 +3524,9 @@ "asset": { "__id__": 0 }, - "fileId": "90fPVk/ghOt7KWCB4mo8aI", + "fileId": "98ugpk0r5JrpGGK6ITDMJz", "sync": false }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 90 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "e122aac4-873c-4996-bbc8-7fdbd2cd0e60" - }, - "_type": 3, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 1, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" - }, - "_id": "" - }, { "__type__": "cc.PrefabInfo", "root": { @@ -3618,15 +3535,88 @@ "asset": { "__id__": 0 }, - "fileId": "c2RbMUwM5Bk60gRkEjixY0", + "fileId": "18NbbZGwVMm6rU1Ue1Q6cb", "sync": false }, { "__type__": "cc.Node", - "_name": "node2", + "_name": "open3", "_objFlags": 0, "_parent": { - "__id__": 89 + "__id__": 46 + }, + "_children": [ + { + "__id__": 96 + }, + { + "__id__": 102 + }, + { + "__id__": 108 + }, + { + "__id__": 111 + } + ], + "_active": false, + "_components": [], + "_prefab": { + "__id__": 114 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 0, + "height": 0 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 3 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "node1", + "_objFlags": 0, + "_parent": { + "__id__": 95 }, "_children": [ { @@ -3664,14 +3654,14 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 351.76, + -2.604, -28.534, 0, 0, 0, 0, 1, - -1, + 1, 1, 1 ] @@ -3728,7 +3718,7 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 174.849, + 174.775, 2.92, 0, 0, @@ -3737,7 +3727,7 @@ 1, 1, 1, - -0.33333 + 0.33333 ] }, "_eulerAngles": { @@ -3795,7 +3785,7 @@ "asset": { "__id__": 0 }, - "fileId": "02LoV+e4tHy4OG74ouXkuF", + "fileId": "90fPVk/ghOt7KWCB4mo8aI", "sync": false }, { @@ -3832,6 +3822,228 @@ }, "_id": "" }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "c2RbMUwM5Bk60gRkEjixY0", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "node2", + "_objFlags": 0, + "_parent": { + "__id__": 95 + }, + "_children": [ + { + "__id__": 103 + } + ], + "_active": true, + "_components": [ + { + "__id__": 106 + } + ], + "_prefab": { + "__id__": 107 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 175, + "height": 34 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 351.76, + -28.534, + 0, + 0, + 0, + 0, + 1, + -1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "New Sprite", + "_objFlags": 0, + "_parent": { + "__id__": 102 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 104 + } + ], + "_prefab": { + "__id__": 105 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 9, + "height": 42 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 174.849, + 2.92, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + -0.33333 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 103 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "4c2ac211-077a-4783-92b7-42964571ebfe" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" + }, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "02LoV+e4tHy4OG74ouXkuF", + "sync": false + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 102 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "e122aac4-873c-4996-bbc8-7fdbd2cd0e60" + }, + "_type": 3, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 1, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" + }, + "_id": "" + }, { "__type__": "cc.PrefabInfo", "root": { @@ -3848,17 +4060,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 89 + "__id__": 95 }, "_children": [], "_active": true, "_components": [ { - "__id__": 103 + "__id__": 109 } ], "_prefab": { - "__id__": 104 + "__id__": 110 }, "_opacity": 255, "_color": { @@ -3912,7 +4124,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 102 + "__id__": 108 }, "_enabled": true, "_materials": [ @@ -3957,17 +4169,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 89 + "__id__": 95 }, "_children": [], "_active": true, "_components": [ { - "__id__": 106 + "__id__": 112 } ], "_prefab": { - "__id__": 107 + "__id__": 113 }, "_opacity": 255, "_color": { @@ -4021,7 +4233,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 105 + "__id__": 111 }, "_enabled": true, "_materials": [ @@ -4091,20 +4303,20 @@ "__id__": 1 }, "_children": [ - { - "__id__": 111 - }, { "__id__": 117 }, { "__id__": 123 + }, + { + "__id__": 129 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 129 + "__id__": 135 }, "_opacity": 255, "_color": { @@ -4158,230 +4370,8 @@ "_name": "rotate1", "_objFlags": 0, "_parent": { - "__id__": 110 - }, - "_children": [ - { - "__id__": 112 - } - ], - "_active": false, - "_components": [ - { - "__id__": 115 - } - ], - "_prefab": { "__id__": 116 }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 79, - "height": 53 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 37.916, - 0, - 0, - 0, - 0, - -0.7071067811865476, - -0.7071067811865475, - 1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": -270 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "arror", - "_objFlags": 0, - "_parent": { - "__id__": 111 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 113 - } - ], - "_prefab": { - "__id__": 114 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 36, - "height": 24 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - -1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 112 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "fdcd9e80-10cf-423a-911b-91b66f05791a" - }, - "_type": 0, - "_sizeMode": 1, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" - }, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "3b2YmObq1Ek7FVZxcYfN2p", - "sync": false - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 111 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "fb792d6a-0401-4ff6-8a50-c7934b38fecb" - }, - "_type": 0, - "_sizeMode": 1, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" - }, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "67MaVyQQZO654EJ2cTkB3C", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "rotate2", - "_objFlags": 0, - "_parent": { - "__id__": 110 - }, "_children": [ { "__id__": 118 @@ -4406,7 +4396,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 120, + "width": 79, "height": 53 }, "_anchorPoint": { @@ -4419,7 +4409,7 @@ "ctor": "Float64Array", "array": [ 37.916, - 60, + 0, 0, 0, 0, @@ -4549,7 +4539,7 @@ "asset": { "__id__": 0 }, - "fileId": "85GnNR6ilAZaPWo61m14C7", + "fileId": "3b2YmObq1Ek7FVZxcYfN2p", "sync": false }, { @@ -4570,8 +4560,8 @@ "_spriteFrame": { "__uuid__": "fb792d6a-0401-4ff6-8a50-c7934b38fecb" }, - "_type": 1, - "_sizeMode": 0, + "_type": 0, + "_sizeMode": 1, "_fillType": 0, "_fillCenter": { "__type__": "cc.Vec2", @@ -4594,15 +4584,15 @@ "asset": { "__id__": 0 }, - "fileId": "65n50x4YJBFKkiFERWlTcc", + "fileId": "67MaVyQQZO654EJ2cTkB3C", "sync": false }, { "__type__": "cc.Node", - "_name": "rotate3", + "_name": "rotate2", "_objFlags": 0, "_parent": { - "__id__": 110 + "__id__": 116 }, "_children": [ { @@ -4628,7 +4618,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 200, + "width": 120, "height": 53 }, "_anchorPoint": { @@ -4641,7 +4631,7 @@ "ctor": "Float64Array", "array": [ 37.916, - 120, + 60, 0, 0, 0, @@ -4766,12 +4756,12 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 123 + "__id__": 1 }, "asset": { - "__uuid__": "a7045129-1b59-44d6-99a0-6316107b3b7b" + "__id__": 0 }, - "fileId": "abl+L48MxEJ6gjdOC/lCrz", + "fileId": "85GnNR6ilAZaPWo61m14C7", "sync": false }, { @@ -4811,7 +4801,229 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 123 + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "65n50x4YJBFKkiFERWlTcc", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "rotate3", + "_objFlags": 0, + "_parent": { + "__id__": 116 + }, + "_children": [ + { + "__id__": 130 + } + ], + "_active": false, + "_components": [ + { + "__id__": 133 + } + ], + "_prefab": { + "__id__": 134 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 200, + "height": 53 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 37.916, + 120, + 0, + 0, + 0, + -0.7071067811865476, + -0.7071067811865475, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": -270 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "arror", + "_objFlags": 0, + "_parent": { + "__id__": 129 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 131 + } + ], + "_prefab": { + "__id__": 132 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 36, + "height": 24 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + -1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 130 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "fdcd9e80-10cf-423a-911b-91b66f05791a" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" + }, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 129 + }, + "asset": { + "__uuid__": "a7045129-1b59-44d6-99a0-6316107b3b7b" + }, + "fileId": "abl+L48MxEJ6gjdOC/lCrz", + "sync": false + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 129 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "fb792d6a-0401-4ff6-8a50-c7934b38fecb" + }, + "_type": 1, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" + }, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 129 }, "asset": { "__uuid__": "a7045129-1b59-44d6-99a0-6316107b3b7b" diff --git a/assets/resources/prefab/wall/up.prefab b/assets/resources/prefab/wall/up.prefab index 5bc1190..9015b51 100644 --- a/assets/resources/prefab/wall/up.prefab +++ b/assets/resources/prefab/wall/up.prefab @@ -24,22 +24,25 @@ "__id__": 5 }, { - "__id__": 14 + "__id__": 20 }, { - "__id__": 17 + "__id__": 11 }, { - "__id__": 40 + "__id__": 23 }, { - "__id__": 110 + "__id__": 46 + }, + { + "__id__": 116 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 130 + "__id__": 136 }, "_opacity": 255, "_color": { @@ -216,14 +219,14 @@ "__id__": 10 }, { - "__id__": 11 + "__id__": 17 }, { - "__id__": 12 + "__id__": 18 } ], "_prefab": { - "__id__": 13 + "__id__": 19 }, "_opacity": 255, "_color": { @@ -398,7 +401,7 @@ "_spriteFrame": { "__uuid__": "6db2aafd-c221-4be9-a20b-5bb361fe22ef" }, - "_type": 0, + "_type": 3, "_sizeMode": 1, "_fillType": 0, "_fillCenter": { @@ -407,7 +410,7 @@ "y": 0 }, "_fillStart": 0, - "_fillRange": 0, + "_fillRange": 1, "_isTrimmedMode": true, "_atlas": { "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" @@ -426,6 +429,11 @@ "type": 4, "special": 0, "color": 0, + "maskNode": { + "__id__": 11 + }, + "maskWidth": 138, + "maskHeight": 69, "wall_SpriteFrames": { "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" }, @@ -437,6 +445,210 @@ }, "_id": "" }, + { + "__type__": "cc.Node", + "_name": "color", + "_objFlags": 0, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 12 + } + ], + "_active": false, + "_components": [ + { + "__id__": 15 + } + ], + "_prefab": { + "__id__": 16 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 70, + "height": 69 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + -2.44, + 34, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "color_icon", + "_objFlags": 0, + "_parent": { + "__id__": 11 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 13 + } + ], + "_prefab": { + "__id__": 14 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 258, + "height": 69 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 12 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": null, + "_type": 3, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 1, + "_isTrimmedMode": true, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "06eO9kzjdEZ5QAT3RV/4E4", + "sync": false + }, + { + "__type__": "cc.Mask", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 11 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_spriteFrame": null, + "_type": 0, + "_segments": 64, + "_N$alphaThreshold": 0.1, + "_N$inverted": true, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "4ch+X49RVEZITU133kKuMB", + "sync": false + }, { "__type__": "c22a3wcU/tBdJ/qjn/Q6uuA", "_name": "", @@ -524,11 +736,11 @@ "_active": false, "_components": [ { - "__id__": 15 + "__id__": 21 } ], "_prefab": { - "__id__": 16 + "__id__": 22 }, "_opacity": 255, "_color": { @@ -582,7 +794,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 14 + "__id__": 20 }, "_enabled": true, "_materials": [ @@ -593,7 +805,7 @@ "_srcBlendFactor": 770, "_dstBlendFactor": 771, "_spriteFrame": null, - "_type": 0, + "_type": 3, "_sizeMode": 1, "_fillType": 0, "_fillCenter": { @@ -602,7 +814,7 @@ "y": 0 }, "_fillStart": 0, - "_fillRange": 0, + "_fillRange": 1, "_isTrimmedMode": true, "_atlas": null, "_id": "" @@ -626,23 +838,23 @@ "__id__": 1 }, "_children": [ - { - "__id__": 18 - }, { "__id__": 24 }, { - "__id__": 29 + "__id__": 30 }, { - "__id__": 34 + "__id__": 35 + }, + { + "__id__": 40 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 39 + "__id__": 45 }, "_opacity": 255, "_color": { @@ -696,21 +908,21 @@ "_name": "freeze0", "_objFlags": 0, "_parent": { - "__id__": 17 + "__id__": 23 }, "_children": [ { - "__id__": 19 + "__id__": 25 } ], "_active": false, "_components": [ { - "__id__": 22 + "__id__": 28 } ], "_prefab": { - "__id__": 23 + "__id__": 29 }, "_opacity": 255, "_color": { @@ -764,17 +976,17 @@ "_name": "num", "_objFlags": 0, "_parent": { - "__id__": 18 + "__id__": 24 }, "_children": [], "_active": true, "_components": [ { - "__id__": 20 + "__id__": 26 } ], "_prefab": { - "__id__": 21 + "__id__": 27 }, "_opacity": 0, "_color": { @@ -828,7 +1040,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 19 + "__id__": 25 }, "_enabled": true, "_materials": [ @@ -872,7 +1084,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 18 + "__id__": 24 }, "_enabled": false, "_materials": [ @@ -915,21 +1127,21 @@ "_name": "freeze1", "_objFlags": 0, "_parent": { - "__id__": 17 + "__id__": 23 }, "_children": [ { - "__id__": 25 + "__id__": 31 } ], "_active": false, "_components": [ { - "__id__": 27 + "__id__": 33 } ], "_prefab": { - "__id__": 28 + "__id__": 34 }, "_opacity": 255, "_color": { @@ -983,13 +1195,13 @@ "_name": "num", "_objFlags": 0, "_parent": { - "__id__": 24 + "__id__": 30 }, "_children": [], "_active": true, "_components": [], "_prefab": { - "__id__": 26 + "__id__": 32 }, "_opacity": 255, "_color": { @@ -1054,7 +1266,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 24 + "__id__": 30 }, "_enabled": true, "_materials": [ @@ -1099,21 +1311,21 @@ "_name": "freeze2", "_objFlags": 0, "_parent": { - "__id__": 17 + "__id__": 23 }, "_children": [ { - "__id__": 30 + "__id__": 36 } ], "_active": false, "_components": [ { - "__id__": 32 + "__id__": 38 } ], "_prefab": { - "__id__": 33 + "__id__": 39 }, "_opacity": 255, "_color": { @@ -1167,13 +1379,13 @@ "_name": "num", "_objFlags": 0, "_parent": { - "__id__": 29 + "__id__": 35 }, "_children": [], "_active": true, "_components": [], "_prefab": { - "__id__": 31 + "__id__": 37 }, "_opacity": 255, "_color": { @@ -1238,7 +1450,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 29 + "__id__": 35 }, "_enabled": true, "_materials": [ @@ -1283,21 +1495,21 @@ "_name": "freeze3", "_objFlags": 0, "_parent": { - "__id__": 17 + "__id__": 23 }, "_children": [ { - "__id__": 35 + "__id__": 41 } ], "_active": false, "_components": [ { - "__id__": 37 + "__id__": 43 } ], "_prefab": { - "__id__": 38 + "__id__": 44 }, "_opacity": 255, "_color": { @@ -1351,13 +1563,13 @@ "_name": "num", "_objFlags": 0, "_parent": { - "__id__": 34 + "__id__": 40 }, "_children": [], "_active": true, "_components": [], "_prefab": { - "__id__": 36 + "__id__": 42 }, "_opacity": 255, "_color": { @@ -1422,7 +1634,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 34 + "__id__": 40 }, "_enabled": true, "_materials": [ @@ -1482,22 +1694,22 @@ }, "_children": [ { - "__id__": 41 + "__id__": 47 }, { - "__id__": 49 + "__id__": 55 }, { - "__id__": 69 + "__id__": 75 }, { - "__id__": 89 + "__id__": 95 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 109 + "__id__": 115 }, "_opacity": 255, "_color": { @@ -1551,20 +1763,20 @@ "_name": "open0", "_objFlags": 0, "_parent": { - "__id__": 40 + "__id__": 46 }, "_children": [ { - "__id__": 42 + "__id__": 48 }, { - "__id__": 45 + "__id__": 51 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 48 + "__id__": 54 }, "_opacity": 255, "_color": { @@ -1618,17 +1830,17 @@ "_name": "node1", "_objFlags": 0, "_parent": { - "__id__": 41 + "__id__": 47 }, "_children": [], "_active": true, "_components": [ { - "__id__": 43 + "__id__": 49 } ], "_prefab": { - "__id__": 44 + "__id__": 50 }, "_opacity": 255, "_color": { @@ -1682,7 +1894,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 42 + "__id__": 48 }, "_enabled": true, "_materials": [ @@ -1723,17 +1935,17 @@ "_name": "node2", "_objFlags": 0, "_parent": { - "__id__": 41 + "__id__": 47 }, "_children": [], "_active": true, "_components": [ { - "__id__": 46 + "__id__": 52 } ], "_prefab": { - "__id__": 47 + "__id__": 53 }, "_opacity": 255, "_color": { @@ -1787,7 +1999,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 45 + "__id__": 51 }, "_enabled": true, "_materials": [ @@ -1839,12 +2051,9 @@ "_name": "open1", "_objFlags": 0, "_parent": { - "__id__": 40 + "__id__": 46 }, "_children": [ - { - "__id__": 50 - }, { "__id__": 56 }, @@ -1852,13 +2061,16 @@ "__id__": 62 }, { - "__id__": 65 + "__id__": 68 + }, + { + "__id__": 71 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 68 + "__id__": 74 }, "_opacity": 255, "_color": { @@ -1912,230 +2124,8 @@ "_name": "node1", "_objFlags": 0, "_parent": { - "__id__": 49 - }, - "_children": [ - { - "__id__": 51 - } - ], - "_active": true, - "_components": [ - { - "__id__": 54 - } - ], - "_prefab": { "__id__": 55 }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 58, - "height": 34 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - -4.804, - -26, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "New Sprite", - "_objFlags": 0, - "_parent": { - "__id__": 50 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 52 - } - ], - "_prefab": { - "__id__": 53 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 9, - "height": 42 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 55.963, - 0.386, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 51 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "4c2ac211-077a-4783-92b7-42964571ebfe" - }, - "_type": 0, - "_sizeMode": 1, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" - }, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "0c1qsPaylDrpT2t17TQb6H", - "sync": false - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 50 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "1f53a670-99ab-4671-932f-3227940876cc" - }, - "_type": 3, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 1, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" - }, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "d2N7h1IthCPJsmDH7G793J", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "node2", - "_objFlags": 0, - "_parent": { - "__id__": 49 - }, "_children": [ { "__id__": 57 @@ -2172,14 +2162,14 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 111.356, + -4.804, -26, 0, 0, 0, 0, 1, - -1, + 1, 1, 1 ] @@ -2236,16 +2226,16 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 55.221, + 55.963, 0.386, 0, 0, 0, 0, 1, - -1, 1, - -1 + 1, + 1 ] }, "_eulerAngles": { @@ -2303,7 +2293,7 @@ "asset": { "__id__": 0 }, - "fileId": "a8LMNTsVhHdYwOcx1jr1Op", + "fileId": "0c1qsPaylDrpT2t17TQb6H", "sync": false }, { @@ -2340,6 +2330,228 @@ }, "_id": "" }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "d2N7h1IthCPJsmDH7G793J", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "node2", + "_objFlags": 0, + "_parent": { + "__id__": 55 + }, + "_children": [ + { + "__id__": 63 + } + ], + "_active": true, + "_components": [ + { + "__id__": 66 + } + ], + "_prefab": { + "__id__": 67 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 58, + "height": 34 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 111.356, + -26, + 0, + 0, + 0, + 0, + 1, + -1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "New Sprite", + "_objFlags": 0, + "_parent": { + "__id__": 62 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 64 + } + ], + "_prefab": { + "__id__": 65 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 9, + "height": 42 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 55.221, + 0.386, + 0, + 0, + 0, + 0, + 1, + -1, + 1, + -1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 63 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "4c2ac211-077a-4783-92b7-42964571ebfe" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" + }, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "a8LMNTsVhHdYwOcx1jr1Op", + "sync": false + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 62 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "1f53a670-99ab-4671-932f-3227940876cc" + }, + "_type": 3, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 1, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" + }, + "_id": "" + }, { "__type__": "cc.PrefabInfo", "root": { @@ -2356,17 +2568,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 49 + "__id__": 55 }, "_children": [], "_active": true, "_components": [ { - "__id__": 63 + "__id__": 69 } ], "_prefab": { - "__id__": 64 + "__id__": 70 }, "_opacity": 255, "_color": { @@ -2420,7 +2632,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 62 + "__id__": 68 }, "_enabled": true, "_materials": [ @@ -2465,268 +2677,7 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 49 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 66 - } - ], - "_prefab": { - "__id__": 67 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 9, - "height": 42 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 109.525, - -25.614, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 65 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "4c2ac211-077a-4783-92b7-42964571ebfe" - }, - "_type": 0, - "_sizeMode": 1, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" - }, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "4cHqgtvGBBpLSd10B/ydHm", - "sync": false - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "13gPhoCJ5NJ7p+16JYUk6Z", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "open2", - "_objFlags": 0, - "_parent": { - "__id__": 40 - }, - "_children": [ - { - "__id__": 70 - }, - { - "__id__": 76 - }, - { - "__id__": 82 - }, - { - "__id__": 85 - } - ], - "_active": false, - "_components": [], - "_prefab": { - "__id__": 88 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 0, - "height": 0 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 2 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "node1", - "_objFlags": 0, - "_parent": { - "__id__": 69 - }, - "_children": [ - { - "__id__": 71 - } - ], - "_active": true, - "_components": [ - { - "__id__": 74 - } - ], - "_prefab": { - "__id__": 75 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 116, - "height": 34 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - -3.804, - -26, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "New Sprite", - "_objFlags": 0, - "_parent": { - "__id__": 70 + "__id__": 55 }, "_children": [], "_active": true, @@ -2760,8 +2711,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 116.02, - 0.386, + 109.525, + -25.614, 0, 0, 0, @@ -2827,43 +2778,9 @@ "asset": { "__id__": 0 }, - "fileId": "50ZpK5UftFN7Dn7UqBl86Q", + "fileId": "4cHqgtvGBBpLSd10B/ydHm", "sync": false }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 70 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "b48abaaa-d7d1-45b6-8a24-8f259163122a" - }, - "_type": 3, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 1, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" - }, - "_id": "" - }, { "__type__": "cc.PrefabInfo", "root": { @@ -2872,15 +2789,88 @@ "asset": { "__id__": 0 }, - "fileId": "21WFocbG5HPI8lfQrwgyIz", + "fileId": "13gPhoCJ5NJ7p+16JYUk6Z", "sync": false }, { "__type__": "cc.Node", - "_name": "node2", + "_name": "open2", "_objFlags": 0, "_parent": { - "__id__": 69 + "__id__": 46 + }, + "_children": [ + { + "__id__": 76 + }, + { + "__id__": 82 + }, + { + "__id__": 88 + }, + { + "__id__": 91 + } + ], + "_active": false, + "_components": [], + "_prefab": { + "__id__": 94 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 0, + "height": 0 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 2 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "node1", + "_objFlags": 0, + "_parent": { + "__id__": 75 }, "_children": [ { @@ -2906,7 +2896,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 115, + "width": 116, "height": 34 }, "_anchorPoint": { @@ -2918,14 +2908,14 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 231.959, + -3.804, -26, 0, 0, 0, 0, 1, - -1, + 1, 1, 1 ] @@ -2982,16 +2972,16 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 115.015, + 116.02, 0.386, 0, 0, 0, 0, 1, - -1, 1, - -1 + 1, + 1 ] }, "_eulerAngles": { @@ -3049,7 +3039,7 @@ "asset": { "__id__": 0 }, - "fileId": "45pFz1j/5LR4CFe8zwAZsd", + "fileId": "50ZpK5UftFN7Dn7UqBl86Q", "sync": false }, { @@ -3086,6 +3076,228 @@ }, "_id": "" }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "21WFocbG5HPI8lfQrwgyIz", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "node2", + "_objFlags": 0, + "_parent": { + "__id__": 75 + }, + "_children": [ + { + "__id__": 83 + } + ], + "_active": true, + "_components": [ + { + "__id__": 86 + } + ], + "_prefab": { + "__id__": 87 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 115, + "height": 34 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 231.959, + -26, + 0, + 0, + 0, + 0, + 1, + -1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "New Sprite", + "_objFlags": 0, + "_parent": { + "__id__": 82 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 84 + } + ], + "_prefab": { + "__id__": 85 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 9, + "height": 42 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 115.015, + 0.386, + 0, + 0, + 0, + 0, + 1, + -1, + 1, + -1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 83 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "4c2ac211-077a-4783-92b7-42964571ebfe" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" + }, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "45pFz1j/5LR4CFe8zwAZsd", + "sync": false + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 82 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "b48abaaa-d7d1-45b6-8a24-8f259163122a" + }, + "_type": 3, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 1, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" + }, + "_id": "" + }, { "__type__": "cc.PrefabInfo", "root": { @@ -3102,17 +3314,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 69 + "__id__": 75 }, "_children": [], "_active": true, "_components": [ { - "__id__": 83 + "__id__": 89 } ], "_prefab": { - "__id__": 84 + "__id__": 90 }, "_opacity": 255, "_color": { @@ -3166,7 +3378,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 82 + "__id__": 88 }, "_enabled": true, "_materials": [ @@ -3211,268 +3423,7 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 69 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 86 - } - ], - "_prefab": { - "__id__": 87 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 9, - "height": 42 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 229.661, - -25.614, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 85 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "4c2ac211-077a-4783-92b7-42964571ebfe" - }, - "_type": 0, - "_sizeMode": 1, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" - }, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "40LWkEnklHga/yKbl7syzW", - "sync": false - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "dfG/KsjipMErmjpzBeo7XU", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "open3", - "_objFlags": 0, - "_parent": { - "__id__": 40 - }, - "_children": [ - { - "__id__": 90 - }, - { - "__id__": 96 - }, - { - "__id__": 102 - }, - { - "__id__": 105 - } - ], - "_active": false, - "_components": [], - "_prefab": { - "__id__": 108 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 0, - "height": 0 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 3 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "node1", - "_objFlags": 0, - "_parent": { - "__id__": 89 - }, - "_children": [ - { - "__id__": 91 - } - ], - "_active": true, - "_components": [ - { - "__id__": 94 - } - ], - "_prefab": { - "__id__": 95 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 175, - "height": 34 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - -2.604, - -28.534, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "New Sprite", - "_objFlags": 0, - "_parent": { - "__id__": 90 + "__id__": 75 }, "_children": [], "_active": true, @@ -3506,8 +3457,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 174.775, - 2.92, + 229.661, + -25.614, 0, 0, 0, @@ -3515,7 +3466,7 @@ 1, 1, 1, - 0.33333 + 1 ] }, "_eulerAngles": { @@ -3573,43 +3524,9 @@ "asset": { "__id__": 0 }, - "fileId": "baXTbZETZNQaJzLop8NoMg", + "fileId": "40LWkEnklHga/yKbl7syzW", "sync": false }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 90 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "e122aac4-873c-4996-bbc8-7fdbd2cd0e60" - }, - "_type": 3, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 1, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" - }, - "_id": "" - }, { "__type__": "cc.PrefabInfo", "root": { @@ -3618,15 +3535,88 @@ "asset": { "__id__": 0 }, - "fileId": "98vrc439VOWZpiP1N0LTiu", + "fileId": "dfG/KsjipMErmjpzBeo7XU", "sync": false }, { "__type__": "cc.Node", - "_name": "node2", + "_name": "open3", "_objFlags": 0, "_parent": { - "__id__": 89 + "__id__": 46 + }, + "_children": [ + { + "__id__": 96 + }, + { + "__id__": 102 + }, + { + "__id__": 108 + }, + { + "__id__": 111 + } + ], + "_active": false, + "_components": [], + "_prefab": { + "__id__": 114 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 0, + "height": 0 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 3 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "node1", + "_objFlags": 0, + "_parent": { + "__id__": 95 }, "_children": [ { @@ -3664,14 +3654,14 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 351.76, + -2.604, -28.534, 0, 0, 0, 0, 1, - -1, + 1, 1, 1 ] @@ -3728,7 +3718,7 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 174.849, + 174.775, 2.92, 0, 0, @@ -3737,7 +3727,7 @@ 1, 1, 1, - -0.33333 + 0.33333 ] }, "_eulerAngles": { @@ -3795,7 +3785,7 @@ "asset": { "__id__": 0 }, - "fileId": "69J7JKO+JEqLHnNlYrSZd+", + "fileId": "baXTbZETZNQaJzLop8NoMg", "sync": false }, { @@ -3832,6 +3822,228 @@ }, "_id": "" }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "98vrc439VOWZpiP1N0LTiu", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "node2", + "_objFlags": 0, + "_parent": { + "__id__": 95 + }, + "_children": [ + { + "__id__": 103 + } + ], + "_active": true, + "_components": [ + { + "__id__": 106 + } + ], + "_prefab": { + "__id__": 107 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 175, + "height": 34 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 351.76, + -28.534, + 0, + 0, + 0, + 0, + 1, + -1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "New Sprite", + "_objFlags": 0, + "_parent": { + "__id__": 102 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 104 + } + ], + "_prefab": { + "__id__": 105 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 9, + "height": 42 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 174.849, + 2.92, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + -0.33333 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 103 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "4c2ac211-077a-4783-92b7-42964571ebfe" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" + }, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "69J7JKO+JEqLHnNlYrSZd+", + "sync": false + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 102 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "e122aac4-873c-4996-bbc8-7fdbd2cd0e60" + }, + "_type": 3, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 1, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" + }, + "_id": "" + }, { "__type__": "cc.PrefabInfo", "root": { @@ -3848,17 +4060,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 89 + "__id__": 95 }, "_children": [], "_active": true, "_components": [ { - "__id__": 103 + "__id__": 109 } ], "_prefab": { - "__id__": 104 + "__id__": 110 }, "_opacity": 255, "_color": { @@ -3912,7 +4124,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 102 + "__id__": 108 }, "_enabled": true, "_materials": [ @@ -3957,17 +4169,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 89 + "__id__": 95 }, "_children": [], "_active": true, "_components": [ { - "__id__": 106 + "__id__": 112 } ], "_prefab": { - "__id__": 107 + "__id__": 113 }, "_opacity": 255, "_color": { @@ -4021,7 +4233,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 105 + "__id__": 111 }, "_enabled": true, "_materials": [ @@ -4091,20 +4303,20 @@ "__id__": 1 }, "_children": [ - { - "__id__": 111 - }, { "__id__": 117 }, { "__id__": 123 + }, + { + "__id__": 129 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 129 + "__id__": 135 }, "_opacity": 255, "_color": { @@ -4158,230 +4370,8 @@ "_name": "rotate1", "_objFlags": 0, "_parent": { - "__id__": 110 - }, - "_children": [ - { - "__id__": 112 - } - ], - "_active": false, - "_components": [ - { - "__id__": 115 - } - ], - "_prefab": { "__id__": 116 }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 79, - "height": 53 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 0, - 40.374, - 0, - 0, - 0, - -1, - 6.123233995736766e-17, - 1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": -180 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "arror", - "_objFlags": 0, - "_parent": { - "__id__": 111 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 113 - } - ], - "_prefab": { - "__id__": 114 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 36, - "height": 24 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - -1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 112 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "fdcd9e80-10cf-423a-911b-91b66f05791a" - }, - "_type": 0, - "_sizeMode": 1, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" - }, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "2bmOFTAXZIFIuSiON8PATQ", - "sync": false - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 111 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "fb792d6a-0401-4ff6-8a50-c7934b38fecb" - }, - "_type": 0, - "_sizeMode": 1, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" - }, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "89k/dU6wBHKoJ7J0dyicGT", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "rotate2", - "_objFlags": 0, - "_parent": { - "__id__": 110 - }, "_children": [ { "__id__": 118 @@ -4406,7 +4396,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 120, + "width": 79, "height": 53 }, "_anchorPoint": { @@ -4418,7 +4408,7 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 60, + 0, 40.374, 0, 0, @@ -4549,7 +4539,7 @@ "asset": { "__id__": 0 }, - "fileId": "5aO6OlAspOTZIlQ6bNZMyy", + "fileId": "2bmOFTAXZIFIuSiON8PATQ", "sync": false }, { @@ -4570,8 +4560,8 @@ "_spriteFrame": { "__uuid__": "fb792d6a-0401-4ff6-8a50-c7934b38fecb" }, - "_type": 1, - "_sizeMode": 0, + "_type": 0, + "_sizeMode": 1, "_fillType": 0, "_fillCenter": { "__type__": "cc.Vec2", @@ -4594,15 +4584,15 @@ "asset": { "__id__": 0 }, - "fileId": "bc8uTWLghOFYc3kiCe48cd", + "fileId": "89k/dU6wBHKoJ7J0dyicGT", "sync": false }, { "__type__": "cc.Node", - "_name": "rotate3", + "_name": "rotate2", "_objFlags": 0, "_parent": { - "__id__": 110 + "__id__": 116 }, "_children": [ { @@ -4628,7 +4618,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 200, + "width": 120, "height": 53 }, "_anchorPoint": { @@ -4640,7 +4630,7 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 120, + 60, 40.374, 0, 0, @@ -4766,12 +4756,12 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 123 + "__id__": 1 }, "asset": { - "__uuid__": "a7045129-1b59-44d6-99a0-6316107b3b7b" + "__id__": 0 }, - "fileId": "abl+L48MxEJ6gjdOC/lCrz", + "fileId": "5aO6OlAspOTZIlQ6bNZMyy", "sync": false }, { @@ -4811,7 +4801,229 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 123 + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "bc8uTWLghOFYc3kiCe48cd", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "rotate3", + "_objFlags": 0, + "_parent": { + "__id__": 116 + }, + "_children": [ + { + "__id__": 130 + } + ], + "_active": false, + "_components": [ + { + "__id__": 133 + } + ], + "_prefab": { + "__id__": 134 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 200, + "height": 53 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 120, + 40.374, + 0, + 0, + 0, + -1, + 6.123233995736766e-17, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": -180 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "arror", + "_objFlags": 0, + "_parent": { + "__id__": 129 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 131 + } + ], + "_prefab": { + "__id__": 132 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 36, + "height": 24 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + -1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 130 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "fdcd9e80-10cf-423a-911b-91b66f05791a" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" + }, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 129 + }, + "asset": { + "__uuid__": "a7045129-1b59-44d6-99a0-6316107b3b7b" + }, + "fileId": "abl+L48MxEJ6gjdOC/lCrz", + "sync": false + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 129 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "fb792d6a-0401-4ff6-8a50-c7934b38fecb" + }, + "_type": 1, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "f2c494b7-b6df-488f-b194-358235b0f180" + }, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 129 }, "asset": { "__uuid__": "a7045129-1b59-44d6-99a0-6316107b3b7b"