From e7bb0e51fb477f6b62884a1a4f83d1822ceaa4a5 Mon Sep 17 00:00:00 2001 From: "COMPUTER\\EDY" <249929363@qq.com> Date: Thu, 13 Nov 2025 19:09:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=20=E5=85=A5=E8=81=8C?= =?UTF-8?q?=E6=8E=92=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/Scene/HomeScene.fire | 261 ++-- assets/Script/GameManager.ts | 3 + assets/Script/JiaZai.ts | 34 +- assets/Script/Sdk/MiniGameSdk.ts | 259 ++++ assets/Script/module/Config/GameConfig.ts | 5 +- assets/Script/module/Pay/Utils.ts | 2 - assets/UI/UI/start/careerBg.png.meta | 2 +- assets/career/prefab/rankGame.prefab | 1436 +++++++++++---------- assets/career/script/CareerList.ts | 3 +- assets/career/script/CareerManager.ts | 1 + 10 files changed, 1217 insertions(+), 789 deletions(-) diff --git a/assets/Scene/HomeScene.fire b/assets/Scene/HomeScene.fire index d57a43c..a847d1b 100644 --- a/assets/Scene/HomeScene.fire +++ b/assets/Scene/HomeScene.fire @@ -264,9 +264,6 @@ { "__id__": 8 }, - { - "__id__": 11 - }, { "__id__": 13 }, @@ -453,130 +450,6 @@ "_alignWithScreen": true, "_id": "81GN3uXINKVLeW4+iKSlim" }, - { - "__type__": "cc.Node", - "_name": "bg", - "_objFlags": 0, - "_parent": { - "__id__": 5 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 9 - }, - { - "__id__": 10 - } - ], - "_prefab": null, - "_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": "e2DtJec2tHzprX4psCclS5" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 8 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "2dece190-21a1-4502-9947-858be2b5d927" - }, - "_type": 0, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": null, - "_id": "47rxTBxMlBq5TBHiYjLPlp" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 8 - }, - "_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": 1080, - "_originalHeight": 2340, - "_id": "0a5XlUuGZCprz0fwaiG835" - }, { "__type__": "cc.Node", "_name": "Career", @@ -584,7 +457,11 @@ "_parent": { "__id__": 5 }, - "_children": [], + "_children": [ + { + "__id__": 9 + } + ], "_active": true, "_components": [ { @@ -639,12 +516,136 @@ "groupIndex": 0, "_id": "edmRxn2gNM9KAeDeklTUSw" }, + { + "__type__": "cc.Node", + "_name": "bg", + "_objFlags": 0, + "_parent": { + "__id__": 8 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 10 + }, + { + "__id__": 11 + } + ], + "_prefab": null, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 1080, + "height": 10000 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 1 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + 1170, + 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": "e2DtJec2tHzprX4psCclS5" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 9 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "2dece190-21a1-4502-9947-858be2b5d927" + }, + "_type": 1, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": null, + "_id": "47rxTBxMlBq5TBHiYjLPlp" + }, { "__type__": "cc.Widget", "_name": "", "_objFlags": 0, "node": { - "__id__": 11 + "__id__": 9 + }, + "_enabled": true, + "alignMode": 1, + "_target": null, + "_alignFlags": 41, + "_left": 0, + "_right": 0, + "_top": -210, + "_bottom": -210, + "_verticalCenter": 0, + "_horizontalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 1080, + "_originalHeight": 2340, + "_id": "0a5XlUuGZCprz0fwaiG835" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 8 }, "_enabled": true, "alignMode": 1, @@ -11301,7 +11302,7 @@ }, "component": "", "_componentId": "1dc93b4fehOrpGgTkihBH4g", - "handler": "openShop", + "handler": "openPosition", "customEventData": "" }, { diff --git a/assets/Script/GameManager.ts b/assets/Script/GameManager.ts index 4615251..c08edd5 100644 --- a/assets/Script/GameManager.ts +++ b/assets/Script/GameManager.ts @@ -265,6 +265,9 @@ export default class GameManager extends cc.Component { if (data.data.addLevel) { cc.fx.GameConfig.GM_INFO.addLevel = data.data.addLevel; } + if (data.data.address) { + cc.fx.GameConfig.GM_INFO.address = data.data.address; + } this.checkDailyQuests(); //如果有连胜记录,就赋值 if (data.data.winStreak) { diff --git a/assets/Script/JiaZai.ts b/assets/Script/JiaZai.ts index 432ffcd..d4e3249 100644 --- a/assets/Script/JiaZai.ts +++ b/assets/Script/JiaZai.ts @@ -320,7 +320,7 @@ export default class JiaZai extends cc.Component { console.log("执行开始游戏gameshow"); cc.fx.GameTool.getHealth((data) => { if (this.level) { - NumberToImage.numberToImageNodes4((cc.fx.GameConfig.GM_INFO.level + 1), 43, 15, "custom", this.level, true); + NumberToImage.numberToImageNodes((cc.fx.GameConfig.GM_INFO.level + 1), 43, 15, "level_", this.level, true); } if (this.coin) { NumberToImage.numberToImageNodes(cc.fx.GameConfig.GM_INFO.coin, 30, 15, "coin_", this.coin, true); @@ -353,7 +353,10 @@ export default class JiaZai extends cc.Component { cc.fx.GameTool.getHealth((data) => { - NumberToImage.numberToImageNodes((cc.fx.GameConfig.GM_INFO.level + 1), 43, 15, "level_", this.level, true); + NumberToImage.numberToImageNodes4((cc.fx.GameConfig.GM_INFO.level + 1), 43, 15, "custom", this.level, true); + for (let i = 0; i < this.level.children.length; i++) { + this.level.children[i].color = cc.Color.BLACK; + } NumberToImage.numberToImageNodes(cc.fx.GameConfig.GM_INFO.coin, 30, 15, "coin_", this.coin, true); this.setHealthInfo(true); }); @@ -2293,7 +2296,7 @@ export default class JiaZai extends cc.Component { count: item[1] // 数值 })); // 排序后的结果 - console.log("sortedArray", sortedArray); + // console.log("sortedArray", sortedArray); let city = JSON.parse(JSON.stringify(cc.fx.GameConfig.CITY)); let rankData = []; for (let i = 0; i < sortedArray.length; i++) { @@ -2330,16 +2333,26 @@ export default class JiaZai extends cc.Component { let topData = data.all ? data.all : []; if (this.RankNode != null && this.RankNode != undefined) { this.node.getChildByName("Career").addChild(this.RankNode); + // this.node.getChildByName("Career").getChildByName("bg").parent = this.RankNode; + this.RankNode.opacity = 0; this.RankNode.zIndex = 3; this.RankNode.getComponent("CareerManager").init(rankData, topData); + cc.tween(this.RankNode) + .to(0.2, { opacity: 255 }) + .start() } else { this.LoadCareer(() => { this.node.getChildByName("Career").addChild(this.RankNode); + // this.node.getChildByName("Career").getChildByName("bg").parent = this.RankNode; + this.RankNode.opacity = 0; this.RankNode.zIndex = 3; this.RankNode.getComponent("CareerManager").init(rankData, topData); + cc.tween(this.RankNode) + .to(0.2, { opacity: 255 }) + .start() }) } - console.log("rankData", rankData); + // console.log("rankData", rankData); }); } @@ -2364,6 +2377,19 @@ export default class JiaZai extends cc.Component { }); } + openPosition() { + if (cc.fx.GameConfig.GM_INFO.address == "") { + console.log("没有地址"); + MiniGameSdk.API.getWechatCityInfo((success, data, error) => { + if (success) { + console.log('详细城市信息:', data); + // 包含省份、城市、区县等详细信息 + const { province, city, district } = data; + } + }, true); // 第二个参数设为true启用逆解析 + } + } + update(dt) { if (this.newbieGift && this.monthlyCardNode) { if (this.monthlyCardNode.active == true) { diff --git a/assets/Script/Sdk/MiniGameSdk.ts b/assets/Script/Sdk/MiniGameSdk.ts index 8169e71..4fe2417 100644 --- a/assets/Script/Sdk/MiniGameSdk.ts +++ b/assets/Script/Sdk/MiniGameSdk.ts @@ -1875,6 +1875,265 @@ export namespace MiniGameSdk { }); } } + + /** + * 打开位置设置页面 + */ + static openLocationSetting() { + //@ts-ignore + if (typeof wx !== 'undefined' && wx !== null) { + //@ts-ignore + wx.openSetting({ + success: (res) => { + console.log('打开设置成功:', res); + }, + fail: (err) => { + console.log('打开设置失败:', err); + } + }); + } + } + + /** + * 获取微信小游戏用户城市信息 + * @param callback 回调函数,参数为城市信息对象或错误信息 + * @param useReverseGeocoding 是否使用逆解析获取详细地址信息(需要网络请求) + */ + static getWechatCityInfo(callback: (success: boolean, data?: any, error?: any) => void, useReverseGeocoding: boolean = false) { + //@ts-ignore + if (typeof wx !== 'undefined' && wx !== null) { + // 检查是否已授权位置权限 + //@ts-ignore + wx.getSetting({ + success: (res) => { + if (res.authSetting['scope.userLocation']) { + // 已授权,获取位置信息 + API._getCityInfo(callback, useReverseGeocoding); + } else { + // 未授权,先请求授权 + //@ts-ignore + wx.authorize({ + scope: 'scope.userLocation', + success: () => { + // 授权成功,获取城市信息 + API._getCityInfo(callback, useReverseGeocoding); + }, + fail: (err) => { + // 授权失败,提示用户手动授权 + console.log('位置授权失败:', err); + callback(false, null, '位置授权失败,请手动授权'); + + // 引导用户去设置页面手动授权 + //@ts-ignore + wx.showModal({ + title: '位置权限申请', + content: '需要获取您的位置信息以确定所在城市,请在设置中开启位置权限', + confirmText: '去设置', + success: (modalRes) => { + if (modalRes.confirm) { + //@ts-ignore + wx.openSetting({ + success: (settingRes) => { + if (settingRes.authSetting['scope.userLocation']) { + // 用户手动授权成功,重新获取城市信息 + API._getCityInfo(callback, useReverseGeocoding); + } else { + callback(false, null, '用户拒绝授权位置权限'); + } + } + }); + } + } + }); + } + }); + } + }, + fail: (err) => { + console.log('获取设置失败:', err); + callback(false, null, '获取设置失败'); + } + }); + } else { + callback(false, null, '非微信环境'); + } + } + + /** + * 内部方法:实际获取城市信息 + */ + private static _getCityInfo(callback: (success: boolean, data?: any, error?: any) => void, useReverseGeocoding: boolean) { + //@ts-ignore + wx.getLocation({ + type: 'gcj02', // 使用国测局坐标系,更适合中国地图 + success: (res) => { + console.log('获取位置成功:', res); + + if (useReverseGeocoding) { + // 使用逆解析获取详细地址信息 + API._reverseGeocoding(res.latitude, res.longitude, callback); + } else { + // 直接返回基本位置信息,包含经纬度 + const cityInfo = { + latitude: res.latitude, // 纬度 + longitude: res.longitude, // 经度 + province: '', // 省份(需要通过逆解析获取) + city: '', // 城市(需要通过逆解析获取) + district: '', // 区县(需要通过逆解析获取) + address: '' // 详细地址(需要通过逆解析获取) + }; + callback(true, cityInfo); + } + }, + fail: (err) => { + console.log('获取位置失败:', err); + callback(false, null, err.errMsg || '获取位置失败'); + } + }); + } + + /** + * 逆解析经纬度获取详细地址信息 + */ + private static _reverseGeocoding(latitude: number, longitude: number, callback: (success: boolean, data?: any, error?: any) => void) { + // 注意:微信小游戏本身不提供逆解析API,需要调用第三方服务或自己的服务器 + // 这里提供一个示例,实际使用时需要替换为你的服务器接口 + + // 示例:使用腾讯地图逆解析API(需要申请key) + const key = 'YOUR_TENCENT_MAP_KEY'; // 需要替换为实际的key + const url = `https://apis.map.qq.com/ws/geocoder/v1/?location=${latitude},${longitude}&key=${key}&get_poi=0`; + + //@ts-ignore + wx.request({ + url: url, + method: 'GET', + success: (res) => { + if (res.statusCode === 200 && res.data.status === 0) { + const result = res.data.result; + const cityInfo = { + latitude: latitude, + longitude: longitude, + province: result.address_component.province, // 省份 + city: result.address_component.city, // 城市 + district: result.address_component.district, // 区县 + address: result.address, // 详细地址 + formatted_address: result.formatted_addresses?.recommend || result.address // 格式化地址 + }; + console.log('逆解析成功:', cityInfo); + callback(true, cityInfo); + } else { + console.log('逆解析失败:', res.data); + callback(false, null, '逆解析失败'); + } + }, + fail: (err) => { + console.log('逆解析请求失败:', err); + callback(false, null, '逆解析请求失败'); + } + }); + } + + /** + * 使用微信城市选择器获取城市信息(用户手动选择) + * @param callback 回调函数 + */ + static chooseWechatCity(callback: (success: boolean, data?: any, error?: any) => void) { + //@ts-ignore + if (typeof wx !== 'undefined' && wx !== null) { + //@ts-ignore + wx.chooseLocation({ + success: (res) => { + console.log('选择位置成功:', res); + const cityInfo = { + name: res.name, // 位置名称 + address: res.address, // 详细地址 + latitude: res.latitude, // 纬度 + longitude: res.longitude, // 经度 + // 从地址中提取城市信息(简单处理) + province: API._extractProvinceFromAddress(res.address), + city: API._extractCityFromAddress(res.address) + }; + callback(true, cityInfo); + }, + fail: (err) => { + console.log('选择位置失败:', err); + callback(false, null, err.errMsg || '选择位置失败'); + } + }); + } else { + callback(false, null, '非微信环境'); + } + } + + /** + * 从地址字符串中提取省份信息 + */ + private static _extractProvinceFromAddress(address: string): string { + // 简单的省份提取逻辑,实际使用时可能需要更复杂的处理 + const provinces = ['北京', '天津', '上海', '重庆', '河北', '山西', '辽宁', '吉林', '黑龙江', '江苏', '浙江', + '安徽', '福建', '江西', '山东', '河南', '湖北', '湖南', '广东', '海南', '四川', '贵州', + '云南', '陕西', '甘肃', '青海', '台湾', '内蒙古', '广西', '西藏', '宁夏', '新疆', '香港', '澳门']; + + for (const province of provinces) { + if (address.includes(province)) { + return province; + } + } + return ''; + } + + /** + * 从地址字符串中提取城市信息 + */ + private static _extractCityFromAddress(address: string): string { + // 简单的城市提取逻辑 + const cities = ['北京', '上海', '天津', '重庆', '石家庄', '太原', '呼和浩特', '沈阳', '长春', '哈尔滨', + '南京', '杭州', '合肥', '福州', '南昌', '济南', '郑州', '武汉', '长沙', '广州', '南宁', + '海口', '成都', '贵阳', '昆明', '拉萨', '西安', '兰州', '西宁', '银川', '乌鲁木齐']; + + for (const city of cities) { + if (address.includes(city)) { + return city; + } + } + return ''; + } + + /** + * 获取用户IP地址对应的城市信息(不需要位置权限) + * @param callback 回调函数 + */ + static getCityByIP(callback: (success: boolean, data?: any, error?: any) => void) { + // 调用IP定位服务获取城市信息 + // 示例:使用第三方IP定位服务 + const url = 'https://restapi.amap.com/v3/ip?key=YOUR_AMAP_KEY'; // 需要替换为实际的高德地图key + + //@ts-ignore + wx.request({ + url: url, + method: 'GET', + success: (res) => { + if (res.statusCode === 200 && res.data.status === '1') { + const ipInfo = res.data; + const cityInfo = { + province: ipInfo.province, // 省份 + city: ipInfo.city, // 城市 + adcode: ipInfo.adcode, // 区域编码 + rectangle: ipInfo.rectangle // 城市范围坐标 + }; + console.log('IP定位成功:', cityInfo); + callback(true, cityInfo); + } else { + console.log('IP定位失败:', res.data); + callback(false, null, 'IP定位失败'); + } + }, + fail: (err) => { + console.log('IP定位请求失败:', err); + callback(false, null, 'IP定位请求失败'); + } + }); + } } } \ No newline at end of file diff --git a/assets/Script/module/Config/GameConfig.ts b/assets/Script/module/Config/GameConfig.ts index 234b11d..9de55af 100644 --- a/assets/Script/module/Config/GameConfig.ts +++ b/assets/Script/module/Config/GameConfig.ts @@ -132,7 +132,7 @@ export class GameConfig { getProgress: number; //获取进度 getItemType: number; popPassCheck: boolean; // 弹窗通行证 passCheckActivate: boolean; winStreak: number; //连胜 - tasks: { levelPass: { value: number; target: number; state: number; }; share: { value: number; target: number; state: number; }; useEnergy: { value: number; target: number; state: number; }; useProp: { value: number; target: number; state: number; }; }; addLevel: number; + tasks: { levelPass: { value: number; target: number; state: number; }; share: { value: number; target: number; state: number; }; useEnergy: { value: number; target: number; state: number; }; useProp: { value: number; target: number; state: number; }; }; addLevel: number; address: string; }; @@ -303,7 +303,8 @@ export class GameConfig { passCheckActivate: false, winStreak: 0, //连胜 tasks: { levelPass: { value: 0, target: 0, state: 0 }, share: { value: 0, target: 0, state: 0 }, useEnergy: { value: 0, target: 0, state: 0 }, useProp: { value: 0, target: 0, state: 0 } }, - addLevel: 0 + addLevel: 0, + address: "", }; // this.setCode(this.getKey("scode")); // this.GM_INFO.level = 0; diff --git a/assets/Script/module/Pay/Utils.ts b/assets/Script/module/Pay/Utils.ts index 0735f71..5bcad36 100644 --- a/assets/Script/module/Pay/Utils.ts +++ b/assets/Script/module/Pay/Utils.ts @@ -1057,8 +1057,6 @@ export default class Utils { }, 3000); console.log("请求uid:" + Utils.uid); Utils.POST("getSRank", { uid: cc.fx.GameConfig.GM_INFO.uid }, res => { - console.log("查询入职排行榜结果"); - console.log(res); // 清除超时定时器 clearTimeout(timeoutId); if (!isCallBackCalled) { diff --git a/assets/UI/UI/start/careerBg.png.meta b/assets/UI/UI/start/careerBg.png.meta index e6f0131..4325057 100644 --- a/assets/UI/UI/start/careerBg.png.meta +++ b/assets/UI/UI/start/careerBg.png.meta @@ -28,7 +28,7 @@ "height": 2340, "rawWidth": 1080, "rawHeight": 2340, - "borderTop": 0, + "borderTop": 1801, "borderBottom": 0, "borderLeft": 0, "borderRight": 0, diff --git a/assets/career/prefab/rankGame.prefab b/assets/career/prefab/rankGame.prefab index 9deed0e..9c42385 100644 --- a/assets/career/prefab/rankGame.prefab +++ b/assets/career/prefab/rankGame.prefab @@ -27,14 +27,14 @@ "_active": true, "_components": [ { - "__id__": 348 + "__id__": 352 }, { - "__id__": 349 + "__id__": 353 } ], "_prefab": { - "__id__": 350 + "__id__": 354 }, "_opacity": 255, "_color": { @@ -211,14 +211,14 @@ "__id__": 11 }, { - "__id__": 345 + "__id__": 349 }, { - "__id__": 346 + "__id__": 350 } ], "_prefab": { - "__id__": 347 + "__id__": 351 }, "_opacity": 255, "_color": { @@ -285,14 +285,14 @@ "__id__": 10 }, { - "__id__": 342 + "__id__": 346 }, { - "__id__": 343 + "__id__": 347 } ], "_prefab": { - "__id__": 344 + "__id__": 348 }, "_opacity": 255, "_color": { @@ -509,17 +509,20 @@ "__id__": 17 }, { - "__id__": 154 + "__id__": 21 + }, + { + "__id__": 158 } ], "_active": true, "_components": [ { - "__id__": 340 + "__id__": 344 } ], "_prefab": { - "__id__": 341 + "__id__": 345 }, "_opacity": 255, "_color": { @@ -697,6 +700,143 @@ "fileId": "5dbcob/dpJKaAwsmMRZn2P", "sync": false }, + { + "__type__": "cc.Node", + "_name": "bg", + "_objFlags": 0, + "_parent": { + "__id__": 12 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 18 + }, + { + "__id__": 19 + } + ], + "_prefab": { + "__id__": 20 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 1080, + "height": 10000 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 1 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 540, + 210, + 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__": 17 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "2dece190-21a1-4502-9947-858be2b5d927" + }, + "_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.Widget", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 17 + }, + "_enabled": true, + "alignMode": 1, + "_target": null, + "_alignFlags": 41, + "_left": 0, + "_right": 0, + "_top": -210, + "_bottom": -210, + "_verticalCenter": 0, + "_horizontalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 1080, + "_originalHeight": 2340, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "1cL/zdq5JI97rTfab/Kb5V", + "sync": false + }, { "__type__": "cc.Node", "_name": "topRank", @@ -706,37 +846,37 @@ }, "_children": [ { - "__id__": 18 + "__id__": 22 }, { - "__id__": 21 + "__id__": 25 }, { - "__id__": 24 + "__id__": 28 }, { - "__id__": 27 + "__id__": 31 }, { - "__id__": 48 + "__id__": 52 }, { - "__id__": 69 + "__id__": 73 }, { - "__id__": 90 + "__id__": 94 }, { - "__id__": 111 + "__id__": 115 }, { - "__id__": 132 + "__id__": 136 } ], - "_active": true, + "_active": false, "_components": [], "_prefab": { - "__id__": 153 + "__id__": 157 }, "_opacity": 255, "_color": { @@ -790,17 +930,17 @@ "_name": "gun1", "_objFlags": 0, "_parent": { - "__id__": 17 + "__id__": 21 }, "_children": [], "_active": true, "_components": [ { - "__id__": 19 + "__id__": 23 } ], "_prefab": { - "__id__": 20 + "__id__": 24 }, "_opacity": 255, "_color": { @@ -854,7 +994,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 18 + "__id__": 22 }, "_enabled": true, "_materials": [ @@ -899,17 +1039,17 @@ "_name": "gun2", "_objFlags": 0, "_parent": { - "__id__": 17 + "__id__": 21 }, "_children": [], "_active": true, "_components": [ { - "__id__": 22 + "__id__": 26 } ], "_prefab": { - "__id__": 23 + "__id__": 27 }, "_opacity": 255, "_color": { @@ -963,7 +1103,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 21 + "__id__": 25 }, "_enabled": true, "_materials": [ @@ -1008,17 +1148,17 @@ "_name": "gun3", "_objFlags": 0, "_parent": { - "__id__": 17 + "__id__": 21 }, "_children": [], "_active": true, "_components": [ { - "__id__": 25 + "__id__": 29 } ], "_prefab": { - "__id__": 26 + "__id__": 30 }, "_opacity": 255, "_color": { @@ -1072,7 +1212,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 24 + "__id__": 28 }, "_enabled": true, "_materials": [ @@ -1117,29 +1257,29 @@ "_name": "careerRankItem", "_objFlags": 0, "_parent": { - "__id__": 17 + "__id__": 21 }, "_children": [ { - "__id__": 28 + "__id__": 32 }, { - "__id__": 34 + "__id__": 38 }, { - "__id__": 37 + "__id__": 41 }, { - "__id__": 40 + "__id__": 44 }, { - "__id__": 43 + "__id__": 47 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 47 + "__id__": 51 }, "_opacity": 255, "_color": { @@ -1193,21 +1333,21 @@ "_name": "rankBg", "_objFlags": 0, "_parent": { - "__id__": 27 + "__id__": 31 }, "_children": [ { - "__id__": 29 + "__id__": 33 } ], "_active": true, "_components": [ { - "__id__": 32 + "__id__": 36 } ], "_prefab": { - "__id__": 33 + "__id__": 37 }, "_opacity": 255, "_color": { @@ -1261,17 +1401,17 @@ "_name": "rankName", "_objFlags": 0, "_parent": { - "__id__": 28 + "__id__": 32 }, "_children": [], "_active": true, "_components": [ { - "__id__": 30 + "__id__": 34 } ], "_prefab": { - "__id__": 31 + "__id__": 35 }, "_opacity": 255, "_color": { @@ -1325,7 +1465,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 29 + "__id__": 33 }, "_enabled": true, "_materials": [ @@ -1357,7 +1497,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 27 + "__id__": 31 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -1370,7 +1510,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 28 + "__id__": 32 }, "_enabled": true, "_materials": [ @@ -1402,7 +1542,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 27 + "__id__": 31 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -1415,17 +1555,17 @@ "_name": "name", "_objFlags": 0, "_parent": { - "__id__": 27 + "__id__": 31 }, "_children": [], "_active": true, "_components": [ { - "__id__": 35 + "__id__": 39 } ], "_prefab": { - "__id__": 36 + "__id__": 40 }, "_opacity": 255, "_color": { @@ -1479,7 +1619,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 34 + "__id__": 38 }, "_enabled": true, "_materials": [ @@ -1510,7 +1650,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 27 + "__id__": 31 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -1523,17 +1663,17 @@ "_name": "rank", "_objFlags": 0, "_parent": { - "__id__": 27 + "__id__": 31 }, "_children": [], "_active": true, "_components": [ { - "__id__": 38 + "__id__": 42 } ], "_prefab": { - "__id__": 39 + "__id__": 43 }, "_opacity": 255, "_color": { @@ -1587,7 +1727,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 37 + "__id__": 41 }, "_enabled": true, "_materials": [ @@ -1618,7 +1758,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 27 + "__id__": 31 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -1631,17 +1771,17 @@ "_name": "kuang", "_objFlags": 0, "_parent": { - "__id__": 27 + "__id__": 31 }, "_children": [], "_active": true, "_components": [ { - "__id__": 41 + "__id__": 45 } ], "_prefab": { - "__id__": 42 + "__id__": 46 }, "_opacity": 255, "_color": { @@ -1695,7 +1835,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 40 + "__id__": 44 }, "_enabled": true, "_materials": [ @@ -1727,7 +1867,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 27 + "__id__": 31 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -1740,17 +1880,17 @@ "_name": "icon", "_objFlags": 0, "_parent": { - "__id__": 27 + "__id__": 31 }, "_children": [], "_active": true, "_components": [ { - "__id__": 44 + "__id__": 48 } ], "_prefab": { - "__id__": 46 + "__id__": 50 }, "_opacity": 251, "_color": { @@ -1804,7 +1944,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 43 + "__id__": 47 }, "_enabled": true, "_materials": [ @@ -1819,7 +1959,7 @@ "_radius": 12, "_segment": 5, "_corner": { - "__id__": 45 + "__id__": 49 }, "_id": "" }, @@ -1833,7 +1973,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 27 + "__id__": 31 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -1844,7 +1984,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 27 + "__id__": 31 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -1857,29 +1997,29 @@ "_name": "careerRankItem", "_objFlags": 0, "_parent": { - "__id__": 17 + "__id__": 21 }, "_children": [ { - "__id__": 49 + "__id__": 53 }, { - "__id__": 55 + "__id__": 59 }, { - "__id__": 58 + "__id__": 62 }, { - "__id__": 61 + "__id__": 65 }, { - "__id__": 64 + "__id__": 68 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 68 + "__id__": 72 }, "_opacity": 255, "_color": { @@ -1933,21 +2073,21 @@ "_name": "rankBg", "_objFlags": 0, "_parent": { - "__id__": 48 + "__id__": 52 }, "_children": [ { - "__id__": 50 + "__id__": 54 } ], "_active": true, "_components": [ { - "__id__": 53 + "__id__": 57 } ], "_prefab": { - "__id__": 54 + "__id__": 58 }, "_opacity": 255, "_color": { @@ -2001,17 +2141,17 @@ "_name": "rankName", "_objFlags": 0, "_parent": { - "__id__": 49 + "__id__": 53 }, "_children": [], "_active": true, "_components": [ { - "__id__": 51 + "__id__": 55 } ], "_prefab": { - "__id__": 52 + "__id__": 56 }, "_opacity": 255, "_color": { @@ -2065,7 +2205,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 50 + "__id__": 54 }, "_enabled": true, "_materials": [ @@ -2097,7 +2237,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 48 + "__id__": 52 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -2110,7 +2250,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 49 + "__id__": 53 }, "_enabled": true, "_materials": [ @@ -2142,7 +2282,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 48 + "__id__": 52 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -2155,17 +2295,17 @@ "_name": "name", "_objFlags": 0, "_parent": { - "__id__": 48 + "__id__": 52 }, "_children": [], "_active": true, "_components": [ { - "__id__": 56 + "__id__": 60 } ], "_prefab": { - "__id__": 57 + "__id__": 61 }, "_opacity": 255, "_color": { @@ -2219,7 +2359,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 55 + "__id__": 59 }, "_enabled": true, "_materials": [ @@ -2250,7 +2390,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 48 + "__id__": 52 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -2263,17 +2403,17 @@ "_name": "rank", "_objFlags": 0, "_parent": { - "__id__": 48 + "__id__": 52 }, "_children": [], "_active": true, "_components": [ { - "__id__": 59 + "__id__": 63 } ], "_prefab": { - "__id__": 60 + "__id__": 64 }, "_opacity": 255, "_color": { @@ -2327,7 +2467,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 58 + "__id__": 62 }, "_enabled": true, "_materials": [ @@ -2358,7 +2498,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 48 + "__id__": 52 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -2371,17 +2511,17 @@ "_name": "kuang", "_objFlags": 0, "_parent": { - "__id__": 48 + "__id__": 52 }, "_children": [], "_active": true, "_components": [ { - "__id__": 62 + "__id__": 66 } ], "_prefab": { - "__id__": 63 + "__id__": 67 }, "_opacity": 255, "_color": { @@ -2435,7 +2575,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 61 + "__id__": 65 }, "_enabled": true, "_materials": [ @@ -2467,7 +2607,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 48 + "__id__": 52 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -2480,17 +2620,17 @@ "_name": "icon", "_objFlags": 0, "_parent": { - "__id__": 48 + "__id__": 52 }, "_children": [], "_active": true, "_components": [ { - "__id__": 65 + "__id__": 69 } ], "_prefab": { - "__id__": 67 + "__id__": 71 }, "_opacity": 251, "_color": { @@ -2544,7 +2684,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 64 + "__id__": 68 }, "_enabled": true, "_materials": [ @@ -2559,7 +2699,7 @@ "_radius": 12, "_segment": 5, "_corner": { - "__id__": 66 + "__id__": 70 }, "_id": "" }, @@ -2573,7 +2713,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 48 + "__id__": 52 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -2584,7 +2724,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 48 + "__id__": 52 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -2597,29 +2737,29 @@ "_name": "careerRankItem", "_objFlags": 0, "_parent": { - "__id__": 17 + "__id__": 21 }, "_children": [ { - "__id__": 70 + "__id__": 74 }, { - "__id__": 76 + "__id__": 80 }, { - "__id__": 79 + "__id__": 83 }, { - "__id__": 82 + "__id__": 86 }, { - "__id__": 85 + "__id__": 89 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 89 + "__id__": 93 }, "_opacity": 255, "_color": { @@ -2673,21 +2813,21 @@ "_name": "rankBg", "_objFlags": 0, "_parent": { - "__id__": 69 + "__id__": 73 }, "_children": [ { - "__id__": 71 + "__id__": 75 } ], "_active": true, "_components": [ { - "__id__": 74 + "__id__": 78 } ], "_prefab": { - "__id__": 75 + "__id__": 79 }, "_opacity": 255, "_color": { @@ -2741,17 +2881,17 @@ "_name": "rankName", "_objFlags": 0, "_parent": { - "__id__": 70 + "__id__": 74 }, "_children": [], "_active": true, "_components": [ { - "__id__": 72 + "__id__": 76 } ], "_prefab": { - "__id__": 73 + "__id__": 77 }, "_opacity": 255, "_color": { @@ -2805,7 +2945,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 71 + "__id__": 75 }, "_enabled": true, "_materials": [ @@ -2837,7 +2977,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 69 + "__id__": 73 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -2850,7 +2990,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 70 + "__id__": 74 }, "_enabled": true, "_materials": [ @@ -2882,7 +3022,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 69 + "__id__": 73 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -2895,17 +3035,17 @@ "_name": "name", "_objFlags": 0, "_parent": { - "__id__": 69 + "__id__": 73 }, "_children": [], "_active": true, "_components": [ { - "__id__": 77 + "__id__": 81 } ], "_prefab": { - "__id__": 78 + "__id__": 82 }, "_opacity": 255, "_color": { @@ -2959,7 +3099,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 76 + "__id__": 80 }, "_enabled": true, "_materials": [ @@ -2990,7 +3130,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 69 + "__id__": 73 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -3003,17 +3143,17 @@ "_name": "rank", "_objFlags": 0, "_parent": { - "__id__": 69 + "__id__": 73 }, "_children": [], "_active": true, "_components": [ { - "__id__": 80 + "__id__": 84 } ], "_prefab": { - "__id__": 81 + "__id__": 85 }, "_opacity": 255, "_color": { @@ -3067,7 +3207,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 79 + "__id__": 83 }, "_enabled": true, "_materials": [ @@ -3098,7 +3238,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 69 + "__id__": 73 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -3111,17 +3251,17 @@ "_name": "kuang", "_objFlags": 0, "_parent": { - "__id__": 69 + "__id__": 73 }, "_children": [], "_active": true, "_components": [ { - "__id__": 83 + "__id__": 87 } ], "_prefab": { - "__id__": 84 + "__id__": 88 }, "_opacity": 255, "_color": { @@ -3175,7 +3315,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 82 + "__id__": 86 }, "_enabled": true, "_materials": [ @@ -3207,7 +3347,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 69 + "__id__": 73 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -3220,17 +3360,17 @@ "_name": "icon", "_objFlags": 0, "_parent": { - "__id__": 69 + "__id__": 73 }, "_children": [], "_active": true, "_components": [ { - "__id__": 86 + "__id__": 90 } ], "_prefab": { - "__id__": 88 + "__id__": 92 }, "_opacity": 251, "_color": { @@ -3284,7 +3424,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 85 + "__id__": 89 }, "_enabled": true, "_materials": [ @@ -3299,7 +3439,7 @@ "_radius": 12, "_segment": 5, "_corner": { - "__id__": 87 + "__id__": 91 }, "_id": "" }, @@ -3313,7 +3453,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 69 + "__id__": 73 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -3324,7 +3464,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 69 + "__id__": 73 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -3337,29 +3477,29 @@ "_name": "careerRankItem", "_objFlags": 0, "_parent": { - "__id__": 17 + "__id__": 21 }, "_children": [ { - "__id__": 91 + "__id__": 95 }, { - "__id__": 97 + "__id__": 101 }, { - "__id__": 100 + "__id__": 104 }, { - "__id__": 103 + "__id__": 107 }, { - "__id__": 106 + "__id__": 110 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 110 + "__id__": 114 }, "_opacity": 255, "_color": { @@ -3413,21 +3553,21 @@ "_name": "rankBg", "_objFlags": 0, "_parent": { - "__id__": 90 + "__id__": 94 }, "_children": [ { - "__id__": 92 + "__id__": 96 } ], "_active": true, "_components": [ { - "__id__": 95 + "__id__": 99 } ], "_prefab": { - "__id__": 96 + "__id__": 100 }, "_opacity": 255, "_color": { @@ -3481,17 +3621,17 @@ "_name": "rankName", "_objFlags": 0, "_parent": { - "__id__": 91 + "__id__": 95 }, "_children": [], "_active": true, "_components": [ { - "__id__": 93 + "__id__": 97 } ], "_prefab": { - "__id__": 94 + "__id__": 98 }, "_opacity": 255, "_color": { @@ -3545,7 +3685,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 92 + "__id__": 96 }, "_enabled": true, "_materials": [ @@ -3577,7 +3717,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 90 + "__id__": 94 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -3590,7 +3730,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 91 + "__id__": 95 }, "_enabled": true, "_materials": [ @@ -3622,7 +3762,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 90 + "__id__": 94 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -3635,17 +3775,17 @@ "_name": "name", "_objFlags": 0, "_parent": { - "__id__": 90 + "__id__": 94 }, "_children": [], "_active": true, "_components": [ { - "__id__": 98 + "__id__": 102 } ], "_prefab": { - "__id__": 99 + "__id__": 103 }, "_opacity": 255, "_color": { @@ -3699,7 +3839,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 97 + "__id__": 101 }, "_enabled": true, "_materials": [ @@ -3730,7 +3870,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 90 + "__id__": 94 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -3743,17 +3883,17 @@ "_name": "rank", "_objFlags": 0, "_parent": { - "__id__": 90 + "__id__": 94 }, "_children": [], "_active": true, "_components": [ { - "__id__": 101 + "__id__": 105 } ], "_prefab": { - "__id__": 102 + "__id__": 106 }, "_opacity": 255, "_color": { @@ -3807,7 +3947,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 100 + "__id__": 104 }, "_enabled": true, "_materials": [ @@ -3838,7 +3978,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 90 + "__id__": 94 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -3851,17 +3991,17 @@ "_name": "kuang", "_objFlags": 0, "_parent": { - "__id__": 90 + "__id__": 94 }, "_children": [], "_active": true, "_components": [ { - "__id__": 104 + "__id__": 108 } ], "_prefab": { - "__id__": 105 + "__id__": 109 }, "_opacity": 255, "_color": { @@ -3915,7 +4055,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 103 + "__id__": 107 }, "_enabled": true, "_materials": [ @@ -3947,7 +4087,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 90 + "__id__": 94 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -3960,17 +4100,17 @@ "_name": "icon", "_objFlags": 0, "_parent": { - "__id__": 90 + "__id__": 94 }, "_children": [], "_active": true, "_components": [ { - "__id__": 107 + "__id__": 111 } ], "_prefab": { - "__id__": 109 + "__id__": 113 }, "_opacity": 251, "_color": { @@ -4024,7 +4164,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 106 + "__id__": 110 }, "_enabled": true, "_materials": [ @@ -4039,7 +4179,7 @@ "_radius": 12, "_segment": 5, "_corner": { - "__id__": 108 + "__id__": 112 }, "_id": "" }, @@ -4053,7 +4193,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 90 + "__id__": 94 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -4064,7 +4204,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 90 + "__id__": 94 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -4077,29 +4217,29 @@ "_name": "careerRankItem", "_objFlags": 0, "_parent": { - "__id__": 17 + "__id__": 21 }, "_children": [ { - "__id__": 112 + "__id__": 116 }, { - "__id__": 118 + "__id__": 122 }, { - "__id__": 121 + "__id__": 125 }, { - "__id__": 124 + "__id__": 128 }, { - "__id__": 127 + "__id__": 131 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 131 + "__id__": 135 }, "_opacity": 255, "_color": { @@ -4153,21 +4293,21 @@ "_name": "rankBg", "_objFlags": 0, "_parent": { - "__id__": 111 + "__id__": 115 }, "_children": [ { - "__id__": 113 + "__id__": 117 } ], "_active": true, "_components": [ { - "__id__": 116 + "__id__": 120 } ], "_prefab": { - "__id__": 117 + "__id__": 121 }, "_opacity": 255, "_color": { @@ -4221,17 +4361,17 @@ "_name": "rankName", "_objFlags": 0, "_parent": { - "__id__": 112 + "__id__": 116 }, "_children": [], "_active": true, "_components": [ { - "__id__": 114 + "__id__": 118 } ], "_prefab": { - "__id__": 115 + "__id__": 119 }, "_opacity": 255, "_color": { @@ -4285,7 +4425,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 113 + "__id__": 117 }, "_enabled": true, "_materials": [ @@ -4317,7 +4457,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 111 + "__id__": 115 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -4330,7 +4470,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 112 + "__id__": 116 }, "_enabled": true, "_materials": [ @@ -4362,7 +4502,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 111 + "__id__": 115 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -4375,17 +4515,17 @@ "_name": "name", "_objFlags": 0, "_parent": { - "__id__": 111 + "__id__": 115 }, "_children": [], "_active": true, "_components": [ { - "__id__": 119 + "__id__": 123 } ], "_prefab": { - "__id__": 120 + "__id__": 124 }, "_opacity": 255, "_color": { @@ -4439,7 +4579,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 118 + "__id__": 122 }, "_enabled": true, "_materials": [ @@ -4470,7 +4610,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 111 + "__id__": 115 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -4483,17 +4623,17 @@ "_name": "rank", "_objFlags": 0, "_parent": { - "__id__": 111 + "__id__": 115 }, "_children": [], "_active": true, "_components": [ { - "__id__": 122 + "__id__": 126 } ], "_prefab": { - "__id__": 123 + "__id__": 127 }, "_opacity": 255, "_color": { @@ -4547,7 +4687,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 121 + "__id__": 125 }, "_enabled": true, "_materials": [ @@ -4578,7 +4718,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 111 + "__id__": 115 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -4591,17 +4731,17 @@ "_name": "kuang", "_objFlags": 0, "_parent": { - "__id__": 111 + "__id__": 115 }, "_children": [], "_active": true, "_components": [ { - "__id__": 125 + "__id__": 129 } ], "_prefab": { - "__id__": 126 + "__id__": 130 }, "_opacity": 255, "_color": { @@ -4655,7 +4795,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 124 + "__id__": 128 }, "_enabled": true, "_materials": [ @@ -4687,7 +4827,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 111 + "__id__": 115 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -4700,17 +4840,17 @@ "_name": "icon", "_objFlags": 0, "_parent": { - "__id__": 111 + "__id__": 115 }, "_children": [], "_active": true, "_components": [ { - "__id__": 128 + "__id__": 132 } ], "_prefab": { - "__id__": 130 + "__id__": 134 }, "_opacity": 251, "_color": { @@ -4764,7 +4904,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 127 + "__id__": 131 }, "_enabled": true, "_materials": [ @@ -4779,7 +4919,7 @@ "_radius": 12, "_segment": 5, "_corner": { - "__id__": 129 + "__id__": 133 }, "_id": "" }, @@ -4793,7 +4933,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 111 + "__id__": 115 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -4804,7 +4944,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 111 + "__id__": 115 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -4817,29 +4957,29 @@ "_name": "careerRankItem", "_objFlags": 0, "_parent": { - "__id__": 17 + "__id__": 21 }, "_children": [ { - "__id__": 133 + "__id__": 137 }, { - "__id__": 139 + "__id__": 143 }, { - "__id__": 142 + "__id__": 146 }, { - "__id__": 145 + "__id__": 149 }, { - "__id__": 148 + "__id__": 152 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 152 + "__id__": 156 }, "_opacity": 255, "_color": { @@ -4893,21 +5033,21 @@ "_name": "rankBg", "_objFlags": 0, "_parent": { - "__id__": 132 + "__id__": 136 }, "_children": [ { - "__id__": 134 + "__id__": 138 } ], "_active": true, "_components": [ { - "__id__": 137 + "__id__": 141 } ], "_prefab": { - "__id__": 138 + "__id__": 142 }, "_opacity": 255, "_color": { @@ -4961,17 +5101,17 @@ "_name": "rankName", "_objFlags": 0, "_parent": { - "__id__": 133 + "__id__": 137 }, "_children": [], "_active": true, "_components": [ { - "__id__": 135 + "__id__": 139 } ], "_prefab": { - "__id__": 136 + "__id__": 140 }, "_opacity": 255, "_color": { @@ -5025,7 +5165,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 134 + "__id__": 138 }, "_enabled": true, "_materials": [ @@ -5057,7 +5197,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 132 + "__id__": 136 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -5070,7 +5210,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 133 + "__id__": 137 }, "_enabled": true, "_materials": [ @@ -5102,7 +5242,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 132 + "__id__": 136 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -5115,17 +5255,17 @@ "_name": "name", "_objFlags": 0, "_parent": { - "__id__": 132 + "__id__": 136 }, "_children": [], "_active": true, "_components": [ { - "__id__": 140 + "__id__": 144 } ], "_prefab": { - "__id__": 141 + "__id__": 145 }, "_opacity": 255, "_color": { @@ -5179,7 +5319,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 139 + "__id__": 143 }, "_enabled": true, "_materials": [ @@ -5210,7 +5350,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 132 + "__id__": 136 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -5223,17 +5363,17 @@ "_name": "rank", "_objFlags": 0, "_parent": { - "__id__": 132 + "__id__": 136 }, "_children": [], "_active": true, "_components": [ { - "__id__": 143 + "__id__": 147 } ], "_prefab": { - "__id__": 144 + "__id__": 148 }, "_opacity": 255, "_color": { @@ -5287,7 +5427,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 142 + "__id__": 146 }, "_enabled": true, "_materials": [ @@ -5318,7 +5458,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 132 + "__id__": 136 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -5331,17 +5471,17 @@ "_name": "kuang", "_objFlags": 0, "_parent": { - "__id__": 132 + "__id__": 136 }, "_children": [], "_active": true, "_components": [ { - "__id__": 146 + "__id__": 150 } ], "_prefab": { - "__id__": 147 + "__id__": 151 }, "_opacity": 255, "_color": { @@ -5395,7 +5535,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 145 + "__id__": 149 }, "_enabled": true, "_materials": [ @@ -5427,7 +5567,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 132 + "__id__": 136 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -5440,17 +5580,17 @@ "_name": "icon", "_objFlags": 0, "_parent": { - "__id__": 132 + "__id__": 136 }, "_children": [], "_active": true, "_components": [ { - "__id__": 149 + "__id__": 153 } ], "_prefab": { - "__id__": 151 + "__id__": 155 }, "_opacity": 251, "_color": { @@ -5504,7 +5644,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 148 + "__id__": 152 }, "_enabled": true, "_materials": [ @@ -5519,7 +5659,7 @@ "_radius": 12, "_segment": 5, "_corner": { - "__id__": 150 + "__id__": 154 }, "_id": "" }, @@ -5533,7 +5673,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 132 + "__id__": 136 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -5544,7 +5684,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 132 + "__id__": 136 }, "asset": { "__uuid__": "9d17a6e6-71e4-47c6-a535-e9cb41597d9f" @@ -5572,50 +5712,50 @@ }, "_children": [ { - "__id__": 155 + "__id__": 159 }, { - "__id__": 158 + "__id__": 162 }, { - "__id__": 161 + "__id__": 165 }, { - "__id__": 164 + "__id__": 168 }, { - "__id__": 167 + "__id__": 171 }, { - "__id__": 188 + "__id__": 192 }, { - "__id__": 209 + "__id__": 213 }, { - "__id__": 230 + "__id__": 234 }, { - "__id__": 254 + "__id__": 258 }, { - "__id__": 275 + "__id__": 279 }, { - "__id__": 296 + "__id__": 300 }, { - "__id__": 317 + "__id__": 321 } ], - "_active": true, + "_active": false, "_components": [ { - "__id__": 338 + "__id__": 342 } ], "_prefab": { - "__id__": 339 + "__id__": 343 }, "_opacity": 255, "_color": { @@ -5669,17 +5809,17 @@ "_name": "bg", "_objFlags": 0, "_parent": { - "__id__": 154 + "__id__": 158 }, "_children": [], "_active": true, "_components": [ { - "__id__": 156 + "__id__": 160 } ], "_prefab": { - "__id__": 157 + "__id__": 161 }, "_opacity": 255, "_color": { @@ -5733,7 +5873,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 155 + "__id__": 159 }, "_enabled": true, "_materials": [ @@ -5765,7 +5905,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 154 + "__id__": 158 }, "asset": { "__uuid__": "4746152f-f84d-4f11-af46-e87cc2dd062e" @@ -5778,17 +5918,17 @@ "_name": "cityName", "_objFlags": 0, "_parent": { - "__id__": 154 + "__id__": 158 }, "_children": [], "_active": true, "_components": [ { - "__id__": 159 + "__id__": 163 } ], "_prefab": { - "__id__": 160 + "__id__": 164 }, "_opacity": 255, "_color": { @@ -5842,7 +5982,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 158 + "__id__": 162 }, "_enabled": true, "_materials": [ @@ -5874,7 +6014,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 154 + "__id__": 158 }, "asset": { "__uuid__": "4746152f-f84d-4f11-af46-e87cc2dd062e" @@ -5887,17 +6027,17 @@ "_name": "rank", "_objFlags": 0, "_parent": { - "__id__": 154 + "__id__": 158 }, "_children": [], "_active": true, "_components": [ { - "__id__": 162 + "__id__": 166 } ], "_prefab": { - "__id__": 163 + "__id__": 167 }, "_opacity": 255, "_color": { @@ -5951,7 +6091,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 161 + "__id__": 165 }, "_enabled": true, "_materials": [ @@ -5982,7 +6122,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 154 + "__id__": 158 }, "asset": { "__uuid__": "4746152f-f84d-4f11-af46-e87cc2dd062e" @@ -5995,17 +6135,17 @@ "_name": "ren", "_objFlags": 0, "_parent": { - "__id__": 154 + "__id__": 158 }, "_children": [], "_active": true, "_components": [ { - "__id__": 165 + "__id__": 169 } ], "_prefab": { - "__id__": 166 + "__id__": 170 }, "_opacity": 255, "_color": { @@ -6059,7 +6199,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 164 + "__id__": 168 }, "_enabled": true, "_materials": [ @@ -6090,7 +6230,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 154 + "__id__": 158 }, "asset": { "__uuid__": "4746152f-f84d-4f11-af46-e87cc2dd062e" @@ -6103,29 +6243,29 @@ "_name": "careerCityItem", "_objFlags": 0, "_parent": { - "__id__": 154 + "__id__": 158 }, "_children": [ { - "__id__": 168 - }, - { - "__id__": 171 + "__id__": 172 }, { "__id__": 175 }, { - "__id__": 181 + "__id__": 179 }, { - "__id__": 184 + "__id__": 185 + }, + { + "__id__": 188 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 187 + "__id__": 191 }, "_opacity": 255, "_color": { @@ -6179,17 +6319,17 @@ "_name": "bg", "_objFlags": 0, "_parent": { - "__id__": 167 + "__id__": 171 }, "_children": [], "_active": true, "_components": [ { - "__id__": 169 + "__id__": 173 } ], "_prefab": { - "__id__": 170 + "__id__": 174 }, "_opacity": 255, "_color": { @@ -6243,7 +6383,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 168 + "__id__": 172 }, "_enabled": true, "_materials": [ @@ -6275,7 +6415,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 167 + "__id__": 171 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -6288,17 +6428,17 @@ "_name": "icon", "_objFlags": 0, "_parent": { - "__id__": 167 + "__id__": 171 }, "_children": [], "_active": true, "_components": [ { - "__id__": 172 + "__id__": 176 } ], "_prefab": { - "__id__": 174 + "__id__": 178 }, "_opacity": 255, "_color": { @@ -6352,7 +6492,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 171 + "__id__": 175 }, "_enabled": true, "_materials": [ @@ -6367,7 +6507,7 @@ "_radius": 11, "_segment": 5, "_corner": { - "__id__": 173 + "__id__": 177 }, "_id": "" }, @@ -6381,7 +6521,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 167 + "__id__": 171 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -6394,21 +6534,21 @@ "_name": "kong", "_objFlags": 0, "_parent": { - "__id__": 167 + "__id__": 171 }, "_children": [ { - "__id__": 176 + "__id__": 180 } ], "_active": false, "_components": [ { - "__id__": 179 + "__id__": 183 } ], "_prefab": { - "__id__": 180 + "__id__": 184 }, "_opacity": 255, "_color": { @@ -6462,17 +6602,17 @@ "_name": "New Label", "_objFlags": 0, "_parent": { - "__id__": 175 + "__id__": 179 }, "_children": [], "_active": true, "_components": [ { - "__id__": 177 + "__id__": 181 } ], "_prefab": { - "__id__": 178 + "__id__": 182 }, "_opacity": 255, "_color": { @@ -6526,7 +6666,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 176 + "__id__": 180 }, "_enabled": true, "_materials": [ @@ -6557,7 +6697,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 167 + "__id__": 171 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -6570,7 +6710,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 175 + "__id__": 179 }, "_enabled": true, "_materials": [ @@ -6602,7 +6742,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 167 + "__id__": 171 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -6615,17 +6755,17 @@ "_name": "name", "_objFlags": 0, "_parent": { - "__id__": 167 + "__id__": 171 }, "_children": [], "_active": true, "_components": [ { - "__id__": 182 + "__id__": 186 } ], "_prefab": { - "__id__": 183 + "__id__": 187 }, "_opacity": 255, "_color": { @@ -6679,7 +6819,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 181 + "__id__": 185 }, "_enabled": true, "_materials": [ @@ -6710,7 +6850,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 167 + "__id__": 171 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -6723,17 +6863,17 @@ "_name": "level", "_objFlags": 0, "_parent": { - "__id__": 167 + "__id__": 171 }, "_children": [], "_active": true, "_components": [ { - "__id__": 185 + "__id__": 189 } ], "_prefab": { - "__id__": 186 + "__id__": 190 }, "_opacity": 255, "_color": { @@ -6787,7 +6927,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 184 + "__id__": 188 }, "_enabled": true, "_materials": [ @@ -6818,7 +6958,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 167 + "__id__": 171 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -6829,7 +6969,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 167 + "__id__": 171 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -6842,29 +6982,29 @@ "_name": "careerCityItem", "_objFlags": 0, "_parent": { - "__id__": 154 + "__id__": 158 }, "_children": [ { - "__id__": 189 - }, - { - "__id__": 192 + "__id__": 193 }, { "__id__": 196 }, { - "__id__": 202 + "__id__": 200 }, { - "__id__": 205 + "__id__": 206 + }, + { + "__id__": 209 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 208 + "__id__": 212 }, "_opacity": 255, "_color": { @@ -6918,17 +7058,17 @@ "_name": "bg", "_objFlags": 0, "_parent": { - "__id__": 188 + "__id__": 192 }, "_children": [], "_active": true, "_components": [ { - "__id__": 190 + "__id__": 194 } ], "_prefab": { - "__id__": 191 + "__id__": 195 }, "_opacity": 255, "_color": { @@ -6982,7 +7122,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 189 + "__id__": 193 }, "_enabled": true, "_materials": [ @@ -7014,7 +7154,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 188 + "__id__": 192 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -7027,17 +7167,17 @@ "_name": "icon", "_objFlags": 0, "_parent": { - "__id__": 188 + "__id__": 192 }, "_children": [], "_active": true, "_components": [ { - "__id__": 193 + "__id__": 197 } ], "_prefab": { - "__id__": 195 + "__id__": 199 }, "_opacity": 255, "_color": { @@ -7091,7 +7231,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 192 + "__id__": 196 }, "_enabled": true, "_materials": [ @@ -7106,7 +7246,7 @@ "_radius": 11, "_segment": 5, "_corner": { - "__id__": 194 + "__id__": 198 }, "_id": "" }, @@ -7120,7 +7260,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 188 + "__id__": 192 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -7133,21 +7273,21 @@ "_name": "kong", "_objFlags": 0, "_parent": { - "__id__": 188 + "__id__": 192 }, "_children": [ { - "__id__": 197 + "__id__": 201 } ], "_active": false, "_components": [ { - "__id__": 200 + "__id__": 204 } ], "_prefab": { - "__id__": 201 + "__id__": 205 }, "_opacity": 255, "_color": { @@ -7201,17 +7341,17 @@ "_name": "New Label", "_objFlags": 0, "_parent": { - "__id__": 196 + "__id__": 200 }, "_children": [], "_active": true, "_components": [ { - "__id__": 198 + "__id__": 202 } ], "_prefab": { - "__id__": 199 + "__id__": 203 }, "_opacity": 255, "_color": { @@ -7265,7 +7405,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 197 + "__id__": 201 }, "_enabled": true, "_materials": [ @@ -7296,7 +7436,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 188 + "__id__": 192 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -7309,7 +7449,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 196 + "__id__": 200 }, "_enabled": true, "_materials": [ @@ -7341,7 +7481,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 188 + "__id__": 192 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -7354,17 +7494,17 @@ "_name": "name", "_objFlags": 0, "_parent": { - "__id__": 188 + "__id__": 192 }, "_children": [], "_active": true, "_components": [ { - "__id__": 203 + "__id__": 207 } ], "_prefab": { - "__id__": 204 + "__id__": 208 }, "_opacity": 255, "_color": { @@ -7418,7 +7558,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 202 + "__id__": 206 }, "_enabled": true, "_materials": [ @@ -7449,7 +7589,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 188 + "__id__": 192 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -7462,17 +7602,17 @@ "_name": "level", "_objFlags": 0, "_parent": { - "__id__": 188 + "__id__": 192 }, "_children": [], "_active": true, "_components": [ { - "__id__": 206 + "__id__": 210 } ], "_prefab": { - "__id__": 207 + "__id__": 211 }, "_opacity": 255, "_color": { @@ -7526,7 +7666,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 205 + "__id__": 209 }, "_enabled": true, "_materials": [ @@ -7557,7 +7697,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 188 + "__id__": 192 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -7568,7 +7708,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 188 + "__id__": 192 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -7581,29 +7721,29 @@ "_name": "careerCityItem", "_objFlags": 0, "_parent": { - "__id__": 154 + "__id__": 158 }, "_children": [ { - "__id__": 210 - }, - { - "__id__": 213 + "__id__": 214 }, { "__id__": 217 }, { - "__id__": 223 + "__id__": 221 }, { - "__id__": 226 + "__id__": 227 + }, + { + "__id__": 230 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 229 + "__id__": 233 }, "_opacity": 255, "_color": { @@ -7657,17 +7797,17 @@ "_name": "bg", "_objFlags": 0, "_parent": { - "__id__": 209 + "__id__": 213 }, "_children": [], "_active": true, "_components": [ { - "__id__": 211 + "__id__": 215 } ], "_prefab": { - "__id__": 212 + "__id__": 216 }, "_opacity": 255, "_color": { @@ -7721,7 +7861,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 210 + "__id__": 214 }, "_enabled": true, "_materials": [ @@ -7753,7 +7893,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 209 + "__id__": 213 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -7766,17 +7906,17 @@ "_name": "icon", "_objFlags": 0, "_parent": { - "__id__": 209 + "__id__": 213 }, "_children": [], "_active": true, "_components": [ { - "__id__": 214 + "__id__": 218 } ], "_prefab": { - "__id__": 216 + "__id__": 220 }, "_opacity": 255, "_color": { @@ -7830,7 +7970,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 213 + "__id__": 217 }, "_enabled": true, "_materials": [ @@ -7845,7 +7985,7 @@ "_radius": 11, "_segment": 5, "_corner": { - "__id__": 215 + "__id__": 219 }, "_id": "" }, @@ -7859,7 +7999,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 209 + "__id__": 213 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -7872,21 +8012,21 @@ "_name": "kong", "_objFlags": 0, "_parent": { - "__id__": 209 + "__id__": 213 }, "_children": [ { - "__id__": 218 + "__id__": 222 } ], "_active": false, "_components": [ { - "__id__": 221 + "__id__": 225 } ], "_prefab": { - "__id__": 222 + "__id__": 226 }, "_opacity": 255, "_color": { @@ -7940,17 +8080,17 @@ "_name": "New Label", "_objFlags": 0, "_parent": { - "__id__": 217 + "__id__": 221 }, "_children": [], "_active": true, "_components": [ { - "__id__": 219 + "__id__": 223 } ], "_prefab": { - "__id__": 220 + "__id__": 224 }, "_opacity": 255, "_color": { @@ -8004,7 +8144,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 218 + "__id__": 222 }, "_enabled": true, "_materials": [ @@ -8035,7 +8175,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 209 + "__id__": 213 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -8048,7 +8188,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 217 + "__id__": 221 }, "_enabled": true, "_materials": [ @@ -8080,7 +8220,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 209 + "__id__": 213 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -8093,17 +8233,17 @@ "_name": "name", "_objFlags": 0, "_parent": { - "__id__": 209 + "__id__": 213 }, "_children": [], "_active": true, "_components": [ { - "__id__": 224 + "__id__": 228 } ], "_prefab": { - "__id__": 225 + "__id__": 229 }, "_opacity": 255, "_color": { @@ -8157,7 +8297,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 223 + "__id__": 227 }, "_enabled": true, "_materials": [ @@ -8188,7 +8328,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 209 + "__id__": 213 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -8201,17 +8341,17 @@ "_name": "level", "_objFlags": 0, "_parent": { - "__id__": 209 + "__id__": 213 }, "_children": [], "_active": true, "_components": [ { - "__id__": 227 + "__id__": 231 } ], "_prefab": { - "__id__": 228 + "__id__": 232 }, "_opacity": 255, "_color": { @@ -8265,7 +8405,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 226 + "__id__": 230 }, "_enabled": true, "_materials": [ @@ -8296,7 +8436,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 209 + "__id__": 213 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -8307,7 +8447,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 209 + "__id__": 213 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -8320,32 +8460,32 @@ "_name": "careerCityItem", "_objFlags": 0, "_parent": { - "__id__": 154 + "__id__": 158 }, "_children": [ { - "__id__": 231 - }, - { - "__id__": 234 + "__id__": 235 }, { "__id__": 238 }, { - "__id__": 244 + "__id__": 242 }, { - "__id__": 247 + "__id__": 248 }, { - "__id__": 250 + "__id__": 251 + }, + { + "__id__": 254 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 253 + "__id__": 257 }, "_opacity": 255, "_color": { @@ -8399,17 +8539,17 @@ "_name": "bg", "_objFlags": 0, "_parent": { - "__id__": 230 + "__id__": 234 }, "_children": [], "_active": true, "_components": [ { - "__id__": 232 + "__id__": 236 } ], "_prefab": { - "__id__": 233 + "__id__": 237 }, "_opacity": 255, "_color": { @@ -8463,7 +8603,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 231 + "__id__": 235 }, "_enabled": true, "_materials": [ @@ -8495,7 +8635,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 230 + "__id__": 234 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -8508,17 +8648,17 @@ "_name": "icon", "_objFlags": 0, "_parent": { - "__id__": 230 + "__id__": 234 }, "_children": [], "_active": true, "_components": [ { - "__id__": 235 + "__id__": 239 } ], "_prefab": { - "__id__": 237 + "__id__": 241 }, "_opacity": 255, "_color": { @@ -8572,7 +8712,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 234 + "__id__": 238 }, "_enabled": true, "_materials": [ @@ -8587,7 +8727,7 @@ "_radius": 11, "_segment": 5, "_corner": { - "__id__": 236 + "__id__": 240 }, "_id": "" }, @@ -8601,7 +8741,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 230 + "__id__": 234 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -8614,21 +8754,21 @@ "_name": "kong", "_objFlags": 0, "_parent": { - "__id__": 230 + "__id__": 234 }, "_children": [ { - "__id__": 239 + "__id__": 243 } ], "_active": false, "_components": [ { - "__id__": 242 + "__id__": 246 } ], "_prefab": { - "__id__": 243 + "__id__": 247 }, "_opacity": 255, "_color": { @@ -8682,17 +8822,17 @@ "_name": "New Label", "_objFlags": 0, "_parent": { - "__id__": 238 + "__id__": 242 }, "_children": [], "_active": true, "_components": [ { - "__id__": 240 + "__id__": 244 } ], "_prefab": { - "__id__": 241 + "__id__": 245 }, "_opacity": 255, "_color": { @@ -8746,7 +8886,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 239 + "__id__": 243 }, "_enabled": true, "_materials": [ @@ -8777,7 +8917,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 230 + "__id__": 234 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -8790,7 +8930,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 238 + "__id__": 242 }, "_enabled": true, "_materials": [ @@ -8822,7 +8962,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 230 + "__id__": 234 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -8835,17 +8975,17 @@ "_name": "name", "_objFlags": 0, "_parent": { - "__id__": 230 + "__id__": 234 }, "_children": [], "_active": true, "_components": [ { - "__id__": 245 + "__id__": 249 } ], "_prefab": { - "__id__": 246 + "__id__": 250 }, "_opacity": 255, "_color": { @@ -8899,7 +9039,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 244 + "__id__": 248 }, "_enabled": true, "_materials": [ @@ -8930,7 +9070,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 230 + "__id__": 234 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -8943,17 +9083,17 @@ "_name": "level", "_objFlags": 0, "_parent": { - "__id__": 230 + "__id__": 234 }, "_children": [], "_active": true, "_components": [ { - "__id__": 248 + "__id__": 252 } ], "_prefab": { - "__id__": 249 + "__id__": 253 }, "_opacity": 255, "_color": { @@ -9007,7 +9147,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 247 + "__id__": 251 }, "_enabled": true, "_materials": [ @@ -9038,7 +9178,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 230 + "__id__": 234 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -9051,17 +9191,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 230 + "__id__": 234 }, "_children": [], "_active": true, "_components": [ { - "__id__": 251 + "__id__": 255 } ], "_prefab": { - "__id__": 252 + "__id__": 256 }, "_opacity": 255, "_color": { @@ -9115,7 +9255,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 250 + "__id__": 254 }, "_enabled": true, "_materials": [ @@ -9143,7 +9283,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 230 + "__id__": 234 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -9154,7 +9294,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 230 + "__id__": 234 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -9167,29 +9307,29 @@ "_name": "careerCityItem", "_objFlags": 0, "_parent": { - "__id__": 154 + "__id__": 158 }, "_children": [ { - "__id__": 255 - }, - { - "__id__": 258 + "__id__": 259 }, { "__id__": 262 }, { - "__id__": 268 + "__id__": 266 }, { - "__id__": 271 + "__id__": 272 + }, + { + "__id__": 275 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 274 + "__id__": 278 }, "_opacity": 255, "_color": { @@ -9243,17 +9383,17 @@ "_name": "bg", "_objFlags": 0, "_parent": { - "__id__": 254 + "__id__": 258 }, "_children": [], "_active": true, "_components": [ { - "__id__": 256 + "__id__": 260 } ], "_prefab": { - "__id__": 257 + "__id__": 261 }, "_opacity": 255, "_color": { @@ -9307,7 +9447,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 255 + "__id__": 259 }, "_enabled": true, "_materials": [ @@ -9339,7 +9479,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 254 + "__id__": 258 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -9352,17 +9492,17 @@ "_name": "icon", "_objFlags": 0, "_parent": { - "__id__": 254 + "__id__": 258 }, "_children": [], "_active": true, "_components": [ { - "__id__": 259 + "__id__": 263 } ], "_prefab": { - "__id__": 261 + "__id__": 265 }, "_opacity": 255, "_color": { @@ -9416,7 +9556,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 258 + "__id__": 262 }, "_enabled": true, "_materials": [ @@ -9431,7 +9571,7 @@ "_radius": 11, "_segment": 5, "_corner": { - "__id__": 260 + "__id__": 264 }, "_id": "" }, @@ -9445,7 +9585,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 254 + "__id__": 258 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -9458,21 +9598,21 @@ "_name": "kong", "_objFlags": 0, "_parent": { - "__id__": 254 + "__id__": 258 }, "_children": [ { - "__id__": 263 + "__id__": 267 } ], "_active": false, "_components": [ { - "__id__": 266 + "__id__": 270 } ], "_prefab": { - "__id__": 267 + "__id__": 271 }, "_opacity": 255, "_color": { @@ -9526,17 +9666,17 @@ "_name": "New Label", "_objFlags": 0, "_parent": { - "__id__": 262 + "__id__": 266 }, "_children": [], "_active": true, "_components": [ { - "__id__": 264 + "__id__": 268 } ], "_prefab": { - "__id__": 265 + "__id__": 269 }, "_opacity": 255, "_color": { @@ -9590,7 +9730,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 263 + "__id__": 267 }, "_enabled": true, "_materials": [ @@ -9621,7 +9761,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 254 + "__id__": 258 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -9634,7 +9774,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 262 + "__id__": 266 }, "_enabled": true, "_materials": [ @@ -9666,7 +9806,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 254 + "__id__": 258 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -9679,17 +9819,17 @@ "_name": "name", "_objFlags": 0, "_parent": { - "__id__": 254 + "__id__": 258 }, "_children": [], "_active": true, "_components": [ { - "__id__": 269 + "__id__": 273 } ], "_prefab": { - "__id__": 270 + "__id__": 274 }, "_opacity": 255, "_color": { @@ -9743,7 +9883,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 268 + "__id__": 272 }, "_enabled": true, "_materials": [ @@ -9774,7 +9914,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 254 + "__id__": 258 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -9787,17 +9927,17 @@ "_name": "level", "_objFlags": 0, "_parent": { - "__id__": 254 + "__id__": 258 }, "_children": [], "_active": true, "_components": [ { - "__id__": 272 + "__id__": 276 } ], "_prefab": { - "__id__": 273 + "__id__": 277 }, "_opacity": 255, "_color": { @@ -9851,7 +9991,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 271 + "__id__": 275 }, "_enabled": true, "_materials": [ @@ -9882,7 +10022,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 254 + "__id__": 258 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -9893,7 +10033,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 254 + "__id__": 258 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -9906,29 +10046,29 @@ "_name": "careerCityItem", "_objFlags": 0, "_parent": { - "__id__": 154 + "__id__": 158 }, "_children": [ { - "__id__": 276 - }, - { - "__id__": 279 + "__id__": 280 }, { "__id__": 283 }, { - "__id__": 289 + "__id__": 287 }, { - "__id__": 292 + "__id__": 293 + }, + { + "__id__": 296 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 295 + "__id__": 299 }, "_opacity": 255, "_color": { @@ -9982,17 +10122,17 @@ "_name": "bg", "_objFlags": 0, "_parent": { - "__id__": 275 + "__id__": 279 }, "_children": [], "_active": true, "_components": [ { - "__id__": 277 + "__id__": 281 } ], "_prefab": { - "__id__": 278 + "__id__": 282 }, "_opacity": 255, "_color": { @@ -10046,7 +10186,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 276 + "__id__": 280 }, "_enabled": true, "_materials": [ @@ -10078,7 +10218,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 275 + "__id__": 279 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -10091,17 +10231,17 @@ "_name": "icon", "_objFlags": 0, "_parent": { - "__id__": 275 + "__id__": 279 }, "_children": [], "_active": true, "_components": [ { - "__id__": 280 + "__id__": 284 } ], "_prefab": { - "__id__": 282 + "__id__": 286 }, "_opacity": 255, "_color": { @@ -10155,7 +10295,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 279 + "__id__": 283 }, "_enabled": true, "_materials": [ @@ -10170,7 +10310,7 @@ "_radius": 11, "_segment": 5, "_corner": { - "__id__": 281 + "__id__": 285 }, "_id": "" }, @@ -10184,7 +10324,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 275 + "__id__": 279 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -10197,21 +10337,21 @@ "_name": "kong", "_objFlags": 0, "_parent": { - "__id__": 275 + "__id__": 279 }, "_children": [ { - "__id__": 284 + "__id__": 288 } ], "_active": false, "_components": [ { - "__id__": 287 + "__id__": 291 } ], "_prefab": { - "__id__": 288 + "__id__": 292 }, "_opacity": 255, "_color": { @@ -10265,17 +10405,17 @@ "_name": "New Label", "_objFlags": 0, "_parent": { - "__id__": 283 + "__id__": 287 }, "_children": [], "_active": true, "_components": [ { - "__id__": 285 + "__id__": 289 } ], "_prefab": { - "__id__": 286 + "__id__": 290 }, "_opacity": 255, "_color": { @@ -10329,7 +10469,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 284 + "__id__": 288 }, "_enabled": true, "_materials": [ @@ -10360,7 +10500,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 275 + "__id__": 279 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -10373,7 +10513,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 283 + "__id__": 287 }, "_enabled": true, "_materials": [ @@ -10405,7 +10545,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 275 + "__id__": 279 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -10418,17 +10558,17 @@ "_name": "name", "_objFlags": 0, "_parent": { - "__id__": 275 + "__id__": 279 }, "_children": [], "_active": true, "_components": [ { - "__id__": 290 + "__id__": 294 } ], "_prefab": { - "__id__": 291 + "__id__": 295 }, "_opacity": 255, "_color": { @@ -10482,7 +10622,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 289 + "__id__": 293 }, "_enabled": true, "_materials": [ @@ -10513,7 +10653,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 275 + "__id__": 279 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -10526,17 +10666,17 @@ "_name": "level", "_objFlags": 0, "_parent": { - "__id__": 275 + "__id__": 279 }, "_children": [], "_active": true, "_components": [ { - "__id__": 293 + "__id__": 297 } ], "_prefab": { - "__id__": 294 + "__id__": 298 }, "_opacity": 255, "_color": { @@ -10590,7 +10730,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 292 + "__id__": 296 }, "_enabled": true, "_materials": [ @@ -10621,7 +10761,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 275 + "__id__": 279 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -10632,7 +10772,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 275 + "__id__": 279 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -10645,29 +10785,29 @@ "_name": "careerCityItem", "_objFlags": 0, "_parent": { - "__id__": 154 + "__id__": 158 }, "_children": [ { - "__id__": 297 - }, - { - "__id__": 300 + "__id__": 301 }, { "__id__": 304 }, { - "__id__": 310 + "__id__": 308 }, { - "__id__": 313 + "__id__": 314 + }, + { + "__id__": 317 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 316 + "__id__": 320 }, "_opacity": 255, "_color": { @@ -10721,17 +10861,17 @@ "_name": "bg", "_objFlags": 0, "_parent": { - "__id__": 296 + "__id__": 300 }, "_children": [], "_active": true, "_components": [ { - "__id__": 298 + "__id__": 302 } ], "_prefab": { - "__id__": 299 + "__id__": 303 }, "_opacity": 255, "_color": { @@ -10785,7 +10925,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 297 + "__id__": 301 }, "_enabled": true, "_materials": [ @@ -10817,7 +10957,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 296 + "__id__": 300 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -10830,17 +10970,17 @@ "_name": "icon", "_objFlags": 0, "_parent": { - "__id__": 296 + "__id__": 300 }, "_children": [], "_active": true, "_components": [ { - "__id__": 301 + "__id__": 305 } ], "_prefab": { - "__id__": 303 + "__id__": 307 }, "_opacity": 255, "_color": { @@ -10894,7 +11034,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 300 + "__id__": 304 }, "_enabled": true, "_materials": [ @@ -10909,7 +11049,7 @@ "_radius": 11, "_segment": 5, "_corner": { - "__id__": 302 + "__id__": 306 }, "_id": "" }, @@ -10923,7 +11063,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 296 + "__id__": 300 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -10936,21 +11076,21 @@ "_name": "kong", "_objFlags": 0, "_parent": { - "__id__": 296 + "__id__": 300 }, "_children": [ { - "__id__": 305 + "__id__": 309 } ], "_active": false, "_components": [ { - "__id__": 308 + "__id__": 312 } ], "_prefab": { - "__id__": 309 + "__id__": 313 }, "_opacity": 255, "_color": { @@ -11004,17 +11144,17 @@ "_name": "New Label", "_objFlags": 0, "_parent": { - "__id__": 304 + "__id__": 308 }, "_children": [], "_active": true, "_components": [ { - "__id__": 306 + "__id__": 310 } ], "_prefab": { - "__id__": 307 + "__id__": 311 }, "_opacity": 255, "_color": { @@ -11068,7 +11208,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 305 + "__id__": 309 }, "_enabled": true, "_materials": [ @@ -11099,7 +11239,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 296 + "__id__": 300 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -11112,7 +11252,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 304 + "__id__": 308 }, "_enabled": true, "_materials": [ @@ -11144,7 +11284,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 296 + "__id__": 300 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -11157,17 +11297,17 @@ "_name": "name", "_objFlags": 0, "_parent": { - "__id__": 296 + "__id__": 300 }, "_children": [], "_active": true, "_components": [ { - "__id__": 311 + "__id__": 315 } ], "_prefab": { - "__id__": 312 + "__id__": 316 }, "_opacity": 255, "_color": { @@ -11221,7 +11361,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 310 + "__id__": 314 }, "_enabled": true, "_materials": [ @@ -11252,7 +11392,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 296 + "__id__": 300 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -11265,17 +11405,17 @@ "_name": "level", "_objFlags": 0, "_parent": { - "__id__": 296 + "__id__": 300 }, "_children": [], "_active": true, "_components": [ { - "__id__": 314 + "__id__": 318 } ], "_prefab": { - "__id__": 315 + "__id__": 319 }, "_opacity": 255, "_color": { @@ -11329,7 +11469,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 313 + "__id__": 317 }, "_enabled": true, "_materials": [ @@ -11360,7 +11500,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 296 + "__id__": 300 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -11371,7 +11511,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 296 + "__id__": 300 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -11384,29 +11524,29 @@ "_name": "careerCityItem", "_objFlags": 0, "_parent": { - "__id__": 154 + "__id__": 158 }, "_children": [ { - "__id__": 318 - }, - { - "__id__": 321 + "__id__": 322 }, { "__id__": 325 }, { - "__id__": 331 + "__id__": 329 }, { - "__id__": 334 + "__id__": 335 + }, + { + "__id__": 338 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 337 + "__id__": 341 }, "_opacity": 255, "_color": { @@ -11460,17 +11600,17 @@ "_name": "bg", "_objFlags": 0, "_parent": { - "__id__": 317 + "__id__": 321 }, "_children": [], "_active": true, "_components": [ { - "__id__": 319 + "__id__": 323 } ], "_prefab": { - "__id__": 320 + "__id__": 324 }, "_opacity": 255, "_color": { @@ -11524,7 +11664,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 318 + "__id__": 322 }, "_enabled": true, "_materials": [ @@ -11556,7 +11696,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 317 + "__id__": 321 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -11569,17 +11709,17 @@ "_name": "icon", "_objFlags": 0, "_parent": { - "__id__": 317 + "__id__": 321 }, "_children": [], "_active": true, "_components": [ { - "__id__": 322 + "__id__": 326 } ], "_prefab": { - "__id__": 324 + "__id__": 328 }, "_opacity": 255, "_color": { @@ -11633,7 +11773,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 321 + "__id__": 325 }, "_enabled": true, "_materials": [ @@ -11648,7 +11788,7 @@ "_radius": 11, "_segment": 5, "_corner": { - "__id__": 323 + "__id__": 327 }, "_id": "" }, @@ -11662,7 +11802,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 317 + "__id__": 321 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -11675,21 +11815,21 @@ "_name": "kong", "_objFlags": 0, "_parent": { - "__id__": 317 + "__id__": 321 }, "_children": [ { - "__id__": 326 + "__id__": 330 } ], "_active": false, "_components": [ { - "__id__": 329 + "__id__": 333 } ], "_prefab": { - "__id__": 330 + "__id__": 334 }, "_opacity": 255, "_color": { @@ -11743,17 +11883,17 @@ "_name": "New Label", "_objFlags": 0, "_parent": { - "__id__": 325 + "__id__": 329 }, "_children": [], "_active": true, "_components": [ { - "__id__": 327 + "__id__": 331 } ], "_prefab": { - "__id__": 328 + "__id__": 332 }, "_opacity": 255, "_color": { @@ -11807,7 +11947,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 326 + "__id__": 330 }, "_enabled": true, "_materials": [ @@ -11838,7 +11978,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 317 + "__id__": 321 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -11851,7 +11991,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 325 + "__id__": 329 }, "_enabled": true, "_materials": [ @@ -11883,7 +12023,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 317 + "__id__": 321 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -11896,17 +12036,17 @@ "_name": "name", "_objFlags": 0, "_parent": { - "__id__": 317 + "__id__": 321 }, "_children": [], "_active": true, "_components": [ { - "__id__": 332 + "__id__": 336 } ], "_prefab": { - "__id__": 333 + "__id__": 337 }, "_opacity": 255, "_color": { @@ -11960,7 +12100,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 331 + "__id__": 335 }, "_enabled": true, "_materials": [ @@ -11991,7 +12131,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 317 + "__id__": 321 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -12004,17 +12144,17 @@ "_name": "level", "_objFlags": 0, "_parent": { - "__id__": 317 + "__id__": 321 }, "_children": [], "_active": true, "_components": [ { - "__id__": 335 + "__id__": 339 } ], "_prefab": { - "__id__": 336 + "__id__": 340 }, "_opacity": 255, "_color": { @@ -12068,7 +12208,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 334 + "__id__": 338 }, "_enabled": true, "_materials": [ @@ -12099,7 +12239,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 317 + "__id__": 321 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -12110,7 +12250,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 317 + "__id__": 321 }, "asset": { "__uuid__": "cf9a58fa-4925-484b-9738-11cf5e82a242" @@ -12123,7 +12263,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 154 + "__id__": 158 }, "_enabled": true, "defaultsprite": { @@ -12140,7 +12280,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 154 + "__id__": 158 }, "asset": { "__uuid__": "4746152f-f84d-4f11-af46-e87cc2dd062e" @@ -12292,10 +12432,10 @@ }, "_enabled": true, "itemRender": { - "__id__": 154 + "__id__": 158 }, "firstRender": { - "__id__": 17 + "__id__": 21 }, "type": 2, "startAxis": 1, diff --git a/assets/career/script/CareerList.ts b/assets/career/script/CareerList.ts index 7ae003d..8a14722 100644 --- a/assets/career/script/CareerList.ts +++ b/assets/career/script/CareerList.ts @@ -139,7 +139,7 @@ export default class CareerList extends cc.Component { this.content = this.scrollView.content; this.content.anchorX = 0; this.content.anchorY = 1; - this.content.removeAllChildren(); + // this.content.removeAllChildren(); // 初始化firstRender if (this.firstRender) { @@ -165,7 +165,6 @@ export default class CareerList extends cc.Component { // 检查 itemDataList 是否为有效数组,如果不是则初始化为空数组 this.itemDataList = itemDataList.slice(); this.topData = topData; - console.log(this.topData); this.firstRenderInit(); this.updateContent(); } diff --git a/assets/career/script/CareerManager.ts b/assets/career/script/CareerManager.ts index a1febe0..69cb777 100644 --- a/assets/career/script/CareerManager.ts +++ b/assets/career/script/CareerManager.ts @@ -14,6 +14,7 @@ export default class CareerManager extends cc.Component { rankTotal: number; //获取排行榜用户数量 现在为100 onLoad() { + this.node.opacity = 0; // this.init(); } //初始化数据