Commit 7e2248ea 7e2248ea349452a5840cd3b6a9d4d6ad7fc8a318 by jinwawa

complete sceneSearch

1 parent 6dae2e0f
Showing 104 changed files with 1713 additions and 44 deletions
{
"ver": "1.2.0",
"uuid": "0dec88e2-5146-48a2-8323-0d79c11639fd",
"asyncLoadAssets": false,
"autoReleaseAssets": false,
"subMetas": {}
}
\ No newline at end of file
{
"ver": "1.2.0",
"uuid": "86937e8d-f82c-4b9e-b602-c2eacc4b0abb",
"asyncLoadAssets": false,
"autoReleaseAssets": false,
"subMetas": {}
}
\ No newline at end of file
{
"ver": "1.0.5",
"uuid": "92e920cc-584d-4153-8a09-89f5c3c1fa88",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}
\ No newline at end of file
......@@ -279,6 +279,10 @@ cc.Class({
currentNode.getChildByName('Pic').getComponent(cc.Sprite).spriteFrame = new cc.SpriteFrame(texture);
}, null, this
);
if (currentNode.getComponent(FocusInfo)) {
let fiBlock = currentNode.getComponent(FocusInfo); //弄tvlink
fiBlock.setTVLink(currentRemote.tvlink);
}
} else if (currentNode.name == "hasChildFrame" && currentNode.childrenCount > 0) { //渲染自动布局的节点
for (let k = 0; k < currentNode.childrenCount; k++) {
let sonCurrentNode = currentNode.children[k];
......@@ -289,6 +293,10 @@ cc.Class({
sonCurrentNode.getChildByName('Pic').getComponent(cc.Sprite).spriteFrame = new cc.SpriteFrame(texture);
}, null, this
);
if (sonCurrentNode.getComponent(FocusInfo)) {
let fiBlock = sonCurrentNode.getComponent(FocusInfo); //弄tvlink
fiBlock.setTVLink(currentRemote.tvlink);
}
}
}
}
......@@ -325,6 +333,7 @@ cc.Class({
this._cFocus.init('focusContainer', this,
nodeInitFocus.getComponent(FocusInfo),
Common.SCREEN_WIDTH, Common.SCREEN_HEIGHT, 2, 6, 1.0, true);
this.scheduleOnce(() => { //指定0让回调函数在下一帧立即执行
if (0 == nodeInitFocus.name.indexOf('NaviCell')) {
// nodeInitFocus.getComponent(cc.Sprite).spriteFrame.setRect(cc.rect(0, nodeInitFocus.height, nodeInitFocus.width, nodeInitFocus.height));
Network.loadImageInNativeRuntime(
......@@ -334,6 +343,8 @@ cc.Class({
}, null, this
);
}
}, 0);
},
onBeforeFocusChange: function (event) {
......@@ -518,7 +529,7 @@ cc.Class({
doCurrentFocusTVLinkAction: function (strAction) {
let strTVLink = this._fiCurrentFocus.getTVLink();
cc.log("tvlink===============" + strTVLink);
// cc.log("tvlink===============" + strTVLink);
try {
let oTVLink = JSON.parse(strTVLink);
let aOperationList = oTVLink.click;
......@@ -532,17 +543,27 @@ cc.Class({
if (-1 != model.indexOf("waterfall_recommend")) {
this.getRightRecommendRequest(waterfall_recommend); //渲染右侧推荐框架
} else if (-1 != model.indexOf("waterfall_parent")) {
this.getRightRecommendRequest(waterfall_parent); //渲染右侧推荐框架
this.getRightRecommendRequest(waterfall_parent);
} else if (-1 != model.indexOf("waterfall_course")) {
this.getRightRecommendRequest(waterfall_course); //渲染右侧推荐框架
this.getRightRecommendRequest(waterfall_course);
} else if (-1 != model.indexOf("waterfall_primarySchool")) {
this.getRightRecommendRequest(waterfall_primarySchool); //渲染右侧推荐框架
this.getRightRecommendRequest(waterfall_primarySchool);
} else if (-1 != model.indexOf("waterfall_three2six")) {
this.getRightRecommendRequest(waterfall_three2six); //渲染右侧推荐框架
this.getRightRecommendRequest(waterfall_three2six);
}
break;
// case "changeUI": //放在TVCanvas中全局管理
// let parameter = aOperationList[i].parameters.uiName; //更换界面的名称
// if (parameter=="collection") { //收藏
// this.getRightRecommendRequest(waterfall_recommend);
// } else if (parameter=="history") { //历史
// this.getRightRecommendRequest(waterfall_parent);
// } else if (parameter=="search") { //搜索
// this.getRightRecommendRequest(waterfall_course);
// }
// break;
default:
// this.doTVLinkAction(aOperationList[i]);
this.doTVLinkAction(aOperationList[i]);
break;
}
}
......
{
"ver": "1.0.5",
"uuid": "42be4def-684b-4088-afec-ee15d2640249",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}
\ No newline at end of file
......@@ -81,7 +81,7 @@ cc.Class({
"top": 19,
"width": 137,
"height": 65,
"tvlink": "{click: [{action: 'changeUI',parameters: {uiName: 'collection'}}]}",
"tvlink": '{"click": [{"action": "changeUI","parameters": {"uiName": "collection"}}]}',
"type" : "promotion_item",
"imageURL": "image/addition/my.png"
},
......@@ -91,7 +91,7 @@ cc.Class({
"top": 19,
"width": 137,
"height": 65,
"tvlink": "{click: [{action: 'changeUI',parameters: {uiName: 'history'}}]}",
"tvlink": '{"click": [{"action": "changeUI","parameters": {"uiName": "history"}}]}',
"type" : "promotion_item",
"imageURL": "image/addition/history.png"
},
......@@ -101,7 +101,7 @@ cc.Class({
"top": 19,
"width": 137,
"height": 65,
"tvlink": "{click: [{action: 'changeUI',parameters: {uiName: 'search'}}]}",
"tvlink": '{"click": [{"action": "changeUI","parameters": {"uiName": "search"}}]}',
"type" : "promotion_item",
"imageURL": "image/addition/search.png"
}
......
......@@ -176,8 +176,15 @@ cc.Topdraw.TVCanvas =
case "promotionBIProbe":
this.promotionBIProbe(oOperation.parameters.id);
break;
case "changeLayout":
cc.log("改变模型布局");
case "changeUI": //切换场景
let parameter = oOperation.parameters.uiName; //更换界面的名称
if (parameter == "collection") { //收藏
} else if (parameter == "history") { //历史
} else if (parameter == "search") { //搜索
}
break;
default:
/*
......
{
"ver": "1.0.1",
"uuid": "8465620c-9347-477f-be29-e246c6679147",
"uuid": "7266b19c-ef27-4089-a68d-7617ad34896a",
"isSubpackage": false,
"subpackageName": "",
"subMetas": {}
......
var Common=require('Common');
var Network=require('Network');
var TVFocus=require('TVFocus');
var FocusInfo=require('FocusInfo');
var Application=require('Application');
var Log=require('Log');
cc.Class({
extends: cc.Component,
properties: {
// foo: {
// default: null, // The default value will be used only when the component attaching
// to a node for the first time
// url: cc.Texture2D, // optional, default is typeof default
// serializable: true, // optional, default is true
// visible: true, // optional, default is true
// displayName: 'Foo', // optional
// readonly: false, // optional, default is false
// },
// ...
_iCellIndex:-1, //这个用于记录某个Cell PFB的索引
},
// use this for initialization
onLoad: function () {
},
render:function(){
},
// called every frame, uncomment this function to activate update callback
// update: function (dt) {
// },
});
{
"ver": "1.0.5",
"uuid": "d541cd21-82d0-4203-955f-4b672dad2617",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}
\ No newline at end of file
{
"ver": "1.0.5",
"uuid": "cdb6ad35-068f-4d7f-a5dc-02dbc6e750f1",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}
\ No newline at end of file
{
"ver": "1.0.1",
"uuid": "9c17a748-36e0-4bb2-96f4-ed56a56f7480",
"isSubpackage": false,
"subpackageName": "",
"subMetas": {}
}
\ No newline at end of file
//分类-其他
var Common = require('Common');
var FocusInfo = require('FocusInfo');
var ListCell = require('ListCell');
var Network = require('Network');
cc.Class({
extends: ListCell,
properties: {
id: 0,
pic: cc.Sprite,
activeName1: cc.Label,
activeName2: cc.Label,
normalName: cc.Label,
textPlayTimes: cc.Label,
},
statics: {
PFB_NAME: 'prefab/pfbCategoryOtherListCell',
CELL_NAME: 'CategoryOtherListCell',
},
init: function (iCellIndex, bIsFocusEnable, compSceneCanvas) {
//准备焦点坐标
let fiCategoryBlock = this.node.addComponent(FocusInfo);
fiCategoryBlock.init(
null, false, null, null, 1.0
);
compSceneCanvas.addNodeToFocusTarget(0, this.node.name, this.node);
},
render(oData, iRecordIndex) {
this.activeName1.string = oData.name;
this.activeName2.string = oData.name;
this.normalName.string = oData.name;
this.activeName1._updateRenderData(true);
this.activeName2._updateRenderData(true);
this.normalName._updateRenderData(true);
if (oData.play_times) {
let value = parseInt(oData.play_times);
if (value > 10000) {
this.textPlayTimes.string = parseInt(value / 10000) + "万+";
} else {
this.textPlayTimes.string = value;
}
}
if (oData.image[0]) {
var self = this;
Network.loadImageInNativeRuntime(
Common.TOPDRAW_IMAGE_SERVER_EDU_RIGHT + oData.image[0].fileUrl,
function (texture) {
self.pic.spriteFrame = new cc.SpriteFrame(texture);
}, null, this
);
}
this.node.getComponent(FocusInfo).setTVLink(oData.tvlink);
},
enableFocusInfo: function () {
this.node.getComponent(FocusInfo).setEnable(true);
},
disableFocusInfo: function () {
this.node.getComponent(FocusInfo).setEnable(false);
},
setUIWithFocus: function () {
let nodeCellName = this.node.getChildByName('Name');
cc.find("NormalName", nodeCellName).opacity = 255;
//超出滚动
let nodeScreenTitleText = cc.find('ActiveName/NameContainer/NameText', nodeCellName);
let fOriginalX = nodeScreenTitleText.x;
let fOriginalY = nodeScreenTitleText.y;
let nodeScreenTitleText1 = nodeScreenTitleText.getChildByName('NameText1');
let nodeScreenTitleText2 = nodeScreenTitleText.getChildByName('NameText2');
nodeScreenTitleText2.x = nodeScreenTitleText1.x + nodeScreenTitleText1.width + 10;//TODO:补丁,解决滚动重叠
if (nodeScreenTitleText1.width > nodeScreenTitleText.width) {
cc.find("ActiveName/NameContainer", nodeCellName).opacity = 255;
cc.find("NormalName", nodeCellName).opacity = 0;
let fEndPositionDelta = (nodeScreenTitleText1.width + 30);
//下方时长和字有关系,才能速度一样
var ftaScreenTitleMoveToTarget = cc.moveTo(10 * (nodeScreenTitleText1.width / nodeScreenTitleText.width), fOriginalX - fEndPositionDelta, fOriginalY);
var ftaScreenTitleMoveToBack = cc.moveTo(0, fOriginalX, fOriginalY);
var sequenceMediaTitle = cc.sequence(ftaScreenTitleMoveToTarget, ftaScreenTitleMoveToBack);
var repeatScreenTitle = cc.repeat(sequenceMediaTitle, 10);
repeatScreenTitle.setTag(Common.OVERLENGTH_MOVING);
nodeScreenTitleText.runAction(repeatScreenTitle);
nodeScreenTitleText2.active = true;
}
},
setUIWithoutFocus: function () {
let nodeCellName = this.node.getChildByName('Name');
cc.find("NormalName", nodeCellName).opacity = 255;
//如有滚动停止滚动
let nodeScreenTitleText = cc.find('ActiveName/NameContainer/NameText', nodeCellName);
if (null != nodeScreenTitleText.getActionByTag(Common.OVERLENGTH_MOVING)) {
nodeScreenTitleText.stopActionByTag(Common.OVERLENGTH_MOVING);
nodeScreenTitleText.getChildByName('NameText2').active = false;
cc.find("ActiveName/NameContainer", nodeCellName).opacity = 0;
}
nodeScreenTitleText.x = 0;
},
});
{
"ver": "1.0.5",
"uuid": "e473c201-1294-45ef-aa53-ebdbe2e4f1c5",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}
\ No newline at end of file
var Common = require('Common');
var FocusInfo = require('FocusInfo');
var ListCell = require('ListCell');
var Network = require('Network');
cc.Class({
extends: ListCell,
properties: {
id: 0,
pic: cc.Sprite,
activeName1: cc.Label,
activeName2: cc.Label,
normalName: cc.Label,
textPlayTimes: cc.Label, //观看次数
textScore: cc.Label, //分数
},
statics: {
PFB_NAME: 'prefab/pfbSearchCategoryListCell',
CELL_NAME: 'CategoryListCell',
},
init: function (iCellIndex, bIsFocusEnable, compSceneCanvas) {
//准备焦点坐标
let fiCategoryBlock = this.node.addComponent(FocusInfo);
fiCategoryBlock.init(
null, false, null, null, 1.0
);
compSceneCanvas.addNodeToFocusTarget(0, this.node.name, this.node);
},
render(oData, iRecordIndex) {
this.id = oData.id;
this.activeName1.string = oData.name;
this.activeName2.string = oData.name;
this.normalName.string = oData.name;
this.activeName1._updateRenderData(true);
this.activeName2._updateRenderData(true);
this.normalName._updateRenderData(true);
if (oData.score) {
this.textScore.string = parseInt(oData.score * 10) / 10 + "分";
}
if (oData.play_times) {
let value = parseInt(oData.play_times);
if (value > 10000) {
this.textPlayTimes.string = parseInt(value / 10000) + "万+";
} else {
this.textPlayTimes.string = value;
}
}
if (oData.image[0]) {
var self = this;
Network.loadImageInNativeRuntime(
Common.TOPDRAW_IMAGE_SERVER_EDU_RIGHT + oData.image[0].fileUrl,
function (texture) {
self.pic.spriteFrame = new cc.SpriteFrame(texture);
}, null, this
);
}
this.node.getComponent(FocusInfo).setTVLink(oData.tvlink);
},
enableFocusInfo: function () {
this.node.getComponent(FocusInfo).setEnable(true);
},
disableFocusInfo: function () {
this.node.getComponent(FocusInfo).setEnable(false);
},
setUIWithFocus: function () {
let nodeCellName = this.node.getChildByName('Name');
cc.find("NormalName", nodeCellName).opacity = 255;
//超出滚动
let nodeScreenTitleText = cc.find('ActiveName/NameContainer/NameText', nodeCellName);
let fOriginalX = nodeScreenTitleText.x;
let fOriginalY = nodeScreenTitleText.y;
let nodeScreenTitleText1 = nodeScreenTitleText.getChildByName('NameText1');
let nodeScreenTitleText2 = nodeScreenTitleText.getChildByName('NameText2');
nodeScreenTitleText2.x = nodeScreenTitleText1.x + nodeScreenTitleText1.width + 10;//TODO:补丁,解决滚动重叠
if (nodeScreenTitleText1.width > nodeScreenTitleText.width) {
cc.find("ActiveName/NameContainer", nodeCellName).opacity = 255;
cc.find("NormalName", nodeCellName).opacity = 0;
let fEndPositionDelta = (nodeScreenTitleText1.width + 30);
//下方时长和字有关系,才能速度一样
var ftaScreenTitleMoveToTarget = cc.moveTo(10 * (nodeScreenTitleText1.width / nodeScreenTitleText.width), fOriginalX - fEndPositionDelta, fOriginalY);
var ftaScreenTitleMoveToBack = cc.moveTo(0, fOriginalX, fOriginalY);
var sequenceMediaTitle = cc.sequence(ftaScreenTitleMoveToTarget, ftaScreenTitleMoveToBack);
var repeatScreenTitle = cc.repeat(sequenceMediaTitle, 10);
repeatScreenTitle.setTag(Common.OVERLENGTH_MOVING);
nodeScreenTitleText.runAction(repeatScreenTitle);
nodeScreenTitleText2.active = true;
}
},
setUIWithoutFocus: function () {
let nodeCellName = this.node.getChildByName('Name');
cc.find("NormalName", nodeCellName).opacity = 255;
//如有滚动停止滚动
let nodeScreenTitleText = cc.find('ActiveName/NameContainer/NameText', nodeCellName);
if (null != nodeScreenTitleText.getActionByTag(Common.OVERLENGTH_MOVING)) {
nodeScreenTitleText.stopActionByTag(Common.OVERLENGTH_MOVING);
nodeScreenTitleText.getChildByName('NameText2').active = false;
cc.find("ActiveName/NameContainer", nodeCellName).opacity = 0;
}
nodeScreenTitleText.x = 0;
},
});
{
"ver": "1.0.5",
"uuid": "bafa58f8-77ed-4d2d-8db4-8292f46ea8ae",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}
\ No newline at end of file
//Home Cell
var Common = require('Common');
var Network = require('Network');
cc.Class({
extends: cc.Component,
properties: {
id: 0,
},
// data: {id,iconSF,itemName,itemPrice}
init: function (data, funCallback) {
this.id = data.cId;
}
});
{
"ver": "1.0.5",
"uuid": "ed50ddf9-4ba2-4a51-a54a-a659ca3e4c1d",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}
\ No newline at end of file
{
"ver": "1.0.1",
"uuid": "ae5d4433-823f-4c50-98c8-57c0e53301dc",
"isSubpackage": false,
"subpackageName": "",
"subMetas": {}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "af74e7fc-dc2d-4e3b-9e98-c77ca9ee7ebe",
"uuid": "68f9fe11-869b-482b-a447-be3b81e0858f",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"HelloWorld": {
"char_delete": {
"ver": "1.0.4",
"uuid": "837c982b-9cd1-4e5a-a97b-7ea38b39a2ed",
"rawTextureUuid": "af74e7fc-dc2d-4e3b-9e98-c77ca9ee7ebe",
"uuid": "90edd274-0faa-42d0-9bf9-290ddc51d060",
"rawTextureUuid": "68f9fe11-869b-482b-a447-be3b81e0858f",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
......@@ -18,10 +18,10 @@
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 195,
"height": 270,
"rawWidth": 195,
"rawHeight": 270,
"width": 104,
"height": 128,
"rawWidth": 104,
"rawHeight": 128,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......
{
"ver": "2.3.1",
"uuid": "9ab1d077-e501-4d49-af8d-66fa45d8d195",
"uuid": "c1aaf661-8d65-4e0b-97ea-7d3e631edbf3",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"history": {
"episode_default": {
"ver": "1.0.4",
"uuid": "b9b775dd-436b-455f-bf36-de112de109e8",
"rawTextureUuid": "9ab1d077-e501-4d49-af8d-66fa45d8d195",
"uuid": "0b28bb6c-af56-4528-9eda-d5c153bf7a4b",
"rawTextureUuid": "c1aaf661-8d65-4e0b-97ea-7d3e631edbf3",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
......@@ -18,10 +18,10 @@
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 108,
"height": 48,
"rawWidth": 108,
"rawHeight": 48,
"width": 76,
"height": 69,
"rawWidth": 76,
"rawHeight": 69,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......
{
"ver": "2.3.1",
"uuid": "ed1ff055-a16b-4f2a-9caf-e715e5273b95",
"uuid": "93fe0c4a-fd88-4526-8bfe-4b157990f800",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"my": {
"episode_focus": {
"ver": "1.0.4",
"uuid": "244ccc93-62bc-4f79-81ba-2fd341419b2e",
"rawTextureUuid": "ed1ff055-a16b-4f2a-9caf-e715e5273b95",
"uuid": "b8b225cb-0378-4454-831a-a8666ace1ac2",
"rawTextureUuid": "93fe0c4a-fd88-4526-8bfe-4b157990f800",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
......@@ -18,10 +18,10 @@
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 127,
"height": 48,
"rawWidth": 127,
"rawHeight": 48,
"width": 76,
"height": 69,
"rawWidth": 76,
"rawHeight": 69,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......
{
"ver": "2.3.1",
"uuid": "64db64a5-a07f-4743-abae-863219e4ed59",
"uuid": "829a8556-c3e5-4993-b29b-b13728cf0cfd",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"search": {
"eye": {
"ver": "1.0.4",
"uuid": "622d4902-61b7-4461-a5fe-bdeaa3f44ce2",
"rawTextureUuid": "64db64a5-a07f-4743-abae-863219e4ed59",
"uuid": "f6f2587f-c8f9-48e7-abc8-95f669b612e1",
"rawTextureUuid": "829a8556-c3e5-4993-b29b-b13728cf0cfd",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
......@@ -18,10 +18,10 @@
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 108,
"height": 48,
"rawWidth": 108,
"rawHeight": 48,
"width": 26,
"height": 18,
"rawWidth": 26,
"rawHeight": 18,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......
{
"ver": "1.2.0",
"uuid": "2a8b0556-7c3f-4296-8aed-99fdcf78de11",
"optimizationPolicy": "AUTO",
"asyncLoadAssets": false,
"readonly": false,
"subMetas": {}
}
\ No newline at end of file
[
{
"__type__": "cc.Prefab",
"_name": "",
"_objFlags": 0,
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"asyncLoadAssets": false,
"readonly": false
},
{
"__type__": "cc.Node",
"_name": "pfbCharListCell",
"_objFlags": 0,
"_parent": null,
"_children": [
{
"__id__": 2
},
{
"__id__": 5
},
{
"__id__": 8
}
],
"_active": true,
"_level": 1,
"_components": [],
"_prefab": {
"__id__": 11
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 64,
"height": 64
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_position": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_scale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"z": 1
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"groupIndex": 0,
"_rotationX": 0,
"_rotationY": 0,
"_id": ""
},
{
"__type__": "cc.Node",
"_name": "Bg",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_children": [],
"_active": true,
"_level": 2,
"_components": [
{
"__id__": 3
}
],
"_prefab": {
"__id__": 4
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 64,
"height": 64
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_position": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_scale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"z": 1
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"groupIndex": 0,
"_rotationX": 0,
"_rotationY": 0,
"_id": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 2
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "0b28bb6c-af56-4528-9eda-d5c153bf7a4b"
},
"_type": 0,
"_sizeMode": 0,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__uuid__": "e145799f-5dbb-46d3-960e-46dfe3217802"
},
"fileId": "cb1KkwHiFIHYt1lQM7+e+d",
"sync": false
},
{
"__type__": "cc.Node",
"_name": "ActiveBg",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_children": [],
"_active": false,
"_level": 2,
"_components": [
{
"__id__": 6
}
],
"_prefab": {
"__id__": 7
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 64,
"height": 64
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_position": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_scale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"z": 1
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"groupIndex": 0,
"_rotationX": 0,
"_rotationY": 0,
"_id": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 5
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "b8b225cb-0378-4454-831a-a8666ace1ac2"
},
"_type": 0,
"_sizeMode": 0,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__uuid__": "e145799f-5dbb-46d3-960e-46dfe3217802"
},
"fileId": "08atCgHdFCvZwHFHgY5Mo4",
"sync": false
},
{
"__type__": "cc.Node",
"_name": "Text",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_children": [],
"_active": true,
"_level": 0,
"_components": [
{
"__id__": 9
}
],
"_prefab": {
"__id__": 10
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 106,
"g": 57,
"b": 6,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 26.7,
"height": 30.24
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_position": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_scale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"z": 1
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"groupIndex": 0,
"_rotationX": 0,
"_rotationY": 0,
"_id": ""
},
{
"__type__": "cc.Label",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 8
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_useOriginalSize": false,
"_string": "21",
"_N$string": "21",
"_fontSize": 24,
"_lineHeight": 24,
"_enableWrapText": true,
"_N$file": null,
"_isSystemFontUsed": true,
"_spacingX": 0,
"_batchAsBitmap": false,
"_N$horizontalAlign": 1,
"_N$verticalAlign": 1,
"_N$fontFamily": "Arial",
"_N$overflow": 0,
"_N$cacheMode": 0,
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__uuid__": "e145799f-5dbb-46d3-960e-46dfe3217802"
},
"fileId": "b5iP8+i3NJ5Zt+x3qsZC2A",
"sync": false
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__uuid__": "e145799f-5dbb-46d3-960e-46dfe3217802"
},
"fileId": "7a0Pz/KNRLXrJA+uJ5skQo",
"sync": false
}
]
\ No newline at end of file
{
"ver": "1.2.0",
"uuid": "e145799f-5dbb-46d3-960e-46dfe3217802",
"optimizationPolicy": "AUTO",
"asyncLoadAssets": false,
"readonly": false,
"subMetas": {}
}
\ No newline at end of file
{
"ver": "1.2.0",
"uuid": "cd2d143e-5d04-40a9-ba48-68f5a95bdb68",
"optimizationPolicy": "AUTO",
"asyncLoadAssets": false,
"readonly": false,
"subMetas": {}
}
\ No newline at end of file
{
"ver": "1.0.1",
"uuid": "3885dbd2-a2e7-4c30-a8a3-a6c7f1ea2f5e",
"isSubpackage": false,
"subpackageName": "",
"subMetas": {}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "3e4e81cc-7dd9-40fd-a6ef-7583e4da83f3",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"cartoon_left_icon": {
"ver": "1.0.4",
"uuid": "8585cca5-0e5f-4718-a29b-e8a75d7862af",
"rawTextureUuid": "3e4e81cc-7dd9-40fd-a6ef-7583e4da83f3",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 10,
"height": 11,
"rawWidth": 10,
"rawHeight": 11,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "ef7f030b-a298-4d11-9f26-2cdbd5d82af0",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"cartoon_right_icon": {
"ver": "1.0.4",
"uuid": "488a892a-c68c-4178-ab8a-1bedb9aa90b5",
"rawTextureUuid": "ef7f030b-a298-4d11-9f26-2cdbd5d82af0",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 10,
"height": 11,
"rawWidth": 10,
"rawHeight": 11,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "43bf6cc3-9198-433e-8e32-d5c3001607ee",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"circle_h": {
"ver": "1.0.4",
"uuid": "4f2c272c-9849-4a1a-8eb5-3a722cf2af24",
"rawTextureUuid": "43bf6cc3-9198-433e-8e32-d5c3001607ee",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -8.5,
"trimX": 0,
"trimY": 17,
"width": 102,
"height": 71,
"rawWidth": 102,
"rawHeight": 88,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "fb407f5a-2023-4ef9-9d09-49786b09954e",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"down_arrow": {
"ver": "1.0.4",
"uuid": "17b8df2f-d8ef-4693-8db5-d19182b1dd0b",
"rawTextureUuid": "fb407f5a-2023-4ef9-9d09-49786b09954e",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 11,
"height": 10,
"rawWidth": 11,
"rawHeight": 10,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "eab32e0e-0f71-42e0-8760-c98882834730",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"full_screen_progress_bar_value": {
"ver": "1.0.4",
"uuid": "ab957c10-6fcb-4be6-bf8e-663272f6a2a3",
"rawTextureUuid": "eab32e0e-0f71-42e0-8760-c98882834730",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 100,
"height": 10,
"rawWidth": 100,
"rawHeight": 10,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "7f3eb9ab-a16c-4398-9fc6-27abde033a85",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"left_arrow": {
"ver": "1.0.4",
"uuid": "c44d74c6-cbb0-4e8d-8618-8131b3ce6437",
"rawTextureUuid": "7f3eb9ab-a16c-4398-9fc6-27abde033a85",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 10,
"height": 12,
"rawWidth": 10,
"rawHeight": 12,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "ae3d9eeb-7730-4602-9478-a94fd2a1f352",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"pageIncon": {
"ver": "1.0.4",
"uuid": "ccecb956-ef67-4a11-8255-2d476e221119",
"rawTextureUuid": "ae3d9eeb-7730-4602-9478-a94fd2a1f352",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 12,
"trimY": 12,
"width": 10,
"height": 70,
"rawWidth": 34,
"rawHeight": 94,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "fd61fc46-1872-4a84-9ad8-fb6017b907e6",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"progress_bar_circle": {
"ver": "1.0.4",
"uuid": "bc6465c9-a334-4a42-8f85-64035d32ef51",
"rawTextureUuid": "fd61fc46-1872-4a84-9ad8-fb6017b907e6",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 15,
"height": 16,
"rawWidth": 15,
"rawHeight": 16,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "0f6effd8-a5d5-4db0-9557-be1826d047ad",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"right_arrow": {
"ver": "1.0.4",
"uuid": "99b5c3ef-8f54-4a72-8f9c-98c699ac27dc",
"rawTextureUuid": "0f6effd8-a5d5-4db0-9557-be1826d047ad",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 10,
"height": 12,
"rawWidth": 10,
"rawHeight": 12,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "9a89250d-73df-4e5c-9623-bae540e42017",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"scroll_bar_bg": {
"ver": "1.0.4",
"uuid": "1668a88d-480a-4952-9870-4c7933af5cba",
"rawTextureUuid": "9a89250d-73df-4e5c-9623-bae540e42017",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 468,
"height": 4,
"rawWidth": 468,
"rawHeight": 4,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "dc525f53-e305-4043-98f3-3104f363d05b",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"scroll_bar_bg_horizontal": {
"ver": "1.0.4",
"uuid": "8b9d908d-4213-4f3a-a3a4-ceda0893b0f5",
"rawTextureUuid": "dc525f53-e305-4043-98f3-3104f363d05b",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 468,
"height": 4,
"rawWidth": 468,
"rawHeight": 4,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "64685d2b-326c-44b6-8e38-498ab4c29b09",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"scroll_base_bg": {
"ver": "1.0.4",
"uuid": "09a8ef24-6e6c-4375-93fd-fc0e0219f0a1",
"rawTextureUuid": "64685d2b-326c-44b6-8e38-498ab4c29b09",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 2,
"height": 512,
"rawWidth": 2,
"rawHeight": 512,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "174deba5-ea35-49b7-a454-ddf12f28a30b",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"scroll_base_bg_horizontal": {
"ver": "1.0.4",
"uuid": "c8b5fba2-4fb5-48f6-ab49-747067ddea13",
"rawTextureUuid": "174deba5-ea35-49b7-a454-ddf12f28a30b",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 577,
"height": 2,
"rawWidth": 577,
"rawHeight": 2,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "3029f7e0-2de7-494e-af52-f5f775e25eef",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"scroll_bg": {
"ver": "1.0.4",
"uuid": "f6445573-a3c9-484d-9aed-9e5b94424f7e",
"rawTextureUuid": "3029f7e0-2de7-494e-af52-f5f775e25eef",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 2,
"height": 2,
"rawWidth": 2,
"rawHeight": 2,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "ca4bb32c-54ee-49a7-bff2-74b38e634ffc",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"scroll_bg_horizontal": {
"ver": "1.0.4",
"uuid": "4c37f668-56a0-4ddb-b9b2-7f244f87b8cc",
"rawTextureUuid": "ca4bb32c-54ee-49a7-bff2-74b38e634ffc",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 577,
"height": 2,
"rawWidth": 577,
"rawHeight": 2,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "3959a5c0-d10f-4597-b35c-ea559d9a20e2",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"scroll_btn_bg": {
"ver": "1.0.4",
"uuid": "8b0062f1-95c5-43bf-b551-09acaa7f87a3",
"rawTextureUuid": "3959a5c0-d10f-4597-b35c-ea559d9a20e2",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 1,
"height": 1,
"rawWidth": 1,
"rawHeight": 1,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "5ef58804-fc50-44e4-a688-8af95f8a4170",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"up_arrow": {
"ver": "1.0.4",
"uuid": "4c455926-9c22-4c21-904f-115a1b42be25",
"rawTextureUuid": "5ef58804-fc50-44e4-a688-8af95f8a4170",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 11,
"height": 10,
"rawWidth": 11,
"rawHeight": 10,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "69489470-5c2b-4d3d-abd6-3c8c589caf16",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"volume_level_container": {
"ver": "1.0.4",
"uuid": "a621ec77-0222-479e-a27d-2263fb4c021f",
"rawTextureUuid": "69489470-5c2b-4d3d-abd6-3c8c589caf16",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 10,
"height": 164,
"rawWidth": 10,
"rawHeight": 164,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "034f5293-8e68-432f-b83d-a7f8ba1a7de1",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"volume_level_container_value": {
"ver": "1.0.4",
"uuid": "47c9cf4a-53f8-449f-98dc-cedbc6c38209",
"rawTextureUuid": "034f5293-8e68-432f-b83d-a7f8ba1a7de1",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 10,
"height": 164,
"rawWidth": 10,
"rawHeight": 164,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "1.0.1",
"uuid": "67508e09-a7e0-4a55-a762-8a474b86b7c3",
"isSubpackage": false,
"subpackageName": "",
"subMetas": {}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "17021db7-66bc-4370-b825-5def7dcc15a3",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"blank_hint": {
"ver": "1.0.4",
"uuid": "9906c48b-aecf-41ab-809e-dcf81cf058a9",
"rawTextureUuid": "17021db7-66bc-4370-b825-5def7dcc15a3",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0.5,
"offsetY": -1,
"trimX": 1,
"trimY": 2,
"width": 784,
"height": 448,
"rawWidth": 785,
"rawHeight": 450,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "24138ebf-2d01-4bb5-90d6-a1ae5e6bda6a",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"keyword_bg": {
"ver": "1.0.4",
"uuid": "98eb8291-df09-4700-a68c-f14146b1de54",
"rawTextureUuid": "24138ebf-2d01-4bb5-90d6-a1ae5e6bda6a",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -0.5,
"trimX": 0,
"trimY": 1,
"width": 297,
"height": 64,
"rawWidth": 297,
"rawHeight": 65,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "d1d0ec20-0c93-44d8-a970-a219d5ada25a",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"medias_bg": {
"ver": "1.0.4",
"uuid": "b6e5776a-d0fa-42a2-9a88-08ac1de01309",
"rawTextureUuid": "d1d0ec20-0c93-44d8-a970-a219d5ada25a",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 711,
"height": 570,
"rawWidth": 711,
"rawHeight": 570,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "99429558-5a25-48b1-bad5-b3f6e0d37628",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"record_bg": {
"ver": "1.0.4",
"uuid": "71bf3f0c-5129-4c1b-a416-9234cf24389e",
"rawTextureUuid": "99429558-5a25-48b1-bad5-b3f6e0d37628",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 404,
"height": 464,
"rawWidth": 404,
"rawHeight": 464,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "5597317d-d2dc-4271-969b-0fefec1b44ed",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"record_focus": {
"ver": "1.0.4",
"uuid": "e5796682-971a-4ed0-9aa1-9e493337c593",
"rawTextureUuid": "5597317d-d2dc-4271-969b-0fefec1b44ed",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 378,
"height": 36,
"rawWidth": 378,
"rawHeight": 36,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "1.0.1",
"uuid": "a07a09ec-603d-4103-be5d-9d85b4200e53",
"isSubpackage": false,
"subpackageName": "",
"subMetas": {}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "a36f544f-1896-4393-9282-527fad3fafde",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"char_delete": {
"ver": "1.0.4",
"uuid": "c45a66a4-49af-442f-b6f1-cd51c8fb92ac",
"rawTextureUuid": "a36f544f-1896-4393-9282-527fad3fafde",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 104,
"height": 128,
"rawWidth": 104,
"rawHeight": 128,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "1.0.1",
"uuid": "b810901a-67db-4ad3-a73a-27bb81807e89",
"isSubpackage": false,
"subpackageName": "",
"subMetas": {}
}
\ No newline at end of file
{
"ver": "1.2.0",
"uuid": "0a04ff1a-da26-483c-aaf0-eaa9f076f2a6",
"optimizationPolicy": "AUTO",
"asyncLoadAssets": false,
"readonly": false,
"subMetas": {}
}
\ No newline at end of file
{
"ver": "1.2.0",
"uuid": "79254ebe-6395-4ad3-bf68-3a27f8fc8be2",
"optimizationPolicy": "AUTO",
"asyncLoadAssets": false,
"readonly": false,
"subMetas": {}
}
\ No newline at end of file