From 78dd6775ffb86402b56903aba38272c61720bee8 Mon Sep 17 00:00:00 2001 From: "COMPUTER\\EDY" <249929363@qq.com> Date: Tue, 11 Nov 2025 18:57:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/Script/JiaZai.ts | 40 +- assets/Script/Map.ts | 2 +- assets/career.meta | 20 +- .../{newGame.prefab => rankGame.prefab} | 6084 ++++++++++------- ...wGame.prefab.meta => rankGame.prefab.meta} | 0 assets/career/script/CareerItem.ts | 87 +- assets/career/script/CareerList.ts | 127 +- assets/career/script/CareerManager.ts | 6 +- assets/custom/Json/level651.json | 440 ++ assets/custom/Json/level651.json.meta | 6 + assets/custom/Json/level652.json | 358 + assets/custom/Json/level652.json.meta | 6 + assets/custom/Json/level653.json | 444 ++ assets/custom/Json/level653.json.meta | 6 + assets/custom/Json/level654.json | 417 ++ assets/custom/Json/level654.json.meta | 6 + assets/custom/Json/level655.json | 356 + assets/custom/Json/level655.json.meta | 6 + assets/custom/Json/level656.json | 341 + assets/custom/Json/level656.json.meta | 6 + assets/custom/Json/level657.json | 381 ++ assets/custom/Json/level657.json.meta | 6 + assets/custom/Json/level658.json | 406 ++ assets/custom/Json/level658.json.meta | 6 + assets/custom/Json/level659.json | 317 + assets/custom/Json/level659.json.meta | 6 + assets/custom/Json/level660.json | 372 + assets/custom/Json/level660.json.meta | 6 + assets/custom/Json/level661.json | 331 + assets/custom/Json/level661.json.meta | 6 + assets/custom/Json/level662.json | 354 + assets/custom/Json/level662.json.meta | 6 + assets/custom/Json/level663.json | 396 ++ assets/custom/Json/level663.json.meta | 6 + assets/custom/Json/level664.json | 311 + assets/custom/Json/level664.json.meta | 6 + assets/custom/Json/level665.json | 374 + assets/custom/Json/level665.json.meta | 6 + assets/custom/Json/level666.json | 373 + assets/custom/Json/level666.json.meta | 6 + assets/custom/Json/level667.json | 368 + assets/custom/Json/level667.json.meta | 6 + assets/custom/Json/level668.json | 300 + assets/custom/Json/level668.json.meta | 6 + assets/custom/Json/level669.json | 385 ++ assets/custom/Json/level669.json.meta | 6 + assets/custom/Json/level670.json | 544 ++ assets/custom/Json/level670.json.meta | 6 + 48 files changed, 11277 insertions(+), 2777 deletions(-) rename assets/career/prefab/{newGame.prefab => rankGame.prefab} (91%) rename assets/career/prefab/{newGame.prefab.meta => rankGame.prefab.meta} (100%) create mode 100644 assets/custom/Json/level651.json create mode 100644 assets/custom/Json/level651.json.meta create mode 100644 assets/custom/Json/level652.json create mode 100644 assets/custom/Json/level652.json.meta create mode 100644 assets/custom/Json/level653.json create mode 100644 assets/custom/Json/level653.json.meta create mode 100644 assets/custom/Json/level654.json create mode 100644 assets/custom/Json/level654.json.meta create mode 100644 assets/custom/Json/level655.json create mode 100644 assets/custom/Json/level655.json.meta create mode 100644 assets/custom/Json/level656.json create mode 100644 assets/custom/Json/level656.json.meta create mode 100644 assets/custom/Json/level657.json create mode 100644 assets/custom/Json/level657.json.meta create mode 100644 assets/custom/Json/level658.json create mode 100644 assets/custom/Json/level658.json.meta create mode 100644 assets/custom/Json/level659.json create mode 100644 assets/custom/Json/level659.json.meta create mode 100644 assets/custom/Json/level660.json create mode 100644 assets/custom/Json/level660.json.meta create mode 100644 assets/custom/Json/level661.json create mode 100644 assets/custom/Json/level661.json.meta create mode 100644 assets/custom/Json/level662.json create mode 100644 assets/custom/Json/level662.json.meta create mode 100644 assets/custom/Json/level663.json create mode 100644 assets/custom/Json/level663.json.meta create mode 100644 assets/custom/Json/level664.json create mode 100644 assets/custom/Json/level664.json.meta create mode 100644 assets/custom/Json/level665.json create mode 100644 assets/custom/Json/level665.json.meta create mode 100644 assets/custom/Json/level666.json create mode 100644 assets/custom/Json/level666.json.meta create mode 100644 assets/custom/Json/level667.json create mode 100644 assets/custom/Json/level667.json.meta create mode 100644 assets/custom/Json/level668.json create mode 100644 assets/custom/Json/level668.json.meta create mode 100644 assets/custom/Json/level669.json create mode 100644 assets/custom/Json/level669.json.meta create mode 100644 assets/custom/Json/level670.json create mode 100644 assets/custom/Json/level670.json.meta diff --git a/assets/Script/JiaZai.ts b/assets/Script/JiaZai.ts index 0dc6c05..ac634de 100644 --- a/assets/Script/JiaZai.ts +++ b/assets/Script/JiaZai.ts @@ -104,6 +104,7 @@ export default class JiaZai extends cc.Component { // LIFE-CYCLE CALLBACKS: private onShowListener: () => void; private onHideListener: () => void; + RankNode: cc.Node; // LIFE-CYCLE CALLBACKS: onLoad() { @@ -117,7 +118,7 @@ export default class JiaZai extends cc.Component { this.closeAvatar(); this.setShareInfo(); this.checkTasks(); - + // this.getSRank(); this.checkAndSetPlayerPassLevel(); // this.checkDailyQuests(); //console.log("进入首页获取的share", cc.fx.GameConfig.GM_INFO.otherUid, cc.fx.GameConfig.GM_INFO.otherLevel); @@ -1925,14 +1926,14 @@ export default class JiaZai extends cc.Component { }, 2: { time: endTiem.toString(), - progress: 0, + progress: 1, progressLevel: 1, activate: false, free: [1], passCheck: [1], } } - cc.fx.GameConfig.GM_INFO.getProgress = 0; + cc.fx.GameConfig.GM_INFO.getProgress = 1; cc.fx.GameConfig.GM_INFO.getProgressLevel = 1; Utils.setPassCheckInfo((result) => { if (result.code === 1) { @@ -2261,6 +2262,7 @@ export default class JiaZai extends cc.Component { //获取入职排行榜 getSRank() { + this.LoadCareer(null); Utils.getSRank(res => { let data = JSON.parse(res.data); let role = data.role; @@ -2274,7 +2276,7 @@ export default class JiaZai extends cc.Component { count: item[1] // 数值 })); // 排序后的结果 - + // console.log(sortedArray); let city = JSON.parse(JSON.stringify(cc.fx.GameConfig.CITY)); let rankData = []; for (let i = 0; i < sortedArray.length; i++) { @@ -2303,8 +2305,38 @@ export default class JiaZai extends cc.Component { rankingData: [] }); } + if (this.RankNode != null && this.RankNode != undefined) { + this.node.addChild(this.RankNode); + this.RankNode.zIndex = 3; + this.RankNode.getComponent("CareerManager").init(rankData); + } else { + this.LoadCareer(() => { + this.node.addChild(this.RankNode); + this.RankNode.zIndex = 3; + this.RankNode.getComponent("CareerManager").init(rankData); + }) + } console.log(rankData); + }); + } + LoadCareer(callback: () => void) { + cc.assetManager.loadBundle('career', (err: Error, bundle: cc.AssetManager.Bundle) => { + if (err) { + cc.error(err.message || err); + return; + } + console.log("入职排行已加载好预制体1"); + bundle.load('prefab/rankGame', cc.Prefab, (err: Error, prefab: cc.Prefab) => { + if (err) { + cc.error(err.message || err); + return; + } + console.log("入职排行已加载好预制体2"); + this.RankNode = cc.instantiate(prefab); + if (callback) + callback(); + }); }); } diff --git a/assets/Script/Map.ts b/assets/Script/Map.ts index 410334c..3bc0485 100644 --- a/assets/Script/Map.ts +++ b/assets/Script/Map.ts @@ -4257,7 +4257,7 @@ export default class MapConroler extends cc.Component { playHitSound() { this.hitSoundCount++; if (this.hitSoundCount > 5) { - this.hitSoundCount = 1; + this.hitSoundCount = 5; } cc.fx.AudioManager._instance.playEffect("hit" + (this.hitSoundCount), null); this.hitSoundTime = Date.now(); // 记录当前播放时间 diff --git a/assets/career.meta b/assets/career.meta index 2f49cd1..7f79fb4 100644 --- a/assets/career.meta +++ b/assets/career.meta @@ -2,12 +2,20 @@ "ver": "1.1.3", "uuid": "c33b8235-e2f9-4501-9df3-b12e34e14b61", "importer": "folder", - "isBundle": false, + "isBundle": true, "bundleName": "", - "priority": 1, - "compressionType": {}, - "optimizeHotUpdate": {}, - "inlineSpriteFrames": {}, - "isRemoteBundle": {}, + "priority": 2, + "compressionType": { + "wechatgame": "subpackage" + }, + "optimizeHotUpdate": { + "wechatgame": false + }, + "inlineSpriteFrames": { + "wechatgame": false + }, + "isRemoteBundle": { + "wechatgame": false + }, "subMetas": {} } \ No newline at end of file diff --git a/assets/career/prefab/newGame.prefab b/assets/career/prefab/rankGame.prefab similarity index 91% rename from assets/career/prefab/newGame.prefab rename to assets/career/prefab/rankGame.prefab index d872008..ed1ef46 100644 --- a/assets/career/prefab/newGame.prefab +++ b/assets/career/prefab/rankGame.prefab @@ -13,7 +13,7 @@ }, { "__type__": "cc.Node", - "_name": "newGame", + "_name": "rankGame", "_objFlags": 0, "_parent": null, "_children": [ @@ -22,61 +22,19 @@ }, { "__id__": 5 - }, - { - "__id__": 8 - }, - { - "__id__": 11 - }, - { - "__id__": 14 - }, - { - "__id__": 50 - }, - { - "__id__": 86 - }, - { - "__id__": 122 - }, - { - "__id__": 158 - }, - { - "__id__": 194 - }, - { - "__id__": 230 - }, - { - "__id__": 388 - }, - { - "__id__": 390 - }, - { - "__id__": 392 - }, - { - "__id__": 394 - }, - { - "__id__": 396 - }, - { - "__id__": 398 } ], "_active": true, "_components": [ { - "__id__": 400 + "__id__": 423 + }, + { + "__id__": 424 } ], "_prefab": { - "__id__": 401 + "__id__": 425 }, "_opacity": 255, "_color": { @@ -234,20 +192,33 @@ }, { "__type__": "cc.Node", - "_name": "rank1", + "_name": "ScrollView", "_objFlags": 0, "_parent": { "__id__": 1 }, - "_children": [], + "_children": [ + { + "__id__": 6 + }, + { + "__id__": 13 + } + ], "_active": true, "_components": [ { - "__id__": 6 + "__id__": 11 + }, + { + "__id__": 420 + }, + { + "__id__": 421 } ], "_prefab": { - "__id__": 7 + "__id__": 422 }, "_opacity": 255, "_color": { @@ -259,8 +230,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 360, - "height": 45 + "width": 1080, + "height": 1920 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -272,7 +243,145 @@ "ctor": "Float64Array", "array": [ 0, - 448.628, + 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.Node", + "_name": "scrollBar", + "_objFlags": 0, + "_parent": { + "__id__": 5 + }, + "_children": [ + { + "__id__": 7 + } + ], + "_active": true, + "_components": [ + { + "__id__": 10 + }, + { + "__id__": 417 + }, + { + "__id__": 418 + } + ], + "_prefab": { + "__id__": 419 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 12, + "height": 1920 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 1, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 540, + 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.Node", + "_name": "bar", + "_objFlags": 0, + "_parent": { + "__id__": 6 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 8 + } + ], + "_prefab": { + "__id__": 9 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 10, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 1, + "y": 0 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + -1, + 0, 0, 0, 0, @@ -300,10 +409,472 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "node": { + "__id__": 7 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "5c3bb932-6c3c-468f-88a9-c8c61d458641" + }, + "_type": 1, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "56ZPTfYENNxqUEGxafDBnR", + "sync": false + }, + { + "__type__": "cc.Scrollbar", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 6 + }, + "_enabled": true, + "_scrollView": { + "__id__": 11 + }, + "_touching": false, + "_opacity": 255, + "enableAutoHide": true, + "autoHideTime": 1, + "_N$handle": { + "__id__": 8 + }, + "_N$direction": 1, + "_id": "" + }, + { + "__type__": "cc.ScrollView", + "_name": "", + "_objFlags": 0, "node": { "__id__": 5 }, "_enabled": true, + "horizontal": false, + "vertical": true, + "inertia": true, + "brake": 0.75, + "elastic": true, + "bounceDuration": 0, + "scrollEvents": [], + "cancelInnerEvents": true, + "_N$content": { + "__id__": 12 + }, + "content": { + "__id__": 12 + }, + "_N$horizontalScrollBar": null, + "_N$verticalScrollBar": { + "__id__": 10 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "content", + "_objFlags": 0, + "_parent": { + "__id__": 13 + }, + "_children": [ + { + "__id__": 17 + }, + { + "__id__": 256 + } + ], + "_active": true, + "_components": [ + { + "__id__": 415 + } + ], + "_prefab": { + "__id__": 416 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 1080, + "height": 1920 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 1 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + -540, + 960, + 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": "view", + "_objFlags": 0, + "_parent": { + "__id__": 5 + }, + "_children": [ + { + "__id__": 12 + } + ], + "_active": true, + "_components": [ + { + "__id__": 14 + }, + { + "__id__": 15 + } + ], + "_prefab": { + "__id__": 16 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 1080, + "height": 1920 + }, + "_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.Mask", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 13 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_spriteFrame": null, + "_type": 0, + "_segments": 64, + "_N$alphaThreshold": 0, + "_N$inverted": false, + "_id": "" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 13 + }, + "_enabled": true, + "alignMode": 1, + "_target": null, + "_alignFlags": 45, + "_left": 0, + "_right": 0, + "_top": 0, + "_bottom": 0, + "_verticalCenter": 0, + "_horizontalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 240, + "_originalHeight": 250, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "5dbcob/dpJKaAwsmMRZn2P", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "topRank", + "_objFlags": 0, + "_parent": { + "__id__": 12 + }, + "_children": [ + { + "__id__": 18 + }, + { + "__id__": 21 + }, + { + "__id__": 24 + }, + { + "__id__": 27 + }, + { + "__id__": 63 + }, + { + "__id__": 99 + }, + { + "__id__": 135 + }, + { + "__id__": 171 + }, + { + "__id__": 207 + }, + { + "__id__": 243 + }, + { + "__id__": 245 + }, + { + "__id__": 247 + }, + { + "__id__": 249 + }, + { + "__id__": 251 + }, + { + "__id__": 253 + } + ], + "_active": true, + "_components": [], + "_prefab": { + "__id__": 255 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 980, + "height": 1550 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 1 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 535, + 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.Node", + "_name": "gun1", + "_objFlags": 0, + "_parent": { + "__id__": 17 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 19 + } + ], + "_prefab": { + "__id__": 20 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 360, + "height": 45 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + -711.372, + 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__": 18 + }, + "_enabled": true, "_materials": [ { "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" @@ -338,25 +909,25 @@ "asset": { "__id__": 0 }, - "fileId": "f500we5AxEfLqZoo915KtX", + "fileId": "d3461j+TpIC70Dv/G+bPAj", "sync": false }, { "__type__": "cc.Node", - "_name": "rank2", + "_name": "gun2", "_objFlags": 0, "_parent": { - "__id__": 1 + "__id__": 17 }, "_children": [], "_active": true, "_components": [ { - "__id__": 9 + "__id__": 22 } ], "_prefab": { - "__id__": 10 + "__id__": 23 }, "_opacity": 255, "_color": { @@ -381,7 +952,7 @@ "ctor": "Float64Array", "array": [ 0, - 132.329, + -1027.671, 0, 0, 0, @@ -410,7 +981,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 8 + "__id__": 21 }, "_enabled": true, "_materials": [ @@ -447,25 +1018,25 @@ "asset": { "__id__": 0 }, - "fileId": "831rx4xkpFJogH6OM9GhEp", + "fileId": "6eb4be7zZEEbuGwZj6YAmu", "sync": false }, { "__type__": "cc.Node", - "_name": "rank3", + "_name": "gun3", "_objFlags": 0, "_parent": { - "__id__": 1 + "__id__": 17 }, "_children": [], "_active": true, "_components": [ { - "__id__": 12 + "__id__": 25 } ], "_prefab": { - "__id__": 13 + "__id__": 26 }, "_opacity": 255, "_color": { @@ -490,7 +1061,7 @@ "ctor": "Float64Array", "array": [ 0, - -181.39, + -1341.39, 0, 0, 0, @@ -519,7 +1090,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 11 + "__id__": 24 }, "_enabled": true, "_materials": [ @@ -556,7 +1127,7 @@ "asset": { "__id__": 0 }, - "fileId": "fdRfsRNJNAzrFm4zaop7pi", + "fileId": "b3EJlGzoBMjL0Jwgiepbcd", "sync": false }, { @@ -564,35 +1135,35 @@ "_name": "careerRankItem", "_objFlags": 0, "_parent": { - "__id__": 1 + "__id__": 17 }, "_children": [ { - "__id__": 15 + "__id__": 28 }, { - "__id__": 21 + "__id__": 34 }, { - "__id__": 30 + "__id__": 43 }, { - "__id__": 36 + "__id__": 49 }, { - "__id__": 39 + "__id__": 52 }, { - "__id__": 42 + "__id__": 55 }, { - "__id__": 45 + "__id__": 58 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 49 + "__id__": 62 }, "_opacity": 255, "_color": { @@ -617,7 +1188,7 @@ "ctor": "Float64Array", "array": [ 0, - 542, + -618, 0, 0, 0, @@ -646,21 +1217,21 @@ "_name": "rankBg1", "_objFlags": 0, "_parent": { - "__id__": 14 + "__id__": 27 }, "_children": [ { - "__id__": 16 + "__id__": 29 } ], "_active": true, "_components": [ { - "__id__": 19 + "__id__": 32 } ], "_prefab": { - "__id__": 20 + "__id__": 33 }, "_opacity": 255, "_color": { @@ -714,17 +1285,17 @@ "_name": "rankName", "_objFlags": 0, "_parent": { - "__id__": 15 + "__id__": 28 }, "_children": [], "_active": true, "_components": [ { - "__id__": 17 + "__id__": 30 } ], "_prefab": { - "__id__": 18 + "__id__": 31 }, "_opacity": 255, "_color": { @@ -778,7 +1349,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 16 + "__id__": 29 }, "_enabled": true, "_materials": [ @@ -810,7 +1381,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 14 + "__id__": 27 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -823,7 +1394,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 15 + "__id__": 28 }, "_enabled": true, "_materials": [ @@ -855,7 +1426,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 14 + "__id__": 27 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -868,24 +1439,24 @@ "_name": "rankBg2", "_objFlags": 0, "_parent": { - "__id__": 14 + "__id__": 27 }, "_children": [ { - "__id__": 22 + "__id__": 35 }, { - "__id__": 25 + "__id__": 38 } ], "_active": false, "_components": [ { - "__id__": 28 + "__id__": 41 } ], "_prefab": { - "__id__": 29 + "__id__": 42 }, "_opacity": 255, "_color": { @@ -939,17 +1510,17 @@ "_name": "rankName", "_objFlags": 0, "_parent": { - "__id__": 21 + "__id__": 34 }, "_children": [], "_active": true, "_components": [ { - "__id__": 23 + "__id__": 36 } ], "_prefab": { - "__id__": 24 + "__id__": 37 }, "_opacity": 255, "_color": { @@ -1003,7 +1574,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 22 + "__id__": 35 }, "_enabled": true, "_materials": [ @@ -1035,7 +1606,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 14 + "__id__": 27 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -1048,17 +1619,17 @@ "_name": "rankName2", "_objFlags": 0, "_parent": { - "__id__": 21 + "__id__": 34 }, "_children": [], "_active": false, "_components": [ { - "__id__": 26 + "__id__": 39 } ], "_prefab": { - "__id__": 27 + "__id__": 40 }, "_opacity": 255, "_color": { @@ -1112,7 +1683,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 25 + "__id__": 38 }, "_enabled": true, "_materials": [ @@ -1144,7 +1715,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 14 + "__id__": 27 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -1157,7 +1728,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 21 + "__id__": 34 }, "_enabled": true, "_materials": [ @@ -1189,7 +1760,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 14 + "__id__": 27 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -1202,21 +1773,21 @@ "_name": "rankBg3", "_objFlags": 0, "_parent": { - "__id__": 14 + "__id__": 27 }, "_children": [ { - "__id__": 31 + "__id__": 44 } ], "_active": false, "_components": [ { - "__id__": 34 + "__id__": 47 } ], "_prefab": { - "__id__": 35 + "__id__": 48 }, "_opacity": 255, "_color": { @@ -1270,17 +1841,17 @@ "_name": "rankName", "_objFlags": 0, "_parent": { - "__id__": 30 + "__id__": 43 }, "_children": [], "_active": true, "_components": [ { - "__id__": 32 + "__id__": 45 } ], "_prefab": { - "__id__": 33 + "__id__": 46 }, "_opacity": 255, "_color": { @@ -1334,7 +1905,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 31 + "__id__": 44 }, "_enabled": true, "_materials": [ @@ -1366,7 +1937,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 14 + "__id__": 27 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -1379,7 +1950,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 30 + "__id__": 43 }, "_enabled": true, "_materials": [ @@ -1411,7 +1982,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 14 + "__id__": 27 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -1424,17 +1995,17 @@ "_name": "name", "_objFlags": 0, "_parent": { - "__id__": 14 + "__id__": 27 }, "_children": [], "_active": true, "_components": [ { - "__id__": 37 + "__id__": 50 } ], "_prefab": { - "__id__": 38 + "__id__": 51 }, "_opacity": 255, "_color": { @@ -1488,7 +2059,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 36 + "__id__": 49 }, "_enabled": true, "_materials": [ @@ -1519,7 +2090,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 14 + "__id__": 27 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -1532,17 +2103,17 @@ "_name": "rank", "_objFlags": 0, "_parent": { - "__id__": 14 + "__id__": 27 }, "_children": [], "_active": true, "_components": [ { - "__id__": 40 + "__id__": 53 } ], "_prefab": { - "__id__": 41 + "__id__": 54 }, "_opacity": 255, "_color": { @@ -1596,7 +2167,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 39 + "__id__": 52 }, "_enabled": true, "_materials": [ @@ -1627,7 +2198,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 14 + "__id__": 27 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -1640,17 +2211,17 @@ "_name": "kuang", "_objFlags": 0, "_parent": { - "__id__": 14 + "__id__": 27 }, "_children": [], "_active": true, "_components": [ { - "__id__": 43 + "__id__": 56 } ], "_prefab": { - "__id__": 44 + "__id__": 57 }, "_opacity": 255, "_color": { @@ -1704,7 +2275,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 42 + "__id__": 55 }, "_enabled": true, "_materials": [ @@ -1736,7 +2307,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 14 + "__id__": 27 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -1749,17 +2320,17 @@ "_name": "icon", "_objFlags": 0, "_parent": { - "__id__": 14 + "__id__": 27 }, "_children": [], "_active": true, "_components": [ { - "__id__": 46 + "__id__": 59 } ], "_prefab": { - "__id__": 48 + "__id__": 61 }, "_opacity": 251, "_color": { @@ -1813,7 +2384,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 45 + "__id__": 58 }, "_enabled": true, "_materials": [ @@ -1828,7 +2399,7 @@ "_radius": 12, "_segment": 5, "_corner": { - "__id__": 47 + "__id__": 60 }, "_id": "" }, @@ -1842,7 +2413,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 14 + "__id__": 27 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -1853,12 +2424,12 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 14 + "__id__": 27 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" }, - "fileId": "01GcrVqJlLCJWZucVTXmU3", + "fileId": "a7DLvbh/hCfo8HNfeeJz2L", "sync": false }, { @@ -1866,35 +2437,35 @@ "_name": "careerRankItem", "_objFlags": 0, "_parent": { - "__id__": 1 + "__id__": 17 }, "_children": [ { - "__id__": 51 + "__id__": 64 }, { - "__id__": 57 + "__id__": 70 }, { - "__id__": 66 + "__id__": 79 }, { - "__id__": 72 + "__id__": 85 }, { - "__id__": 75 + "__id__": 88 }, { - "__id__": 78 + "__id__": 91 }, { - "__id__": 81 + "__id__": 94 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 85 + "__id__": 98 }, "_opacity": 255, "_color": { @@ -1919,7 +2490,7 @@ "ctor": "Float64Array", "array": [ -140, - 225, + -935, 0, 0, 0, @@ -1948,21 +2519,21 @@ "_name": "rankBg1", "_objFlags": 0, "_parent": { - "__id__": 50 + "__id__": 63 }, "_children": [ { - "__id__": 52 + "__id__": 65 } ], "_active": false, "_components": [ { - "__id__": 55 + "__id__": 68 } ], "_prefab": { - "__id__": 56 + "__id__": 69 }, "_opacity": 255, "_color": { @@ -2016,17 +2587,17 @@ "_name": "rankName", "_objFlags": 0, "_parent": { - "__id__": 51 + "__id__": 64 }, "_children": [], "_active": true, "_components": [ { - "__id__": 53 + "__id__": 66 } ], "_prefab": { - "__id__": 54 + "__id__": 67 }, "_opacity": 255, "_color": { @@ -2080,7 +2651,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 52 + "__id__": 65 }, "_enabled": true, "_materials": [ @@ -2112,7 +2683,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 50 + "__id__": 63 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -2125,7 +2696,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 51 + "__id__": 64 }, "_enabled": true, "_materials": [ @@ -2157,7 +2728,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 50 + "__id__": 63 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -2170,24 +2741,24 @@ "_name": "rankBg2", "_objFlags": 0, "_parent": { - "__id__": 50 + "__id__": 63 }, "_children": [ { - "__id__": 58 + "__id__": 71 }, { - "__id__": 61 + "__id__": 74 } ], "_active": true, "_components": [ { - "__id__": 64 + "__id__": 77 } ], "_prefab": { - "__id__": 65 + "__id__": 78 }, "_opacity": 255, "_color": { @@ -2241,17 +2812,17 @@ "_name": "rankName", "_objFlags": 0, "_parent": { - "__id__": 57 + "__id__": 70 }, "_children": [], "_active": true, "_components": [ { - "__id__": 59 + "__id__": 72 } ], "_prefab": { - "__id__": 60 + "__id__": 73 }, "_opacity": 255, "_color": { @@ -2305,7 +2876,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 58 + "__id__": 71 }, "_enabled": true, "_materials": [ @@ -2337,7 +2908,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 50 + "__id__": 63 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -2350,17 +2921,17 @@ "_name": "rankName2", "_objFlags": 0, "_parent": { - "__id__": 57 + "__id__": 70 }, "_children": [], "_active": false, "_components": [ { - "__id__": 62 + "__id__": 75 } ], "_prefab": { - "__id__": 63 + "__id__": 76 }, "_opacity": 255, "_color": { @@ -2414,7 +2985,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 61 + "__id__": 74 }, "_enabled": true, "_materials": [ @@ -2446,7 +3017,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 50 + "__id__": 63 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -2459,7 +3030,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 57 + "__id__": 70 }, "_enabled": true, "_materials": [ @@ -2491,7 +3062,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 50 + "__id__": 63 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -2504,21 +3075,21 @@ "_name": "rankBg3", "_objFlags": 0, "_parent": { - "__id__": 50 + "__id__": 63 }, "_children": [ { - "__id__": 67 + "__id__": 80 } ], "_active": false, "_components": [ { - "__id__": 70 + "__id__": 83 } ], "_prefab": { - "__id__": 71 + "__id__": 84 }, "_opacity": 255, "_color": { @@ -2572,17 +3143,17 @@ "_name": "rankName", "_objFlags": 0, "_parent": { - "__id__": 66 + "__id__": 79 }, "_children": [], "_active": true, "_components": [ { - "__id__": 68 + "__id__": 81 } ], "_prefab": { - "__id__": 69 + "__id__": 82 }, "_opacity": 255, "_color": { @@ -2636,7 +3207,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 67 + "__id__": 80 }, "_enabled": true, "_materials": [ @@ -2668,7 +3239,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 50 + "__id__": 63 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -2681,7 +3252,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 66 + "__id__": 79 }, "_enabled": true, "_materials": [ @@ -2713,7 +3284,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 50 + "__id__": 63 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -2726,17 +3297,17 @@ "_name": "name", "_objFlags": 0, "_parent": { - "__id__": 50 + "__id__": 63 }, "_children": [], "_active": true, "_components": [ { - "__id__": 73 + "__id__": 86 } ], "_prefab": { - "__id__": 74 + "__id__": 87 }, "_opacity": 255, "_color": { @@ -2790,7 +3361,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 72 + "__id__": 85 }, "_enabled": true, "_materials": [ @@ -2821,7 +3392,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 50 + "__id__": 63 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -2834,17 +3405,17 @@ "_name": "rank", "_objFlags": 0, "_parent": { - "__id__": 50 + "__id__": 63 }, "_children": [], "_active": true, "_components": [ { - "__id__": 76 + "__id__": 89 } ], "_prefab": { - "__id__": 77 + "__id__": 90 }, "_opacity": 255, "_color": { @@ -2898,7 +3469,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 75 + "__id__": 88 }, "_enabled": true, "_materials": [ @@ -2929,7 +3500,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 50 + "__id__": 63 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -2942,17 +3513,17 @@ "_name": "kuang", "_objFlags": 0, "_parent": { - "__id__": 50 + "__id__": 63 }, "_children": [], "_active": true, "_components": [ { - "__id__": 79 + "__id__": 92 } ], "_prefab": { - "__id__": 80 + "__id__": 93 }, "_opacity": 255, "_color": { @@ -3006,7 +3577,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 78 + "__id__": 91 }, "_enabled": true, "_materials": [ @@ -3038,7 +3609,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 50 + "__id__": 63 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -3051,17 +3622,17 @@ "_name": "icon", "_objFlags": 0, "_parent": { - "__id__": 50 + "__id__": 63 }, "_children": [], "_active": true, "_components": [ { - "__id__": 82 + "__id__": 95 } ], "_prefab": { - "__id__": 84 + "__id__": 97 }, "_opacity": 251, "_color": { @@ -3115,7 +3686,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 81 + "__id__": 94 }, "_enabled": true, "_materials": [ @@ -3130,7 +3701,7 @@ "_radius": 12, "_segment": 5, "_corner": { - "__id__": 83 + "__id__": 96 }, "_id": "" }, @@ -3144,7 +3715,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 50 + "__id__": 63 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -3155,12 +3726,12 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 50 + "__id__": 63 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" }, - "fileId": "49UvTgQK1HR63mFzGQ10GD", + "fileId": "f1B9ivunVAsomrGd6nilFR", "sync": false }, { @@ -3168,35 +3739,35 @@ "_name": "careerRankItem", "_objFlags": 0, "_parent": { - "__id__": 1 + "__id__": 17 }, "_children": [ { - "__id__": 87 + "__id__": 100 }, { - "__id__": 93 + "__id__": 106 }, { - "__id__": 102 + "__id__": 115 }, { - "__id__": 108 + "__id__": 121 }, { - "__id__": 111 + "__id__": 124 }, { - "__id__": 114 + "__id__": 127 }, { - "__id__": 117 + "__id__": 130 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 121 + "__id__": 134 }, "_opacity": 255, "_color": { @@ -3221,7 +3792,7 @@ "ctor": "Float64Array", "array": [ 140, - 225, + -935, 0, 0, 0, @@ -3250,21 +3821,21 @@ "_name": "rankBg1", "_objFlags": 0, "_parent": { - "__id__": 86 + "__id__": 99 }, "_children": [ { - "__id__": 88 + "__id__": 101 } ], "_active": false, "_components": [ { - "__id__": 91 + "__id__": 104 } ], "_prefab": { - "__id__": 92 + "__id__": 105 }, "_opacity": 255, "_color": { @@ -3318,17 +3889,17 @@ "_name": "rankName", "_objFlags": 0, "_parent": { - "__id__": 87 + "__id__": 100 }, "_children": [], "_active": true, "_components": [ { - "__id__": 89 + "__id__": 102 } ], "_prefab": { - "__id__": 90 + "__id__": 103 }, "_opacity": 255, "_color": { @@ -3382,7 +3953,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 88 + "__id__": 101 }, "_enabled": true, "_materials": [ @@ -3414,7 +3985,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 86 + "__id__": 99 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -3427,7 +3998,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 87 + "__id__": 100 }, "_enabled": true, "_materials": [ @@ -3459,7 +4030,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 86 + "__id__": 99 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -3472,24 +4043,24 @@ "_name": "rankBg2", "_objFlags": 0, "_parent": { - "__id__": 86 + "__id__": 99 }, "_children": [ { - "__id__": 94 + "__id__": 107 }, { - "__id__": 97 + "__id__": 110 } ], "_active": true, "_components": [ { - "__id__": 100 + "__id__": 113 } ], "_prefab": { - "__id__": 101 + "__id__": 114 }, "_opacity": 255, "_color": { @@ -3543,17 +4114,17 @@ "_name": "rankName", "_objFlags": 0, "_parent": { - "__id__": 93 + "__id__": 106 }, "_children": [], "_active": false, "_components": [ { - "__id__": 95 + "__id__": 108 } ], "_prefab": { - "__id__": 96 + "__id__": 109 }, "_opacity": 255, "_color": { @@ -3607,7 +4178,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 94 + "__id__": 107 }, "_enabled": true, "_materials": [ @@ -3639,7 +4210,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 86 + "__id__": 99 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -3652,17 +4223,17 @@ "_name": "rankName2", "_objFlags": 0, "_parent": { - "__id__": 93 + "__id__": 106 }, "_children": [], "_active": true, "_components": [ { - "__id__": 98 + "__id__": 111 } ], "_prefab": { - "__id__": 99 + "__id__": 112 }, "_opacity": 255, "_color": { @@ -3716,7 +4287,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 97 + "__id__": 110 }, "_enabled": true, "_materials": [ @@ -3748,7 +4319,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 86 + "__id__": 99 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -3761,7 +4332,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 93 + "__id__": 106 }, "_enabled": true, "_materials": [ @@ -3793,7 +4364,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 86 + "__id__": 99 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -3806,21 +4377,21 @@ "_name": "rankBg3", "_objFlags": 0, "_parent": { - "__id__": 86 + "__id__": 99 }, "_children": [ { - "__id__": 103 + "__id__": 116 } ], "_active": false, "_components": [ { - "__id__": 106 + "__id__": 119 } ], "_prefab": { - "__id__": 107 + "__id__": 120 }, "_opacity": 255, "_color": { @@ -3874,17 +4445,17 @@ "_name": "rankName", "_objFlags": 0, "_parent": { - "__id__": 102 + "__id__": 115 }, "_children": [], "_active": true, "_components": [ { - "__id__": 104 + "__id__": 117 } ], "_prefab": { - "__id__": 105 + "__id__": 118 }, "_opacity": 255, "_color": { @@ -3938,7 +4509,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 103 + "__id__": 116 }, "_enabled": true, "_materials": [ @@ -3970,7 +4541,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 86 + "__id__": 99 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -3983,7 +4554,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 102 + "__id__": 115 }, "_enabled": true, "_materials": [ @@ -4015,7 +4586,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 86 + "__id__": 99 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -4028,17 +4599,17 @@ "_name": "name", "_objFlags": 0, "_parent": { - "__id__": 86 + "__id__": 99 }, "_children": [], "_active": true, "_components": [ { - "__id__": 109 + "__id__": 122 } ], "_prefab": { - "__id__": 110 + "__id__": 123 }, "_opacity": 255, "_color": { @@ -4092,7 +4663,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 108 + "__id__": 121 }, "_enabled": true, "_materials": [ @@ -4123,7 +4694,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 86 + "__id__": 99 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -4136,17 +4707,17 @@ "_name": "rank", "_objFlags": 0, "_parent": { - "__id__": 86 + "__id__": 99 }, "_children": [], "_active": true, "_components": [ { - "__id__": 112 + "__id__": 125 } ], "_prefab": { - "__id__": 113 + "__id__": 126 }, "_opacity": 255, "_color": { @@ -4200,7 +4771,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 111 + "__id__": 124 }, "_enabled": true, "_materials": [ @@ -4231,7 +4802,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 86 + "__id__": 99 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -4244,17 +4815,17 @@ "_name": "kuang", "_objFlags": 0, "_parent": { - "__id__": 86 + "__id__": 99 }, "_children": [], "_active": true, "_components": [ { - "__id__": 115 + "__id__": 128 } ], "_prefab": { - "__id__": 116 + "__id__": 129 }, "_opacity": 255, "_color": { @@ -4308,7 +4879,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 114 + "__id__": 127 }, "_enabled": true, "_materials": [ @@ -4340,7 +4911,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 86 + "__id__": 99 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -4353,17 +4924,17 @@ "_name": "icon", "_objFlags": 0, "_parent": { - "__id__": 86 + "__id__": 99 }, "_children": [], "_active": true, "_components": [ { - "__id__": 118 + "__id__": 131 } ], "_prefab": { - "__id__": 120 + "__id__": 133 }, "_opacity": 251, "_color": { @@ -4417,7 +4988,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 117 + "__id__": 130 }, "_enabled": true, "_materials": [ @@ -4432,7 +5003,7 @@ "_radius": 12, "_segment": 5, "_corner": { - "__id__": 119 + "__id__": 132 }, "_id": "" }, @@ -4446,7 +5017,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 86 + "__id__": 99 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -4457,12 +5028,12 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 86 + "__id__": 99 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" }, - "fileId": "48B+ESnW1CM7B0pyR0L4BN", + "fileId": "3ezg91Pt5EB5HYL+KCgyad", "sync": false }, { @@ -4470,35 +5041,35 @@ "_name": "careerRankItem", "_objFlags": 0, "_parent": { - "__id__": 1 + "__id__": 17 }, "_children": [ { - "__id__": 123 + "__id__": 136 }, { - "__id__": 129 + "__id__": 142 }, { - "__id__": 138 + "__id__": 151 }, { - "__id__": 144 + "__id__": 157 }, { - "__id__": 147 + "__id__": 160 }, { - "__id__": 150 + "__id__": 163 }, { - "__id__": 153 + "__id__": 166 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 157 + "__id__": 170 }, "_opacity": 255, "_color": { @@ -4523,7 +5094,7 @@ "ctor": "Float64Array", "array": [ -250, - -87, + -1247, 0, 0, 0, @@ -4552,21 +5123,21 @@ "_name": "rankBg1", "_objFlags": 0, "_parent": { - "__id__": 122 + "__id__": 135 }, "_children": [ { - "__id__": 124 + "__id__": 137 } ], "_active": false, "_components": [ { - "__id__": 127 + "__id__": 140 } ], "_prefab": { - "__id__": 128 + "__id__": 141 }, "_opacity": 255, "_color": { @@ -4620,17 +5191,17 @@ "_name": "rankName", "_objFlags": 0, "_parent": { - "__id__": 123 + "__id__": 136 }, "_children": [], "_active": true, "_components": [ { - "__id__": 125 + "__id__": 138 } ], "_prefab": { - "__id__": 126 + "__id__": 139 }, "_opacity": 255, "_color": { @@ -4684,7 +5255,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 124 + "__id__": 137 }, "_enabled": true, "_materials": [ @@ -4716,7 +5287,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 122 + "__id__": 135 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -4729,7 +5300,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 123 + "__id__": 136 }, "_enabled": true, "_materials": [ @@ -4761,7 +5332,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 122 + "__id__": 135 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -4774,24 +5345,24 @@ "_name": "rankBg2", "_objFlags": 0, "_parent": { - "__id__": 122 + "__id__": 135 }, "_children": [ { - "__id__": 130 + "__id__": 143 }, { - "__id__": 133 + "__id__": 146 } ], "_active": false, "_components": [ { - "__id__": 136 + "__id__": 149 } ], "_prefab": { - "__id__": 137 + "__id__": 150 }, "_opacity": 255, "_color": { @@ -4845,17 +5416,17 @@ "_name": "rankName", "_objFlags": 0, "_parent": { - "__id__": 129 + "__id__": 142 }, "_children": [], "_active": true, "_components": [ { - "__id__": 131 + "__id__": 144 } ], "_prefab": { - "__id__": 132 + "__id__": 145 }, "_opacity": 255, "_color": { @@ -4909,7 +5480,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 130 + "__id__": 143 }, "_enabled": true, "_materials": [ @@ -4941,7 +5512,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 122 + "__id__": 135 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -4954,17 +5525,17 @@ "_name": "rankName2", "_objFlags": 0, "_parent": { - "__id__": 129 + "__id__": 142 }, "_children": [], "_active": false, "_components": [ { - "__id__": 134 + "__id__": 147 } ], "_prefab": { - "__id__": 135 + "__id__": 148 }, "_opacity": 255, "_color": { @@ -5018,7 +5589,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 133 + "__id__": 146 }, "_enabled": true, "_materials": [ @@ -5050,7 +5621,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 122 + "__id__": 135 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -5063,7 +5634,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 129 + "__id__": 142 }, "_enabled": true, "_materials": [ @@ -5095,7 +5666,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 122 + "__id__": 135 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -5108,21 +5679,21 @@ "_name": "rankBg3", "_objFlags": 0, "_parent": { - "__id__": 122 + "__id__": 135 }, "_children": [ { - "__id__": 139 + "__id__": 152 } ], "_active": true, "_components": [ { - "__id__": 142 + "__id__": 155 } ], "_prefab": { - "__id__": 143 + "__id__": 156 }, "_opacity": 255, "_color": { @@ -5176,17 +5747,17 @@ "_name": "rankName", "_objFlags": 0, "_parent": { - "__id__": 138 + "__id__": 151 }, "_children": [], "_active": true, "_components": [ { - "__id__": 140 + "__id__": 153 } ], "_prefab": { - "__id__": 141 + "__id__": 154 }, "_opacity": 255, "_color": { @@ -5240,7 +5811,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 139 + "__id__": 152 }, "_enabled": true, "_materials": [ @@ -5272,7 +5843,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 122 + "__id__": 135 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -5285,7 +5856,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 138 + "__id__": 151 }, "_enabled": true, "_materials": [ @@ -5317,7 +5888,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 122 + "__id__": 135 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -5330,17 +5901,17 @@ "_name": "name", "_objFlags": 0, "_parent": { - "__id__": 122 + "__id__": 135 }, "_children": [], "_active": true, "_components": [ { - "__id__": 145 + "__id__": 158 } ], "_prefab": { - "__id__": 146 + "__id__": 159 }, "_opacity": 255, "_color": { @@ -5394,7 +5965,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 144 + "__id__": 157 }, "_enabled": true, "_materials": [ @@ -5425,7 +5996,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 122 + "__id__": 135 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -5438,17 +6009,17 @@ "_name": "rank", "_objFlags": 0, "_parent": { - "__id__": 122 + "__id__": 135 }, "_children": [], "_active": true, "_components": [ { - "__id__": 148 + "__id__": 161 } ], "_prefab": { - "__id__": 149 + "__id__": 162 }, "_opacity": 255, "_color": { @@ -5502,7 +6073,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 147 + "__id__": 160 }, "_enabled": true, "_materials": [ @@ -5533,7 +6104,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 122 + "__id__": 135 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -5546,17 +6117,17 @@ "_name": "kuang", "_objFlags": 0, "_parent": { - "__id__": 122 + "__id__": 135 }, "_children": [], "_active": true, "_components": [ { - "__id__": 151 + "__id__": 164 } ], "_prefab": { - "__id__": 152 + "__id__": 165 }, "_opacity": 255, "_color": { @@ -5610,7 +6181,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 150 + "__id__": 163 }, "_enabled": true, "_materials": [ @@ -5642,7 +6213,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 122 + "__id__": 135 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -5655,17 +6226,17 @@ "_name": "icon", "_objFlags": 0, "_parent": { - "__id__": 122 + "__id__": 135 }, "_children": [], "_active": true, "_components": [ { - "__id__": 154 + "__id__": 167 } ], "_prefab": { - "__id__": 156 + "__id__": 169 }, "_opacity": 251, "_color": { @@ -5719,7 +6290,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 153 + "__id__": 166 }, "_enabled": true, "_materials": [ @@ -5734,7 +6305,7 @@ "_radius": 12, "_segment": 5, "_corner": { - "__id__": 155 + "__id__": 168 }, "_id": "" }, @@ -5748,7 +6319,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 122 + "__id__": 135 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -5759,12 +6330,12 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 122 + "__id__": 135 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" }, - "fileId": "15FEZAO61G4Z3HLbrC7sR/", + "fileId": "cdaHse5u9OzZdfcxNQ3v5O", "sync": false }, { @@ -5772,35 +6343,35 @@ "_name": "careerRankItem", "_objFlags": 0, "_parent": { - "__id__": 1 + "__id__": 17 }, "_children": [ { - "__id__": 159 + "__id__": 172 }, { - "__id__": 165 + "__id__": 178 }, { - "__id__": 174 + "__id__": 187 }, { - "__id__": 180 + "__id__": 193 }, { - "__id__": 183 + "__id__": 196 }, { - "__id__": 186 + "__id__": 199 }, { - "__id__": 189 + "__id__": 202 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 193 + "__id__": 206 }, "_opacity": 255, "_color": { @@ -5825,7 +6396,7 @@ "ctor": "Float64Array", "array": [ 0, - -87, + -1247, 0, 0, 0, @@ -5854,21 +6425,21 @@ "_name": "rankBg1", "_objFlags": 0, "_parent": { - "__id__": 158 + "__id__": 171 }, "_children": [ { - "__id__": 160 + "__id__": 173 } ], "_active": false, "_components": [ { - "__id__": 163 + "__id__": 176 } ], "_prefab": { - "__id__": 164 + "__id__": 177 }, "_opacity": 255, "_color": { @@ -5922,17 +6493,17 @@ "_name": "rankName", "_objFlags": 0, "_parent": { - "__id__": 159 + "__id__": 172 }, "_children": [], "_active": true, "_components": [ { - "__id__": 161 + "__id__": 174 } ], "_prefab": { - "__id__": 162 + "__id__": 175 }, "_opacity": 255, "_color": { @@ -5986,7 +6557,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 160 + "__id__": 173 }, "_enabled": true, "_materials": [ @@ -6018,7 +6589,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 158 + "__id__": 171 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -6031,7 +6602,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 159 + "__id__": 172 }, "_enabled": true, "_materials": [ @@ -6063,7 +6634,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 158 + "__id__": 171 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -6076,24 +6647,24 @@ "_name": "rankBg2", "_objFlags": 0, "_parent": { - "__id__": 158 + "__id__": 171 }, "_children": [ { - "__id__": 166 + "__id__": 179 }, { - "__id__": 169 + "__id__": 182 } ], "_active": false, "_components": [ { - "__id__": 172 + "__id__": 185 } ], "_prefab": { - "__id__": 173 + "__id__": 186 }, "_opacity": 255, "_color": { @@ -6147,17 +6718,17 @@ "_name": "rankName", "_objFlags": 0, "_parent": { - "__id__": 165 + "__id__": 178 }, "_children": [], "_active": true, "_components": [ { - "__id__": 167 + "__id__": 180 } ], "_prefab": { - "__id__": 168 + "__id__": 181 }, "_opacity": 255, "_color": { @@ -6211,7 +6782,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 166 + "__id__": 179 }, "_enabled": true, "_materials": [ @@ -6243,7 +6814,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 158 + "__id__": 171 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -6256,17 +6827,17 @@ "_name": "rankName2", "_objFlags": 0, "_parent": { - "__id__": 165 + "__id__": 178 }, "_children": [], "_active": false, "_components": [ { - "__id__": 170 + "__id__": 183 } ], "_prefab": { - "__id__": 171 + "__id__": 184 }, "_opacity": 255, "_color": { @@ -6320,7 +6891,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 169 + "__id__": 182 }, "_enabled": true, "_materials": [ @@ -6352,7 +6923,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 158 + "__id__": 171 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -6365,7 +6936,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 165 + "__id__": 178 }, "_enabled": true, "_materials": [ @@ -6397,7 +6968,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 158 + "__id__": 171 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -6410,21 +6981,21 @@ "_name": "rankBg3", "_objFlags": 0, "_parent": { - "__id__": 158 + "__id__": 171 }, "_children": [ { - "__id__": 175 + "__id__": 188 } ], "_active": true, "_components": [ { - "__id__": 178 + "__id__": 191 } ], "_prefab": { - "__id__": 179 + "__id__": 192 }, "_opacity": 255, "_color": { @@ -6478,17 +7049,17 @@ "_name": "rankName", "_objFlags": 0, "_parent": { - "__id__": 174 + "__id__": 187 }, "_children": [], "_active": true, "_components": [ { - "__id__": 176 + "__id__": 189 } ], "_prefab": { - "__id__": 177 + "__id__": 190 }, "_opacity": 255, "_color": { @@ -6542,7 +7113,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 175 + "__id__": 188 }, "_enabled": true, "_materials": [ @@ -6574,7 +7145,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 158 + "__id__": 171 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -6587,7 +7158,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 174 + "__id__": 187 }, "_enabled": true, "_materials": [ @@ -6619,7 +7190,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 158 + "__id__": 171 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -6632,17 +7203,17 @@ "_name": "name", "_objFlags": 0, "_parent": { - "__id__": 158 + "__id__": 171 }, "_children": [], "_active": true, "_components": [ { - "__id__": 181 + "__id__": 194 } ], "_prefab": { - "__id__": 182 + "__id__": 195 }, "_opacity": 255, "_color": { @@ -6696,7 +7267,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 180 + "__id__": 193 }, "_enabled": true, "_materials": [ @@ -6727,7 +7298,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 158 + "__id__": 171 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -6740,17 +7311,17 @@ "_name": "rank", "_objFlags": 0, "_parent": { - "__id__": 158 + "__id__": 171 }, "_children": [], "_active": true, "_components": [ { - "__id__": 184 + "__id__": 197 } ], "_prefab": { - "__id__": 185 + "__id__": 198 }, "_opacity": 255, "_color": { @@ -6804,7 +7375,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 183 + "__id__": 196 }, "_enabled": true, "_materials": [ @@ -6835,7 +7406,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 158 + "__id__": 171 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -6848,17 +7419,17 @@ "_name": "kuang", "_objFlags": 0, "_parent": { - "__id__": 158 + "__id__": 171 }, "_children": [], "_active": true, "_components": [ { - "__id__": 187 + "__id__": 200 } ], "_prefab": { - "__id__": 188 + "__id__": 201 }, "_opacity": 255, "_color": { @@ -6912,7 +7483,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 186 + "__id__": 199 }, "_enabled": true, "_materials": [ @@ -6944,7 +7515,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 158 + "__id__": 171 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -6957,17 +7528,17 @@ "_name": "icon", "_objFlags": 0, "_parent": { - "__id__": 158 + "__id__": 171 }, "_children": [], "_active": true, "_components": [ { - "__id__": 190 + "__id__": 203 } ], "_prefab": { - "__id__": 192 + "__id__": 205 }, "_opacity": 251, "_color": { @@ -7021,7 +7592,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 189 + "__id__": 202 }, "_enabled": true, "_materials": [ @@ -7036,7 +7607,7 @@ "_radius": 12, "_segment": 5, "_corner": { - "__id__": 191 + "__id__": 204 }, "_id": "" }, @@ -7050,7 +7621,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 158 + "__id__": 171 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -7061,12 +7632,12 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 158 + "__id__": 171 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" }, - "fileId": "ffWjJItGlHO7eY8PwCmsbD", + "fileId": "67xe8LbstNlrA8y+zj4al6", "sync": false }, { @@ -7074,35 +7645,35 @@ "_name": "careerRankItem", "_objFlags": 0, "_parent": { - "__id__": 1 + "__id__": 17 }, "_children": [ { - "__id__": 195 + "__id__": 208 }, { - "__id__": 201 + "__id__": 214 }, { - "__id__": 210 + "__id__": 223 }, { - "__id__": 216 + "__id__": 229 }, { - "__id__": 219 + "__id__": 232 }, { - "__id__": 222 + "__id__": 235 }, { - "__id__": 225 + "__id__": 238 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 229 + "__id__": 242 }, "_opacity": 255, "_color": { @@ -7127,7 +7698,7 @@ "ctor": "Float64Array", "array": [ 250, - -87, + -1247, 0, 0, 0, @@ -7156,21 +7727,21 @@ "_name": "rankBg1", "_objFlags": 0, "_parent": { - "__id__": 194 + "__id__": 207 }, "_children": [ { - "__id__": 196 + "__id__": 209 } ], "_active": false, "_components": [ { - "__id__": 199 + "__id__": 212 } ], "_prefab": { - "__id__": 200 + "__id__": 213 }, "_opacity": 255, "_color": { @@ -7224,17 +7795,17 @@ "_name": "rankName", "_objFlags": 0, "_parent": { - "__id__": 195 + "__id__": 208 }, "_children": [], "_active": true, "_components": [ { - "__id__": 197 + "__id__": 210 } ], "_prefab": { - "__id__": 198 + "__id__": 211 }, "_opacity": 255, "_color": { @@ -7288,7 +7859,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 196 + "__id__": 209 }, "_enabled": true, "_materials": [ @@ -7320,7 +7891,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 194 + "__id__": 207 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -7333,7 +7904,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 195 + "__id__": 208 }, "_enabled": true, "_materials": [ @@ -7365,7 +7936,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 194 + "__id__": 207 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -7378,24 +7949,24 @@ "_name": "rankBg2", "_objFlags": 0, "_parent": { - "__id__": 194 + "__id__": 207 }, "_children": [ { - "__id__": 202 + "__id__": 215 }, { - "__id__": 205 + "__id__": 218 } ], "_active": false, "_components": [ { - "__id__": 208 + "__id__": 221 } ], "_prefab": { - "__id__": 209 + "__id__": 222 }, "_opacity": 255, "_color": { @@ -7449,17 +8020,17 @@ "_name": "rankName", "_objFlags": 0, "_parent": { - "__id__": 201 + "__id__": 214 }, "_children": [], "_active": true, "_components": [ { - "__id__": 203 + "__id__": 216 } ], "_prefab": { - "__id__": 204 + "__id__": 217 }, "_opacity": 255, "_color": { @@ -7513,7 +8084,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 202 + "__id__": 215 }, "_enabled": true, "_materials": [ @@ -7545,7 +8116,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 194 + "__id__": 207 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -7558,17 +8129,17 @@ "_name": "rankName2", "_objFlags": 0, "_parent": { - "__id__": 201 + "__id__": 214 }, "_children": [], "_active": false, "_components": [ { - "__id__": 206 + "__id__": 219 } ], "_prefab": { - "__id__": 207 + "__id__": 220 }, "_opacity": 255, "_color": { @@ -7622,7 +8193,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 205 + "__id__": 218 }, "_enabled": true, "_materials": [ @@ -7654,7 +8225,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 194 + "__id__": 207 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -7667,7 +8238,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 201 + "__id__": 214 }, "_enabled": true, "_materials": [ @@ -7699,7 +8270,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 194 + "__id__": 207 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -7712,21 +8283,21 @@ "_name": "rankBg3", "_objFlags": 0, "_parent": { - "__id__": 194 + "__id__": 207 }, "_children": [ { - "__id__": 211 + "__id__": 224 } ], "_active": true, "_components": [ { - "__id__": 214 + "__id__": 227 } ], "_prefab": { - "__id__": 215 + "__id__": 228 }, "_opacity": 255, "_color": { @@ -7780,17 +8351,17 @@ "_name": "rankName", "_objFlags": 0, "_parent": { - "__id__": 210 + "__id__": 223 }, "_children": [], "_active": true, "_components": [ { - "__id__": 212 + "__id__": 225 } ], "_prefab": { - "__id__": 213 + "__id__": 226 }, "_opacity": 255, "_color": { @@ -7844,7 +8415,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 211 + "__id__": 224 }, "_enabled": true, "_materials": [ @@ -7876,7 +8447,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 194 + "__id__": 207 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -7889,7 +8460,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 210 + "__id__": 223 }, "_enabled": true, "_materials": [ @@ -7921,7 +8492,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 194 + "__id__": 207 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -7934,17 +8505,17 @@ "_name": "name", "_objFlags": 0, "_parent": { - "__id__": 194 + "__id__": 207 }, "_children": [], "_active": true, "_components": [ { - "__id__": 217 + "__id__": 230 } ], "_prefab": { - "__id__": 218 + "__id__": 231 }, "_opacity": 255, "_color": { @@ -7998,7 +8569,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 216 + "__id__": 229 }, "_enabled": true, "_materials": [ @@ -8029,7 +8600,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 194 + "__id__": 207 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -8042,17 +8613,17 @@ "_name": "rank", "_objFlags": 0, "_parent": { - "__id__": 194 + "__id__": 207 }, "_children": [], "_active": true, "_components": [ { - "__id__": 220 + "__id__": 233 } ], "_prefab": { - "__id__": 221 + "__id__": 234 }, "_opacity": 255, "_color": { @@ -8106,7 +8677,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 219 + "__id__": 232 }, "_enabled": true, "_materials": [ @@ -8137,7 +8708,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 194 + "__id__": 207 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -8150,17 +8721,17 @@ "_name": "kuang", "_objFlags": 0, "_parent": { - "__id__": 194 + "__id__": 207 }, "_children": [], "_active": true, "_components": [ { - "__id__": 223 + "__id__": 236 } ], "_prefab": { - "__id__": 224 + "__id__": 237 }, "_opacity": 255, "_color": { @@ -8214,7 +8785,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 222 + "__id__": 235 }, "_enabled": true, "_materials": [ @@ -8246,7 +8817,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 194 + "__id__": 207 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -8259,17 +8830,17 @@ "_name": "icon", "_objFlags": 0, "_parent": { - "__id__": 194 + "__id__": 207 }, "_children": [], "_active": true, "_components": [ { - "__id__": 226 + "__id__": 239 } ], "_prefab": { - "__id__": 228 + "__id__": 241 }, "_opacity": 251, "_color": { @@ -8323,7 +8894,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 225 + "__id__": 238 }, "_enabled": true, "_materials": [ @@ -8338,7 +8909,7 @@ "_radius": 12, "_segment": 5, "_corner": { - "__id__": 227 + "__id__": 240 }, "_id": "" }, @@ -8352,7 +8923,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 194 + "__id__": 207 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -8363,63 +8934,26 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 194 + "__id__": 207 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" }, - "fileId": "85oGFgOGNO4pw8PRueSwDl", + "fileId": "2cxtoYA6ZBs4dcWe8dxFeJ", "sync": false }, { "__type__": "cc.Node", - "_name": "careerRankCity", + "_name": "rank1", "_objFlags": 0, "_parent": { - "__id__": 1 + "__id__": 17 }, - "_children": [ - { - "__id__": 231 - }, - { - "__id__": 234 - }, - { - "__id__": 237 - }, - { - "__id__": 240 - }, - { - "__id__": 243 - }, - { - "__id__": 261 - }, - { - "__id__": 279 - }, - { - "__id__": 297 - }, - { - "__id__": 315 - }, - { - "__id__": 333 - }, - { - "__id__": 351 - }, - { - "__id__": 369 - } - ], + "_children": [], "_active": true, "_components": [], "_prefab": { - "__id__": 387 + "__id__": 244 }, "_opacity": 255, "_color": { @@ -8444,7 +8978,485 @@ "ctor": "Float64Array", "array": [ 0, - -704.979, + -618, + 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.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "38uHt0g8xNi6UAFHXTL0vf", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "rank2", + "_objFlags": 0, + "_parent": { + "__id__": 17 + }, + "_children": [], + "_active": true, + "_components": [], + "_prefab": { + "__id__": 246 + }, + "_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": [ + -140, + -935, + 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.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "1fgv4i3fVIJ7K2SifYWgfr", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "rank3", + "_objFlags": 0, + "_parent": { + "__id__": 17 + }, + "_children": [], + "_active": true, + "_components": [], + "_prefab": { + "__id__": 248 + }, + "_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": [ + 140, + -935, + 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.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "04MeGgdQ9FvoeIAVjdPTrZ", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "rank4", + "_objFlags": 0, + "_parent": { + "__id__": 17 + }, + "_children": [], + "_active": true, + "_components": [], + "_prefab": { + "__id__": 250 + }, + "_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": [ + -250, + -1247, + 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.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "f1HyHqxyBHH755ZqRViUkg", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "rank5", + "_objFlags": 0, + "_parent": { + "__id__": 17 + }, + "_children": [], + "_active": true, + "_components": [], + "_prefab": { + "__id__": 252 + }, + "_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, + -1247, + 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.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "dbRBx6kZpOWLIUAKBORdOl", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "rank6", + "_objFlags": 0, + "_parent": { + "__id__": 17 + }, + "_children": [], + "_active": true, + "_components": [], + "_prefab": { + "__id__": 254 + }, + "_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": [ + 250, + -1247, + 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.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "f0liu9XGpFiaLoYWK2Nirt", + "sync": false + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "99JA1DrwlEIYuDApnwpepf", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "careerRankCity", + "_objFlags": 0, + "_parent": { + "__id__": 12 + }, + "_children": [ + { + "__id__": 257 + }, + { + "__id__": 260 + }, + { + "__id__": 263 + }, + { + "__id__": 266 + }, + { + "__id__": 269 + }, + { + "__id__": 287 + }, + { + "__id__": 305 + }, + { + "__id__": 323 + }, + { + "__id__": 341 + }, + { + "__id__": 359 + }, + { + "__id__": 377 + }, + { + "__id__": 395 + } + ], + "_active": true, + "_components": [ + { + "__id__": 413 + } + ], + "_prefab": { + "__id__": 414 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 962, + "height": 634 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 540, + -1900, 0, 0, 0, @@ -8473,17 +9485,17 @@ "_name": "bg", "_objFlags": 0, "_parent": { - "__id__": 230 + "__id__": 256 }, "_children": [], "_active": true, "_components": [ { - "__id__": 232 + "__id__": 258 } ], "_prefab": { - "__id__": 233 + "__id__": 259 }, "_opacity": 255, "_color": { @@ -8537,7 +9549,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 231 + "__id__": 257 }, "_enabled": true, "_materials": [ @@ -8569,7 +9581,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 230 + "__id__": 256 }, "asset": { "__uuid__": "4746152f-f84d-4f11-af46-e87cc2dd062e" @@ -8582,17 +9594,17 @@ "_name": "cityName", "_objFlags": 0, "_parent": { - "__id__": 230 + "__id__": 256 }, "_children": [], "_active": true, "_components": [ { - "__id__": 235 + "__id__": 261 } ], "_prefab": { - "__id__": 236 + "__id__": 262 }, "_opacity": 255, "_color": { @@ -8646,7 +9658,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 234 + "__id__": 260 }, "_enabled": true, "_materials": [ @@ -8678,7 +9690,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 230 + "__id__": 256 }, "asset": { "__uuid__": "4746152f-f84d-4f11-af46-e87cc2dd062e" @@ -8688,20 +9700,20 @@ }, { "__type__": "cc.Node", - "_name": "New Label", + "_name": "rank", "_objFlags": 0, "_parent": { - "__id__": 230 + "__id__": 256 }, "_children": [], "_active": true, "_components": [ { - "__id__": 238 + "__id__": 264 } ], "_prefab": { - "__id__": 239 + "__id__": 265 }, "_opacity": 255, "_color": { @@ -8755,7 +9767,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 237 + "__id__": 263 }, "_enabled": true, "_materials": [ @@ -8786,7 +9798,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 230 + "__id__": 256 }, "asset": { "__uuid__": "4746152f-f84d-4f11-af46-e87cc2dd062e" @@ -8799,17 +9811,17 @@ "_name": "New Label", "_objFlags": 0, "_parent": { - "__id__": 230 + "__id__": 256 }, "_children": [], "_active": true, "_components": [ { - "__id__": 241 + "__id__": 267 } ], "_prefab": { - "__id__": 242 + "__id__": 268 }, "_opacity": 255, "_color": { @@ -8863,7 +9875,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 240 + "__id__": 266 }, "_enabled": true, "_materials": [ @@ -8894,7 +9906,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 230 + "__id__": 256 }, "asset": { "__uuid__": "4746152f-f84d-4f11-af46-e87cc2dd062e" @@ -8907,29 +9919,29 @@ "_name": "careerCityItem", "_objFlags": 0, "_parent": { - "__id__": 230 + "__id__": 256 }, "_children": [ { - "__id__": 244 + "__id__": 270 }, { - "__id__": 247 + "__id__": 273 }, { - "__id__": 251 + "__id__": 277 }, { - "__id__": 254 + "__id__": 280 }, { - "__id__": 257 + "__id__": 283 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 260 + "__id__": 286 }, "_opacity": 255, "_color": { @@ -8983,910 +9995,287 @@ "_name": "bg", "_objFlags": 0, "_parent": { - "__id__": 243 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 245 - } - ], - "_prefab": { - "__id__": 246 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 198, - "height": 246 - }, - "_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__": 244 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "81eb532f-0b17-497f-8816-fb7b79510fa4" - }, - "_type": 0, - "_sizeMode": 1, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "933f7976-6238-4e66-bef6-a7e118893b12" - }, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 243 - }, - "asset": { - "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" - }, - "fileId": "03h/yIG2hLHZSyk9jJ+AJa", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "icon", - "_objFlags": 0, - "_parent": { - "__id__": 243 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 248 - } - ], - "_prefab": { - "__id__": 250 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 15, - "g": 255, - "b": 0, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 124, - "height": 124 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 0, - 31.109, - 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__": "31670ww/2BCzL5bnJFdBuT7", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 247 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_spriteFrame": { - "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91" - }, - "_sizeMode": 0, - "_radius": 11, - "_segment": 5, - "_corner": { - "__id__": 249 - }, - "_id": "" - }, - { - "__type__": "Corner", - "leftBottom": true, - "rightBottom": true, - "rightTop": true, - "leftTop": true - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 243 - }, - "asset": { - "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" - }, - "fileId": "6c9kbYYzROW581yj6a4ppI", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "name", - "_objFlags": 0, - "_parent": { - "__id__": 243 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 252 - } - ], - "_prefab": { - "__id__": 253 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 128, - "height": 40.32 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 0, - -60.241, - 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.Label", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 251 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_string": "匿名玩家", - "_N$string": "匿名玩家", - "_fontSize": 32, - "_lineHeight": 32, - "_enableWrapText": true, - "_N$file": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_batchAsBitmap": false, - "_styleFlags": 0, - "_underlineHeight": 0, - "_N$horizontalAlign": 1, - "_N$verticalAlign": 1, - "_N$fontFamily": "Arial", - "_N$overflow": 0, - "_N$cacheMode": 0, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 243 - }, - "asset": { - "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" - }, - "fileId": "9efxRc89hKiLjCfKdeRqUb", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "level", - "_objFlags": 0, - "_parent": { - "__id__": 243 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 255 - } - ], - "_prefab": { - "__id__": 256 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 70, - "g": 137, - "b": 191, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 91.77, - "height": 41.58 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - -1.083, - -97.801, - 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.Label", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 254 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_string": "99999", - "_N$string": "99999", - "_fontSize": 33, - "_lineHeight": 33, - "_enableWrapText": true, - "_N$file": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_batchAsBitmap": false, - "_styleFlags": 0, - "_underlineHeight": 0, - "_N$horizontalAlign": 1, - "_N$verticalAlign": 1, - "_N$fontFamily": "Arial", - "_N$overflow": 0, - "_N$cacheMode": 0, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 243 - }, - "asset": { - "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" - }, - "fileId": "c3gvb6kbZHc5f5r4PZ6uqE", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "New Sprite", - "_objFlags": 0, - "_parent": { - "__id__": 243 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 258 - } - ], - "_prefab": { - "__id__": 259 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 142, - "height": 142 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 50.378, - -70.304, - 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__": 257 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": null, - "_type": 0, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 243 - }, - "asset": { - "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" - }, - "fileId": "0d84wMeDFEv6jS0w8o0PMq", - "sync": false - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 243 - }, - "asset": { - "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" - }, - "fileId": "c61T5doMhPyJXt8iE1XwSI", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "careerCityItem", - "_objFlags": 0, - "_parent": { - "__id__": 230 - }, - "_children": [ - { - "__id__": 262 - }, - { - "__id__": 265 - }, - { - "__id__": 269 - }, - { - "__id__": 272 - }, - { - "__id__": 275 - } - ], - "_active": true, - "_components": [], - "_prefab": { - "__id__": 278 - }, - "_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": [ - -105, - 110, - 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": "bg", - "_objFlags": 0, - "_parent": { - "__id__": 261 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 263 - } - ], - "_prefab": { - "__id__": 264 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 198, - "height": 246 - }, - "_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__": 262 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "81eb532f-0b17-497f-8816-fb7b79510fa4" - }, - "_type": 0, - "_sizeMode": 1, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "933f7976-6238-4e66-bef6-a7e118893b12" - }, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 261 - }, - "asset": { - "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" - }, - "fileId": "03h/yIG2hLHZSyk9jJ+AJa", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "icon", - "_objFlags": 0, - "_parent": { - "__id__": 261 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 266 - } - ], - "_prefab": { - "__id__": 268 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 15, - "g": 255, - "b": 0, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 124, - "height": 124 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 0, - 31.109, - 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__": "31670ww/2BCzL5bnJFdBuT7", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 265 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_spriteFrame": { - "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91" - }, - "_sizeMode": 0, - "_radius": 11, - "_segment": 5, - "_corner": { - "__id__": 267 - }, - "_id": "" - }, - { - "__type__": "Corner", - "leftBottom": true, - "rightBottom": true, - "rightTop": true, - "leftTop": true - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 261 - }, - "asset": { - "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" - }, - "fileId": "6c9kbYYzROW581yj6a4ppI", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "name", - "_objFlags": 0, - "_parent": { - "__id__": 261 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 270 - } - ], - "_prefab": { - "__id__": 271 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 128, - "height": 40.32 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 0, - -60.241, - 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.Label", - "_name": "", - "_objFlags": 0, - "node": { "__id__": 269 }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 271 + } + ], + "_prefab": { + "__id__": 272 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 198, + "height": 246 + }, + "_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__": 270 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "81eb532f-0b17-497f-8816-fb7b79510fa4" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "933f7976-6238-4e66-bef6-a7e118893b12" + }, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 269 + }, + "asset": { + "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" + }, + "fileId": "03h/yIG2hLHZSyk9jJ+AJa", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "icon", + "_objFlags": 0, + "_parent": { + "__id__": 269 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 274 + } + ], + "_prefab": { + "__id__": 276 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 15, + "g": 255, + "b": 0, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 124, + "height": 124 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + 31.109, + 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__": "31670ww/2BCzL5bnJFdBuT7", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 273 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_spriteFrame": { + "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91" + }, + "_sizeMode": 0, + "_radius": 11, + "_segment": 5, + "_corner": { + "__id__": 275 + }, + "_id": "" + }, + { + "__type__": "Corner", + "leftBottom": true, + "rightBottom": true, + "rightTop": true, + "leftTop": true + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 269 + }, + "asset": { + "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" + }, + "fileId": "6c9kbYYzROW581yj6a4ppI", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "name", + "_objFlags": 0, + "_parent": { + "__id__": 269 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 278 + } + ], + "_prefab": { + "__id__": 279 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 128, + "height": 40.32 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + -60.241, + 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.Label", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 277 + }, "_enabled": true, "_materials": [ { @@ -9916,7 +10305,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 261 + "__id__": 269 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -9929,307 +10318,7 @@ "_name": "level", "_objFlags": 0, "_parent": { - "__id__": 261 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 273 - } - ], - "_prefab": { - "__id__": 274 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 70, - "g": 137, - "b": 191, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 91.77, - "height": 41.58 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - -1.083, - -97.801, - 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.Label", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 272 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_string": "99999", - "_N$string": "99999", - "_fontSize": 33, - "_lineHeight": 33, - "_enableWrapText": true, - "_N$file": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_batchAsBitmap": false, - "_styleFlags": 0, - "_underlineHeight": 0, - "_N$horizontalAlign": 1, - "_N$verticalAlign": 1, - "_N$fontFamily": "Arial", - "_N$overflow": 0, - "_N$cacheMode": 0, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 261 - }, - "asset": { - "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" - }, - "fileId": "c3gvb6kbZHc5f5r4PZ6uqE", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "New Sprite", - "_objFlags": 0, - "_parent": { - "__id__": 261 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 276 - } - ], - "_prefab": { - "__id__": 277 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 142, - "height": 142 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 50.378, - -70.304, - 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__": 275 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": null, - "_type": 0, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 261 - }, - "asset": { - "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" - }, - "fileId": "0d84wMeDFEv6jS0w8o0PMq", - "sync": false - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 261 - }, - "asset": { - "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" - }, - "fileId": "48SF/OqFlATYkxoqD3Chce", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "careerCityItem", - "_objFlags": 0, - "_parent": { - "__id__": 230 - }, - "_children": [ - { - "__id__": 280 - }, - { - "__id__": 283 - }, - { - "__id__": 287 - }, - { - "__id__": 290 - }, - { - "__id__": 293 - } - ], - "_active": true, - "_components": [], - "_prefab": { - "__id__": 296 - }, - "_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": [ - 105, - 110, - 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": "bg", - "_objFlags": 0, - "_parent": { - "__id__": 279 + "__id__": 269 }, "_children": [], "_active": true, @@ -10242,329 +10331,6 @@ "__id__": 282 }, "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 198, - "height": 246 - }, - "_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__": 280 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "81eb532f-0b17-497f-8816-fb7b79510fa4" - }, - "_type": 0, - "_sizeMode": 1, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "933f7976-6238-4e66-bef6-a7e118893b12" - }, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 279 - }, - "asset": { - "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" - }, - "fileId": "03h/yIG2hLHZSyk9jJ+AJa", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "icon", - "_objFlags": 0, - "_parent": { - "__id__": 279 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 284 - } - ], - "_prefab": { - "__id__": 286 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 15, - "g": 255, - "b": 0, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 124, - "height": 124 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 0, - 31.109, - 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__": "31670ww/2BCzL5bnJFdBuT7", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 283 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_spriteFrame": { - "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91" - }, - "_sizeMode": 0, - "_radius": 11, - "_segment": 5, - "_corner": { - "__id__": 285 - }, - "_id": "" - }, - { - "__type__": "Corner", - "leftBottom": true, - "rightBottom": true, - "rightTop": true, - "leftTop": true - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 279 - }, - "asset": { - "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" - }, - "fileId": "6c9kbYYzROW581yj6a4ppI", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "name", - "_objFlags": 0, - "_parent": { - "__id__": 279 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 288 - } - ], - "_prefab": { - "__id__": 289 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 128, - "height": 40.32 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 0, - -60.241, - 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.Label", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 287 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_string": "匿名玩家", - "_N$string": "匿名玩家", - "_fontSize": 32, - "_lineHeight": 32, - "_enableWrapText": true, - "_N$file": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_batchAsBitmap": false, - "_styleFlags": 0, - "_underlineHeight": 0, - "_N$horizontalAlign": 1, - "_N$verticalAlign": 1, - "_N$fontFamily": "Arial", - "_N$overflow": 0, - "_N$cacheMode": 0, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 279 - }, - "asset": { - "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" - }, - "fileId": "9efxRc89hKiLjCfKdeRqUb", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "level", - "_objFlags": 0, - "_parent": { - "__id__": 279 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 291 - } - ], - "_prefab": { - "__id__": 292 - }, - "_opacity": 255, "_color": { "__type__": "cc.Color", "r": 70, @@ -10616,7 +10382,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 290 + "__id__": 280 }, "_enabled": true, "_materials": [ @@ -10647,7 +10413,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 279 + "__id__": 269 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -10660,17 +10426,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 279 + "__id__": 269 }, "_children": [], "_active": true, "_components": [ { - "__id__": 294 + "__id__": 284 } ], "_prefab": { - "__id__": 295 + "__id__": 285 }, "_opacity": 255, "_color": { @@ -10724,7 +10490,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 293 + "__id__": 283 }, "_enabled": true, "_materials": [ @@ -10752,7 +10518,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 279 + "__id__": 269 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -10763,7 +10529,1253 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 279 + "__id__": 269 + }, + "asset": { + "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" + }, + "fileId": "c61T5doMhPyJXt8iE1XwSI", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "careerCityItem", + "_objFlags": 0, + "_parent": { + "__id__": 256 + }, + "_children": [ + { + "__id__": 288 + }, + { + "__id__": 291 + }, + { + "__id__": 295 + }, + { + "__id__": 298 + }, + { + "__id__": 301 + } + ], + "_active": true, + "_components": [], + "_prefab": { + "__id__": 304 + }, + "_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": [ + -105, + 110, + 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": "bg", + "_objFlags": 0, + "_parent": { + "__id__": 287 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 289 + } + ], + "_prefab": { + "__id__": 290 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 198, + "height": 246 + }, + "_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__": 288 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "81eb532f-0b17-497f-8816-fb7b79510fa4" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "933f7976-6238-4e66-bef6-a7e118893b12" + }, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 287 + }, + "asset": { + "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" + }, + "fileId": "03h/yIG2hLHZSyk9jJ+AJa", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "icon", + "_objFlags": 0, + "_parent": { + "__id__": 287 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 292 + } + ], + "_prefab": { + "__id__": 294 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 15, + "g": 255, + "b": 0, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 124, + "height": 124 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + 31.109, + 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__": "31670ww/2BCzL5bnJFdBuT7", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 291 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_spriteFrame": { + "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91" + }, + "_sizeMode": 0, + "_radius": 11, + "_segment": 5, + "_corner": { + "__id__": 293 + }, + "_id": "" + }, + { + "__type__": "Corner", + "leftBottom": true, + "rightBottom": true, + "rightTop": true, + "leftTop": true + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 287 + }, + "asset": { + "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" + }, + "fileId": "6c9kbYYzROW581yj6a4ppI", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "name", + "_objFlags": 0, + "_parent": { + "__id__": 287 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 296 + } + ], + "_prefab": { + "__id__": 297 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 128, + "height": 40.32 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + -60.241, + 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.Label", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 295 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_string": "匿名玩家", + "_N$string": "匿名玩家", + "_fontSize": 32, + "_lineHeight": 32, + "_enableWrapText": true, + "_N$file": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_batchAsBitmap": false, + "_styleFlags": 0, + "_underlineHeight": 0, + "_N$horizontalAlign": 1, + "_N$verticalAlign": 1, + "_N$fontFamily": "Arial", + "_N$overflow": 0, + "_N$cacheMode": 0, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 287 + }, + "asset": { + "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" + }, + "fileId": "9efxRc89hKiLjCfKdeRqUb", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "level", + "_objFlags": 0, + "_parent": { + "__id__": 287 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 299 + } + ], + "_prefab": { + "__id__": 300 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 70, + "g": 137, + "b": 191, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 91.77, + "height": 41.58 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + -1.083, + -97.801, + 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.Label", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 298 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_string": "99999", + "_N$string": "99999", + "_fontSize": 33, + "_lineHeight": 33, + "_enableWrapText": true, + "_N$file": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_batchAsBitmap": false, + "_styleFlags": 0, + "_underlineHeight": 0, + "_N$horizontalAlign": 1, + "_N$verticalAlign": 1, + "_N$fontFamily": "Arial", + "_N$overflow": 0, + "_N$cacheMode": 0, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 287 + }, + "asset": { + "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" + }, + "fileId": "c3gvb6kbZHc5f5r4PZ6uqE", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "New Sprite", + "_objFlags": 0, + "_parent": { + "__id__": 287 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 302 + } + ], + "_prefab": { + "__id__": 303 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 142, + "height": 142 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 50.378, + -70.304, + 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__": 301 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": null, + "_type": 0, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 287 + }, + "asset": { + "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" + }, + "fileId": "0d84wMeDFEv6jS0w8o0PMq", + "sync": false + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 287 + }, + "asset": { + "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" + }, + "fileId": "48SF/OqFlATYkxoqD3Chce", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "careerCityItem", + "_objFlags": 0, + "_parent": { + "__id__": 256 + }, + "_children": [ + { + "__id__": 306 + }, + { + "__id__": 309 + }, + { + "__id__": 313 + }, + { + "__id__": 316 + }, + { + "__id__": 319 + } + ], + "_active": true, + "_components": [], + "_prefab": { + "__id__": 322 + }, + "_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": [ + 105, + 110, + 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": "bg", + "_objFlags": 0, + "_parent": { + "__id__": 305 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 307 + } + ], + "_prefab": { + "__id__": 308 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 198, + "height": 246 + }, + "_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__": 306 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "81eb532f-0b17-497f-8816-fb7b79510fa4" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "933f7976-6238-4e66-bef6-a7e118893b12" + }, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 305 + }, + "asset": { + "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" + }, + "fileId": "03h/yIG2hLHZSyk9jJ+AJa", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "icon", + "_objFlags": 0, + "_parent": { + "__id__": 305 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 310 + } + ], + "_prefab": { + "__id__": 312 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 15, + "g": 255, + "b": 0, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 124, + "height": 124 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + 31.109, + 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__": "31670ww/2BCzL5bnJFdBuT7", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 309 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_spriteFrame": { + "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91" + }, + "_sizeMode": 0, + "_radius": 11, + "_segment": 5, + "_corner": { + "__id__": 311 + }, + "_id": "" + }, + { + "__type__": "Corner", + "leftBottom": true, + "rightBottom": true, + "rightTop": true, + "leftTop": true + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 305 + }, + "asset": { + "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" + }, + "fileId": "6c9kbYYzROW581yj6a4ppI", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "name", + "_objFlags": 0, + "_parent": { + "__id__": 305 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 314 + } + ], + "_prefab": { + "__id__": 315 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 128, + "height": 40.32 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + -60.241, + 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.Label", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 313 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_string": "匿名玩家", + "_N$string": "匿名玩家", + "_fontSize": 32, + "_lineHeight": 32, + "_enableWrapText": true, + "_N$file": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_batchAsBitmap": false, + "_styleFlags": 0, + "_underlineHeight": 0, + "_N$horizontalAlign": 1, + "_N$verticalAlign": 1, + "_N$fontFamily": "Arial", + "_N$overflow": 0, + "_N$cacheMode": 0, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 305 + }, + "asset": { + "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" + }, + "fileId": "9efxRc89hKiLjCfKdeRqUb", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "level", + "_objFlags": 0, + "_parent": { + "__id__": 305 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 317 + } + ], + "_prefab": { + "__id__": 318 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 70, + "g": 137, + "b": 191, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 91.77, + "height": 41.58 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + -1.083, + -97.801, + 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.Label", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 316 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_string": "99999", + "_N$string": "99999", + "_fontSize": 33, + "_lineHeight": 33, + "_enableWrapText": true, + "_N$file": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_batchAsBitmap": false, + "_styleFlags": 0, + "_underlineHeight": 0, + "_N$horizontalAlign": 1, + "_N$verticalAlign": 1, + "_N$fontFamily": "Arial", + "_N$overflow": 0, + "_N$cacheMode": 0, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 305 + }, + "asset": { + "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" + }, + "fileId": "c3gvb6kbZHc5f5r4PZ6uqE", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "New Sprite", + "_objFlags": 0, + "_parent": { + "__id__": 305 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 320 + } + ], + "_prefab": { + "__id__": 321 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 142, + "height": 142 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 50.378, + -70.304, + 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__": 319 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": null, + "_type": 0, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 305 + }, + "asset": { + "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" + }, + "fileId": "0d84wMeDFEv6jS0w8o0PMq", + "sync": false + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 305 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -10776,29 +11788,29 @@ "_name": "careerCityItem", "_objFlags": 0, "_parent": { - "__id__": 230 + "__id__": 256 }, "_children": [ { - "__id__": 298 + "__id__": 324 }, { - "__id__": 301 + "__id__": 327 }, { - "__id__": 305 + "__id__": 331 }, { - "__id__": 308 + "__id__": 334 }, { - "__id__": 311 + "__id__": 337 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 314 + "__id__": 340 }, "_opacity": 255, "_color": { @@ -10852,17 +11864,17 @@ "_name": "bg", "_objFlags": 0, "_parent": { - "__id__": 297 + "__id__": 323 }, "_children": [], "_active": true, "_components": [ { - "__id__": 299 + "__id__": 325 } ], "_prefab": { - "__id__": 300 + "__id__": 326 }, "_opacity": 255, "_color": { @@ -10916,7 +11928,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 298 + "__id__": 324 }, "_enabled": true, "_materials": [ @@ -10948,7 +11960,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 297 + "__id__": 323 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -10961,17 +11973,17 @@ "_name": "icon", "_objFlags": 0, "_parent": { - "__id__": 297 + "__id__": 323 }, "_children": [], "_active": true, "_components": [ { - "__id__": 302 + "__id__": 328 } ], "_prefab": { - "__id__": 304 + "__id__": 330 }, "_opacity": 255, "_color": { @@ -11025,7 +12037,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 301 + "__id__": 327 }, "_enabled": true, "_materials": [ @@ -11040,7 +12052,7 @@ "_radius": 11, "_segment": 5, "_corner": { - "__id__": 303 + "__id__": 329 }, "_id": "" }, @@ -11054,7 +12066,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 297 + "__id__": 323 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -11067,17 +12079,17 @@ "_name": "name", "_objFlags": 0, "_parent": { - "__id__": 297 + "__id__": 323 }, "_children": [], "_active": true, "_components": [ { - "__id__": 306 + "__id__": 332 } ], "_prefab": { - "__id__": 307 + "__id__": 333 }, "_opacity": 255, "_color": { @@ -11131,7 +12143,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 305 + "__id__": 331 }, "_enabled": true, "_materials": [ @@ -11162,7 +12174,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 297 + "__id__": 323 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -11175,17 +12187,17 @@ "_name": "level", "_objFlags": 0, "_parent": { - "__id__": 297 + "__id__": 323 }, "_children": [], "_active": true, "_components": [ { - "__id__": 309 + "__id__": 335 } ], "_prefab": { - "__id__": 310 + "__id__": 336 }, "_opacity": 255, "_color": { @@ -11239,7 +12251,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 308 + "__id__": 334 }, "_enabled": true, "_materials": [ @@ -11270,7 +12282,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 297 + "__id__": 323 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -11283,17 +12295,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 297 + "__id__": 323 }, "_children": [], "_active": true, "_components": [ { - "__id__": 312 + "__id__": 338 } ], "_prefab": { - "__id__": 313 + "__id__": 339 }, "_opacity": 255, "_color": { @@ -11347,7 +12359,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 311 + "__id__": 337 }, "_enabled": true, "_materials": [ @@ -11375,7 +12387,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 297 + "__id__": 323 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -11386,7 +12398,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 297 + "__id__": 323 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -11399,29 +12411,29 @@ "_name": "careerCityItem", "_objFlags": 0, "_parent": { - "__id__": 230 + "__id__": 256 }, "_children": [ { - "__id__": 316 + "__id__": 342 }, { - "__id__": 319 + "__id__": 345 }, { - "__id__": 323 + "__id__": 349 }, { - "__id__": 326 + "__id__": 352 }, { - "__id__": 329 + "__id__": 355 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 332 + "__id__": 358 }, "_opacity": 255, "_color": { @@ -11475,17 +12487,17 @@ "_name": "bg", "_objFlags": 0, "_parent": { - "__id__": 315 + "__id__": 341 }, "_children": [], "_active": true, "_components": [ { - "__id__": 317 + "__id__": 343 } ], "_prefab": { - "__id__": 318 + "__id__": 344 }, "_opacity": 255, "_color": { @@ -11539,7 +12551,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 316 + "__id__": 342 }, "_enabled": true, "_materials": [ @@ -11571,7 +12583,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 315 + "__id__": 341 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -11584,17 +12596,17 @@ "_name": "icon", "_objFlags": 0, "_parent": { - "__id__": 315 + "__id__": 341 }, "_children": [], "_active": true, "_components": [ { - "__id__": 320 + "__id__": 346 } ], "_prefab": { - "__id__": 322 + "__id__": 348 }, "_opacity": 255, "_color": { @@ -11648,7 +12660,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 319 + "__id__": 345 }, "_enabled": true, "_materials": [ @@ -11663,7 +12675,7 @@ "_radius": 11, "_segment": 5, "_corner": { - "__id__": 321 + "__id__": 347 }, "_id": "" }, @@ -11677,7 +12689,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 315 + "__id__": 341 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -11690,17 +12702,17 @@ "_name": "name", "_objFlags": 0, "_parent": { - "__id__": 315 + "__id__": 341 }, "_children": [], "_active": true, "_components": [ { - "__id__": 324 + "__id__": 350 } ], "_prefab": { - "__id__": 325 + "__id__": 351 }, "_opacity": 255, "_color": { @@ -11754,7 +12766,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 323 + "__id__": 349 }, "_enabled": true, "_materials": [ @@ -11785,7 +12797,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 315 + "__id__": 341 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -11798,17 +12810,17 @@ "_name": "level", "_objFlags": 0, "_parent": { - "__id__": 315 + "__id__": 341 }, "_children": [], "_active": true, "_components": [ { - "__id__": 327 + "__id__": 353 } ], "_prefab": { - "__id__": 328 + "__id__": 354 }, "_opacity": 255, "_color": { @@ -11862,7 +12874,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 326 + "__id__": 352 }, "_enabled": true, "_materials": [ @@ -11893,7 +12905,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 315 + "__id__": 341 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -11906,17 +12918,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 315 + "__id__": 341 }, "_children": [], "_active": true, "_components": [ { - "__id__": 330 + "__id__": 356 } ], "_prefab": { - "__id__": 331 + "__id__": 357 }, "_opacity": 255, "_color": { @@ -11970,7 +12982,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 329 + "__id__": 355 }, "_enabled": true, "_materials": [ @@ -11998,7 +13010,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 315 + "__id__": 341 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -12009,7 +13021,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 315 + "__id__": 341 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -12022,29 +13034,29 @@ "_name": "careerCityItem", "_objFlags": 0, "_parent": { - "__id__": 230 + "__id__": 256 }, "_children": [ { - "__id__": 334 + "__id__": 360 }, { - "__id__": 337 + "__id__": 363 }, { - "__id__": 341 + "__id__": 367 }, { - "__id__": 344 + "__id__": 370 }, { - "__id__": 347 + "__id__": 373 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 350 + "__id__": 376 }, "_opacity": 255, "_color": { @@ -12098,17 +13110,17 @@ "_name": "bg", "_objFlags": 0, "_parent": { - "__id__": 333 + "__id__": 359 }, "_children": [], "_active": true, "_components": [ { - "__id__": 335 + "__id__": 361 } ], "_prefab": { - "__id__": 336 + "__id__": 362 }, "_opacity": 255, "_color": { @@ -12162,7 +13174,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 334 + "__id__": 360 }, "_enabled": true, "_materials": [ @@ -12194,7 +13206,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 333 + "__id__": 359 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -12207,17 +13219,17 @@ "_name": "icon", "_objFlags": 0, "_parent": { - "__id__": 333 + "__id__": 359 }, "_children": [], "_active": true, "_components": [ { - "__id__": 338 + "__id__": 364 } ], "_prefab": { - "__id__": 340 + "__id__": 366 }, "_opacity": 255, "_color": { @@ -12271,7 +13283,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 337 + "__id__": 363 }, "_enabled": true, "_materials": [ @@ -12286,7 +13298,7 @@ "_radius": 11, "_segment": 5, "_corner": { - "__id__": 339 + "__id__": 365 }, "_id": "" }, @@ -12300,7 +13312,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 333 + "__id__": 359 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -12313,17 +13325,17 @@ "_name": "name", "_objFlags": 0, "_parent": { - "__id__": 333 + "__id__": 359 }, "_children": [], "_active": true, "_components": [ { - "__id__": 342 + "__id__": 368 } ], "_prefab": { - "__id__": 343 + "__id__": 369 }, "_opacity": 255, "_color": { @@ -12377,7 +13389,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 341 + "__id__": 367 }, "_enabled": true, "_materials": [ @@ -12408,7 +13420,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 333 + "__id__": 359 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -12421,17 +13433,17 @@ "_name": "level", "_objFlags": 0, "_parent": { - "__id__": 333 + "__id__": 359 }, "_children": [], "_active": true, "_components": [ { - "__id__": 345 + "__id__": 371 } ], "_prefab": { - "__id__": 346 + "__id__": 372 }, "_opacity": 255, "_color": { @@ -12485,7 +13497,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 344 + "__id__": 370 }, "_enabled": true, "_materials": [ @@ -12516,7 +13528,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 333 + "__id__": 359 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -12529,17 +13541,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 333 + "__id__": 359 }, "_children": [], "_active": true, "_components": [ { - "__id__": 348 + "__id__": 374 } ], "_prefab": { - "__id__": 349 + "__id__": 375 }, "_opacity": 255, "_color": { @@ -12593,7 +13605,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 347 + "__id__": 373 }, "_enabled": true, "_materials": [ @@ -12621,7 +13633,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 333 + "__id__": 359 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -12632,7 +13644,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 333 + "__id__": 359 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -12645,29 +13657,29 @@ "_name": "careerCityItem", "_objFlags": 0, "_parent": { - "__id__": 230 + "__id__": 256 }, "_children": [ { - "__id__": 352 + "__id__": 378 }, { - "__id__": 355 + "__id__": 381 }, { - "__id__": 359 + "__id__": 385 }, { - "__id__": 362 + "__id__": 388 }, { - "__id__": 365 + "__id__": 391 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 368 + "__id__": 394 }, "_opacity": 255, "_color": { @@ -12721,17 +13733,17 @@ "_name": "bg", "_objFlags": 0, "_parent": { - "__id__": 351 + "__id__": 377 }, "_children": [], "_active": true, "_components": [ { - "__id__": 353 + "__id__": 379 } ], "_prefab": { - "__id__": 354 + "__id__": 380 }, "_opacity": 255, "_color": { @@ -12785,7 +13797,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 352 + "__id__": 378 }, "_enabled": true, "_materials": [ @@ -12817,7 +13829,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 351 + "__id__": 377 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -12830,17 +13842,17 @@ "_name": "icon", "_objFlags": 0, "_parent": { - "__id__": 351 + "__id__": 377 }, "_children": [], "_active": true, "_components": [ { - "__id__": 356 + "__id__": 382 } ], "_prefab": { - "__id__": 358 + "__id__": 384 }, "_opacity": 255, "_color": { @@ -12894,7 +13906,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 355 + "__id__": 381 }, "_enabled": true, "_materials": [ @@ -12909,7 +13921,7 @@ "_radius": 11, "_segment": 5, "_corner": { - "__id__": 357 + "__id__": 383 }, "_id": "" }, @@ -12923,7 +13935,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 351 + "__id__": 377 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -12936,17 +13948,17 @@ "_name": "name", "_objFlags": 0, "_parent": { - "__id__": 351 + "__id__": 377 }, "_children": [], "_active": true, "_components": [ { - "__id__": 360 + "__id__": 386 } ], "_prefab": { - "__id__": 361 + "__id__": 387 }, "_opacity": 255, "_color": { @@ -13000,7 +14012,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 359 + "__id__": 385 }, "_enabled": true, "_materials": [ @@ -13031,7 +14043,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 351 + "__id__": 377 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -13044,17 +14056,17 @@ "_name": "level", "_objFlags": 0, "_parent": { - "__id__": 351 + "__id__": 377 }, "_children": [], "_active": true, "_components": [ { - "__id__": 363 + "__id__": 389 } ], "_prefab": { - "__id__": 364 + "__id__": 390 }, "_opacity": 255, "_color": { @@ -13108,7 +14120,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 362 + "__id__": 388 }, "_enabled": true, "_materials": [ @@ -13139,7 +14151,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 351 + "__id__": 377 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -13152,17 +14164,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 351 + "__id__": 377 }, "_children": [], "_active": true, "_components": [ { - "__id__": 366 + "__id__": 392 } ], "_prefab": { - "__id__": 367 + "__id__": 393 }, "_opacity": 255, "_color": { @@ -13216,7 +14228,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 365 + "__id__": 391 }, "_enabled": true, "_materials": [ @@ -13244,7 +14256,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 351 + "__id__": 377 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -13255,7 +14267,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 351 + "__id__": 377 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -13268,29 +14280,29 @@ "_name": "careerCityItem", "_objFlags": 0, "_parent": { - "__id__": 230 + "__id__": 256 }, "_children": [ { - "__id__": 370 + "__id__": 396 }, { - "__id__": 373 + "__id__": 399 }, { - "__id__": 377 + "__id__": 403 }, { - "__id__": 380 + "__id__": 406 }, { - "__id__": 383 + "__id__": 409 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 386 + "__id__": 412 }, "_opacity": 255, "_color": { @@ -13344,17 +14356,17 @@ "_name": "bg", "_objFlags": 0, "_parent": { - "__id__": 369 + "__id__": 395 }, "_children": [], "_active": true, "_components": [ { - "__id__": 371 + "__id__": 397 } ], "_prefab": { - "__id__": 372 + "__id__": 398 }, "_opacity": 255, "_color": { @@ -13408,7 +14420,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 370 + "__id__": 396 }, "_enabled": true, "_materials": [ @@ -13440,7 +14452,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 369 + "__id__": 395 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -13453,17 +14465,17 @@ "_name": "icon", "_objFlags": 0, "_parent": { - "__id__": 369 + "__id__": 395 }, "_children": [], "_active": true, "_components": [ { - "__id__": 374 + "__id__": 400 } ], "_prefab": { - "__id__": 376 + "__id__": 402 }, "_opacity": 255, "_color": { @@ -13517,7 +14529,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 373 + "__id__": 399 }, "_enabled": true, "_materials": [ @@ -13532,7 +14544,7 @@ "_radius": 11, "_segment": 5, "_corner": { - "__id__": 375 + "__id__": 401 }, "_id": "" }, @@ -13546,7 +14558,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 369 + "__id__": 395 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -13559,17 +14571,17 @@ "_name": "name", "_objFlags": 0, "_parent": { - "__id__": 369 + "__id__": 395 }, "_children": [], "_active": true, "_components": [ { - "__id__": 378 + "__id__": 404 } ], "_prefab": { - "__id__": 379 + "__id__": 405 }, "_opacity": 255, "_color": { @@ -13623,7 +14635,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 377 + "__id__": 403 }, "_enabled": true, "_materials": [ @@ -13654,7 +14666,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 369 + "__id__": 395 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -13667,17 +14679,17 @@ "_name": "level", "_objFlags": 0, "_parent": { - "__id__": 369 + "__id__": 395 }, "_children": [], "_active": true, "_components": [ { - "__id__": 381 + "__id__": 407 } ], "_prefab": { - "__id__": 382 + "__id__": 408 }, "_opacity": 255, "_color": { @@ -13731,7 +14743,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 380 + "__id__": 406 }, "_enabled": true, "_materials": [ @@ -13762,7 +14774,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 369 + "__id__": 395 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -13775,17 +14787,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 369 + "__id__": 395 }, "_children": [], "_active": true, "_components": [ { - "__id__": 384 + "__id__": 410 } ], "_prefab": { - "__id__": 385 + "__id__": 411 }, "_opacity": 255, "_color": { @@ -13839,7 +14851,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 383 + "__id__": 409 }, "_enabled": true, "_materials": [ @@ -13867,7 +14879,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 369 + "__id__": 395 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -13878,7 +14890,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 369 + "__id__": 395 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -13886,75 +14898,54 @@ "fileId": "6cuXiDHnNBw5GdMsmjjAUP", "sync": false }, + { + "__type__": "68b44DkCJhBT77DovTPVwhr", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 256 + }, + "_enabled": true, + "defaultsprite": null, + "ui": null, + "_id": "" + }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 230 + "__id__": 256 }, "asset": { "__uuid__": "4746152f-f84d-4f11-af46-e87cc2dd062e" }, - "fileId": "02Dy7OMlFNc7owaoS3CsS7", + "fileId": "d46toGU5ZLqrCS+SdSL4BO", "sync": false }, { - "__type__": "cc.Node", - "_name": "rank1", + "__type__": "cc.Widget", + "_name": "", "_objFlags": 0, - "_parent": { - "__id__": 1 + "node": { + "__id__": 12 }, - "_children": [], - "_active": true, - "_components": [], - "_prefab": { - "__id__": 389 - }, - "_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, - 542, - 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, + "_enabled": true, + "alignMode": 1, + "_target": null, + "_alignFlags": 40, + "_left": 0, + "_right": 0, + "_top": 0, + "_bottom": 1520, + "_verticalCenter": 0, + "_horizontalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 220, + "_originalHeight": 400, "_id": "" }, { @@ -13965,67 +14956,66 @@ "asset": { "__id__": 0 }, - "fileId": "58kaXexONCBJS5OcUQnl8Q", + "fileId": "5aCfCTEVJAN5kTdXiuUaSf", "sync": false }, { - "__type__": "cc.Node", - "_name": "rank2", + "__type__": "cc.Widget", + "_name": "", "_objFlags": 0, - "_parent": { - "__id__": 1 + "node": { + "__id__": 6 }, - "_children": [], - "_active": true, - "_components": [], - "_prefab": { - "__id__": 391 + "_enabled": true, + "alignMode": 0, + "_target": null, + "_alignFlags": 37, + "_left": 350.07654921020657, + "_right": 0, + "_top": 0, + "_bottom": 0, + "_verticalCenter": 0, + "_horizontalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 0, + "_originalHeight": 237, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 6 }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "5fe5dcaa-b513-4dc5-a166-573627b3a159" }, - "_contentSize": { - "__type__": "cc.Size", - "width": 0, - "height": 0 - }, - "_anchorPoint": { + "_type": 1, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - -140, - 225, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", "x": 0, - "y": 0, - "z": 0 + "y": 0 }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": null, "_id": "" }, { @@ -14036,67 +15026,59 @@ "asset": { "__id__": 0 }, - "fileId": "cf4EOnC5tBA5YafiQx1p7B", + "fileId": "a5X7LJhClKHI5ZnB2wFTmT", "sync": false }, { - "__type__": "cc.Node", - "_name": "rank3", + "__type__": "cc.Widget", + "_name": "", "_objFlags": 0, - "_parent": { - "__id__": 1 + "node": { + "__id__": 5 }, - "_children": [], - "_active": true, - "_components": [], - "_prefab": { - "__id__": 393 + "_enabled": true, + "alignMode": 1, + "_target": null, + "_alignFlags": 45, + "_left": 0, + "_right": 0, + "_top": 0, + "_bottom": 0, + "_verticalCenter": 0, + "_horizontalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 240, + "_originalHeight": 250, + "_id": "" + }, + { + "__type__": "47e6a5GZTFMeLv3j5QMLd5D", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 5 }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 + "_enabled": true, + "itemRender": { + "__id__": 256 }, - "_contentSize": { - "__type__": "cc.Size", - "width": 0, - "height": 0 + "firstRender": { + "__id__": 17 }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 140, - 225, - 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, + "type": 2, + "startAxis": 1, + "spaceX": 0, + "spaceY": 15, + "padding_top": 0, + "padding_buttom": 0, + "padding_left": 57, + "_padding": 0, + "padding_right": 0, "_id": "" }, { @@ -14107,220 +15089,7 @@ "asset": { "__id__": 0 }, - "fileId": "90E4baYrROpJLx354ZZmSI", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "rank4", - "_objFlags": 0, - "_parent": { - "__id__": 1 - }, - "_children": [], - "_active": true, - "_components": [], - "_prefab": { - "__id__": 395 - }, - "_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": [ - -250, - -87, - 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.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "a70t23avVI4JjcTBOWwv5n", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "rank5", - "_objFlags": 0, - "_parent": { - "__id__": 1 - }, - "_children": [], - "_active": true, - "_components": [], - "_prefab": { - "__id__": 397 - }, - "_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, - -87, - 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.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "17cq78gqBFg7Obt6aqbf3s", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "rank6", - "_objFlags": 0, - "_parent": { - "__id__": 1 - }, - "_children": [], - "_active": true, - "_components": [], - "_prefab": { - "__id__": 399 - }, - "_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": [ - 250, - -87, - 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.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "367egRnxNKP5DXdyD/U2z1", + "fileId": "5aiZ8J41lBwZm3THLgquMb", "sync": false }, { @@ -14350,6 +15119,17 @@ "_originalHeight": 36, "_id": "" }, + { + "__type__": "3c3dbIUC9pDDrWA/vZqeiVL", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 1 + }, + "_enabled": true, + "phone": null, + "_id": "" + }, { "__type__": "cc.PrefabInfo", "root": { diff --git a/assets/career/prefab/newGame.prefab.meta b/assets/career/prefab/rankGame.prefab.meta similarity index 100% rename from assets/career/prefab/newGame.prefab.meta rename to assets/career/prefab/rankGame.prefab.meta diff --git a/assets/career/script/CareerItem.ts b/assets/career/script/CareerItem.ts index c0f560d..45f3315 100644 --- a/assets/career/script/CareerItem.ts +++ b/assets/career/script/CareerItem.ts @@ -17,52 +17,53 @@ export default class CareerItem extends cc.Component { /**数据改变时调用 */ public dataChanged() { - let useravatarIcon = this.data.useravatarIcon; - useravatarIcon = "kuang_" + (parseInt(useravatarIcon) + 1); - this.node.getChildByName("icon").getComponent(cc.Sprite).spriteFrame = - this.ui.getSpriteFrame(useravatarIcon); - console.log("用户头像框:", this.data.useravatarIcon, useravatarIcon); - this.data.username = cc.fx.GameTool.subName(this.data.username, 7); - let name = this.data.username; - if (name == "user") name = "匿名玩家"; - // this.node.getChildByName("rankLab").getComponent(cc.Label).string = this.data.rank + ""; - this.node.getChildByName("nameLab").getComponent(cc.Label).string = name + ""; - // this.node.getChildByName("totalLab").getComponent(cc.Label).string = this.data.levelAmount; + // let useravatarIcon = this.data.useravatarIcon; + // useravatarIcon = "kuang_" + (parseInt(useravatarIcon) + 1); + // this.node.getChildByName("icon").getComponent(cc.Sprite).spriteFrame = + // this.ui.getSpriteFrame(useravatarIcon); + // console.log("用户头像框:", this.data.useravatarIcon, useravatarIcon); + // this.data.username = cc.fx.GameTool.subName(this.data.username, 7); + // let name = this.data.username; + // if (name == "user") name = "匿名玩家"; - NumberToImage.numberToImageNodes3((this.data.rank), 43, 15, "rank_", this.node.getChildByName("rankLab"), true); - NumberToImage.numberToImageNodes3(this.data.levelAmount, 43, 15, "level_", this.node.getChildByName("totalLab"), true); + this.node.getChildByName("rank").getComponent(cc.Label).string = this.data.rank + ""; + // this.node.getChildByName("nameLab").getComponent(cc.Label).string = name + ""; + // // this.node.getChildByName("totalLab").getComponent(cc.Label).string = this.data.levelAmount; - // this.node.getChildByName("timeLab").getComponent(cc.Label).string = timeTemp + ""; - this.node.getChildByName("rank").getChildByName("one").active = false; - this.node.getChildByName("rank").getChildByName("two").active = false; - this.node.getChildByName("rank").getChildByName("three").active = false; - if (this.data.rank == 1) { - this.node.getChildByName("rank").getChildByName("one").active = true; - this.node.getChildByName("rankLab").active = false; - } - else if (this.data.rank == 2) { - this.node.getChildByName("rank").getChildByName("two").active = true; - this.node.getChildByName("rankLab").active = false; - } - else if (this.data.rank == 3) { - this.node.getChildByName("rank").getChildByName("three").active = true; - this.node.getChildByName("rankLab").active = false; - } else { - this.node.getChildByName("rankLab").active = true; - } - if (this.data.useravatar == "" || this.data.useravatar == null || this.data.useravatar == undefined - ) { - this.node.getChildByName("pic").getComponent(cc.Sprite).spriteFrame = this.defaultsprite; - } - else if (this.data.useravatar == "0" || this.data.useravatar == "1" || this.data.useravatar == "2" - || this.data.useravatar == "3") { - let useravatar = this.data.useravatar; - let useravatarTemp = "icon_" + useravatar; - console.log("用户头像:", useravatarTemp); - this.node.getChildByName("pic").getComponent(cc.Sprite).spriteFrame = this.ui.getSpriteFrame(useravatarTemp); - } + // NumberToImage.numberToImageNodes3((this.data.rank), 43, 15, "rank_", this.node.getChildByName("rankLab"), true); + // NumberToImage.numberToImageNodes3(this.data.levelAmount, 43, 15, "level_", this.node.getChildByName("totalLab"), true); - else this.setPic(); + // // this.node.getChildByName("timeLab").getComponent(cc.Label).string = timeTemp + ""; + // this.node.getChildByName("rank").getChildByName("one").active = false; + // this.node.getChildByName("rank").getChildByName("two").active = false; + // this.node.getChildByName("rank").getChildByName("three").active = false; + // if (this.data.rank == 1) { + // this.node.getChildByName("rank").getChildByName("one").active = true; + // this.node.getChildByName("rankLab").active = false; + // } + // else if (this.data.rank == 2) { + // this.node.getChildByName("rank").getChildByName("two").active = true; + // this.node.getChildByName("rankLab").active = false; + // } + // else if (this.data.rank == 3) { + // this.node.getChildByName("rank").getChildByName("three").active = true; + // this.node.getChildByName("rankLab").active = false; + // } else { + // this.node.getChildByName("rankLab").active = true; + // } + // if (this.data.useravatar == "" || this.data.useravatar == null || this.data.useravatar == undefined + // ) { + // this.node.getChildByName("pic").getComponent(cc.Sprite).spriteFrame = this.defaultsprite; + // } + // else if (this.data.useravatar == "0" || this.data.useravatar == "1" || this.data.useravatar == "2" + // || this.data.useravatar == "3") { + // let useravatar = this.data.useravatar; + // let useravatarTemp = "icon_" + useravatar; + // console.log("用户头像:", useravatarTemp); + // this.node.getChildByName("pic").getComponent(cc.Sprite).spriteFrame = this.ui.getSpriteFrame(useravatarTemp); + // } + + // else this.setPic(); } public setPic() { diff --git a/assets/career/script/CareerList.ts b/assets/career/script/CareerList.ts index bf380bb..468faf9 100644 --- a/assets/career/script/CareerList.ts +++ b/assets/career/script/CareerList.ts @@ -1,3 +1,4 @@ + // Learn TypeScript: // - https://docs.cocos.com/creator/manual/en/scripting/typescript.html // Learn Attribute: @@ -43,6 +44,9 @@ export default class CareerList extends cc.Component { @property({ type: cc.Node, tooltip: "列表项" }) public itemRender: cc.Node = null; + @property({ type: cc.Node, tooltip: "列表项" }) + public firstRender: cc.Node = null; + /**排列方式 */ @property({ type: cc.Enum(ListType), tooltip: "排列方式" }) public type: ListType = ListType.Vertical; @@ -128,6 +132,19 @@ export default class CareerList extends cc.Component { this.content.anchorX = 0; this.content.anchorY = 1; this.content.removeAllChildren(); + + // 初始化firstRender + if (this.firstRender) { + this.firstRender.parent = this.content; + this.firstRender.active = true; + // 设置firstRender的位置在顶部 + if (this.type == ListType.Vertical) { + this.firstRender.setPosition(535, 0); + } else if (this.type == ListType.Horizontal) { + this.firstRender.setPosition(this.firstRender.width / 2, 0); + } + } + this.scrollView.node.on("scrolling", this.onScrolling, this); } @@ -144,59 +161,19 @@ export default class CareerList extends cc.Component { /**计算列表的各项参数 */ private countListParam() { let dataLen = this.itemDataList.length; + let firstRenderHeight = this.firstRender ? this.firstRender.height : 0; + let firstRenderWidth = this.firstRender ? this.firstRender.width : 0; + debugger; if (this.type == ListType.Vertical) { this.scrollView.horizontal = false; this.scrollView.vertical = true; this.content.width = this.content.parent.width; - this.content.height = dataLen * this.itemHeight + (dataLen - 1) * this.spaceY + this.padding_top + this.padding_buttom; - this.spawnCount = Math.round(this.scrollView.node.height / (this.itemHeight + this.spaceY)) + 2; //计算创建的item实例数量,比当前scrollView容器能放下的item数量再加上2个 + // 计算高度时考虑firstRender的高度和间距 + this.content.height = firstRenderHeight + (firstRenderHeight > 0 ? this.spaceY : 0) + + dataLen * this.itemHeight + (dataLen - 3) * this.spaceY + this.padding_top + this.padding_buttom; + this.spawnCount = Math.round(this.scrollView.node.height / (this.itemHeight + this.spaceY)) + 10; //计算创建的item实例数量,比当前scrollView容器能放下的item数量再加上2个 this.halfScrollView = this.scrollView.node.height / 2 + this.itemHeight / 2 + this.spaceY; //计算bufferZone,item的显示范围 this.updateFun = this.updateV; - } else if (this.type == ListType.Horizontal) { - this.scrollView.horizontal = true; - this.scrollView.vertical = false; - this.content.width = dataLen * this.itemWidth + (dataLen - 1) * this.spaceX + this.padding_left + this.padding_right; - this.content.height = this.content.parent.height; - this.spawnCount = Math.round(this.scrollView.node.width / (this.itemWidth + this.spaceX)) + 2; - this.halfScrollView = this.scrollView.node.width / 2 + this.itemWidth / 2 + this.spaceX; - this.updateFun = this.udpateH; - } else if (this.type == ListType.Grid) { - if (this.startAxis == StartAxisType.Vertical) { - this.scrollView.horizontal = false; - this.scrollView.vertical = true; - this.content.width = this.content.parent.width; - //如果left和right间隔过大,导致放不下一个item,则left和right都设置为0,相当于不生效 - if (this.padding_left + this.padding_right + this.itemWidth + this.spaceX > this.content.width) { - this.padding_left = 0; - this.padding_right = 0; - console.error("padding_left或padding_right过大"); - } - - this.gridCol = Math.floor((this.content.width - this.padding_left - this.padding_right) / (this.itemWidth + this.spaceX)); - this.gridRow = Math.ceil(dataLen / this.gridCol); - this.content.height = this.gridRow * this.itemHeight + (this.gridRow - 1) * this.spaceY + this.padding_top + this.padding_buttom; - this.spawnCount = Math.round(this.scrollView.node.height / (this.itemHeight + this.spaceY)) * this.gridCol + this.gridCol * 2; - this.halfScrollView = this.scrollView.node.height / 2 + this.itemHeight / 2 + this.spaceY; - this.updateFun = this.updateGrid_V; - } else if (this.startAxis == StartAxisType.Horizontal) { - this.scrollView.horizontal = true; - this.scrollView.vertical = false; - //计算高间隔 - this.content.height = this.content.parent.height; - //如果left和right间隔过大,导致放不下一个item,则left和right都设置为0,相当于不生效 - if (this.padding_top + this.padding_buttom + this.itemHeight + this.spaceY > this.content.height) { - this.padding_top = 0; - this.padding_buttom = 0; - console.error("padding_top或padding_buttom过大"); - } - - this.gridRow = Math.floor((this.content.height - this.padding_top - this.padding_buttom) / (this.itemHeight + this.spaceY)); - this.gridCol = Math.ceil(dataLen / this.gridRow); - this.content.width = this.gridCol * this.itemWidth + (this.gridCol - 1) * this.spaceX + this.padding_left + this.padding_right; - this.spawnCount = Math.round(this.scrollView.node.width / (this.itemWidth + this.spaceX)) * this.gridRow + this.gridRow * 2; - this.halfScrollView = this.scrollView.node.width / 2 + this.itemWidth / 2 + this.spaceX; - this.updateFun = this.updateGrid_H; - } } } @@ -223,6 +200,7 @@ export default class CareerList extends cc.Component { if (this.itemList[i] == null) { item = this.getItem(); this.itemList.push(item); + item.active = true; item.parent = this.content; } else { item = this.itemList[i]; @@ -243,23 +221,14 @@ export default class CareerList extends cc.Component { itemRender.data = this.itemDataList[i + startIndex]; itemRender.dataChanged(); + // 计算firstRender的高度偏移 + let firstRenderHeight = this.firstRender ? this.firstRender.height : 0; + let firstRenderOffsetY = firstRenderHeight > 0 ? firstRenderHeight + this.spaceY : 0; + if (this.type == ListType.Vertical) { // item左边对齐padding_left - item.setPosition(this.padding_left + item.width / 2, -item.height * (0.5 + i + startIndex) - this.spaceY * (i + startIndex) - this.padding_top); - } else if (this.type == ListType.Horizontal) { - item.setPosition(item.width * (0.5 + i + startIndex) + this.spaceX * (i + startIndex) + this.padding_left, -this.content.height / 2); - } else if (this.type == ListType.Grid) { - if (this.startAxis == StartAxisType.Vertical) { - var row = Math.floor((i + startIndex) / this.gridCol); - var col = (i + startIndex) % this.gridCol; - item.setPosition(item.width * (0.5 + col) + this.spaceX * col + this.padding_left, -item.height * (0.5 + row) - this.spaceY * row - this.padding_top); - item.opacity = 255; - } else if (this.startAxis == StartAxisType.Horizontal) { - var row = (i + startIndex) % this.gridRow; - var col = Math.floor((i + startIndex) / this.gridRow); - item.setPosition(item.width * (0.5 + col) + this.spaceX * col + this.padding_left, -item.height * (0.5 + row) - this.spaceY * row - this.padding_top); - item.opacity = 255; - } + item.setPosition(this.padding_left + item.width / 2, + -item.height * (0.5 + i + startIndex) - this.spaceY * (i + startIndex) - this.padding_top - firstRenderOffsetY); } } @@ -299,12 +268,17 @@ export default class CareerList extends cc.Component { let bufferZone = this.halfScrollView; let isUp = this.scrollView.content.y > this.lastContentPosY; let offset = (this.itemHeight + this.spaceY) * items.length; + + // 计算firstRender的高度偏移 + let firstRenderHeight = this.firstRender ? this.firstRender.height : 0; + let firstRenderOffsetY = firstRenderHeight > 0 ? firstRenderHeight + this.spaceY : 0; + for (let i = 0; i < items.length; i++) { item = items[i]; let viewPos = this.getPositionInView(item); if (isUp) { //item上滑时,超出了scrollView上边界,将item移动到下方复用,item移动到下方的位置必须不超过content的下边界 - if (viewPos.y > bufferZone && item.y - offset - this.padding_buttom > -this.content.height) { + if (viewPos.y > bufferZone && item.y - offset - this.padding_buttom > -this.content.height + firstRenderOffsetY) { let itemRender: CareerItem = item.getComponent(CareerItem); let itemIndex = itemRender.itemIndex + items.length; itemRender.itemIndex = itemIndex; @@ -314,7 +288,7 @@ export default class CareerList extends cc.Component { } } else { //item下滑时,超出了scrollView下边界,将item移动到上方复用,item移动到上方的位置必须不超过content的上边界 - if (viewPos.y < -bufferZone && item.y + offset + this.padding_top < 0) { + if (viewPos.y < -bufferZone && item.y + offset + this.padding_top < -firstRenderOffsetY) { let itemRender: CareerItem = item.getComponent(CareerItem); let itemIndex = itemRender.itemIndex - items.length; itemRender.itemIndex = itemIndex; @@ -334,12 +308,17 @@ export default class CareerList extends cc.Component { let bufferZone = this.halfScrollView; let isRight = this.scrollView.content.x > this.lastContentPosX; let offset = (this.itemWidth + this.spaceX) * items.length; + + // 计算firstRender的宽度偏移 + let firstRenderWidth = this.firstRender ? this.firstRender.width : 0; + let firstRenderOffsetX = firstRenderWidth > 0 ? firstRenderWidth + this.spaceX : 0; + for (let i = 0; i < items.length; i++) { item = items[i]; let viewPos = this.getPositionInView(item); if (isRight) { //item右滑时,超出了scrollView右边界,将item移动到左方复用,item移动到左方的位置必须不超过content的左边界 - if (viewPos.x > bufferZone && item.x - offset - this.padding_left > 0) { + if (viewPos.x > bufferZone && item.x - offset - this.padding_left > firstRenderOffsetX) { let itemRender: CareerItem = item.getComponent(CareerItem); let itemIndex = itemRender.itemIndex - items.length; itemRender.itemIndex = itemIndex; @@ -369,12 +348,17 @@ export default class CareerList extends cc.Component { let bufferZone = this.halfScrollView; let isUp = this.scrollView.content.y > this.lastContentPosY; let offset = (this.itemHeight + this.spaceY) * (this.spawnCount / this.gridCol); + + // 计算firstRender的高度偏移 + let firstRenderHeight = this.firstRender ? this.firstRender.height : 0; + let firstRenderOffsetY = firstRenderHeight > 0 ? firstRenderHeight + this.spaceY : 0; + for (let i = 0; i < items.length; i++) { item = items[i]; let viewPos = this.getPositionInView(item); if (isUp) { //item上滑时,超出了scrollView上边界,将item移动到下方复用,item移动到下方的位置必须不超过content的下边界 - if (viewPos.y > bufferZone && item.y - offset - this.padding_buttom > -this.content.height) { + if (viewPos.y > bufferZone && item.y - offset - this.padding_buttom > -this.content.height + firstRenderOffsetY) { let itemRender: CareerItem = item.getComponent(CareerItem); let itemIndex = itemRender.itemIndex + (this.spawnCount / this.gridCol) * this.gridCol; if (this.itemDataList[itemIndex] != null) { @@ -390,7 +374,7 @@ export default class CareerList extends cc.Component { } } } else {//item下滑时,超出了scrollView下边界,将item移动到上方复用,item移动到上方的位置必须不超过content的上边界 - if (viewPos.y < -bufferZone && item.y + offset + this.padding_top < 0) { + if (viewPos.y < -bufferZone && item.y + offset + this.padding_top < -firstRenderOffsetY) { let itemRender: CareerItem = item.getComponent(CareerItem); let itemIndex = itemRender.itemIndex - (this.spawnCount / this.gridCol) * this.gridCol; if (this.itemDataList[itemIndex] != null) { @@ -417,12 +401,17 @@ export default class CareerList extends cc.Component { let bufferZone = this.halfScrollView; let isRight = this.scrollView.content.x > this.lastContentPosX; let offset = (this.itemWidth + this.spaceX) * (this.spawnCount / this.gridRow); + + // 计算firstRender的宽度偏移 + let firstRenderWidth = this.firstRender ? this.firstRender.width : 0; + let firstRenderOffsetX = firstRenderWidth > 0 ? firstRenderWidth + this.spaceX : 0; + for (let i = 0; i < items.length; i++) { item = items[i]; let viewPos = this.getPositionInView(item); if (isRight) { //item右滑时,超出了scrollView右边界,将item移动到左方复用,item移动到左方的位置必须不超过content的左边界 - if (viewPos.x > bufferZone && item.x - offset - this.padding_left > 0) { + if (viewPos.x > bufferZone && item.x - offset - this.padding_left > firstRenderOffsetX) { let itemRender: CareerItem = item.getComponent(CareerItem); let itemIndex = itemRender.itemIndex - (this.spawnCount / this.gridRow) * this.gridRow; if (this.itemDataList[itemIndex] != null) { @@ -592,3 +581,5 @@ export default class CareerList extends cc.Component { this.itemDataList.length = 0; } } + + diff --git a/assets/career/script/CareerManager.ts b/assets/career/script/CareerManager.ts index 73a0472..06491f0 100644 --- a/assets/career/script/CareerManager.ts +++ b/assets/career/script/CareerManager.ts @@ -1,12 +1,12 @@ import NumberToImage from "../../Script/NumberToImage"; -import List from "./CareerList"; +import CareerList from "./CareerList"; const { ccclass, property } = cc._decorator; //排行榜 @ccclass export default class CareerManager extends cc.Component { @property(cc.Sprite) //用户头像换图 phone: cc.Sprite = null; - private rankList: List; //排行榜 + private rankList: CareerList; //排行榜 listData: any; //总列表信息 selfData: any; //自己信息 @@ -18,7 +18,7 @@ export default class CareerManager extends cc.Component { } //初始化数据 init(data) { - this.rankList = cc.find("ScrollView", this.node).getComponent(List); + this.rankList = cc.find("ScrollView", this.node).getComponent(CareerList); this.listData = data; this.selfData = null; this.rankNumber = 100; diff --git a/assets/custom/Json/level651.json b/assets/custom/Json/level651.json new file mode 100644 index 0000000..13b0523 --- /dev/null +++ b/assets/custom/Json/level651.json @@ -0,0 +1,440 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "651", + "map": [ + 9, + 10 + ], + "time": 170, + "gap": [ + { + "x": 1, + "y": 1, + "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": 1, + "y": 4, + "z": 0 + }, + { + "x": 7, + "y": 1, + "z": 0 + }, + { + "x": 6, + "y": 1, + "z": 0 + }, + { + "x": 6, + "y": 2, + "z": 0 + }, + { + "x": 7, + "y": 2, + "z": 0 + }, + { + "x": 7, + "y": 3, + "z": 0 + }, + { + "x": 7, + "y": 4, + "z": 0 + }, + { + "x": 7, + "y": 8, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 5, + "type": 0, + "position": { + "x": -180, + "y": 240, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 2, + "type": 0, + "position": { + "x": -60, + "y": -120, + "z": 0 + }, + "id": 220 + }, + { + "block": 23, + "color": 2, + "type": 0, + "position": { + "x": -180, + "y": -120, + "z": 0 + }, + "id": 230 + }, + { + "block": 23, + "color": 2, + "type": 0, + "position": { + "x": 60, + "y": 0, + "z": 0 + }, + "id": 240 + }, + { + "block": 23, + "color": 2, + "type": 0, + "position": { + "x": -60, + "y": 0, + "z": 0 + }, + "id": 250 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": 300, + "y": 240, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": -60, + "y": 240, + "z": 0 + }, + "id": 270 + }, + { + "block": 20, + "color": 3, + "type": 0, + "position": { + "x": -180, + "y": -360, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": -180, + "y": 360, + "z": 0 + }, + "id": 290 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": 60, + "y": 120, + "z": 0 + }, + "id": 300 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": 60, + "y": -240, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": -60, + "y": -480, + "z": 0 + }, + "id": 320 + }, + { + "block": 4, + "color": 9, + "type": 0, + "position": { + "x": 180, + "y": -240, + "z": 0 + }, + "id": 330 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": 300, + "y": 120, + "z": 0 + }, + "id": 340 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": 420, + "y": 0, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 5, + "type": 2, + "position": { + "x": -180, + "y": -480, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 8, + "type": 2, + "position": { + "x": 60, + "y": -480, + "z": 0 + }, + "id": 370 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": 180, + "y": -480, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 1, + "type": 2, + "position": { + "x": -180, + "y": 0, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 4, + "type": 2, + "position": { + "x": -180, + "y": 120, + "z": 0 + }, + "id": 410 + }, + { + "block": 0, + "color": 9, + "type": 8, + "position": { + "x": 300, + "y": -240, + "z": 0 + }, + "id": 410 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 420, + "y": 120, + "z": 0 + }, + "id": 420 + }, + { + "block": 5, + "color": 4, + "type": 3, + "position": { + "x": 180, + "y": 240, + "z": 0 + }, + "lockTime": 4, + "id": 430 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 652, + "num": 0, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 653, + "num": 1, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 654, + "num": 7, + "color": 5, + "special": 4, + "length": 1 + }, + { + "id": 655, + "num": 13, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 656, + "num": 15, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 657, + "num": 17, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 658, + "num": 21, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 659, + "num": 28, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 660, + "num": 29, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 661, + "num": 22, + "color": 7, + "special": 4, + "length": 1 + }, + { + "id": 662, + "num": 14, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 663, + "num": 16, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 664, + "num": 10, + "color": 1, + "special": 4, + "length": 2 + }, + { + "id": 665, + "num": 12, + "color": 1, + "special": 4, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level651.json.meta b/assets/custom/Json/level651.json.meta new file mode 100644 index 0000000..ad1b5c8 --- /dev/null +++ b/assets/custom/Json/level651.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "858122dd-d559-4b3b-afb6-57f4e762f7e4", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/custom/Json/level652.json b/assets/custom/Json/level652.json new file mode 100644 index 0000000..1c5d34b --- /dev/null +++ b/assets/custom/Json/level652.json @@ -0,0 +1,358 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "652", + "map": [ + 8, + 8 + ], + "time": 130, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 7, + "type": 0, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 7, + "type": 0, + "position": { + "x": -120, + "y": 240, + "z": 0 + }, + "id": 220 + }, + { + "block": 23, + "color": 7, + "type": 0, + "position": { + "x": 240, + "y": -240, + "z": 0 + }, + "id": 230 + }, + { + "block": 23, + "color": 7, + "type": 0, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "id": 240 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": -240, + "y": 120, + "z": 0 + }, + "id": 250 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": -120, + "y": -240, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": -240, + "y": -120, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "id": 290 + }, + { + "block": 15, + "color": 9, + "type": 0, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": 240, + "y": 120, + "z": 0 + }, + "id": 320 + }, + { + "block": 1, + "color": 3, + "type": 2, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "id": 330 + }, + { + "block": 1, + "color": 1, + "type": 2, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 2, + "type": 2, + "position": { + "x": 0, + "y": -120, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 7, + "type": 2, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "id": 360 + }, + { + "block": 2, + "color": 8, + "type": 2, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "id": 370 + }, + { + "block": 1, + "color": 6, + "type": 2, + "position": { + "x": 360, + "y": -120, + "z": 0 + }, + "id": 380 + }, + { + "block": 19, + "color": 5, + "type": 3, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "lockTime": 6, + "id": 390 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 653, + "num": 1, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 654, + "num": 2, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 655, + "num": 4, + "color": 2, + "special": 4, + "length": 2 + }, + { + "id": 656, + "num": 5, + "color": 2, + "special": 4, + "length": 0 + }, + { + "id": 657, + "num": 7, + "color": 7, + "special": 0, + "length": 1 + }, + { + "id": 658, + "num": 11, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 659, + "num": 13, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 660, + "num": 15, + "color": 8, + "special": 4, + "length": 2 + }, + { + "id": 661, + "num": 17, + "color": 8, + "special": 4, + "length": 0 + }, + { + "id": 662, + "num": 22, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 663, + "num": 23, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 664, + "num": 19, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 665, + "num": 20, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 666, + "num": 16, + "color": 4, + "special": 0, + "length": 1 + }, + { + "id": 667, + "num": 10, + "color": 3, + "special": 4, + "length": 2 + }, + { + "id": 668, + "num": 12, + "color": 3, + "special": 4, + "length": 0 + }, + { + "id": 669, + "num": 6, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 670, + "num": 8, + "color": 5, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level652.json.meta b/assets/custom/Json/level652.json.meta new file mode 100644 index 0000000..d9e74e0 --- /dev/null +++ b/assets/custom/Json/level652.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "3d7efb92-bef7-47d6-a12d-aeb8a7a57b42", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/custom/Json/level653.json b/assets/custom/Json/level653.json new file mode 100644 index 0000000..828c34d --- /dev/null +++ b/assets/custom/Json/level653.json @@ -0,0 +1,444 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "623", + "map": [ + 9, + 9 + ], + "time": 100, + "gap": [ + { + "x": 7, + "y": 7, + "z": 0 + }, + { + "x": 6, + "y": 7, + "z": 0 + }, + { + "x": 5, + "y": 7, + "z": 0 + }, + { + "x": 4, + "y": 7, + "z": 0 + }, + { + "x": 5, + "y": 6, + "z": 0 + }, + { + "x": 4, + "y": 6, + "z": 0 + }, + { + "x": 4, + "y": 5, + "z": 0 + }, + { + "x": 5, + "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": 60, + "y": -180, + "z": 0 + }, + "id": 220 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": -60, + "z": 0 + }, + "id": 230 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": -60, + "y": -60, + "z": 0 + }, + "id": 240 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": -60, + "y": -180, + "z": 0 + }, + "id": 250 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": -300, + "y": 180, + "z": 0 + }, + "id": 260 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": -180, + "y": -420, + "z": 0 + }, + "id": 270 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": -300, + "y": -180, + "z": 0 + }, + "id": 280 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": 300, + "y": -60, + "z": 0 + }, + "floor": 1, + "floorTime": 10, + "id": 290 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": -60, + "y": 60, + "z": 0 + }, + "floor": 2, + "floorTime": 12, + "id": 300 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": 300, + "y": 180, + "z": 0 + }, + "floor": 3, + "floorTime": 16, + "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": 3, + "type": 0, + "position": { + "x": -60, + "y": 180, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": 420, + "y": 60, + "z": 0 + }, + "id": 350 + }, + { + "block": 19, + "color": 6, + "type": 0, + "position": { + "x": 420, + "y": -420, + "z": 0 + }, + "id": 360 + }, + { + "block": 1, + "color": 3, + "type": 0, + "position": { + "x": 180, + "y": -420, + "z": 0 + }, + "id": 370 + }, + { + "block": 1, + "color": 1, + "type": 7, + "position": { + "x": 180, + "y": -300, + "z": 0 + }, + "id": 380 + }, + { + "block": 4, + "color": 9, + "type": 8, + "position": { + "x": -180, + "y": -300, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": -180, + "y": 300, + "z": 0 + }, + "id": 400 + }, + { + "block": 0, + "color": 10, + "type": 9, + "position": { + "x": -180, + "y": 180, + "z": 0 + }, + "adhesiveTime": 2, + "id": 410 + }, + { + "block": 0, + "color": 8, + "type": 9, + "position": { + "x": -180, + "y": 60, + "z": 0 + }, + "adhesiveTime": 1, + "id": 420 + }, + { + "block": 0, + "color": 5, + "type": 9, + "position": { + "x": 300, + "y": -180, + "z": 0 + }, + "adhesiveTime": 2, + "id": 430 + }, + { + "block": 0, + "color": 2, + "type": 9, + "position": { + "x": 180, + "y": -180, + "z": 0 + }, + "adhesiveTime": 1, + "id": 440 + }, + { + "block": 0, + "color": 1, + "type": 9, + "position": { + "x": 420, + "y": -60, + "z": 0 + }, + "adhesiveTime": 2, + "id": 450 + }, + { + "block": 0, + "color": 9, + "type": 9, + "position": { + "x": 420, + "y": -180, + "z": 0 + }, + "adhesiveTime": 1, + "id": 460 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 624, + "num": 1, + "color": 1, + "special": 0, + "length": 2, + "colorArray": "05" + }, + { + "id": 625, + "num": 2, + "color": 1, + "special": 0, + "length": 0, + "colorArray": "05" + }, + { + "id": 626, + "num": 8, + "color": 9, + "special": 3, + "length": 2, + "freeze": 8 + }, + { + "id": 627, + "num": 10, + "color": 9, + "special": 3, + "length": 0, + "freeze": 8 + }, + { + "id": 628, + "num": 25, + "color": 5, + "special": 0, + "length": 1 + }, + { + "id": 629, + "num": 28, + "color": 3, + "special": 0, + "length": 2, + "colorArray": "27777" + }, + { + "id": 630, + "num": 29, + "color": 3, + "special": 0, + "length": 0, + "colorArray": "27777" + }, + { + "id": 631, + "num": 18, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 632, + "num": 22, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 633, + "num": 9, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 634, + "num": 11, + "color": 2, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level653.json.meta b/assets/custom/Json/level653.json.meta new file mode 100644 index 0000000..d277922 --- /dev/null +++ b/assets/custom/Json/level653.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "578b6c24-15d0-47a2-9c95-d31f7d7e61bf", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/custom/Json/level654.json b/assets/custom/Json/level654.json new file mode 100644 index 0000000..77c353e --- /dev/null +++ b/assets/custom/Json/level654.json @@ -0,0 +1,417 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "654", + "map": [ + 9, + 9 + ], + "time": 145, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 0, + "color": 4, + "type": 4, + "position": { + "x": 180, + "y": -60, + "z": 0 + }, + "freezeTime": 4, + "id": 210 + }, + { + "block": 0, + "color": 6, + "type": 4, + "position": { + "x": 180, + "y": -420, + "z": 0 + }, + "freezeTime": 13, + "id": 220 + }, + { + "block": 23, + "color": 6, + "type": 4, + "position": { + "x": -60, + "y": 60, + "z": 0 + }, + "freezeTime": 13, + "id": 230 + }, + { + "block": 23, + "color": 6, + "type": 4, + "position": { + "x": -60, + "y": -60, + "z": 0 + }, + "freezeTime": 13, + "id": 240 + }, + { + "block": 23, + "color": 6, + "type": 4, + "position": { + "x": -180, + "y": -60, + "z": 0 + }, + "freezeTime": 13, + "id": 250 + }, + { + "block": 23, + "color": 6, + "type": 4, + "position": { + "x": -300, + "y": -60, + "z": 0 + }, + "freezeTime": 13, + "id": 260 + }, + { + "block": 23, + "color": 6, + "type": 4, + "position": { + "x": 300, + "y": 60, + "z": 0 + }, + "freezeTime": 13, + "id": 270 + }, + { + "block": 23, + "color": 6, + "type": 4, + "position": { + "x": 300, + "y": -60, + "z": 0 + }, + "freezeTime": 13, + "id": 280 + }, + { + "block": 23, + "color": 6, + "type": 4, + "position": { + "x": 420, + "y": -60, + "z": 0 + }, + "freezeTime": 13, + "id": 290 + }, + { + "block": 1, + "color": 6, + "type": 0, + "position": { + "x": -180, + "y": 300, + "z": 0 + }, + "id": 300 + }, + { + "block": 1, + "color": 6, + "type": 0, + "position": { + "x": 60, + "y": -420, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": -300, + "y": 60, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": -60, + "y": 180, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": -60, + "z": 0 + }, + "id": 340 + }, + { + "block": 22, + "color": 1, + "type": 0, + "position": { + "x": 420, + "y": 180, + "z": 0 + }, + "id": 350 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": -180, + "y": 60, + "z": 0 + }, + "id": 360 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": 180, + "y": 180, + "z": 0 + }, + "id": 370 + }, + { + "block": 1, + "color": 3, + "type": 0, + "position": { + "x": 180, + "y": 300, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": -60, + "y": -180, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": -180, + "y": -180, + "z": 0 + }, + "id": 400 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": 60, + "y": -300, + "z": 0 + }, + "id": 410 + }, + { + "block": 1, + "color": 11, + "type": 0, + "position": { + "x": 300, + "y": -300, + "z": 0 + }, + "id": 420 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": 300, + "y": -420, + "z": 0 + }, + "id": 430 + }, + { + "block": 22, + "color": 3, + "type": 3, + "position": { + "x": 420, + "y": -300, + "z": 0 + }, + "lockTime": 4, + "id": 440 + }, + { + "block": 0, + "color": 9, + "type": 2, + "position": { + "x": 420, + "y": 60, + "z": 0 + }, + "id": 450 + }, + { + "block": 2, + "color": 6, + "type": 2, + "position": { + "x": -300, + "y": -300, + "z": 0 + }, + "id": 460 + }, + { + "block": 2, + "color": 4, + "type": 2, + "position": { + "x": -180, + "y": -420, + "z": 0 + }, + "id": 470 + }, + { + "block": 0, + "color": 2, + "type": 2, + "position": { + "x": 420, + "y": -420, + "z": 0 + }, + "id": 480 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 655, + "num": 5, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 656, + "num": 6, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 657, + "num": 10, + "color": 4, + "special": 0, + "length": 1 + }, + { + "id": 658, + "num": 16, + "color": 8, + "special": 0, + "length": 1 + }, + { + "id": 659, + "num": 26, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 660, + "num": 27, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 661, + "num": 17, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 662, + "num": 19, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 663, + "num": 13, + "color": 9, + "special": 0, + "length": 1 + }, + { + "id": 664, + "num": 7, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 665, + "num": 9, + "color": 3, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level654.json.meta b/assets/custom/Json/level654.json.meta new file mode 100644 index 0000000..7942880 --- /dev/null +++ b/assets/custom/Json/level654.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "cef13ca1-bfa7-494a-a827-63a16f5ab2b3", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/custom/Json/level655.json b/assets/custom/Json/level655.json new file mode 100644 index 0000000..51dc7bb --- /dev/null +++ b/assets/custom/Json/level655.json @@ -0,0 +1,356 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "655", + "map": [ + 9, + 8 + ], + "time": 100, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 14, + "color": 3, + "type": 4, + "position": { + "x": 60, + "y": -360, + "z": 0 + }, + "freezeTime": 6, + "id": 210 + }, + { + "block": 23, + "color": 3, + "type": 4, + "position": { + "x": 180, + "y": -360, + "z": 0 + }, + "freezeTime": 6, + "id": 220 + }, + { + "block": 23, + "color": 3, + "type": 4, + "position": { + "x": -60, + "y": -360, + "z": 0 + }, + "freezeTime": 6, + "id": 230 + }, + { + "block": 2, + "color": 6, + "type": 14, + "position": { + "x": 60, + "y": 120, + "z": 0 + }, + "floor": 1, + "floorTime": 8, + "id": 240 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 300, + "y": -360, + "z": 0 + }, + "floor": 2, + "floorTime": 10, + "id": 250 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": -180, + "y": -360, + "z": 0 + }, + "floor": 3, + "floorTime": 12, + "id": 260 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": 420, + "y": 120, + "z": 0 + }, + "id": 270 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": -300, + "y": 120, + "z": 0 + }, + "id": 280 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": -180, + "y": -240, + "z": 0 + }, + "id": 290 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": 420, + "y": -240, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": -300, + "y": -120, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": 420, + "y": -120, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 180, + "y": -120, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": -60, + "y": -120, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 6, + "type": 14, + "position": { + "x": -180, + "y": 120, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 6, + "type": 14, + "position": { + "x": -60, + "y": 0, + "z": 0 + }, + "id": 400 + }, + { + "block": 0, + "color": 5, + "type": 14, + "position": { + "x": 180, + "y": 0, + "z": 0 + }, + "id": 410 + }, + { + "block": 0, + "color": 1, + "type": 14, + "position": { + "x": 300, + "y": 120, + "z": 0 + }, + "id": 420 + }, + { + "block": 0, + "color": 6, + "type": 7, + "position": { + "x": 60, + "y": 0, + "z": 0 + }, + "id": 430 + }, + { + "block": 2, + "color": 5, + "type": 9, + "position": { + "x": -60, + "y": 120, + "z": 0 + }, + "adhesiveTime": 2, + "id": 420 + }, + { + "block": 0, + "color": 7, + "type": 9, + "position": { + "x": -180, + "y": 240, + "z": 0 + }, + "adhesiveTime": 1, + "id": 430 + }, + { + "block": 2, + "color": 7, + "type": 9, + "position": { + "x": 180, + "y": 120, + "z": 0 + }, + "adhesiveTime": 2, + "id": 420 + }, + { + "block": 0, + "color": 2, + "type": 9, + "position": { + "x": 300, + "y": 240, + "z": 0 + }, + "adhesiveTime": 1, + "id": 430 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 656, + "num": 2, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 657, + "num": 3, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 658, + "num": 9, + "color": 1, + "special": 0, + "length": 2, + "colorArray": "081" + }, + { + "id": 659, + "num": 11, + "color": 1, + "special": 0, + "length": 0, + "colorArray": "081" + }, + { + "id": 660, + "num": 15, + "color": 5, + "special": 0, + "length": 2, + "colorArray": "476466" + }, + { + "id": 661, + "num": 17, + "color": 5, + "special": 0, + "length": 0, + "colorArray": "476466" + }, + { + "id": 662, + "num": 22, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 663, + "num": 23, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 664, + "num": 12, + "color": 10, + "special": 6, + "length": 1, + "lockTime": 5 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level655.json.meta b/assets/custom/Json/level655.json.meta new file mode 100644 index 0000000..e3f0769 --- /dev/null +++ b/assets/custom/Json/level655.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "4e71d712-078a-409c-b701-68907730028a", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/custom/Json/level656.json b/assets/custom/Json/level656.json new file mode 100644 index 0000000..07175e6 --- /dev/null +++ b/assets/custom/Json/level656.json @@ -0,0 +1,341 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "656", + "map": [ + 9, + 9 + ], + "time": 110, + "gap": [ + { + "x": 3, + "y": 7, + "z": 0 + }, + { + "x": 2, + "y": 7, + "z": 0 + }, + { + "x": 1, + "y": 7, + "z": 0 + }, + { + "x": 5, + "y": 7, + "z": 0 + }, + { + "x": 6, + "y": 7, + "z": 0 + }, + { + "x": 7, + "y": 7, + "z": 0 + }, + { + "x": 7, + "y": 6, + "z": 0 + }, + { + "x": 6, + "y": 6, + "z": 0 + }, + { + "x": 2, + "y": 6, + "z": 0 + }, + { + "x": 1, + "y": 6, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 11, + "color": 3, + "type": 0, + "position": { + "x": -300, + "y": -60, + "z": 0 + }, + "id": 210 + }, + { + "block": 3, + "color": 1, + "type": 9, + "position": { + "x": 420, + "y": 60, + "z": 0 + }, + "adhesiveTime": 2, + "id": 220 + }, + { + "block": 0, + "color": 1, + "type": 9, + "position": { + "x": 420, + "y": -60, + "z": 0 + }, + "adhesiveTime": 1, + "id": 230 + }, + { + "block": 2, + "color": 11, + "type": 8, + "position": { + "x": 60, + "y": -180, + "z": 0 + }, + "id": 240 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 60, + "y": 60, + "z": 0 + }, + "id": 250 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 420, + "y": -420, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": -300, + "y": -420, + "z": 0 + }, + "id": 270 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 60, + "y": -420, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 5, + "type": 9, + "position": { + "x": -60, + "y": -180, + "z": 0 + }, + "adhesiveTime": 2, + "id": 290 + }, + { + "block": 0, + "color": 3, + "type": 9, + "position": { + "x": -60, + "y": -300, + "z": 0 + }, + "adhesiveTime": 1, + "id": 300 + }, + { + "block": 0, + "color": 4, + "type": 9, + "position": { + "x": 180, + "y": -180, + "z": 0 + }, + "adhesiveTime": 2, + "id": 310 + }, + { + "block": 0, + "color": 1, + "type": 9, + "position": { + "x": 180, + "y": -300, + "z": 0 + }, + "adhesiveTime": 1, + "id": 320 + }, + { + "block": 1, + "color": 10, + "type": 14, + "position": { + "x": -60, + "y": -60, + "z": 0 + }, + "id": 330 + }, + { + "block": 3, + "color": 9, + "type": 14, + "position": { + "x": 180, + "y": 180, + "z": 0 + }, + "id": 340 + }, + { + "block": 1, + "color": 8, + "type": 14, + "position": { + "x": 300, + "y": -60, + "z": 0 + }, + "id": 350 + }, + { + "block": 1, + "color": 2, + "type": 14, + "position": { + "x": -60, + "y": -420, + "z": 0 + }, + "id": 360 + }, + { + "block": 1, + "color": 4, + "type": 14, + "position": { + "x": 300, + "y": -420, + "z": 0 + }, + "id": 370 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 657, + "num": 1, + "color": 8, + "special": 0, + "length": 1 + }, + { + "id": 658, + "num": 14, + "color": 5, + "special": 6, + "length": 1, + "lockTime": 5 + }, + { + "id": 659, + "num": 25, + "color": 3, + "special": 0, + "length": 2, + "colorArray": "23" + }, + { + "id": 660, + "num": 26, + "color": 3, + "special": 0, + "length": 0, + "colorArray": "23" + }, + { + "id": 661, + "num": 24, + "color": 10, + "special": 0, + "length": 1 + }, + { + "id": 662, + "num": 10, + "color": 9, + "special": 0, + "length": 3 + }, + { + "id": 663, + "num": 13, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 664, + "num": 15, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 665, + "num": 2, + "color": 1, + "special": 0, + "length": 2, + "colorArray": "010" + }, + { + "id": 666, + "num": 3, + "color": 1, + "special": 0, + "length": 0, + "colorArray": "010" + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level656.json.meta b/assets/custom/Json/level656.json.meta new file mode 100644 index 0000000..d7f953c --- /dev/null +++ b/assets/custom/Json/level656.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "bd78ffdd-8fb0-408e-a959-c04e2097d4d0", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/custom/Json/level657.json b/assets/custom/Json/level657.json new file mode 100644 index 0000000..bd2e548 --- /dev/null +++ b/assets/custom/Json/level657.json @@ -0,0 +1,381 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "657", + "map": [ + 8, + 8 + ], + "time": 95, + "gap": [ + { + "x": 6, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 5, + "type": 0, + "position": { + "x": -120, + "y": -240, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 5, + "type": 0, + "position": { + "x": -120, + "y": -360, + "z": 0 + }, + "id": 220 + }, + { + "block": 4, + "color": 1, + "type": 0, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "id": 230 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 240, + "y": -120, + "z": 0 + }, + "id": 240 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "id": 250 + }, + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "id": 260 + }, + { + "block": 0, + "color": 10, + "type": 8, + "position": { + "x": 240, + "y": 0, + "z": 0 + }, + "floor": 1, + "floorTime": 5, + "id": 270 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": 360, + "y": 120, + "z": 0 + }, + "floor": 2, + "floorTime": 9, + "id": 280 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "id": 290 + }, + { + "block": 2, + "color": 8, + "type": 9, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "adhesiveTime": 2, + "id": 300 + }, + { + "block": 2, + "color": 8, + "type": 9, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "adhesiveTime": 1, + "id": 310 + }, + { + "block": 23, + "color": 8, + "type": 0, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "id": 320 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": 0, + "y": 240, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "id": 350 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "id": 370 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": -240, + "y": 120, + "z": 0 + }, + "id": 380 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": 240, + "y": 120, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": -240, + "y": 240, + "z": 0 + }, + "id": 400 + }, + { + "block": 2, + "color": 7, + "type": 8, + "position": { + "x": 0, + "y": -360, + "z": 0 + }, + "id": 410 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 658, + "num": 0, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 659, + "num": 1, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 660, + "num": 3, + "color": 8, + "special": 0, + "length": 3 + }, + { + "id": 661, + "num": 4, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 662, + "num": 5, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 663, + "num": 9, + "color": 7, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 664, + "num": 11, + "color": 7, + "special": 2, + "length": 0, + "lock": true + }, + { + "id": 665, + "num": 13, + "color": 10, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 666, + "num": 15, + "color": 10, + "special": 2, + "length": 0, + "lock": true + }, + { + "id": 667, + "num": 21, + "color": 1, + "special": 0, + "length": 3 + }, + { + "id": 668, + "num": 22, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 669, + "num": 23, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 670, + "num": 19, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 671, + "num": 20, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 672, + "num": 14, + "color": 4, + "special": 0, + "length": 1 + }, + { + "id": 673, + "num": 10, + "color": 5, + "special": 0, + "length": 1 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level657.json.meta b/assets/custom/Json/level657.json.meta new file mode 100644 index 0000000..383fd26 --- /dev/null +++ b/assets/custom/Json/level657.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "8338369b-f335-4313-b8d9-833e04899a22", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/custom/Json/level658.json b/assets/custom/Json/level658.json new file mode 100644 index 0000000..6af5a7d --- /dev/null +++ b/assets/custom/Json/level658.json @@ -0,0 +1,406 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "658", + "map": [ + 9, + 9 + ], + "time": 75, + "gap": [ + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 7, + "y": 1, + "z": 0 + }, + { + "x": 1, + "y": 5, + "z": 0 + }, + { + "x": 1, + "y": 6, + "z": 0 + }, + { + "x": 2, + "y": 6, + "z": 0 + }, + { + "x": 2, + "y": 5, + "z": 0 + }, + { + "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 + }, + { + "x": 7, + "y": 6, + "z": 0 + }, + { + "x": 6, + "y": 6, + "z": 0 + }, + { + "x": 6, + "y": 5, + "z": 0 + }, + { + "x": 7, + "y": 5, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 15, + "color": 7, + "type": 0, + "position": { + "x": 180, + "y": 180, + "z": 0 + }, + "id": 210 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": -60, + "y": -420, + "z": 0 + }, + "id": 220 + }, + { + "block": 0, + "color": 7, + "type": 9, + "position": { + "x": 300, + "y": -300, + "z": 0 + }, + "adhesiveTime": 2, + "id": 230 + }, + { + "block": 0, + "color": 11, + "type": 9, + "position": { + "x": 180, + "y": -300, + "z": 0 + }, + "adhesiveTime": 1, + "id": 240 + }, + { + "block": 0, + "color": 11, + "type": 9, + "position": { + "x": -60, + "y": -300, + "z": 0 + }, + "adhesiveTime": 2, + "id": 250 + }, + { + "block": 0, + "color": 9, + "type": 9, + "position": { + "x": -180, + "y": -300, + "z": 0 + }, + "adhesiveTime": 1, + "id": 260 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": 300, + "y": -420, + "z": 0 + }, + "id": 270 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": -60, + "y": -60, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": 300, + "y": -60, + "z": 0 + }, + "id": 290 + }, + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": 300, + "y": -180, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": -180, + "y": -60, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 180, + "y": -60, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": -300, + "y": -60, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 420, + "y": -180, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": -300, + "z": 0 + }, + "id": 350 + }, + { + "block": 2, + "color": 3, + "type": 8, + "position": { + "x": 60, + "y": -180, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 9, + "type": 7, + "position": { + "x": 420, + "y": -60, + "z": 0 + }, + "id": 370 + }, + { + "block": 0, + "color": 7, + "type": 7, + "position": { + "x": -300, + "y": -180, + "z": 0 + }, + "id": 380 + }, + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": -60, + "y": -180, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 11, + "type": 4, + "position": { + "x": 60, + "y": -420, + "z": 0 + }, + "freezeTime": 5, + "id": 400 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 659, + "num": 1, + "color": 9, + "special": 3, + "length": 2, + "freeze": 3 + }, + { + "id": 660, + "num": 2, + "color": 9, + "special": 3, + "length": 0, + "freeze": 3 + }, + { + "id": 661, + "num": 14, + "color": 1, + "special": 0, + "length": 1 + }, + { + "id": 662, + "num": 26, + "color": 7, + "special": 3, + "length": 2, + "freeze": 6 + }, + { + "id": 663, + "num": 27, + "color": 7, + "special": 3, + "length": 0, + "freeze": 6 + }, + { + "id": 664, + "num": 15, + "color": 8, + "special": 0, + "length": 2, + "colorArray": "799" + }, + { + "id": 665, + "num": 18, + "color": 8, + "special": 0, + "length": 0, + "colorArray": "799" + }, + { + "id": 666, + "num": 13, + "color": 3, + "special": 0, + "length": 1 + }, + { + "id": 667, + "num": 6, + "color": 5, + "special": 0, + "length": 2, + "colorArray": "43" + }, + { + "id": 668, + "num": 10, + "color": 5, + "special": 0, + "length": 0, + "colorArray": "43" + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level658.json.meta b/assets/custom/Json/level658.json.meta new file mode 100644 index 0000000..3be3cd9 --- /dev/null +++ b/assets/custom/Json/level658.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "d9a82e59-bb65-4b37-a16d-6ec8d6b839a3", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/custom/Json/level659.json b/assets/custom/Json/level659.json new file mode 100644 index 0000000..d4b0e9e --- /dev/null +++ b/assets/custom/Json/level659.json @@ -0,0 +1,317 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "659", + "map": [ + 9, + 7 + ], + "time": 100, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 0, + "color": 7, + "type": 4, + "position": { + "x": -300, + "y": 180, + "z": 0 + }, + "freezeTime": 6, + "id": 210 + }, + { + "block": 0, + "color": 3, + "type": 4, + "position": { + "x": 420, + "y": 180, + "z": 0 + }, + "freezeTime": 10, + "id": 220 + }, + { + "block": 2, + "color": 8, + "type": 14, + "position": { + "x": 60, + "y": -300, + "z": 0 + }, + "floor": 3, + "floorTime": 8, + "id": 230 + }, + { + "block": 22, + "color": 9, + "type": 14, + "position": { + "x": -60, + "y": -300, + "z": 0 + }, + "id": 240 + }, + { + "block": 21, + "color": 2, + "type": 14, + "position": { + "x": 180, + "y": -300, + "z": 0 + }, + "id": 250 + }, + { + "block": 2, + "color": 7, + "type": 14, + "position": { + "x": -180, + "y": -60, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 3, + "type": 14, + "position": { + "x": 300, + "y": -60, + "z": 0 + }, + "id": 270 + }, + { + "block": 3, + "color": 5, + "type": 1, + "position": { + "x": 180, + "y": 180, + "z": 0 + }, + "stacking": 10, + "id": 280 + }, + { + "block": 0, + "color": 10, + "type": 1, + "position": { + "x": 300, + "y": 180, + "z": 0 + }, + "stacking": 6, + "id": 290 + }, + { + "block": 0, + "color": 8, + "type": 1, + "position": { + "x": -180, + "y": 180, + "z": 0 + }, + "stacking": 7, + "id": 300 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": 60, + "y": -60, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": -300, + "y": -180, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 420, + "y": -180, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": 420, + "y": -300, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": -300, + "y": -300, + "z": 0 + }, + "id": 350 + }, + { + "block": 2, + "color": 5, + "type": 8, + "position": { + "x": -60, + "y": -60, + "z": 0 + }, + "id": 360 + }, + { + "block": 2, + "color": 5, + "type": 8, + "position": { + "x": 180, + "y": -60, + "z": 0 + }, + "id": 370 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 660, + "num": 2, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 661, + "num": 3, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 662, + "num": 6, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 663, + "num": 8, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 664, + "num": 12, + "color": 6, + "special": 0, + "length": 1 + }, + { + "id": 665, + "num": 16, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 666, + "num": 18, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 667, + "num": 21, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 668, + "num": 22, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 669, + "num": 15, + "color": 7, + "special": 0, + "length": 1 + }, + { + "id": 670, + "num": 9, + "color": 5, + "special": 6, + "length": 3, + "lockTime": 5 + }, + { + "id": 671, + "num": 11, + "color": 5, + "special": 6, + "length": 0, + "lockTime": 5 + }, + { + "id": 672, + "num": 13, + "color": 5, + "special": 6, + "length": 0, + "lockTime": 5 + }, + { + "id": 673, + "num": 7, + "color": 3, + "special": 0, + "length": 1 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level659.json.meta b/assets/custom/Json/level659.json.meta new file mode 100644 index 0000000..68a9238 --- /dev/null +++ b/assets/custom/Json/level659.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "6a66f605-c3ed-478b-8ed4-66e881e7dd1f", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/custom/Json/level660.json b/assets/custom/Json/level660.json new file mode 100644 index 0000000..51c39ee --- /dev/null +++ b/assets/custom/Json/level660.json @@ -0,0 +1,372 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "660", + "map": [ + 8, + 9 + ], + "time": 130, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 360, + "y": 60, + "z": 0 + }, + "id": 210 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 120, + "y": -60, + "z": 0 + }, + "id": 220 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 240, + "y": -420, + "z": 0 + }, + "id": 230 + }, + { + "block": 21, + "color": 1, + "type": 0, + "position": { + "x": -120, + "y": -60, + "z": 0 + }, + "id": 240 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": 240, + "y": 60, + "z": 0 + }, + "id": 250 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": -240, + "y": -300, + "z": 0 + }, + "id": 260 + }, + { + "block": 1, + "color": 4, + "type": 9, + "position": { + "x": 240, + "y": 180, + "z": 0 + }, + "adhesiveTime": 2, + "id": 270 + }, + { + "block": 1, + "color": 4, + "type": 9, + "position": { + "x": 360, + "y": 300, + "z": 0 + }, + "adhesiveTime": 1, + "id": 280 + }, + { + "block": 1, + "color": 3, + "type": 0, + "position": { + "x": 240, + "y": -180, + "z": 0 + }, + "id": 290 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": -120, + "y": -180, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 7, + "type": 0, + "position": { + "x": -240, + "y": -420, + "z": 0 + }, + "id": 310 + }, + { + "block": 23, + "color": 7, + "type": 0, + "position": { + "x": 120, + "y": -420, + "z": 0 + }, + "id": 320 + }, + { + "block": 23, + "color": 7, + "type": 0, + "position": { + "x": 120, + "y": -300, + "z": 0 + }, + "id": 330 + }, + { + "block": 23, + "color": 7, + "type": 0, + "position": { + "x": 0, + "y": -420, + "z": 0 + }, + "id": 340 + }, + { + "block": 23, + "color": 7, + "type": 0, + "position": { + "x": 0, + "y": -300, + "z": 0 + }, + "id": 350 + }, + { + "block": 5, + "color": 9, + "type": 3, + "position": { + "x": 0, + "y": 180, + "z": 0 + }, + "lockTime": 5, + "id": 360 + }, + { + "block": 2, + "color": 3, + "type": 2, + "position": { + "x": -240, + "y": 180, + "z": 0 + }, + "id": 370 + }, + { + "block": 2, + "color": 7, + "type": 2, + "position": { + "x": 0, + "y": -180, + "z": 0 + }, + "id": 380 + }, + { + "block": 2, + "color": 2, + "type": 2, + "position": { + "x": -120, + "y": -420, + "z": 0 + }, + "id": 390 + }, + { + "block": 2, + "color": 10, + "type": 2, + "position": { + "x": 360, + "y": -180, + "z": 0 + }, + "id": 400 + }, + { + "block": 2, + "color": 8, + "type": 2, + "position": { + "x": 360, + "y": -420, + "z": 0 + }, + "id": 410 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 661, + "num": 1, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 662, + "num": 2, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 663, + "num": 3, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 664, + "num": 4, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 665, + "num": 5, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 666, + "num": 6, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 667, + "num": 12, + "color": 3, + "special": 3, + "length": 2, + "freeze": 11 + }, + { + "id": 668, + "num": 14, + "color": 3, + "special": 3, + "length": 0, + "freeze": 11 + }, + { + "id": 669, + "num": 24, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 670, + "num": 25, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 671, + "num": 22, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 672, + "num": 23, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 673, + "num": 20, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 674, + "num": 21, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 675, + "num": 15, + "color": 7, + "special": 3, + "length": 1, + "freeze": 4 + }, + { + "id": 676, + "num": 9, + "color": 5, + "special": 3, + "length": 1, + "freeze": 7 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level660.json.meta b/assets/custom/Json/level660.json.meta new file mode 100644 index 0000000..6634adb --- /dev/null +++ b/assets/custom/Json/level660.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "e44f172b-690e-45f0-8efd-37cccd4c3564", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/custom/Json/level661.json b/assets/custom/Json/level661.json new file mode 100644 index 0000000..cf16728 --- /dev/null +++ b/assets/custom/Json/level661.json @@ -0,0 +1,331 @@ +{ + "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": "661", + "map": [ + 8, + 8 + ], + "time": 100, + "gap": [ + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 6, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "floor": 1, + "floorTime": 6, + "id": 210 + }, + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "id": 220 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": -120, + "y": -360, + "z": 0 + }, + "id": 230 + }, + { + "block": 21, + "color": 8, + "type": 0, + "position": { + "x": -240, + "y": 0, + "z": 0 + }, + "id": 240 + }, + { + "block": 22, + "color": 1, + "type": 0, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "id": 250 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": 240, + "y": -120, + "z": 0 + }, + "id": 260 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "id": 270 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "id": 290 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": -120, + "y": 240, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": -240, + "y": 240, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": -240, + "y": -240, + "z": 0 + }, + "id": 340 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 4, + "type": 9, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "adhesiveTime": 2, + "id": 360 + }, + { + "block": 0, + "color": 9, + "type": 9, + "position": { + "x": 0, + "y": 240, + "z": 0 + }, + "adhesiveTime": 1, + "id": 370 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 662, + "num": 0, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 663, + "num": 1, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 664, + "num": 3, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 665, + "num": 4, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 666, + "num": 11, + "color": 10, + "special": 3, + "length": 2, + "freeze": 8 + }, + { + "id": 667, + "num": 13, + "color": 10, + "special": 3, + "length": 0, + "freeze": 8 + }, + { + "id": 668, + "num": 22, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 669, + "num": 23, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 670, + "num": 19, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 671, + "num": 20, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 672, + "num": 12, + "color": 6, + "special": 0, + "length": 1 + }, + { + "id": 673, + "num": 10, + "color": 9, + "special": 0, + "length": 1 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level661.json.meta b/assets/custom/Json/level661.json.meta new file mode 100644 index 0000000..4a50899 --- /dev/null +++ b/assets/custom/Json/level661.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "321529cb-f501-4319-89c1-109d13e4bdd8", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/custom/Json/level662.json b/assets/custom/Json/level662.json new file mode 100644 index 0000000..37d7df9 --- /dev/null +++ b/assets/custom/Json/level662.json @@ -0,0 +1,354 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "662", + "map": [ + 8, + 9 + ], + "time": 120, + "gap": [ + { + "x": 1, + "y": 1, + "z": 0 + }, + { + "x": 1, + "y": 2, + "z": 0 + }, + { + "x": 6, + "y": 1, + "z": 0 + }, + { + "x": 6, + "y": 2, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 360, + "y": 180, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": 360, + "y": -60, + "z": 0 + }, + "id": 220 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": -240, + "y": -60, + "z": 0 + }, + "id": 230 + }, + { + "block": 23, + "color": 1, + "type": 0, + "position": { + "x": -240, + "y": 180, + "z": 0 + }, + "id": 240 + }, + { + "block": 1, + "color": 8, + "type": 4, + "position": { + "x": -120, + "y": 60, + "z": 0 + }, + "freezeTime": 12, + "id": 250 + }, + { + "block": 1, + "color": 1, + "type": 4, + "position": { + "x": 360, + "y": -180, + "z": 0 + }, + "freezeTime": 6, + "id": 260 + }, + { + "block": 22, + "color": 9, + "type": 0, + "position": { + "x": -120, + "y": 180, + "z": 0 + }, + "id": 270 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": 360, + "y": 60, + "z": 0 + }, + "id": 280 + }, + { + "block": 21, + "color": 4, + "type": 0, + "position": { + "x": 240, + "y": 180, + "z": 0 + }, + "id": 290 + }, + { + "block": 1, + "color": 4, + "type": 0, + "position": { + "x": -120, + "y": -180, + "z": 0 + }, + "id": 300 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": 120, + "y": 180, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": -120, + "y": -420, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 240, + "y": -420, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 10, + "type": 14, + "position": { + "x": 0, + "y": -420, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 2, + "type": 14, + "position": { + "x": 120, + "y": -420, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 2, + "type": 14, + "position": { + "x": 0, + "y": -180, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 3, + "type": 14, + "position": { + "x": 120, + "y": -180, + "z": 0 + }, + "id": 370 + }, + { + "block": 0, + "color": 8, + "type": 9, + "position": { + "x": 120, + "y": -60, + "z": 0 + }, + "adhesiveTime": 2, + "id": 380 + }, + { + "block": 0, + "color": 5, + "type": 9, + "position": { + "x": 0, + "y": -60, + "z": 0 + }, + "adhesiveTime": 1, + "id": 390 + }, + { + "block": 0, + "color": 1, + "type": 9, + "position": { + "x": 120, + "y": 60, + "z": 0 + }, + "adhesiveTime": 3, + "id": 400 + }, + { + "block": 0, + "color": 4, + "type": 9, + "position": { + "x": 0, + "y": 60, + "z": 0 + }, + "adhesiveTime": 2, + "id": 410 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 663, + "num": 4, + "color": 1, + "special": 0, + "length": 1 + }, + { + "id": 664, + "num": 10, + "color": 2, + "special": 0, + "length": 1 + }, + { + "id": 665, + "num": 12, + "color": 4, + "special": 6, + "length": 2, + "lockTime": 4 + }, + { + "id": 666, + "num": 14, + "color": 4, + "special": 6, + "length": 0, + "lockTime": 4 + }, + { + "id": 667, + "num": 16, + "color": 10, + "special": 0, + "length": 1 + }, + { + "id": 668, + "num": 25, + "color": 8, + "special": 3, + "length": 1, + "freeze": 9 + }, + { + "id": 669, + "num": 15, + "color": 3, + "special": 0, + "length": 1 + }, + { + "id": 670, + "num": 11, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 671, + "num": 13, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 672, + "num": 9, + "color": 5, + "special": 3, + "length": 1, + "freeze": 5 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level662.json.meta b/assets/custom/Json/level662.json.meta new file mode 100644 index 0000000..36c0d0a --- /dev/null +++ b/assets/custom/Json/level662.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "14f8b4f3-bc18-41c9-9a88-f473921a2a7a", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/custom/Json/level663.json b/assets/custom/Json/level663.json new file mode 100644 index 0000000..99e71e1 --- /dev/null +++ b/assets/custom/Json/level663.json @@ -0,0 +1,396 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "663", + "map": [ + 9, + 8 + ], + "time": 120, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": -180, + "y": 240, + "z": 0 + }, + "id": 210 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 420, + "y": -360, + "z": 0 + }, + "id": 220 + }, + { + "block": 1, + "color": 10, + "type": 9, + "position": { + "x": -60, + "y": -240, + "z": 0 + }, + "adhesiveTime": 2, + "id": 230 + }, + { + "block": 1, + "color": 10, + "type": 9, + "position": { + "x": -180, + "y": -120, + "z": 0 + }, + "adhesiveTime": 1, + "id": 240 + }, + { + "block": 0, + "color": 10, + "type": 9, + "position": { + "x": -60, + "y": 120, + "z": 0 + }, + "adhesiveTime": 2, + "id": 250 + }, + { + "block": 0, + "color": 9, + "type": 9, + "position": { + "x": -180, + "y": 120, + "z": 0 + }, + "adhesiveTime": 1, + "id": 260 + }, + { + "block": 1, + "color": 6, + "type": 0, + "position": { + "x": 420, + "y": 240, + "z": 0 + }, + "id": 270 + }, + { + "block": 23, + "color": 6, + "type": 0, + "position": { + "x": 180, + "y": 240, + "z": 0 + }, + "id": 280 + }, + { + "block": 23, + "color": 6, + "type": 0, + "position": { + "x": -60, + "y": 240, + "z": 0 + }, + "id": 290 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": -60, + "y": -360, + "z": 0 + }, + "id": 300 + }, + { + "block": 1, + "color": 6, + "type": 0, + "position": { + "x": 300, + "y": -360, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": -300, + "y": -360, + "z": 0 + }, + "id": 320 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": -300, + "y": 0, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": 60, + "y": -360, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 60, + "y": 240, + "z": 0 + }, + "id": 350 + }, + { + "block": 2, + "color": 5, + "type": 0, + "position": { + "x": 420, + "y": 0, + "z": 0 + }, + "id": 360 + }, + { + "block": 1, + "color": 3, + "type": 9, + "position": { + "x": 300, + "y": -240, + "z": 0 + }, + "adhesiveTime": 2, + "id": 370 + }, + { + "block": 1, + "color": 3, + "type": 9, + "position": { + "x": 420, + "y": -120, + "z": 0 + }, + "adhesiveTime": 1, + "id": 380 + }, + { + "block": 0, + "color": 7, + "type": 9, + "position": { + "x": 300, + "y": 120, + "z": 0 + }, + "adhesiveTime": 2, + "id": 390 + }, + { + "block": 0, + "color": 2, + "type": 9, + "position": { + "x": 180, + "y": 120, + "z": 0 + }, + "adhesiveTime": 1, + "id": 400 + }, + { + "block": 0, + "color": 3, + "type": 7, + "position": { + "x": 60, + "y": -120, + "z": 0 + }, + "id": 410 + }, + { + "block": 2, + "color": 4, + "type": 8, + "position": { + "x": 60, + "y": 0, + "z": 0 + }, + "id": 420 + }, + { + "block": 0, + "color": 5, + "type": 8, + "position": { + "x": -60, + "y": 0, + "z": 0 + }, + "id": 430 + }, + { + "block": 0, + "color": 2, + "type": 8, + "position": { + "x": 180, + "y": 0, + "z": 0 + }, + "id": 440 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 664, + "num": 2, + "color": 3, + "special": 3, + "length": 2, + "freeze": 4 + }, + { + "id": 665, + "num": 3, + "color": 3, + "special": 3, + "length": 0, + "freeze": 4 + }, + { + "id": 666, + "num": 7, + "color": 6, + "special": 5, + "length": 2 + }, + { + "id": 667, + "num": 9, + "color": 6, + "special": 5, + "length": 0 + }, + { + "id": 668, + "num": 13, + "color": 7, + "special": 0, + "length": 1 + }, + { + "id": 669, + "num": 17, + "color": 9, + "special": 5, + "length": 2 + }, + { + "id": 670, + "num": 19, + "color": 9, + "special": 5, + "length": 0 + }, + { + "id": 671, + "num": 22, + "color": 10, + "special": 3, + "length": 2, + "freeze": 7 + }, + { + "id": 672, + "num": 23, + "color": 10, + "special": 3, + "length": 0, + "freeze": 7 + }, + { + "id": 673, + "num": 14, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 674, + "num": 16, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 675, + "num": 12, + "color": 4, + "special": 0, + "length": 1 + }, + { + "id": 676, + "num": 8, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 677, + "num": 10, + "color": 5, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level663.json.meta b/assets/custom/Json/level663.json.meta new file mode 100644 index 0000000..a3b3eb0 --- /dev/null +++ b/assets/custom/Json/level663.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "93628e83-af47-49ee-aa90-779e19540888", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/custom/Json/level664.json b/assets/custom/Json/level664.json new file mode 100644 index 0000000..6e78675 --- /dev/null +++ b/assets/custom/Json/level664.json @@ -0,0 +1,311 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "664", + "map": [ + 9, + 7 + ], + "time": 120, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 0, + "color": 10, + "type": 4, + "position": { + "x": 180, + "y": -300, + "z": 0 + }, + "freezeTime": 5, + "floor": 1, + "floorTime": 6, + "id": 210 + }, + { + "block": 23, + "color": 10, + "type": 4, + "position": { + "x": 60, + "y": -300, + "z": 0 + }, + "freezeTime": 5, + "id": 220 + }, + { + "block": 0, + "color": 7, + "type": 4, + "position": { + "x": -60, + "y": -300, + "z": 0 + }, + "freezeTime": 10, + "floor": 2, + "floorTime": 11, + "id": 230 + }, + { + "block": 23, + "color": 8, + "type": 4, + "position": { + "x": 60, + "y": 180, + "z": 0 + }, + "freezeTime": 10, + "id": 240 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": -60, + "y": -180, + "z": 0 + }, + "id": 250 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": 60, + "y": -180, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": 180, + "y": -180, + "z": 0 + }, + "id": 270 + }, + { + "block": 2, + "color": 3, + "type": 9, + "position": { + "x": -300, + "y": -300, + "z": 0 + }, + "adhesiveTime": 2, + "id": 280 + }, + { + "block": 0, + "color": 1, + "type": 9, + "position": { + "x": -180, + "y": -180, + "z": 0 + }, + "adhesiveTime": 1, + "id": 290 + }, + { + "block": 2, + "color": 8, + "type": 9, + "position": { + "x": 420, + "y": -300, + "z": 0 + }, + "adhesiveTime": 2, + "id": 300 + }, + { + "block": 0, + "color": 10, + "type": 9, + "position": { + "x": 300, + "y": -180, + "z": 0 + }, + "adhesiveTime": 1, + "id": 310 + }, + { + "block": 0, + "color": 10, + "type": 1, + "position": { + "x": 300, + "y": 60, + "z": 0 + }, + "stacking": 3, + "id": 320 + }, + { + "block": 1, + "color": 1, + "type": 1, + "position": { + "x": 300, + "y": 180, + "z": 0 + }, + "stacking": 4, + "id": 330 + }, + { + "block": 0, + "color": 7, + "type": 1, + "position": { + "x": -180, + "y": 60, + "z": 0 + }, + "stacking": 4, + "id": 340 + }, + { + "block": 2, + "color": 6, + "type": 1, + "position": { + "x": 420, + "y": 60, + "z": 0 + }, + "stacking": 4, + "id": 350 + }, + { + "block": 1, + "color": 7, + "type": 1, + "position": { + "x": -60, + "y": 180, + "z": 0 + }, + "stacking": 6, + "id": 360 + }, + { + "block": 3, + "color": 5, + "type": 1, + "position": { + "x": 180, + "y": 60, + "z": 0 + }, + "stacking": 7, + "id": 370 + }, + { + "block": 2, + "color": 4, + "type": 1, + "position": { + "x": -300, + "y": 60, + "z": 0 + }, + "stacking": 8, + "id": 380 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 665, + "num": 2, + "color": 5, + "special": 0, + "length": 1, + "colorArray": "499" + }, + { + "id": 666, + "num": 8, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 667, + "num": 10, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 668, + "num": 14, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 669, + "num": 16, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 670, + "num": 21, + "color": 7, + "special": 0, + "length": 1, + "colorArray": "606" + }, + { + "id": 671, + "num": 13, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 672, + "num": 15, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 673, + "num": 7, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 674, + "num": 9, + "color": 6, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level664.json.meta b/assets/custom/Json/level664.json.meta new file mode 100644 index 0000000..e1f0e98 --- /dev/null +++ b/assets/custom/Json/level664.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "52b831a8-04c6-48c0-b257-ea3fee13d958", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/custom/Json/level665.json b/assets/custom/Json/level665.json new file mode 100644 index 0000000..2fd2579 --- /dev/null +++ b/assets/custom/Json/level665.json @@ -0,0 +1,374 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "665", + "map": [ + 10, + 8 + ], + "time": 125, + "gap": [ + { + "x": 1, + "y": 6, + "z": 0 + }, + { + "x": 2, + "y": 6, + "z": 0 + }, + { + "x": 8, + "y": 6, + "z": 0 + }, + { + "x": 7, + "y": 6, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 5, + "type": 0, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 5, + "type": 0, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "id": 220 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": 240, + "y": -120, + "z": 0 + }, + "id": 230 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "id": 240 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": -360, + "y": -360, + "z": 0 + }, + "id": 250 + }, + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "id": 260 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 240, + "y": 120, + "z": 0 + }, + "id": 270 + }, + { + "block": 1, + "color": 9, + "type": 0, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "id": 280 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "id": 290 + }, + { + "block": 1, + "color": 8, + "type": 0, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "id": 300 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 1, + "type": 4, + "position": { + "x": -120, + "y": -360, + "z": 0 + }, + "freezeTime": 7, + "id": 320 + }, + { + "block": 2, + "color": 5, + "type": 4, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "freezeTime": 12, + "id": 330 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": 480, + "y": -360, + "z": 0 + }, + "id": 340 + }, + { + "block": 5, + "color": 4, + "type": 8, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "id": 350 + }, + { + "block": 2, + "color": 6, + "type": 1, + "position": { + "x": 0, + "y": 120, + "z": 0 + }, + "stacking": 8, + "id": 360 + }, + { + "block": 2, + "color": 5, + "type": 1, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "stacking": 1, + "id": 370 + }, + { + "block": 6, + "color": 3, + "type": 1, + "position": { + "x": 480, + "y": -120, + "z": 0 + }, + "stacking": 1, + "id": 380 + }, + { + "block": 10, + "color": 2, + "type": 1, + "position": { + "x": -360, + "y": -120, + "z": 0 + }, + "stacking": 8, + "id": 390 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 666, + "num": 1, + "color": 3, + "special": 0, + "length": 3 + }, + { + "id": 667, + "num": 2, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 668, + "num": 3, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 669, + "num": 4, + "color": 9, + "special": 0, + "length": 1 + }, + { + "id": 670, + "num": 11, + "color": 1, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 671, + "num": 13, + "color": 1, + "special": 2, + "length": 0, + "lock": true + }, + { + "id": 672, + "num": 15, + "color": 8, + "special": 2, + "length": 2, + "lock": true + }, + { + "id": 673, + "num": 17, + "color": 8, + "special": 2, + "length": 0, + "lock": true + }, + { + "id": 674, + "num": 27, + "color": 10, + "special": 0, + "length": 1 + }, + { + "id": 675, + "num": 24, + "color": 2, + "special": 0, + "length": 3 + }, + { + "id": 676, + "num": 25, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 677, + "num": 26, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 678, + "num": 21, + "color": 6, + "special": 0, + "length": 1 + }, + { + "id": 679, + "num": 12, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 680, + "num": 14, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 681, + "num": 5, + "color": 5, + "special": 0, + "length": 1 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level665.json.meta b/assets/custom/Json/level665.json.meta new file mode 100644 index 0000000..eb3ebb0 --- /dev/null +++ b/assets/custom/Json/level665.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "4068a495-93ce-4656-8f04-7877ae78be3d", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/custom/Json/level666.json b/assets/custom/Json/level666.json new file mode 100644 index 0000000..b8382ef --- /dev/null +++ b/assets/custom/Json/level666.json @@ -0,0 +1,373 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "666", + "map": [ + 8, + 8 + ], + "time": 120, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 0, + "color": 10, + "type": 2, + "position": { + "x": -240, + "y": 240, + "z": 0 + }, + "floor": 1, + "floorTime": 5, + "id": 210 + }, + { + "block": 0, + "color": 3, + "type": 2, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "floor": 2, + "floorTime": 8, + "id": 220 + }, + { + "block": 1, + "color": 1, + "type": 2, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "id": 230 + }, + { + "block": 21, + "color": 7, + "type": 2, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "id": 240 + }, + { + "block": 1, + "color": 4, + "type": 3, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "lockTime": 5, + "id": 250 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "id": 260 + }, + { + "block": 0, + "color": 11, + "type": 0, + "position": { + "x": -120, + "y": -360, + "z": 0 + }, + "id": 270 + }, + { + "block": 1, + "color": 7, + "type": 0, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "id": 280 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "id": 290 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": -240, + "y": -120, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "id": 310 + }, + { + "block": 1, + "color": 1, + "type": 0, + "position": { + "x": 0, + "y": -120, + "z": 0 + }, + "id": 320 + }, + { + "block": 1, + "color": 5, + "type": 0, + "position": { + "x": 240, + "y": -120, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": 360, + "y": -120, + "z": 0 + }, + "id": 340 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 240, + "y": 0, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": 120, + "y": 0, + "z": 0 + }, + "id": 360 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "id": 370 + }, + { + "block": 22, + "color": 6, + "type": 2, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 10, + "type": 9, + "position": { + "x": -120, + "y": 240, + "z": 0 + }, + "adhesiveTime": 2, + "id": 390 + }, + { + "block": 0, + "color": 9, + "type": 9, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "adhesiveTime": 1, + "id": 400 + }, + { + "block": 0, + "color": 3, + "type": 9, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "adhesiveTime": 2, + "id": 410 + }, + { + "block": 0, + "color": 8, + "type": 9, + "position": { + "x": 240, + "y": 120, + "z": 0 + }, + "adhesiveTime": 1, + "id": 420 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 667, + "num": 0, + "color": 4, + "special": 4, + "length": 2 + }, + { + "id": 668, + "num": 1, + "color": 4, + "special": 4, + "length": 0 + }, + { + "id": 669, + "num": 3, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 670, + "num": 4, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 671, + "num": 9, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 672, + "num": 11, + "color": 7, + "special": 0, + "length": 0 + }, + { + "id": 673, + "num": 13, + "color": 5, + "special": 0, + "length": 2 + }, + { + "id": 674, + "num": 15, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 675, + "num": 21, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 676, + "num": 22, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 677, + "num": 18, + "color": 1, + "special": 4, + "length": 2 + }, + { + "id": 678, + "num": 19, + "color": 1, + "special": 4, + "length": 0 + }, + { + "id": 679, + "num": 12, + "color": 10, + "special": 0, + "length": 1, + "colorArray": "97" + }, + { + "id": 680, + "num": 10, + "color": 3, + "special": 0, + "length": 1, + "colorArray": "28" + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level666.json.meta b/assets/custom/Json/level666.json.meta new file mode 100644 index 0000000..b891b89 --- /dev/null +++ b/assets/custom/Json/level666.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "5574d583-62b7-452f-a57b-2c8be827f6da", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/custom/Json/level667.json b/assets/custom/Json/level667.json new file mode 100644 index 0000000..08e2e72 --- /dev/null +++ b/assets/custom/Json/level667.json @@ -0,0 +1,368 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "667", + "map": [ + 10, + 8 + ], + "time": 120, + "gap": [ + { + "x": 1, + "y": 6, + "z": 0 + }, + { + "x": 1, + "y": 5, + "z": 0 + }, + { + "x": 2, + "y": 6, + "z": 0 + }, + { + "x": 2, + "y": 5, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 7, + "type": 0, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 7, + "type": 0, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "id": 220 + }, + { + "block": 23, + "color": 7, + "type": 0, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "id": 230 + }, + { + "block": 23, + "color": 7, + "type": 0, + "position": { + "x": 240, + "y": -240, + "z": 0 + }, + "id": 240 + }, + { + "block": 23, + "color": 7, + "type": 0, + "position": { + "x": 120, + "y": -240, + "z": 0 + }, + "id": 250 + }, + { + "block": 22, + "color": 8, + "type": 0, + "position": { + "x": 0, + "y": 120, + "z": 0 + }, + "id": 260 + }, + { + "block": 1, + "color": 3, + "type": 0, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "id": 270 + }, + { + "block": 1, + "color": 3, + "type": 0, + "position": { + "x": -240, + "y": 0, + "z": 0 + }, + "id": 280 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": -360, + "y": -240, + "z": 0 + }, + "id": 290 + }, + { + "block": 2, + "color": 6, + "type": 0, + "position": { + "x": 0, + "y": -120, + "z": 0 + }, + "id": 300 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": -120, + "y": -240, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 3, + "type": 0, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "id": 320 + }, + { + "block": 4, + "color": 5, + "type": 0, + "position": { + "x": 480, + "y": 0, + "z": 0 + }, + "id": 330 + }, + { + "block": 2, + "color": 7, + "type": 0, + "position": { + "x": 120, + "y": 0, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 4, + "type": 9, + "position": { + "x": 360, + "y": -240, + "z": 0 + }, + "adhesiveTime": 2, + "id": 350 + }, + { + "block": 2, + "color": 4, + "type": 9, + "position": { + "x": 480, + "y": -360, + "z": 0 + }, + "adhesiveTime": 1, + "id": 360 + }, + { + "block": 0, + "color": 10, + "type": 14, + "position": { + "x": -240, + "y": -240, + "z": 0 + }, + "id": 370 + }, + { + "block": 1, + "color": 8, + "type": 14, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 5, + "type": 14, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "id": 390 + }, + { + "block": 2, + "color": 4, + "type": 14, + "position": { + "x": 0, + "y": -360, + "z": 0 + }, + "id": 400 + }, + { + "block": 1, + "color": 3, + "type": 7, + "position": { + "x": 360, + "y": 240, + "z": 0 + }, + "id": 410 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 668, + "num": 1, + "color": 5, + "special": 0, + "length": 3 + }, + { + "id": 669, + "num": 2, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 670, + "num": 3, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 671, + "num": 9, + "color": 3, + "special": 6, + "length": 1, + "lockTime": 4 + }, + { + "id": 672, + "num": 13, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 673, + "num": 15, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 674, + "num": 21, + "color": 10, + "special": 0, + "length": 1 + }, + { + "id": 675, + "num": 24, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 676, + "num": 25, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 677, + "num": 18, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 678, + "num": 20, + "color": 6, + "special": 0, + "length": 0 + }, + { + "id": 679, + "num": 6, + "color": 7, + "special": 0, + "length": 2 + }, + { + "id": 680, + "num": 10, + "color": 7, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level667.json.meta b/assets/custom/Json/level667.json.meta new file mode 100644 index 0000000..d40f538 --- /dev/null +++ b/assets/custom/Json/level667.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "68f039e3-b32a-41a7-ba1e-ce40812b6179", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/custom/Json/level668.json b/assets/custom/Json/level668.json new file mode 100644 index 0000000..63ceed9 --- /dev/null +++ b/assets/custom/Json/level668.json @@ -0,0 +1,300 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "668", + "map": [ + 8, + 8 + ], + "time": 200, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 8, + "type": 0, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 8, + "type": 0, + "position": { + "x": -120, + "y": -360, + "z": 0 + }, + "id": 220 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": -240, + "y": 120, + "z": 0 + }, + "id": 230 + }, + { + "block": 6, + "color": 4, + "type": 0, + "position": { + "x": 360, + "y": 0, + "z": 0 + }, + "id": 240 + }, + { + "block": 10, + "color": 1, + "type": 0, + "position": { + "x": -240, + "y": -360, + "z": 0 + }, + "id": 250 + }, + { + "block": 2, + "color": 1, + "type": 0, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 260 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "id": 270 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": 0, + "y": -360, + "z": 0 + }, + "id": 280 + }, + { + "block": 1, + "color": 3, + "type": 14, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "id": 290 + }, + { + "block": 1, + "color": 10, + "type": 14, + "position": { + "x": 120, + "y": 0, + "z": 0 + }, + "id": 300 + }, + { + "block": 1, + "color": 7, + "type": 14, + "position": { + "x": 120, + "y": 120, + "z": 0 + }, + "id": 310 + }, + { + "block": 0, + "color": 7, + "type": 14, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "id": 320 + }, + { + "block": 0, + "color": 2, + "type": 14, + "position": { + "x": 0, + "y": 240, + "z": 0 + }, + "id": 330 + }, + { + "block": 0, + "color": 8, + "type": 9, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "adhesiveTime": 2, + "id": 340 + }, + { + "block": 0, + "color": 3, + "type": 9, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "adhesiveTime": 1, + "id": 350 + }, + { + "block": 0, + "color": 2, + "type": 9, + "position": { + "x": 240, + "y": -120, + "z": 0 + }, + "adhesiveTime": 2, + "id": 360 + }, + { + "block": 0, + "color": 5, + "type": 9, + "position": { + "x": 240, + "y": 0, + "z": 0 + }, + "adhesiveTime": 1, + "id": 370 + }, + { + "block": 0, + "color": 10, + "type": 0, + "position": { + "x": 240, + "y": 120, + "z": 0 + }, + "id": 380 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 669, + "num": 0, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 670, + "num": 1, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 671, + "num": 4, + "color": 5, + "special": 0, + "length": 1, + "colorArray": "466" + }, + { + "id": 672, + "num": 11, + "color": 1, + "special": 3, + "length": 2, + "freeze": 10 + }, + { + "id": 673, + "num": 13, + "color": 1, + "special": 3, + "length": 0, + "freeze": 10 + }, + { + "id": 674, + "num": 22, + "color": 10, + "special": 0, + "length": 1, + "colorArray": "92" + }, + { + "id": 675, + "num": 18, + "color": 8, + "special": 0, + "length": 2 + }, + { + "id": 676, + "num": 19, + "color": 8, + "special": 0, + "length": 0 + }, + { + "id": 677, + "num": 10, + "color": 4, + "special": 6, + "length": 2, + "lockTime": 5 + }, + { + "id": 678, + "num": 12, + "color": 4, + "special": 6, + "length": 0, + "lockTime": 5 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level668.json.meta b/assets/custom/Json/level668.json.meta new file mode 100644 index 0000000..1181521 --- /dev/null +++ b/assets/custom/Json/level668.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "c6dbae77-cce3-4dc3-b53f-8b069f840f19", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/custom/Json/level669.json b/assets/custom/Json/level669.json new file mode 100644 index 0000000..caa7290 --- /dev/null +++ b/assets/custom/Json/level669.json @@ -0,0 +1,385 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "669", + "map": [ + 9, + 8 + ], + "time": 135, + "gap": [] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 2, + "color": 10, + "type": 4, + "position": { + "x": 420, + "y": -360, + "z": 0 + }, + "freezeTime": 5, + "id": 210 + }, + { + "block": 0, + "color": 5, + "type": 4, + "position": { + "x": -180, + "y": 240, + "z": 0 + }, + "freezeTime": 11, + "id": 220 + }, + { + "block": 23, + "color": 5, + "type": 4, + "position": { + "x": -60, + "y": 120, + "z": 0 + }, + "freezeTime": 11, + "id": 230 + }, + { + "block": 23, + "color": 5, + "type": 4, + "position": { + "x": -60, + "y": 240, + "z": 0 + }, + "freezeTime": 11, + "id": 240 + }, + { + "block": 23, + "color": 6, + "type": 4, + "position": { + "x": 180, + "y": 0, + "z": 0 + }, + "freezeTime": 11, + "id": 250 + }, + { + "block": 23, + "color": 6, + "type": 4, + "position": { + "x": 60, + "y": 0, + "z": 0 + }, + "freezeTime": 11, + "id": 260 + }, + { + "block": 23, + "color": 6, + "type": 4, + "position": { + "x": -60, + "y": 0, + "z": 0 + }, + "freezeTime": 11, + "id": 270 + }, + { + "block": 23, + "color": 6, + "type": 4, + "position": { + "x": 180, + "y": 120, + "z": 0 + }, + "freezeTime": 11, + "id": 280 + }, + { + "block": 22, + "color": 6, + "type": 0, + "position": { + "x": 300, + "y": 120, + "z": 0 + }, + "id": 290 + }, + { + "block": 1, + "color": 6, + "type": 0, + "position": { + "x": 420, + "y": 0, + "z": 0 + }, + "id": 300 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": 60, + "y": 120, + "z": 0 + }, + "id": 310 + }, + { + "block": 2, + "color": 10, + "type": 0, + "position": { + "x": -300, + "y": 120, + "z": 0 + }, + "id": 320 + }, + { + "block": 1, + "color": 10, + "type": 0, + "position": { + "x": -180, + "y": -360, + "z": 0 + }, + "id": 330 + }, + { + "block": 1, + "color": 3, + "type": 0, + "position": { + "x": 60, + "y": -360, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 3, + "type": 0, + "position": { + "x": 300, + "y": -240, + "z": 0 + }, + "id": 350 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": 420, + "y": 120, + "z": 0 + }, + "id": 360 + }, + { + "block": 21, + "color": 1, + "type": 0, + "position": { + "x": -300, + "y": -240, + "z": 0 + }, + "id": 370 + }, + { + "block": 2, + "color": 9, + "type": 0, + "position": { + "x": -180, + "y": 0, + "z": 0 + }, + "id": 380 + }, + { + "block": 3, + "color": 9, + "type": 0, + "position": { + "x": 180, + "y": -120, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": 420, + "y": -120, + "z": 0 + }, + "id": 400 + }, + { + "block": 0, + "color": 5, + "type": 0, + "position": { + "x": -180, + "y": -240, + "z": 0 + }, + "id": 410 + }, + { + "block": 1, + "color": 2, + "type": 0, + "position": { + "x": 300, + "y": -360, + "z": 0 + }, + "id": 420 + }, + { + "block": 0, + "color": 1, + "type": 0, + "position": { + "x": 60, + "y": -240, + "z": 0 + }, + "id": 430 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 670, + "num": 2, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 671, + "num": 3, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 672, + "num": 7, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 673, + "num": 9, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 674, + "num": 15, + "color": 5, + "special": 3, + "length": 1, + "freeze": 13 + }, + { + "id": 675, + "num": 17, + "color": 10, + "special": 0, + "length": 2 + }, + { + "id": 676, + "num": 19, + "color": 10, + "special": 0, + "length": 0 + }, + { + "id": 677, + "num": 22, + "color": 3, + "special": 0, + "length": 2 + }, + { + "id": 678, + "num": 23, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 679, + "num": 12, + "color": 9, + "special": 3, + "length": 3, + "freeze": 8 + }, + { + "id": 680, + "num": 14, + "color": 9, + "special": 3, + "length": 0, + "freeze": 8 + }, + { + "id": 681, + "num": 16, + "color": 9, + "special": 3, + "length": 0, + "freeze": 8 + }, + { + "id": 682, + "num": 8, + "color": 6, + "special": 0, + "length": 2 + }, + { + "id": 683, + "num": 10, + "color": 6, + "special": 0, + "length": 0 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level669.json.meta b/assets/custom/Json/level669.json.meta new file mode 100644 index 0000000..cefadd9 --- /dev/null +++ b/assets/custom/Json/level669.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "b986a3f5-8fb4-4143-b4fd-ab1f7cdcdd84", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/custom/Json/level670.json b/assets/custom/Json/level670.json new file mode 100644 index 0000000..858fb1c --- /dev/null +++ b/assets/custom/Json/level670.json @@ -0,0 +1,544 @@ +{ + "LEVEL_INFO": [ + { + "risefall": [], + "id": "670", + "map": [ + 10, + 12 + ], + "time": 75, + "gap": [ + { + "x": 7, + "y": 10, + "z": 0 + }, + { + "x": 6, + "y": 10, + "z": 0 + }, + { + "x": 2, + "y": 1, + "z": 0 + }, + { + "x": 3, + "y": 1, + "z": 0 + } + ] + } + ], + "BLOCK_INFO": [ + [ + { + "block": 23, + "color": 6, + "type": 0, + "position": { + "x": -120, + "y": -480, + "z": 0 + }, + "id": 210 + }, + { + "block": 23, + "color": 6, + "type": 0, + "position": { + "x": 240, + "y": 0, + "z": 0 + }, + "id": 220 + }, + { + "block": 23, + "color": 6, + "type": 0, + "position": { + "x": 240, + "y": 120, + "z": 0 + }, + "id": 230 + }, + { + "block": 23, + "color": 6, + "type": 0, + "position": { + "x": 240, + "y": 240, + "z": 0 + }, + "id": 240 + }, + { + "block": 23, + "color": 6, + "type": 0, + "position": { + "x": 240, + "y": 360, + "z": 0 + }, + "id": 250 + }, + { + "block": 23, + "color": 6, + "type": 0, + "position": { + "x": -120, + "y": -120, + "z": 0 + }, + "id": 260 + }, + { + "block": 23, + "color": 6, + "type": 0, + "position": { + "x": -120, + "y": -240, + "z": 0 + }, + "id": 270 + }, + { + "block": 23, + "color": 6, + "type": 0, + "position": { + "x": -120, + "y": -360, + "z": 0 + }, + "id": 280 + }, + { + "block": 23, + "color": 6, + "type": 0, + "position": { + "x": 360, + "y": -360, + "z": 0 + }, + "id": 290 + }, + { + "block": 23, + "color": 6, + "type": 0, + "position": { + "x": 240, + "y": -360, + "z": 0 + }, + "id": 300 + }, + { + "block": 23, + "color": 6, + "type": 0, + "position": { + "x": 120, + "y": -360, + "z": 0 + }, + "id": 310 + }, + { + "block": 23, + "color": 6, + "type": 0, + "position": { + "x": 480, + "y": -360, + "z": 0 + }, + "id": 320 + }, + { + "block": 5, + "color": 4, + "type": 0, + "position": { + "x": -240, + "y": 360, + "z": 0 + }, + "id": 330 + }, + { + "block": 21, + "color": 4, + "type": 0, + "position": { + "x": -360, + "y": -240, + "z": 0 + }, + "id": 340 + }, + { + "block": 2, + "color": 4, + "type": 0, + "position": { + "x": 480, + "y": -600, + "z": 0 + }, + "id": 350 + }, + { + "block": 0, + "color": 4, + "type": 0, + "position": { + "x": 240, + "y": -600, + "z": 0 + }, + "id": 360 + }, + { + "block": 5, + "color": 9, + "type": 0, + "position": { + "x": -240, + "y": -480, + "z": 0 + }, + "id": 370 + }, + { + "block": 22, + "color": 9, + "type": 0, + "position": { + "x": 480, + "y": -240, + "z": 0 + }, + "id": 380 + }, + { + "block": 0, + "color": 9, + "type": 0, + "position": { + "x": 120, + "y": -600, + "z": 0 + }, + "id": 390 + }, + { + "block": 0, + "color": 6, + "type": 0, + "position": { + "x": -360, + "y": -600, + "z": 0 + }, + "id": 400 + }, + { + "block": 10, + "color": 5, + "type": 0, + "position": { + "x": -120, + "y": 120, + "z": 0 + }, + "id": 410 + }, + { + "block": 4, + "color": 5, + "type": 0, + "position": { + "x": 120, + "y": 240, + "z": 0 + }, + "id": 420 + }, + { + "block": 2, + "color": 8, + "type": 0, + "position": { + "x": 480, + "y": 360, + "z": 0 + }, + "id": 430 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": 0, + "y": -360, + "z": 0 + }, + "id": 440 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": -120, + "y": 0, + "z": 0 + }, + "id": 450 + }, + { + "block": 0, + "color": 8, + "type": 0, + "position": { + "x": 0, + "y": 240, + "z": 0 + }, + "id": 460 + }, + { + "block": 2, + "color": 2, + "type": 0, + "position": { + "x": 0, + "y": -600, + "z": 0 + }, + "id": 470 + }, + { + "block": 0, + "color": 2, + "type": 0, + "position": { + "x": 360, + "y": -600, + "z": 0 + }, + "id": 480 + }, + { + "block": 4, + "color": 3, + "type": 0, + "position": { + "x": 360, + "y": 120, + "z": 0 + }, + "id": 490 + }, + { + "block": 0, + "color": 3, + "type": 9, + "position": { + "x": 480, + "y": 240, + "z": 0 + }, + "adhesiveTime": 2, + "id": 500 + }, + { + "block": 19, + "color": 5, + "type": 9, + "position": { + "x": 480, + "y": 0, + "z": 0 + }, + "adhesiveTime": 1, + "id": 510 + }, + { + "block": 20, + "color": 1, + "type": 9, + "position": { + "x": -240, + "y": 0, + "z": 0 + }, + "adhesiveTime": 2, + "id": 520 + }, + { + "block": 0, + "color": 9, + "type": 9, + "position": { + "x": -360, + "y": 240, + "z": 0 + }, + "adhesiveTime": 1, + "id": 530 + }, + { + "block": 4, + "color": 6, + "type": 8, + "position": { + "x": 0, + "y": -120, + "z": 0 + }, + "id": 540 + }, + { + "block": 4, + "color": 1, + "type": 8, + "position": { + "x": 120, + "y": -120, + "z": 0 + }, + "id": 550 + } + ] + ], + "WALL_INFO": [ + [ + { + "id": 671, + "num": 0, + "color": 2, + "special": 0, + "length": 2 + }, + { + "id": 672, + "num": 1, + "color": 2, + "special": 0, + "length": 0 + }, + { + "id": 673, + "num": 4, + "color": 5, + "special": 0, + "length": 3 + }, + { + "id": 674, + "num": 5, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 675, + "num": 6, + "color": 5, + "special": 0, + "length": 0 + }, + { + "id": 676, + "num": 11, + "color": 9, + "special": 0, + "length": 2 + }, + { + "id": 677, + "num": 14, + "color": 9, + "special": 0, + "length": 0 + }, + { + "id": 678, + "num": 19, + "color": 1, + "special": 0, + "length": 2 + }, + { + "id": 679, + "num": 21, + "color": 1, + "special": 0, + "length": 0 + }, + { + "id": 680, + "num": 36, + "color": 4, + "special": 0, + "length": 2 + }, + { + "id": 681, + "num": 37, + "color": 4, + "special": 0, + "length": 0 + }, + { + "id": 682, + "num": 33, + "color": 3, + "special": 0, + "length": 3 + }, + { + "id": 683, + "num": 34, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 684, + "num": 35, + "color": 3, + "special": 0, + "length": 0 + }, + { + "id": 685, + "num": 25, + "color": 8, + "special": 0, + "length": 1 + }, + { + "id": 686, + "num": 18, + "color": 6, + "special": 0, + "length": 1 + } + ] + ] +} \ No newline at end of file diff --git a/assets/custom/Json/level670.json.meta b/assets/custom/Json/level670.json.meta new file mode 100644 index 0000000..df4097e --- /dev/null +++ b/assets/custom/Json/level670.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "72fb6919-9f37-44c6-b4a9-d42aa825491b", + "importer": "json", + "subMetas": {} +} \ No newline at end of file