Commit 173b1bc3 173b1bc3ff1e3a18912ae41f9429c3691356f8be by jinwawa

complete sceneGame

1 parent 7c113e60
Showing 76 changed files with 1301 additions and 77 deletions
This diff could not be displayed because it is too large.
{
"ver": "1.0.1",
"uuid": "bb4fd5de-6bd3-4e74-a7df-19a5199d87c0",
"asyncLoadAssets": false,
"autoReleaseAssets": false,
"subMetas": {}
}
\ No newline at end of file
......@@ -31,16 +31,8 @@ cc.Class({
this._oSceneContext.focusPath = "CategoryList/DataContainerMask/DataContainer/StarListCell0";
// }
//---------上下文及参数相关处理结束-----------
this._nodeCategoryList = this.node.getChildByName('CategoryList');
let lvCategoryList = this._nodeCategoryList.addComponent(ListView);
lvCategoryList.init(this, 3, 1, 3, 4, 'GameCategoryListCell',
-380, 230,//起始位置
0, 30, 15, 0, //margin
1, 1,
function () {
this.getCategoryList();
}
);
this._nodeCategoryList = cc.find("CategoryList",this.node);
this._nodeCategoryList.addComponent(ListView);
//滚动条位置
let nodeScrollBtn = cc.find("CategoryList/ScrollBarContainer/ScrollBarShadow/ScrollBarBlock", this.node);
var fiScrollBtn = nodeScrollBtn.addComponent(FocusInfo);
......@@ -49,10 +41,27 @@ cc.Class({
// this.getPageBg(this, "background");
this.addHomeIcon(this);
this.resetCategory(1);
},
resetCategory:function(index){
this._nodeCategoryList.getChildByName('DataContainerMask').getChildByName('DataContainer').destroyAllChildren();
let lvCategoryList = this._nodeCategoryList.getComponent(ListView);
lvCategoryList.init(this, 3, 1, 3, 5, 'GameCategoryListCell',
-380, 230,//起始位置
0, 30, 15, 0, //margin
1, 1,
function () {
this.getCategoryList(index);
}
);
},
getCategoryList: function () {
getCategoryList: function (index) {
let lvCategoryList = this._nodeCategoryList.getComponent(ListView);
let oCategoryRequestParameters = {
"view": "json",
"name": "starIndexnew",
......@@ -77,10 +86,17 @@ cc.Class({
iStart, (lvCategoryList.getShowCellRows() + lvCategoryList.getAlphaCellRows()) * lvCategoryList.getCellCountEachRow(),
"left", "desc"
);
cc.log("index---------------->"+index);
lvCategoryList.loadData(
function (strResponse) {
if(index==1){
strResponse = GameLobbyCategoryJson.gameCategory; //暂时采用假数据
}else if(index==2){
strResponse = GameLobbyCategoryJson.gameCategory2; //暂时采用假数据
}else if(index==3){
strResponse = GameLobbyCategoryJson.gameCategory3; //暂时采用假数据
}
// cc.log("网络列表:" + JSON.stringify(strResponse));
lvCategoryList.renderInitData(JSON.stringify(strResponse)); //将假数据转成字符串在给过去
this._bIsCategoryListDataInit = true;
......@@ -105,6 +121,7 @@ cc.Class({
});
},
checkDataReadyAndInitFocus: function () {
if (this._bIsCategoryListDataInit && !this._bIsFocusInit) {
this.scheduleOnce(() => { //指定0让回调函数在下一帧立即执行
......@@ -115,6 +132,25 @@ cc.Class({
},
initFocus: function () {
var fiPuzzle = cc.find("PuzzleButton",this.node).addComponent(FocusInfo);//
this._aFocusTargets[0]['to_puzzle'] = cc.find("PuzzleButton",this.node);
fiPuzzle.init(
null, true
);
var fiParkour = cc.find("ParkourButton",this.node).addComponent(FocusInfo);//
this._aFocusTargets[0]['to_parkour'] = cc.find("ParkourButton",this.node);
fiParkour.init(
null, true
);
var fiMotion = cc.find("MotionButton",this.node).addComponent(FocusInfo);//
this._aFocusTargets[0]['to_motion'] = cc.find("MotionButton",this.node);
fiMotion.init(
null, true
);
var nodeInitFocus = cc.find(this._oSceneContext.focusPath, this.node);
var nodeFocus = new cc.Node('nodeFocus');
this.node.addChild(nodeFocus, 10);
......@@ -201,12 +237,20 @@ cc.Class({
}
if (event.keyCode == cc.macro.KEY.enter || event.keyCode == Common.ANDROID_KEY.enter) {
// this.doCurrentFocusTVLinkAction(Common.TV_LINK_ACTION_CLICK);
if(0 == this._fiCurrentFocus.node.getName().indexOf('PuzzleButton')){
this.resetCategory(1);
}else if(0 == this._fiCurrentFocus.node.getName().indexOf('ParkourButton')){
this.resetCategory(2);
}else if(0 == this._fiCurrentFocus.node.getName().indexOf('MotionButton')){
this.resetCategory(3);
}else{
var apkName=this._fiCurrentFocus.node.getComponent(GameCategoryListCell).apkName;
// cc.log("点击包名:"+apkName);
let o1 = jsb.reflection.callStaticMethod("org/cocos2dx/javascript/TopdrawSDKWrapper", "startGame", "(ILjava/lang/String;Ljava/lang/String;)V",
parseInt(1), apkName, "onGetPlayURL");
}
}
if (event.keyCode == cc.macro.KEY.space) {
// this.doCurrentFocusTVLinkAction(Common.TV_LINK_ACTION_CLICK);
}
......
......@@ -119,6 +119,156 @@ cc.Class({
]
}
]
},
gameCategory2: {
"businessCode": "success",
"count": 10,
"currentTime": 1567477099396,
"description": "",
"resultSet": [
{
"id": 233,
"title": "火箭小黄人",
"packageName":"com.topdraw.xhx.bird",
"image": [
{
"bg": "game/bg_xyx_10",
"fileUrl": "game/xyx_10"
}
]
},
{
"id": 233,
"title": "接糖果",
"packageName":"com.topdraw.xhx.candy",
"image": [
{
"bg": "game/bg_xyx_5",
"fileUrl": "game/xyx_5"
}
]
},
{
"id": 233,
"title": "欢乐叠蛋糕",
"packageName":"com.topdraw.xhx.cake",
"image": [
{
"bg": "game/bg_xyx_1",
"fileUrl": "game/xyx_1"
}
]
},
{
"id": 233,
"title": "记忆翻牌",
"packageName":"com.topdraw.xhx.fanpai",
"image": [
{
"bg": "game/bg_xyx_2",
"fileUrl": "game/xyx_2"
}
]
},
{
"id": 233,
"title": "飞檐走壁",
"packageName":"com.topdraw.xhx.feiyanzoubi",
"image": [
{
"bg": "game/bg_xyx_9",
"fileUrl": "game/xyx_9"
}
]
},
{
"id": 233,
"title": "旋转海盗",
"packageName":"com.topdraw.xhx.haidao",
"image": [
{
"bg": "game/bg_xyx_8",
"fileUrl": "game/xyx_8"
}
]
},
]
},
gameCategory3: {
"businessCode": "success",
"count": 10,
"currentTime": 1567477099396,
"description": "",
"resultSet": [
{
"id": 233,
"title": "飞檐走壁",
"packageName":"com.topdraw.xhx.feiyanzoubi",
"image": [
{
"bg": "game/bg_xyx_9",
"fileUrl": "game/xyx_9"
}
]
},
{
"id": 233,
"title": "旋转海盗",
"packageName":"com.topdraw.xhx.haidao",
"image": [
{
"bg": "game/bg_xyx_8",
"fileUrl": "game/xyx_8"
}
]
},
{
"id": 233,
"title": "奔跑吧小马宝莉",
"packageName":"com.topdraw.xhx.run",
"image": [
{
"bg": "game/bg_xyx_7",
"fileUrl": "game/xyx_7"
}
]
},
{
"id": 233,
"title": "猜猜我是谁",
"packageName":"com.topdraw.xhx.guess",
"image": [
{
"bg": "game/bg_xyx_3",
"fileUrl": "game/xyx_3"
}
]
},
{
"id": 233,
"title": "它的颜色",
"packageName":"com.topdraw.xhx.guesscolor",
"image": [
{
"bg": "game/bg_xyx_4",
"fileUrl": "game/xyx_4"
}
]
},
{
"id": 233,
"title": "数一数",
"packageName":"com.topdraw.xhx.shuyishu",
"image": [
{
"bg": "game/bg_xyx_6",
"fileUrl": "game/xyx_6"
}
]
}
]
}
}
......
//明星列表ListCell
var Common = require('Common');
var FocusInfo = require('FocusInfo');
var ListCell = require('ListCell');
var Network = require('Network');
cc.Class({
extends: ListCell,
properties: {
id: 0,
apkName:"", //包名
bg: cc.Sprite, //背景
starName: cc.Label, //名称
pic: cc.Sprite, //动漫图片
},
statics: {
PFB_NAME: 'prefab/pfbGameAchievementCell',
CELL_NAME: 'StarListCell',
},
init: function (iCellIndex, bIsFocusEnable, compSceneCanvas) {
//准备焦点坐标
let fiCategoryBlock = this.node.addComponent(FocusInfo);
fiCategoryBlock.init(
null, false, null, null, 1.0
);
compSceneCanvas.addNodeToFocusTarget(2, this.node.name, this.node);
},
render(oData, iRecordIndex) {
// this.id = oData.id;
// this.starName.string = oData.title;
// this.apkName=oData.packageName;
// var self = this;
// cc.loader.loadRes(oData.image[0].fileUrl, cc.Texture2D, function (err, texture) {
// self.pic.spriteFrame = new cc.SpriteFrame(texture);
// });
// //准备焦点坐标oData.tvlink
// this.node.getComponent(FocusInfo).setTVLink("");
},
enableFocusInfo: function () {
this.node.getComponent(FocusInfo).setEnable(true);
},
disableFocusInfo: function () {
this.node.getComponent(FocusInfo).setEnable(false);
},
});
{
"ver": "1.0.5",
"uuid": "d6ed0b7c-f401-4c56-b826-11798bf7d88c",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}
\ No newline at end of file
......@@ -22,7 +22,7 @@ cc.Class({
fiCategoryBlock.init(
null, false, null, null, 1.0
);
compSceneCanvas.addNodeToFocusTarget(0, this.node.name, this.node); //注意层级
compSceneCanvas.addNodeToFocusTarget(1, this.node.name, this.node); //注意层级
},
render(oData, iRecordIndex) {
......
{
"ver": "2.2.0",
"uuid": "409f60d1-2156-4e4a-a4f3-d1e982878564",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"600001": {
"ver": "1.0.4",
"uuid": "437d0612-8583-46d0-ad75-46a400680bbb",
"rawTextureUuid": "409f60d1-2156-4e4a-a4f3-d1e982878564",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 1.5,
"offsetY": -1.5,
"trimX": 11,
"trimY": 11,
"width": 61,
"height": 61,
"rawWidth": 80,
"rawHeight": 80,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "24ce75a5-c1b9-454e-a757-157b03ca9506",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"Pointer": {
"ver": "1.0.4",
"uuid": "a956bde8-57c1-4af1-ba91-36106f41c114",
"rawTextureUuid": "24ce75a5-c1b9-454e-a757-157b03ca9506",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0.5,
"offsetY": 15.5,
"trimX": 31,
"trimY": 0,
"width": 205,
"height": 235,
"rawWidth": 266,
"rawHeight": 266,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "b7e746e3-ff4a-4a25-8161-effeaffb509e",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"arrow_daily_lottery01": {
"ver": "1.0.4",
"uuid": "fddd76b7-597b-4769-9ab7-ddd0d022e740",
"rawTextureUuid": "b7e746e3-ff4a-4a25-8161-effeaffb509e",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 170,
"height": 235,
"rawWidth": 170,
"rawHeight": 235,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "51928b49-218d-403b-af4b-d255825b78f7",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"bg_activity_seven_item": {
"ver": "1.0.4",
"uuid": "82a44771-f114-4ba0-912e-676fe1b12602",
"rawTextureUuid": "51928b49-218d-403b-af4b-d255825b78f7",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 159,
"height": 190,
"rawWidth": 159,
"rawHeight": 190,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "2e798e17-b81d-4c5e-94f4-eba2bf61c324",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"bg_activity_seven_item1": {
"ver": "1.0.4",
"uuid": "1d80fff8-06f8-4209-92f4-b080808bf09e",
"rawTextureUuid": "2e798e17-b81d-4c5e-94f4-eba2bf61c324",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 333,
"height": 190,
"rawWidth": 333,
"rawHeight": 190,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "ce33461d-51a6-47e9-beba-fb9d42faecf4",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"bg_daily_lottery_circle": {
"ver": "1.0.4",
"uuid": "c8e1dd8c-76eb-4c4a-8a03-221e88fb60c5",
"rawTextureUuid": "ce33461d-51a6-47e9-beba-fb9d42faecf4",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 532,
"height": 532,
"rawWidth": 532,
"rawHeight": 532,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "02bbf382-bda0-4cff-ae99-0508e21d318c",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"bg_daily_lottery_circle1": {
"ver": "1.0.4",
"uuid": "3d265b88-4ebe-45df-adb8-6b76dbf608e4",
"rawTextureUuid": "02bbf382-bda0-4cff-ae99-0508e21d318c",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -0.5,
"trimX": 0,
"trimY": 1,
"width": 1208,
"height": 618,
"rawWidth": 1208,
"rawHeight": 619,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "be9daaff-84e3-46eb-996b-d7420876e2d7",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"fnt_turntable_go": {
"ver": "1.0.4",
"uuid": "bfe3eedc-4671-4c93-891e-bcbea9544f84",
"rawTextureUuid": "be9daaff-84e3-46eb-996b-d7420876e2d7",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 72,
"height": 77,
"rawWidth": 72,
"rawHeight": 77,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "259ca892-d146-4e2f-8f6b-34f5252f442c",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"fnt_turntable_tomorrow": {
"ver": "1.0.4",
"uuid": "ce7644e8-0193-4c87-b66e-bdc7b7d4096d",
"rawTextureUuid": "259ca892-d146-4e2f-8f6b-34f5252f442c",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 1,
"width": 94,
"height": 97,
"rawWidth": 94,
"rawHeight": 99,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "945a0c28-162b-4049-8b69-298515d2dd57",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"img_daily_lottery_check": {
"ver": "1.0.4",
"uuid": "7d6b6c4d-d381-41cf-9706-a192b470feca",
"rawTextureUuid": "945a0c28-162b-4049-8b69-298515d2dd57",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 74,
"height": 51,
"rawWidth": 74,
"rawHeight": 51,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "8e572e3c-6f88-4fc7-89d7-dc4a5da3458a",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"leaf01": {
"ver": "1.0.4",
"uuid": "9dd23944-0630-4ca0-943a-910755f4eb4e",
"rawTextureUuid": "8e572e3c-6f88-4fc7-89d7-dc4a5da3458a",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 151,
"height": 170,
"rawWidth": 151,
"rawHeight": 170,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "708b5c6f-384e-4cd4-ac15-8e45f8753b6f",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"leaf02": {
"ver": "1.0.4",
"uuid": "53366657-dd3f-4a07-a645-d1a12e371da0",
"rawTextureUuid": "708b5c6f-384e-4cd4-ac15-8e45f8753b6f",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 95,
"height": 156,
"rawWidth": 95,
"rawHeight": 156,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "cd86dd51-0ebf-4b02-bb1a-324b7cca9eb8",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"leaf03": {
"ver": "1.0.4",
"uuid": "8ca924dc-e4ae-452e-bea5-641d89c6fdd8",
"rawTextureUuid": "cd86dd51-0ebf-4b02-bb1a-324b7cca9eb8",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 110,
"height": 135,
"rawWidth": 110,
"rawHeight": 135,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "51bbc4a7-3c57-433d-8482-df67a696ece1",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"yilingqu": {
"ver": "1.0.4",
"uuid": "9dac7245-a40f-4e78-8dd1-951f636e33c4",
"rawTextureUuid": "51bbc4a7-3c57-433d-8482-df67a696ece1",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 108,
"height": 38,
"rawWidth": 108,
"rawHeight": 38,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "1.0.1",
"uuid": "d6c64099-1e6c-46e3-a060-20e2c6ec562e",
"isSubpackage": false,
"subpackageName": "",
"subMetas": {}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "9eaa0e27-2881-4264-adc9-27196b626a97",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"1_1": {
"ver": "1.0.4",
"uuid": "b746751a-39c5-41b2-8743-b1d11a04a4bb",
"rawTextureUuid": "9eaa0e27-2881-4264-adc9-27196b626a97",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 120,
"height": 121,
"rawWidth": 120,
"rawHeight": 121,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "3e74f62f-5b8c-47fa-8525-fdb30b6a7836",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"achievement_flash": {
"ver": "1.0.4",
"uuid": "930ad6a1-7eee-4c78-9e3f-627e19933ddb",
"rawTextureUuid": "3e74f62f-5b8c-47fa-8525-fdb30b6a7836",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 680,
"height": 634,
"rawWidth": 680,
"rawHeight": 634,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "18700de6-2376-4bd6-a515-6a27c67efe75",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"achievement_progress_bar": {
"ver": "1.0.4",
"uuid": "43165d30-711e-473c-95c7-5c37411dc642",
"rawTextureUuid": "18700de6-2376-4bd6-a515-6a27c67efe75",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 1,
"trimX": 2,
"trimY": 1,
"width": 169,
"height": 22,
"rawWidth": 173,
"rawHeight": 26,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "61c0ac95-1760-4978-b9ea-413fe14559fc",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"be_achievement_item_select": {
"ver": "1.0.4",
"uuid": "f65072fa-894e-4679-a3af-febf6a180efd",
"rawTextureUuid": "61c0ac95-1760-4978-b9ea-413fe14559fc",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 219,
"height": 258,
"rawWidth": 219,
"rawHeight": 258,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "5f1db1ee-ed20-4bb4-91ed-58222c04bda3",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"bg_achievement": {
"ver": "1.0.4",
"uuid": "8b7bec50-d26f-44c7-9586-54e64885d11e",
"rawTextureUuid": "5f1db1ee-ed20-4bb4-91ed-58222c04bda3",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 270,
"height": 518,
"rawWidth": 270,
"rawHeight": 518,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "110f9359-cdb1-4594-b2a9-8f6095f142af",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"bg_achievement_item": {
"ver": "1.0.4",
"uuid": "731026b3-2a00-4a22-87b3-b96a303aeb61",
"rawTextureUuid": "110f9359-cdb1-4594-b2a9-8f6095f142af",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 207,
"height": 246,
"rawWidth": 207,
"rawHeight": 246,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "024c3d09-1931-43a5-a389-fec56dfd66d9",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"bg_achievement_progress": {
"ver": "1.0.4",
"uuid": "2cf58cc3-c3d8-47ea-8523-db3766f71e60",
"rawTextureUuid": "024c3d09-1931-43a5-a389-fec56dfd66d9",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 173,
"height": 26,
"rawWidth": 173,
"rawHeight": 26,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "dd7ef9d2-6f4a-42eb-b19a-c9dd0a411cab",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"bg_achievement_progress_detail": {
"ver": "1.0.4",
"uuid": "5635629a-e257-4842-b116-021a8f00c026",
"rawTextureUuid": "dd7ef9d2-6f4a-42eb-b19a-c9dd0a411cab",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 195,
"height": 25,
"rawWidth": 195,
"rawHeight": 25,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "67a87a04-fd3b-4d1c-86dd-86d3a0b83b2a",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"bg_app_view": {
"ver": "1.0.4",
"uuid": "48720ccd-68e6-4985-aceb-034f7a39f6d7",
"rawTextureUuid": "67a87a04-fd3b-4d1c-86dd-86d3a0b83b2a",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 1096,
"height": 633,
"rawWidth": 1096,
"rawHeight": 633,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "1a7b7733-92a3-4b4a-b10d-066a0cbfe513",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"bg_app_view02": {
"ver": "1.0.4",
"uuid": "0b851ec3-2e28-4215-ae14-df27e0873af7",
"rawTextureUuid": "1a7b7733-92a3-4b4a-b10d-066a0cbfe513",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0.5,
"trimX": 0,
"trimY": 0,
"width": 996,
"height": 633,
"rawWidth": 996,
"rawHeight": 634,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "4fdf6a75-a6aa-45b2-8d05-bcf2277b1a58",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"bg_huodong_top": {
"ver": "1.0.4",
"uuid": "c0cb3e7f-70a9-4b49-9c2a-1ce9e61d2845",
"rawTextureUuid": "4fdf6a75-a6aa-45b2-8d05-bcf2277b1a58",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -0.5,
"offsetY": 0.5,
"trimX": 0,
"trimY": 0,
"width": 645,
"height": 307,
"rawWidth": 646,
"rawHeight": 308,
"borderTop": 10,
"borderBottom": 10,
"borderLeft": 10,
"borderRight": 10,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "1af673bd-676d-4848-97f1-b383cf2cc22d",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"btn_get_achievement_reward": {
"ver": "1.0.4",
"uuid": "90c64657-d9ac-46a6-9377-1c1575d7e817",
"rawTextureUuid": "1af673bd-676d-4848-97f1-b383cf2cc22d",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 152,
"height": 50,
"rawWidth": 152,
"rawHeight": 50,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "f24d867b-2db0-41dc-8f30-6c23116ed390",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"icon_head_achievement": {
"ver": "1.0.4",
"uuid": "389bd99c-d88d-4afa-b4ea-5f56ecb74917",
"rawTextureUuid": "f24d867b-2db0-41dc-8f30-6c23116ed390",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 97,
"height": 96,
"rawWidth": 97,
"rawHeight": 96,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "2ad11764-824f-4874-bfb4-1ad6f5063503",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"iocn_achievement": {
"ver": "1.0.4",
"uuid": "ff982228-b4a3-4ed5-967d-7ce4fc19e540",
"rawTextureUuid": "2ad11764-824f-4874-bfb4-1ad6f5063503",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0.5,
"offsetY": 0,
"trimX": 1,
"trimY": 0,
"width": 123,
"height": 124,
"rawWidth": 124,
"rawHeight": 124,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "2cb46b94-241b-4d4c-a10d-1fc8c8c16e97",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"item_achievement_detail": {
"ver": "1.0.4",
"uuid": "74b9b03a-23fd-4098-9a3b-00b0693308f9",
"rawTextureUuid": "2cb46b94-241b-4d4c-a10d-1fc8c8c16e97",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 428,
"height": 582,
"rawWidth": 428,
"rawHeight": 582,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "9c3affe9-802d-41f3-9b4b-7d3da952cfd6",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"look_achievement_yilingqu": {
"ver": "1.0.4",
"uuid": "90d6ad43-bdb6-4eb5-9613-d3ed0d5a2432",
"rawTextureUuid": "9c3affe9-802d-41f3-9b4b-7d3da952cfd6",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -1,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 114,
"height": 51,
"rawWidth": 116,
"rawHeight": 51,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "5cd2bb22-ff04-4d23-9583-05e41af5102f",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"title_achievement": {
"ver": "1.0.4",
"uuid": "5a058a3f-6878-4acc-ad8a-5cfa48ed17f7",
"rawTextureUuid": "5cd2bb22-ff04-4d23-9583-05e41af5102f",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0.5,
"trimX": 12,
"trimY": 3,
"width": 85,
"height": 43,
"rawWidth": 109,
"rawHeight": 50,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "1.0.1",
"uuid": "1dca1f4e-69c7-40f9-b037-0c72d0cf99c6",
"optimizationPolicy": "AUTO",
"asyncLoadAssets": false,
"subMetas": {}
}
\ No newline at end of file
......@@ -8,8 +8,7 @@
"__id__": 1
},
"optimizationPolicy": 0,
"asyncLoadAssets": false,
"readonly": false
"asyncLoadAssets": false
},
{
"__type__": "cc.Node",
......@@ -47,8 +46,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 220,
"height": 220
"width": 154,
"height": 154
},
"_anchorPoint": {
"__type__": "cc.Vec2",
......@@ -67,18 +66,18 @@
"y": 1,
"z": 1
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"_rotationX": 0,
"_rotationY": 0,
"_quat": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0
"z": 0,
"w": 1
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"groupIndex": 0,
"_rotationX": 0,
"_rotationY": 0,
"_id": ""
},
{
......@@ -125,22 +124,22 @@
},
"_scale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"x": 0.7,
"y": 0.7,
"z": 1
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"_rotationX": 0,
"_rotationY": 0,
"_quat": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0
"z": 0,
"w": 1
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"groupIndex": 0,
"_rotationX": 0,
"_rotationY": 0,
"_id": ""
},
{
......@@ -151,11 +150,6 @@
"__id__": 2
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
......@@ -172,6 +166,7 @@
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_state": 0,
"_atlas": null,
"_id": ""
},
......@@ -218,7 +213,7 @@
"_contentSize": {
"__type__": "cc.Size",
"width": 0,
"height": 27.72
"height": 22
},
"_anchorPoint": {
"__type__": "cc.Vec2",
......@@ -228,27 +223,27 @@
"_position": {
"__type__": "cc.Vec3",
"x": 0,
"y": -86.14,
"y": -62.3,
"z": 0
},
"_scale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"x": 0.7,
"y": 0.7,
"z": 1
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"_rotationX": 0,
"_rotationY": 0,
"_quat": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0
"z": 0,
"w": 1
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"groupIndex": 0,
"_rotationX": 0,
"_rotationY": 0,
"_id": ""
},
{
......@@ -259,11 +254,6 @@
"__id__": 5
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_useOriginalSize": false,
"_string": "",
"_N$string": "",
......@@ -295,7 +285,7 @@
"_left": 0,
"_right": 0,
"_top": 0,
"_bottom": 10,
"_bottom": 7,
"_verticalCenter": 0,
"_horizontalCenter": 0,
"_isAbsLeft": true,
......@@ -362,27 +352,27 @@
"_position": {
"__type__": "cc.Vec3",
"x": 0,
"y": 24.7,
"y": 10.7,
"z": 0
},
"_scale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"x": 0.7,
"y": 0.7,
"z": 1
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"_rotationX": 0,
"_rotationY": 0,
"_quat": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0
"z": 0,
"w": 1
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"groupIndex": 0,
"_rotationX": 0,
"_rotationY": 0,
"_id": ""
},
{
......@@ -432,22 +422,22 @@
},
"_scale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"x": 0.7,
"y": 0.7,
"z": 1
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"_rotationX": 0,
"_rotationY": 0,
"_quat": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0
"z": 0,
"w": 1
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"groupIndex": 0,
"_rotationX": 0,
"_rotationY": 0,
"_id": ""
},
{
......@@ -458,7 +448,6 @@
"__id__": 10
},
"_enabled": true,
"_materials": [],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": null,
......@@ -473,6 +462,7 @@
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_state": 0,
"_atlas": null,
"_id": ""
},
......@@ -522,11 +512,6 @@
"__id__": 9
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_spriteFrame": null,
"_type": 0,
"_segments": 64,
......@@ -555,6 +540,7 @@
"_enabled": true,
"_iCellIndex": -1,
"id": 0,
"apkName": "",
"bg": {
"__id__": 3
},
......
......@@ -1202,13 +1202,14 @@
"sync": false
},
{
"__type__": "ed50d35S6JKUaVKplnKPkwd",
"__type__": "92745XSFfFOD5u3F0tSYu9h",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": true,
"_iCellIndex": -1,
"id": 0,
"_id": ""
},
......