Commit 5676219d 5676219d4d6a3b16e2dbb544a6afec024139f4d3 by jinwawa

complete sceneClass

1 parent 99230059
Showing 73 changed files with 1102 additions and 25 deletions
{
"ver": "1.2.0",
"uuid": "a98c2353-3f02-4eaa-a846-e2f966e3e9b9",
"asyncLoadAssets": false,
"autoReleaseAssets": false,
"subMetas": {}
}
\ No newline at end of file
{
"ver": "1.0.5",
"uuid": "52522d90-4dd6-4f38-93d9-25bafc6af428",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}
\ No newline at end of file
......@@ -5,6 +5,7 @@ var FocusInfo = require('FocusInfo');
var TVCanvas = require('TVCanvas');
var ListView = require('ListView');
var GameLobbyCategoryJson = require('GameLobbyCategoryJson');
var GameCategoryListCell = require('GameCategoryListCell');
cc.Class({
extends: TVCanvas,
......@@ -199,7 +200,12 @@ cc.Class({
this._cFocus.flyFocus(this._fiCurrentFocus, fiFocusTarget, Common.MOVE_DIRECTION_LEFT, null, oScrollParameter);
}
if (event.keyCode == cc.macro.KEY.enter || event.keyCode == Common.ANDROID_KEY.enter) {
this.doCurrentFocusTVLinkAction(Common.TV_LINK_ACTION_CLICK);
// this.doCurrentFocusTVLinkAction(Common.TV_LINK_ACTION_CLICK);
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);
......@@ -212,7 +218,14 @@ cc.Class({
if (lvCategoryList) {
this._oSceneContext.categoryRecordIndexOfFirstCell = lvCategoryList.getRecordIndexOfFirstCellInPage();
}
},
onGetPlayURL : function(strPlayURL){
try{
}catch(ex){
}
},
onBeforeFocusChange: function (event) {
......
......@@ -281,9 +281,13 @@ cc.Class({
);
if (currentNode.getComponent(FocusInfo)) {
let fiBlock = currentNode.getComponent(FocusInfo); //弄tvlink
if(currentNode.name=="promotionItem_9fd6d854-2a72-42d5-a2c0-1ce824cf406c"){ //针对课程表搞出来一个tvlink
fiBlock.setTVLink('{"click":[{"action":"ChangeScene","parameters":{"sceneName":"sceneClass"}}]}');
}else{
// fiBlock.setTVLink(currentRemote.tvlink);
fiBlock.setTVLink('{"click":[{"action":"ChangeScene","parameters":{"sceneName":"sceneCategory"}}]}');
}
}
} else if (currentNode.name == "hasChildFrame" && currentNode.childrenCount > 0) { //渲染自动布局的节点
for (let k = 0; k < currentNode.childrenCount; k++) {
let sonCurrentNode = currentNode.children[k];
......
......@@ -100,6 +100,7 @@ cc.Class({
//this.node.getChildByName('ScrollBarContainer').getChildByName('ScrollBarBlock').addComponent(FocusInfo);
//cc.log("before instantiate..."+this.compListCell.PFB_NAME);
Common.loadRes(this.compListCell.PFB_NAME,
function (loadedResource) {
for (let i = 0; i < this._iCellRowCount * this._iCellCountEachRow; i++) {
......@@ -156,7 +157,7 @@ cc.Class({
},
function (error) {
cc.log("Error When Loading Prefab Cell...");
cc.log("Error When Loading Prefab Cell..."+error);
}, this
);
......
......@@ -11,66 +11,73 @@ cc.Class({
{
"id": 233,
"title": "火箭小黄人",
"packageName":"com.topdraw.xhx.bird",
"image": [
{
"bg": "game/bg_xyx_1",
"fileUrl": "game/xyx_1"
"bg": "game/bg_xyx_10",
"fileUrl": "game/xyx_10"
}
]
},
{
"id": 233,
"title": "接糖果",
"packageName":"com.topdraw.xhx.candy",
"image": [
{
"bg": "game/bg_xyx_2",
"fileUrl": "game/xyx_2"
"bg": "game/bg_xyx_5",
"fileUrl": "game/xyx_5"
}
]
},
{
"id": 233,
"title": "欢乐叠蛋糕",
"packageName":"com.topdraw.xhx.cake",
"image": [
{
"bg": "game/bg_xyx_3",
"fileUrl": "game/xyx_3"
"bg": "game/bg_xyx_1",
"fileUrl": "game/xyx_1"
}
]
},
{
"id": 233,
"title": "记忆翻牌",
"packageName":"com.topdraw.xhx.fanpai",
"image": [
{
"bg": "game/bg_xyx_4",
"fileUrl": "game/xyx_4"
"bg": "game/bg_xyx_2",
"fileUrl": "game/xyx_2"
}
]
},
{
"id": 233,
"title": "飞檐走壁",
"packageName":"com.topdraw.xhx.feiyanzoubi",
"image": [
{
"bg": "game/bg_xyx_5",
"fileUrl": "game/xyx_5"
"bg": "game/bg_xyx_9",
"fileUrl": "game/xyx_9"
}
]
},
{
"id": 233,
"title": "旋转海盗",
"packageName":"com.topdraw.xhx.haidao",
"image": [
{
"bg": "game/bg_xyx_6",
"fileUrl": "game/xyx_6"
"bg": "game/bg_xyx_8",
"fileUrl": "game/xyx_8"
}
]
},
{
"id": 233,
"title": "奔跑吧小马宝莉",
"packageName":"com.topdraw.xhx.run",
"image": [
{
"bg": "game/bg_xyx_7",
......@@ -81,30 +88,33 @@ cc.Class({
{
"id": 233,
"title": "猜猜我是谁",
"packageName":"com.topdraw.xhx.guess",
"image": [
{
"bg": "game/bg_xyx_8",
"fileUrl": "game/xyx_8"
"bg": "game/bg_xyx_3",
"fileUrl": "game/xyx_3"
}
]
},
{
"id": 233,
"title": "它的颜色",
"packageName":"com.topdraw.xhx.guesscolor",
"image": [
{
"bg": "game/bg_xyx_9",
"fileUrl": "game/xyx_9"
"bg": "game/bg_xyx_4",
"fileUrl": "game/xyx_4"
}
]
},
{
"id": 233,
"title": "数一数",
"packageName":"com.topdraw.xhx.shuyishu",
"image": [
{
"bg": "game/bg_xyx_10",
"fileUrl": "game/xyx_10"
"bg": "game/bg_xyx_6",
"fileUrl": "game/xyx_6"
}
]
}
......
......@@ -30,7 +30,8 @@ cc.Class({
},
{
"name": "three2six",
"tvlink": '{"click": [{"action": "changeLayout","parameters": {"layoutPath": "layout/waterfall_three2six.json"}}]}',
//"tvlink": '{"click": [{"action": "changeLayout","parameters": {"layoutPath": "layout/waterfall_three2six.json"}}]}',
"tvlink": '{"click": [{"action": "ChangeScene","parameters": {"sceneName":"sceneGameLobby"}}]}',
"type": "promotion_item",
"imageURL": "image/navigator/three2six.png",
"top": 240,
......
......@@ -40,7 +40,7 @@ cc.Class({
"height": 287
},
{
"name": "dailyRecommend",
"name": "classSchedule",
"code": "promotionItem_9fd6d854-2a72-42d5-a2c0-1ce824cf406c",
"left": 0,
"top": 308,
......
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,
},
statics: {
PFB_NAME: 'prefab/pfbClassCategoryCell',
CELL_NAME: 'OtherListCell',
},
init: function (iCellIndex, bIsFocusEnable, compSceneCanvas) {
// cc.find("CollectionBg", this.node).opacity = 0;
// let nodeCollectionBg = this.node.getChildByName("CollectionBg");
// nodeCollectionBg.getComponent(cc.Sprite).spriteFrame.setRect(cc.rect(0, 0, 53, 171));
// let nodeCollectionPic = nodeCollectionBg.getChildByName('CollectionPic');
// nodeCollectionPic.getComponent(cc.Sprite).spriteFrame.setRect(cc.rect(0, 0, 30, 28));
// let fiCollection = this.node.getChildByName('CollectionBg').addComponent(FocusInfo);
// fiCollection.init(
// null, true, null, null, 1.0);
// compSceneCanvas.addNodeToFocusTarget(0, this.node.getChildByName('CollectionBg').name + iCellIndex, this.node);
// 准备焦点坐标
// let fiCategoryBlock=this.node.getChildByName('Pic').addComponent(FocusInfo);
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) {
// var self = this;
// 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.play_times) {
// let value = parseInt(oData.play_times);
// if (value > 10000) {
// this.textPlayTimes.string = parseInt(value / 10000) + "万+";
// } else {
// this.textPlayTimes.string = value;
// }
// }
// if (oData.images.list[0]) {
// Network.loadImageInNativeRuntime(
// Common.TOPDRAW_IMAGE_SERVER_EDU_RIGHT + oData.images.list[0].fileUrl,
// function (texture) {
// self.pic.spriteFrame = new cc.SpriteFrame(texture);
// }, null, this
// );
// }
// self.collectBg.spriteFrame.setRect(cc.rect(0, 0, 53, 171));
// self.collectPic.spriteFrame.setRect(cc.rect(0, 0, 30, 28));
// if (oData.isCollect) {
// cc.loader.loadRes("texture/ui/collect_heart", cc.Texture2D, function (err, texture) {
// var spriteFrame = new cc.SpriteFrame(texture, cc.rect(0, 28, 30, 28));
// self.collectPic.spriteFrame = spriteFrame;
// });
// } else {
// cc.loader.loadRes("texture/ui/collect_heart", cc.Texture2D, function (err, texture) {
// var spriteFrame = new cc.SpriteFrame(texture, cc.rect(0, 0, 30, 28));
// self.collectPic.spriteFrame = spriteFrame;
// });
// }
// 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;
// cc.find("ActiveName/ActiveNameBg", nodeCellName).opacity = 0;
//如有滚动停止滚动
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": "bb0d2540-9609-4325-a777-a497cd817cde",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}
\ No newline at end of file
......@@ -9,6 +9,7 @@ cc.Class({
properties: {
id: 0,
apkName:"", //包名
bg: cc.Sprite, //背景
starName: cc.Label, //名称
pic: cc.Sprite, //动漫图片
......@@ -31,6 +32,7 @@ cc.Class({
render(oData, iRecordIndex) {
this.id = oData.id;
this.starName.string = oData.title;
this.apkName=oData.packageName;
// // this.bg.spriteFrame.setRect(cc.rect(0, 0, 214, 214));
var self = this;
cc.loader.loadRes(oData.image[0].fileUrl, cc.Texture2D, function (err, texture) {
......@@ -45,8 +47,8 @@ cc.Class({
// }, null, this
// );
// }
// //准备焦点坐标
// this.node.getComponent(FocusInfo).setTVLink(oData.tvlink);
//准备焦点坐标oData.tvlink
this.node.getComponent(FocusInfo).setTVLink("");
},
enableFocusInfo: function () {
......
{
"ver": "1.0.1",
"uuid": "f79d8ce5-a3b8-4cbc-b84f-04e605379847",
"isSubpackage": false,
"subpackageName": "",
"subMetas": {}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "8e2938b3-18ec-4f90-b737-89ad29898a3a",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"0": {
"ver": "1.0.4",
"uuid": "a26ee8c8-2654-4085-a546-86f47777b6da",
"rawTextureUuid": "8e2938b3-18ec-4f90-b737-89ad29898a3a",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 2.5,
"trimX": 40,
"trimY": 9,
"width": 41,
"height": 106,
"rawWidth": 121,
"rawHeight": 129,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "0139af40-31ec-4fac-bee8-51dee907242e",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"1": {
"ver": "1.0.4",
"uuid": "95efd913-c8a4-40b2-9f34-4d0ede5f8cfe",
"rawTextureUuid": "0139af40-31ec-4fac-bee8-51dee907242e",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0.5,
"offsetY": 2.5,
"trimX": 40,
"trimY": 9,
"width": 42,
"height": 106,
"rawWidth": 121,
"rawHeight": 129,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "3d498573-d61d-4344-b9de-8f68d91a29ef",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"2": {
"ver": "1.0.4",
"uuid": "5398d373-7857-4ca9-8224-6725af716690",
"rawTextureUuid": "3d498573-d61d-4344-b9de-8f68d91a29ef",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0.5,
"offsetY": 2.5,
"trimX": 40,
"trimY": 9,
"width": 42,
"height": 106,
"rawWidth": 121,
"rawHeight": 129,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "80b77deb-d328-47b1-acab-513b557636cb",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"3": {
"ver": "1.0.4",
"uuid": "d8dd1726-9a6b-4992-a267-d012cf2a7626",
"rawTextureUuid": "80b77deb-d328-47b1-acab-513b557636cb",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0.5,
"offsetY": 2.5,
"trimX": 40,
"trimY": 9,
"width": 42,
"height": 106,
"rawWidth": 121,
"rawHeight": 129,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "21fe4565-54b8-413e-b7f5-196347455e7b",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"4": {
"ver": "1.0.4",
"uuid": "6fcc571e-d8a1-4274-b292-bb18557c4c34",
"rawTextureUuid": "21fe4565-54b8-413e-b7f5-196347455e7b",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0.5,
"offsetY": 2.5,
"trimX": 40,
"trimY": 9,
"width": 42,
"height": 106,
"rawWidth": 121,
"rawHeight": 129,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "35cc5246-f140-430c-8811-06db650e22e0",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"5": {
"ver": "1.0.4",
"uuid": "a0bafb80-e643-4fa6-a121-fd2926d01d50",
"rawTextureUuid": "35cc5246-f140-430c-8811-06db650e22e0",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 2.5,
"trimX": 40,
"trimY": 9,
"width": 41,
"height": 106,
"rawWidth": 121,
"rawHeight": 129,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "bf6b07d0-e8ce-4caa-bb10-74efce49cab0",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"6": {
"ver": "1.0.4",
"uuid": "9234d7ba-bcc7-4706-b7e8-9072daf507e4",
"rawTextureUuid": "bf6b07d0-e8ce-4caa-bb10-74efce49cab0",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 2,
"trimX": 40,
"trimY": 9,
"width": 41,
"height": 107,
"rawWidth": 121,
"rawHeight": 129,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "ebab674d-99e1-49c4-9502-eafbe6f2b311",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"GSGX": {
"ver": "1.0.4",
"uuid": "b94df350-7424-492f-9ff6-89699784f129",
"rawTextureUuid": "ebab674d-99e1-49c4-9502-eafbe6f2b311",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -1.5,
"offsetY": -2,
"trimX": 16,
"trimY": 14,
"width": 86,
"height": 108,
"rawWidth": 121,
"rawHeight": 132,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "09e629d6-8d4a-47e0-9ba6-19fa35ba313f",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"MSSG": {
"ver": "1.0.4",
"uuid": "d89c5008-2ded-4b89-a313-f30e6e79e436",
"rawTextureUuid": "09e629d6-8d4a-47e0-9ba6-19fa35ba313f",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -1.5,
"offsetY": -2,
"trimX": 16,
"trimY": 14,
"width": 86,
"height": 108,
"rawWidth": 121,
"rawHeight": 132,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "43a5ba60-7f8f-4649-9613-c438597613e5",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"SHBK": {
"ver": "1.0.4",
"uuid": "2adfc87d-f72d-4d23-8830-1165eb8b40f7",
"rawTextureUuid": "43a5ba60-7f8f-4649-9613-c438597613e5",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -1,
"offsetY": -2,
"trimX": 16,
"trimY": 14,
"width": 87,
"height": 108,
"rawWidth": 121,
"rawHeight": 132,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "dc8fe9a3-b97c-459c-96c2-55cd760ceeb5",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"Today": {
"ver": "1.0.4",
"uuid": "60a35e08-196c-401c-8967-25cd2f0a4f1c",
"rawTextureUuid": "dc8fe9a3-b97c-459c-96c2-55cd760ceeb5",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 2.5,
"trimX": 39,
"trimY": 9,
"width": 43,
"height": 106,
"rawWidth": 121,
"rawHeight": 129,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "2eee0e78-34b6-4d3b-8b4a-ffd84ff6623a",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"YSQM": {
"ver": "1.0.4",
"uuid": "f8360087-8a5e-4e4e-9b54-8cf79535cec5",
"rawTextureUuid": "2eee0e78-34b6-4d3b-8b4a-ffd84ff6623a",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -1,
"offsetY": -2.5,
"trimX": 16,
"trimY": 14,
"width": 87,
"height": 109,
"rawWidth": 121,
"rawHeight": 132,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "3e90dcb2-3dd4-4b49-99eb-ef59828e51f2",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"YYSJ": {
"ver": "1.0.4",
"uuid": "3e7ef534-4b22-4e03-8544-2cdc3c0d95ea",
"rawTextureUuid": "3e90dcb2-3dd4-4b49-99eb-ef59828e51f2",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -1,
"offsetY": -2,
"trimX": 16,
"trimY": 14,
"width": 87,
"height": 108,
"rawWidth": 121,
"rawHeight": 132,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "6c093af2-be1c-4e55-be04-f782506ae6bf",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"ZJYZ": {
"ver": "1.0.4",
"uuid": "90842bfe-129a-4da0-82f1-0cac006e9149",
"rawTextureUuid": "6c093af2-be1c-4e55-be04-f782506ae6bf",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -0.5,
"offsetY": -2,
"trimX": 17,
"trimY": 14,
"width": 86,
"height": 108,
"rawWidth": 121,
"rawHeight": 132,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "98784910-c2be-4984-b65b-2de6d3d56f5f",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"ZRZS": {
"ver": "1.0.4",
"uuid": "deba5aca-791b-43b3-bda4-1a7a9c7da1d6",
"rawTextureUuid": "98784910-c2be-4984-b65b-2de6d3d56f5f",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -0.5,
"offsetY": -2,
"trimX": 17,
"trimY": 14,
"width": 86,
"height": 108,
"rawWidth": 121,
"rawHeight": 132,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "0d220822-9ae7-42fd-abd5-86898338266c",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"baseboard": {
"ver": "1.0.4",
"uuid": "ea54d67e-d60b-4099-af3c-fd79637bebe8",
"rawTextureUuid": "0d220822-9ae7-42fd-abd5-86898338266c",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 121,
"height": 88,
"rawWidth": 121,
"rawHeight": 88,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "c24c9094-2f04-4c2e-b1aa-203dca6d08b2",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"baseboard_active": {
"ver": "1.0.4",
"uuid": "f6ec8f94-2ebd-4b95-b9e5-786860239c34",
"rawTextureUuid": "c24c9094-2f04-4c2e-b1aa-203dca6d08b2",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 129,
"height": 96,
"rawWidth": 129,
"rawHeight": 96,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "6b52990e-9cd9-46ea-bc70-dc437bd43367",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"bg": {
"ver": "1.0.4",
"uuid": "01bdcd01-33d3-4f02-893f-d68c1ba9058a",
"rawTextureUuid": "6b52990e-9cd9-46ea-bc70-dc437bd43367",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 1280,
"height": 720,
"rawWidth": 1280,
"rawHeight": 720,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "5ae0f1d4-1b33-4547-b92f-e65868b2e2f1",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"class_pic": {
"ver": "1.0.4",
"uuid": "13426eee-945c-4029-8729-8e11b539c3c7",
"rawTextureUuid": "5ae0f1d4-1b33-4547-b92f-e65868b2e2f1",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 274,
"height": 168,
"rawWidth": 274,
"rawHeight": 168,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "427d1bcb-af19-4ddc-84d7-8d0c69a61706",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"customizedCourses_button": {
"ver": "1.0.4",
"uuid": "99be0119-8aad-4127-95aa-696b6b040925",
"rawTextureUuid": "427d1bcb-af19-4ddc-84d7-8d0c69a61706",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -2,
"trimX": 0,
"trimY": 4,
"width": 176,
"height": 124,
"rawWidth": 176,
"rawHeight": 128,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "20b82ba2-ddf0-492b-be1d-1d4c9f08ef51",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"drak": {
"ver": "1.0.4",
"uuid": "c8e536c0-b0ef-4439-8922-ca983188e6fc",
"rawTextureUuid": "20b82ba2-ddf0-492b-be1d-1d4c9f08ef51",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0.5,
"offsetY": -0.5,
"trimX": 2,
"trimY": 2,
"width": 48,
"height": 47,
"rawWidth": 51,
"rawHeight": 50,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "701fe32b-1deb-4705-83f6-11db5cb25943",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"grade_button": {
"ver": "1.0.4",
"uuid": "ec3f7e4f-0e2b-4d91-b1d1-2b9b15514b4b",
"rawTextureUuid": "701fe32b-1deb-4705-83f6-11db5cb25943",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 1,
"offsetY": -2,
"trimX": 2,
"trimY": 4,
"width": 174,
"height": 124,
"rawWidth": 176,
"rawHeight": 128,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "09461cfe-b4d2-4f50-b57f-39c8d4bd6119",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"growup_button": {
"ver": "1.0.4",
"uuid": "309165d6-22f3-40e6-b1da-194cd6255941",
"rawTextureUuid": "09461cfe-b4d2-4f50-b57f-39c8d4bd6119",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 1.5,
"offsetY": -2,
"trimX": 3,
"trimY": 4,
"width": 173,
"height": 124,
"rawWidth": 176,
"rawHeight": 128,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "f7467269-6833-4487-ac26-fbbca565cdb8",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"star_groove": {
"ver": "1.0.4",
"uuid": "7888448f-8fb2-462a-a128-52df9e9be325",
"rawTextureUuid": "f7467269-6833-4487-ac26-fbbca565cdb8",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 159,
"height": 61,
"rawWidth": 159,
"rawHeight": 61,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "02d02138-53ca-4477-826e-066ce5d9138a",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"star_groove_active": {
"ver": "1.0.4",
"uuid": "387d0cd6-cfc9-4f3f-a3c0-fc7addad8971",
"rawTextureUuid": "02d02138-53ca-4477-826e-066ce5d9138a",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 159,
"height": 61,
"rawWidth": 159,
"rawHeight": 61,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "bfbaac04-906d-40e4-aa37-527a841b434b",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"this_week": {
"ver": "1.0.4",
"uuid": "a43abdbe-41d8-4519-ab17-6998fb5e57b6",
"rawTextureUuid": "bfbaac04-906d-40e4-aa37-527a841b434b",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 158,
"height": 30,
"rawWidth": 158,
"rawHeight": 30,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.1",
"uuid": "5cc7e44d-177f-4281-9d96-497f6c7b14bc",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"platformSettings": {},
"subMetas": {
"tips": {
"ver": "1.0.4",
"uuid": "5ef776c1-c670-49c8-a1f0-39f8cb1d33a6",
"rawTextureUuid": "5cc7e44d-177f-4281-9d96-497f6c7b14bc",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 326,
"height": 137,
"rawWidth": 326,
"rawHeight": 137,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "1.2.0",
"uuid": "a568d120-8710-4866-a522-ba1137e34620",
"optimizationPolicy": "AUTO",
"asyncLoadAssets": false,
"readonly": false,
"subMetas": {}
}
\ No newline at end of file
{
"ver": "1.2.0",
"uuid": "6700b1c0-3f79-4c11-a5df-b4a65de78eda",
"optimizationPolicy": "AUTO",
"asyncLoadAssets": false,
"readonly": false,
"subMetas": {}
}
\ No newline at end of file
......@@ -23,7 +23,7 @@
"group-list": [
"default"
],
"last-module-event-record-time": 1567662056700,
"last-module-event-record-time": 1568625456259,
"simulator-orientation": false,
"simulator-resolution": {
"height": 640,
......