Commit 99844b52 99844b523402ed5cd47d5bfc42de042da63ef0df by jinwawa

complete scenePerson

1 parent 89d466f9
Showing 118 changed files with 1446 additions and 21 deletions
......@@ -41,8 +41,8 @@
},
"_scale": {
"__type__": "cc.Vec3",
"x": 1.2059856672775,
"y": 1.2059856672775,
"x": 0.625,
"y": 0.625,
"z": 1
},
"_quat": {
......@@ -1001,8 +1001,8 @@
},
"_position": {
"__type__": "cc.Vec3",
"x": -229,
"y": -229,
"x": -226,
"y": -191,
"z": 0
},
"_scale": {
......@@ -1034,12 +1034,12 @@
},
"_enabled": true,
"_armatureName": "armatureName",
"_animationName": "",
"_animationName": "Animation1",
"_preCacheMode": 0,
"_cacheMode": 0,
"playTimes": -1,
"premultipliedAlpha": false,
"_armatureKey": "12fcf88d-19e6-4c0e-a0e9-90493cbd8988#3348c645-59e4-4bf2-b5ac-02172ce7f044",
"_armatureKey": "1fb6a032-7469-4cf7-b0bc-a0a8af4f61a3#d341b1fa-07a0-4b06-86cc-09313f8b8c5d",
"_accTime": 0,
"_playCount": 0,
"_frameCache": null,
......@@ -1047,13 +1047,13 @@
"_playing": false,
"_armatureCache": null,
"_N$dragonAsset": {
"__uuid__": "12fcf88d-19e6-4c0e-a0e9-90493cbd8988"
"__uuid__": "1fb6a032-7469-4cf7-b0bc-a0a8af4f61a3"
},
"_N$dragonAtlasAsset": {
"__uuid__": "3348c645-59e4-4bf2-b5ac-02172ce7f044"
"__uuid__": "d341b1fa-07a0-4b06-86cc-09313f8b8c5d"
},
"_N$_defaultArmatureIndex": 0,
"_N$_animationIndex": 0,
"_N$_animationIndex": 1,
"_N$_defaultCacheMode": 0,
"_N$timeScale": 1,
"_N$debugBones": false,
......
{
"ver": "1.0.1",
"uuid": "ffd37b62-1e07-4e9b-a521-1ffcb990e3a9",
"asyncLoadAssets": false,
"autoReleaseAssets": false,
"subMetas": {}
}
\ No newline at end of file
{
"ver": "1.0.1",
"uuid": "540ca08d-2ed5-4b15-8fcb-89d525c1852c",
"asyncLoadAssets": false,
"autoReleaseAssets": false,
"subMetas": {}
}
\ No newline at end of file
......@@ -27,6 +27,7 @@ cc.Class({
roleAnim: dragonBones.ArmatureDisplay,
pointer: cc.Sprite, //大转盘指针
pointerButton: cc.Sprite, //大转盘按钮
achievement_detail_close: cc.Sprite,
PFB_GAME_TASKITEM: {
default: null,
type: cc.Prefab
......@@ -43,6 +44,7 @@ cc.Class({
this._aFocusTargets[1] = []; //任务弹窗焦点
this._aFocusTargets[2] = []; //成就弹窗焦点
this._aFocusTargets[3] = []; //活动大转盘弹窗
this._aFocusTargets[4] = []; //成就列表详情
this._iSceneStatus = 0; //焦点层级
this.roleAnim.node.zIndex = 40;
this.initFocus();
......@@ -165,15 +167,15 @@ cc.Class({
let fiIslandSprite = cc.find("bgScrollView/viewport/content/island_" + i, this.node).addComponent(FocusInfo);//
this._aFocusTargets[0]['to_island' + i] = cc.find("bgScrollView/viewport/content/island_" + i, this.node);
fiIslandSprite.init(
'{"click": [{"action": "ChangeScene","parameters": {"sceneName":"sceneExploreNew","order":"'+ i +'"}}]}',
'{"click": [{"action": "ChangeScene","parameters": {"sceneName":"sceneExploreNew","order":"' + i + '"}}]}',
true, null, null, 1
);
//弄小岛下方的进度信息
if(cc.find("scrollViewBg/scrollViewBar",fiIslandSprite.node) && cc.find("progress",fiIslandSprite.node)){
this.totalTask = GlobalValue.ISLAND_CONFIG[i-1].PROGRESS_BAR_VALUE;
cc.find("scrollViewBg/scrollViewBar",fiIslandSprite.node).width=GlobalValue.ISLAND_CONFIG[i-1].PROGRESS_BAR_VALUE * 200;
cc.find("progress",fiIslandSprite.node).getComponent(cc.Label).string=GlobalValue.ISLAND_CONFIG[i-1].PROGRESS_LABEL_VALUE;
if (cc.find("scrollViewBg/scrollViewBar", fiIslandSprite.node) && cc.find("progress", fiIslandSprite.node)) {
this.totalTask = GlobalValue.ISLAND_CONFIG[i - 1].PROGRESS_BAR_VALUE;
cc.find("scrollViewBg/scrollViewBar", fiIslandSprite.node).width = GlobalValue.ISLAND_CONFIG[i - 1].PROGRESS_BAR_VALUE * 200;
cc.find("progress", fiIslandSprite.node).getComponent(cc.Label).string = GlobalValue.ISLAND_CONFIG[i - 1].PROGRESS_LABEL_VALUE;
}
if (i == 1) {
......@@ -213,7 +215,7 @@ cc.Class({
var fiShopSprite = this.shopSprite.addComponent(FocusInfo);//
this._aFocusTargets[0]['to_shop'] = this.shopSprite;
fiShopSprite.init(
null, true
'{"click": [{"action": "ChangeScene","parameters": {"sceneName":"sceneMall"}}]}', true
);
var fiPointerButton = this.pointerButton.addComponent(FocusInfo);//
......@@ -402,7 +404,25 @@ cc.Class({
} else if (0 == this._fiCurrentFocus.node.getName().indexOf('PointerButton')) {
if (!GlobalValue.ACTIVITY_IS_TURN)
this.pointerButtonStartControl();
} else
} else if (0 == this._fiCurrentFocus.node.getName().indexOf('StarListCell')) {
this._iSceneStatus = 4;
cc.find("achievement/achievement_detail", this.node).active = true;
var fiAchievementDetailCloseSprite = this.achievement_detail_close.addComponent(FocusInfo);//
this._aFocusTargets[4]['to_achievement_detail_close'] = this.achievement_detail_close;
fiAchievementDetailCloseSprite.init(
null, true
);
var fiFocusTarget = this.achievement_detail_close.getComponent(FocusInfo);
this._cFocus.flyFocus(this._fiCurrentFocus, fiFocusTarget, Common.MOVE_DIRECTION_UP, null, null);
}else if (0 == this._fiCurrentFocus.node.getName().indexOf('CloseAchievementDetail')) {
cc.find("achievement/achievement_detail", this.node).active = false;
this._iSceneStatus = 2;
var fiFocusTarget = this._cFocus.findTarget(this._fiCurrentFocus, this._aFocusTargets, this._iSceneStatus, Common.MOVE_DIRECTION_DOWN);
// var fiFocusTarget = this.activitySprite.getComponent(FocusInfo);
this._cFocus.flyFocus(this._fiCurrentFocus, fiFocusTarget, Common.MOVE_DIRECTION_DOWN, null, null);
}
else
this.doCurrentFocusTVLinkAction(Common.TV_LINK_ACTION_CLICK);
break;
case cc.macro.KEY.backspace:
......
{
"ver": "1.0.5",
"uuid": "4b38c174-2705-4e1e-8846-9ada58650906",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}
\ No newline at end of file
{
"ver": "1.0.5",
"uuid": "95ca7470-6ed7-463a-b286-713b2960e249",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}
\ No newline at end of file
......@@ -68,6 +68,7 @@ cc.Class({
// TOPDRAW_IMAGE_SERVER : "http://111.11.189.12:8080/hyperion.resource/",
// TOPDRAW_API_SERVER2:'http://111.11.189.12:8080/hyperion.archer/',
TEST_API_TOKEN: 'dd4b1968eb5b417e834c2687e23d2471',
TEST_API_TOKEN2: '2016f5a5ada24b86afebf6cd2ba30c70',
//教育
TOPDRAW_API_SERVER_EDU: 'http://139.196.4.234:38080/hyperion.chimera/',
......
......@@ -476,7 +476,10 @@ cc.Class({
delete oAllParameters.sortDirection;
}
oAllParameters.token = Common.TEST_API_TOKEN_EDU;
//这个进行优化,不能写死,需要灵活使用token
if(null==oAllParameters.token || ''==oAllParameters.token){
oAllParameters.token = Common.TEST_API_TOKEN_EDU;
}
if (null == onSuccess) {
onSuccess = this.renderInitData;
......
//明星列表ListCell
var Common = require('Common');
var FocusInfo = require('FocusInfo');
var ListView = require('ListView');
var ListCell = require('ListCell');
var Network = require('Network');
cc.Class({
extends: ListCell,
properties: {
},
statics: {
PFB_NAME: 'prefab/pfbPersonRoleInstallCategoryListCell',
CELL_NAME: 'RoleInstallListCell',
},
init: function (iCellIndex, bIsFocusEnable, compSceneCanvas) {
this._compSceneCanvas = compSceneCanvas;
this._iCellIndex = iCellIndex;
this.node.zIndex=20; //TODO:提升权值,显示在背景框上层
var self=this;
// cc.loader.loadRes('texture/ui/personal_cell_focus', cc.SpriteFrame, function (err, spriteFrame) {
// cc.find('Bg', self.node).getComponent(cc.Sprite).spriteFrame = spriteFrame;
// });
let nodeExplainText = cc.find('Explain/Text', this.node);
nodeExplainText.getComponent(cc.Label).string = "载入中...";
//准备焦点坐标
let fiCategoryBlock = this.node.addComponent(FocusInfo);
fiCategoryBlock.init(
'{"click":[{\
"action":"ChangeScene",\
"parameters":{\
"sceneName":"sceneStarList",\
"categoryId":"",\
"elderLevel":"1",\
"appId":""\
}\
}]}',
false, null, null, 1.0
);
compSceneCanvas.addNodeToFocusTarget(0, this.node.name, this.node);
},
render(oData, iRecordIndex) {
let nodePic = this.node.getChildByName('Pic');
let nodeExplainText=cc.find('Explain/Text',this.node);
let nodeInstallIcon=cc.find('InstallIcon',this.node); //是否安装
// oData.in_use==1?nodeInstallIcon.opacity=255:nodeInstallIcon.opacity=0;
if(oData.in_use){
nodeInstallIcon.opacity=255;
nodeExplainText.getComponent(cc.Label).string="按【确定】卸载";
}else{
nodeInstallIcon.opacity=0;
nodeExplainText.getComponent(cc.Label).string="按【确定】使用";
}
var fileURL = '';
if (typeof (oData.images) != 'undefined' && oData.images.map.thumbnail != null) {
var index = oData.images.map.thumbnail[0];
fileURL = oData.images.list[index].fileUrl;
}
Network.loadImageInNativeRuntime(
Common.TOPDRAW_IMAGE_SERVER + fileURL,
function (texture) {
nodePic.getComponent(cc.Sprite).spriteFrame = new cc.SpriteFrame(texture);
}, null, this
);
//准备焦点坐标
let fiCategoryBlock = this.node.getComponent(FocusInfo);
fiCategoryBlock.setTVLink('{"click": [{"action": "ChangeScene",' +
'"parameters": {' +
'"sceneName":"sceneClassifyDetail",' +
'"categoryId": "' + oData.id + '",' +
'"elderLevel":"1",' +
'"appId":"' + this._compSceneCanvas._strAppId + '"' +
'}}]}');
},
enableFocusInfo: function () {
this.node.getComponent(FocusInfo).setEnable(true);
},
disableFocusInfo: function () {
this.node.getComponent(FocusInfo).setEnable(false);
},
setUIWithFocus: function () {
//let nodeSongListCell=;
let nodeCollection = this.node.getChildByName('Collection');
nodeCollection.opacity = 255;
//nodeCollection.getComponent(FocusInfo).setEnable(true);
//转起来 这部分以后要尽量放到Cell里去
let nodeTitleMask = this.node.getChildByName('ImageBlock').getChildByName('TitleMask');
let nodeTitleContainer = nodeTitleMask.getChildByName('TitleContainer');
let nodeTitleText1 = nodeTitleContainer.getChildByName("TitleText1");
let nodeTitleText2 = nodeTitleContainer.getChildByName("TitleText2");
let fOriginalX = nodeTitleContainer.x;
let fOriginalY = nodeTitleContainer.y;
if (nodeTitleText1.width > nodeTitleMask.width) { //字超出长度才滚动
let fEndPositionDelta = nodeTitleText1.width / 2 + 50 + nodeTitleText2.width / 2;
//下方时长和字有关系,才能速度一样
var ftaTitleMoveToTarget = cc.moveTo(10, fOriginalX - fEndPositionDelta, fOriginalY);
var ftaTitleMoveToBack = cc.moveTo(0, fOriginalX, fOriginalY);
var sequenceTitle = cc.sequence(ftaTitleMoveToTarget, ftaTitleMoveToBack);
var repeatTitle = cc.repeat(sequenceTitle, 10);
repeatTitle.setTag(Common.OVERLENGTH_MOVING);
nodeTitleContainer.stopAction(nodeTitleContainer.getActionByTag(Common.OVERLENGTH_MOVING));
nodeTitleContainer.runAction(repeatTitle);
}
},
setUIWithoutFocus: function () {
let nodeImageBlock = this.node.getChildByName('ImageBlock')
let nodeTitleMask = nodeImageBlock.getChildByName('TitleMask');
let nodeTitleContainer = nodeTitleMask.getChildByName('TitleContainer');
let nodeCollection = this.node.getChildByName('Collection');
//if (nodeTo!=nodeCollectionFrom){ //离开图片并且去的不是图片所在的Collection区
// nodeCollectionFrom.opacity=0;
// nodeCollectionFrom.getComponent(FocusInfo).setEnable(false);
//}
//let nodeTitleContainer=this.node.getChildByName('ImageBlock').getChildByName('TitleMask').getChildByName('TitleContainer');
nodeTitleContainer.stopAction(nodeTitleContainer.getActionByTag(Common.OVERLENGTH_MOVING));
nodeTitleContainer.x = 0;
},
});
{
"ver": "1.0.5",
"uuid": "607d3036-ff56-4141-8450-dedddafd371f",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "90d4d590-8873-4723-9054-5b24c8848f9f",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"bg_icon": {
"ver": "1.0.4",
"uuid": "0e4c4f09-1d93-4dfe-8693-2b671edaa98e",
"rawTextureUuid": "90d4d590-8873-4723-9054-5b24c8848f9f",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 122,
"height": 124,
"rawWidth": 122,
"rawHeight": 124,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "8d0f4825-f294-496f-876b-b2ea47e1c126",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"gray_11_3": {
"ver": "1.0.4",
"uuid": "f90defe6-c102-4f22-b187-2006f74b00bb",
"rawTextureUuid": "8d0f4825-f294-496f-876b-b2ea47e1c126",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 121,
"height": 122,
"rawWidth": 121,
"rawHeight": 122,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "a68ad0a8-b10d-44bf-814a-f4a0acebb0d3",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"item_achievement_detail": {
"ver": "1.0.4",
"uuid": "6d600646-daa5-47a5-a089-242cdb4979a8",
"rawTextureUuid": "a68ad0a8-b10d-44bf-814a-f4a0acebb0d3",
"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": "1.0.1",
"uuid": "142d89ba-194d-4d05-9007-30d14827acca",
"isSubpackage": false,
"subpackageName": "",
"subMetas": {}
}
\ No newline at end of file
{"frameRate":60,"isGlobal":0,"armature":[{"skin":[{"name":"","slot":[{"display":[{"path":"02","type":"image","name":"02","transform":{"y":6.2733,"skX":-119.1113,"skY":-119.1113,"x":17.3692}}],"name":"Layer11"},{"display":[{"path":"07","type":"image","name":"07","transform":{"y":3.739,"skX":-50.6953,"skY":-50.6953,"x":27.2676}}],"name":"Layer13"},{"display":[{"path":"05","type":"image","name":"05","transform":{"y":1.1972,"skX":-82.0928,"skY":-82.0928,"x":6.6553}}],"name":"Layer28"},{"display":[{"path":"06","type":"image","name":"06","transform":{"y":0.2939,"skX":-111.5226,"skY":-111.5226,"x":8.8317}}],"name":"Layer27"},{"display":[{"path":"04","type":"image","name":"04","transform":{"y":3.5717,"skX":-91.3639,"skY":-91.364,"x":16.592}}],"name":"Layer9"},{"display":[{"path":"01","type":"image","name":"01","transform":{"y":-12.8269,"skX":89.8606,"skY":89.8606,"x":56.3632}}],"name":"Layer10"},{"display":[{"path":"03","type":"image","name":"03","transform":{"y":1.7248,"skX":-121.6215,"skY":-121.6215,"x":18.3763}}],"name":"Layer12"},{"display":[{"path":"08","type":"image","name":"08","transform":{}}],"name":"Layer8"}]}],"animation":[{"duration":60,"frame":[],"bone":[{"frame":[{"duration":15,"transform":{},"tweenEasing":0},{"duration":15,"transform":{"skX":6.2202,"skY":6.2202},"tweenEasing":0},{"duration":15,"transform":{},"tweenEasing":0},{"duration":15,"transform":{"skX":-11.9779,"skY":-11.9779},"tweenEasing":0},{"duration":0,"transform":{}}],"name":"Layer12"},{"frame":[{"duration":15,"transform":{},"tweenEasing":0},{"duration":15,"transform":{"skX":-3.7757,"skY":-3.7757},"tweenEasing":0},{"duration":15,"transform":{},"tweenEasing":0},{"duration":15,"transform":{"skX":3.743,"skY":3.743},"tweenEasing":0},{"duration":0,"transform":{}}],"name":"Layer10"},{"frame":[{"duration":15,"transform":{},"tweenEasing":0},{"duration":15,"transform":{"y":-5},"tweenEasing":0},{"duration":15,"transform":{},"tweenEasing":0},{"duration":15,"transform":{"y":-5},"tweenEasing":0},{"duration":0,"transform":{}}],"name":"Layer9"},{"frame":[{"duration":15,"transform":{},"tweenEasing":0},{"duration":15,"transform":{"skX":-22.1552,"skY":-22.1552},"tweenEasing":0},{"duration":15,"transform":{},"tweenEasing":0},{"duration":15,"transform":{"skX":21.8057,"skY":21.8057},"tweenEasing":0},{"duration":0,"transform":{}}],"name":"Layer27"},{"frame":[{"duration":15,"transform":{},"tweenEasing":0},{"duration":15,"transform":{"skX":20.7598,"skY":20.7598},"tweenEasing":0},{"duration":15,"transform":{},"tweenEasing":0},{"duration":15,"transform":{"skX":-20.0587,"skY":-20.0587},"tweenEasing":0},{"duration":0,"transform":{}}],"name":"Layer28"},{"frame":[{"duration":15,"transform":{},"tweenEasing":0},{"duration":15,"transform":{"skX":-8.2143,"skY":-8.2143},"tweenEasing":0},{"duration":15,"transform":{},"tweenEasing":0},{"duration":15,"transform":{"skX":8.484,"skY":8.484},"tweenEasing":0},{"duration":0,"transform":{}}],"name":"Layer13"},{"frame":[{"duration":17,"transform":{},"tweenEasing":0},{"duration":15,"transform":{"skX":-1.8837,"skY":-1.8837},"tweenEasing":0},{"duration":13,"transform":{},"tweenEasing":0},{"duration":1,"transform":{"skX":1.3519,"skY":1.3519},"tweenEasing":0},{"duration":14,"transform":{"skX":1.0185,"skY":1.0185},"tweenEasing":0},{"duration":0,"transform":{}}],"name":"Layer11"},{"frame":[{"duration":15,"transform":{},"tweenEasing":0},{"duration":15,"transform":{"scX":0.9},"tweenEasing":0},{"duration":15,"transform":{},"tweenEasing":0},{"duration":15,"transform":{"scX":0.7},"tweenEasing":0},{"duration":0,"transform":{}}],"name":"Layer8"},{"frame":[{"duration":60,"transform":{}}],"name":"root"}],"slot":[{"frame":[{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":null,"duration":0}],"name":"Layer12"},{"frame":[{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":null,"duration":0}],"name":"Layer10"},{"frame":[{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":null,"duration":0}],"name":"Layer9"},{"frame":[{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":null,"duration":0}],"name":"Layer27"},{"frame":[{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":null,"duration":0}],"name":"Layer28"},{"frame":[{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":null,"duration":0}],"name":"Layer13"},{"frame":[{"tweenEasing":0,"duration":17},{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":13},{"tweenEasing":0,"duration":1},{"tweenEasing":0,"duration":14},{"tweenEasing":null,"duration":0}],"name":"Layer11"},{"frame":[{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":null,"duration":0}],"name":"Layer8"}],"ffd":[],"ik":[],"playTimes":0,"name":"Animation1"}],"type":"Armature","bone":[{"name":"root","transform":{}},{"inheritScale":false,"transform":{"y":58.7707,"x":-0.5776},"name":"Layer8","parent":"root"},{"length":86,"transform":{"y":1.8201,"skX":91.3639,"skY":91.3639,"x":2.2156},"parent":"root","name":"Layer9","inheritScale":false},{"length":90,"transform":{"y":-11.9506,"skX":-40.6686,"skY":-40.6686,"x":-5.1135},"parent":"Layer9","name":"Layer13","inheritScale":false},{"length":58,"transform":{"y":-7.2719,"skX":-0.1904,"skY":-0.1904,"x":34.6615},"parent":"Layer9","name":"Layer28","inheritScale":false},{"length":61,"transform":{"y":5.1635,"skX":3.5165,"skY":3.5165,"x":34.6872},"parent":"Layer9","name":"Layer27","inheritScale":false},{"length":141,"transform":{"y":-1.4118,"skX":178.7755,"skY":178.7755,"x":-13.1408},"parent":"Layer9","name":"Layer10","inheritScale":false},{"length":92,"transform":{"y":18.0245,"skX":30.2575,"skY":30.2575,"x":-3.71},"parent":"Layer9","name":"Layer12","inheritScale":false},{"length":135,"transform":{"y":-2.8937,"skX":-151.0281,"skY":-151.0281,"x":55.5104},"parent":"Layer10","name":"Layer11","inheritScale":false}],"aabb":{"width":167,"y":-138.67761378937917,"height":203.44831378937917,"x":-96.24993711129599},"ik":[],"defaultActions":[{"gotoAndPlay":"Animation1"}],"name":"armatureName","frameRate":60,"slot":[{"color":{},"name":"Layer8","parent":"Layer8"},{"z":1,"color":{},"name":"Layer11","parent":"Layer11"},{"z":2,"color":{},"name":"Layer13","parent":"Layer13"},{"z":3,"color":{},"name":"Layer28","parent":"Layer28"},{"z":4,"color":{},"name":"Layer27","parent":"Layer27"},{"z":5,"color":{},"name":"Layer9","parent":"Layer9"},{"z":6,"color":{},"name":"Layer10","parent":"Layer10"},{"z":7,"color":{},"name":"Layer12","parent":"Layer12"}]}],"name":"sea_beach","version":"5.0"}
\ No newline at end of file
{
"ver": "1.0.0",
"uuid": "1fb6a032-7469-4cf7-b0bc-a0a8af4f61a3",
"dragonBonesJson": "{\"frameRate\":60,\"isGlobal\":0,\"armature\":[{\"skin\":[{\"name\":\"\",\"slot\":[{\"display\":[{\"path\":\"02\",\"type\":\"image\",\"name\":\"02\",\"transform\":{\"y\":6.2733,\"skX\":-119.1113,\"skY\":-119.1113,\"x\":17.3692}}],\"name\":\"Layer11\"},{\"display\":[{\"path\":\"07\",\"type\":\"image\",\"name\":\"07\",\"transform\":{\"y\":3.739,\"skX\":-50.6953,\"skY\":-50.6953,\"x\":27.2676}}],\"name\":\"Layer13\"},{\"display\":[{\"path\":\"05\",\"type\":\"image\",\"name\":\"05\",\"transform\":{\"y\":1.1972,\"skX\":-82.0928,\"skY\":-82.0928,\"x\":6.6553}}],\"name\":\"Layer28\"},{\"display\":[{\"path\":\"06\",\"type\":\"image\",\"name\":\"06\",\"transform\":{\"y\":0.2939,\"skX\":-111.5226,\"skY\":-111.5226,\"x\":8.8317}}],\"name\":\"Layer27\"},{\"display\":[{\"path\":\"04\",\"type\":\"image\",\"name\":\"04\",\"transform\":{\"y\":3.5717,\"skX\":-91.3639,\"skY\":-91.364,\"x\":16.592}}],\"name\":\"Layer9\"},{\"display\":[{\"path\":\"01\",\"type\":\"image\",\"name\":\"01\",\"transform\":{\"y\":-12.8269,\"skX\":89.8606,\"skY\":89.8606,\"x\":56.3632}}],\"name\":\"Layer10\"},{\"display\":[{\"path\":\"03\",\"type\":\"image\",\"name\":\"03\",\"transform\":{\"y\":1.7248,\"skX\":-121.6215,\"skY\":-121.6215,\"x\":18.3763}}],\"name\":\"Layer12\"},{\"display\":[{\"path\":\"08\",\"type\":\"image\",\"name\":\"08\",\"transform\":{}}],\"name\":\"Layer8\"}]}],\"animation\":[{\"duration\":60,\"frame\":[],\"bone\":[{\"frame\":[{\"duration\":15,\"transform\":{},\"tweenEasing\":0},{\"duration\":15,\"transform\":{\"skX\":6.2202,\"skY\":6.2202},\"tweenEasing\":0},{\"duration\":15,\"transform\":{},\"tweenEasing\":0},{\"duration\":15,\"transform\":{\"skX\":-11.9779,\"skY\":-11.9779},\"tweenEasing\":0},{\"duration\":0,\"transform\":{}}],\"name\":\"Layer12\"},{\"frame\":[{\"duration\":15,\"transform\":{},\"tweenEasing\":0},{\"duration\":15,\"transform\":{\"skX\":-3.7757,\"skY\":-3.7757},\"tweenEasing\":0},{\"duration\":15,\"transform\":{},\"tweenEasing\":0},{\"duration\":15,\"transform\":{\"skX\":3.743,\"skY\":3.743},\"tweenEasing\":0},{\"duration\":0,\"transform\":{}}],\"name\":\"Layer10\"},{\"frame\":[{\"duration\":15,\"transform\":{},\"tweenEasing\":0},{\"duration\":15,\"transform\":{\"y\":-5},\"tweenEasing\":0},{\"duration\":15,\"transform\":{},\"tweenEasing\":0},{\"duration\":15,\"transform\":{\"y\":-5},\"tweenEasing\":0},{\"duration\":0,\"transform\":{}}],\"name\":\"Layer9\"},{\"frame\":[{\"duration\":15,\"transform\":{},\"tweenEasing\":0},{\"duration\":15,\"transform\":{\"skX\":-22.1552,\"skY\":-22.1552},\"tweenEasing\":0},{\"duration\":15,\"transform\":{},\"tweenEasing\":0},{\"duration\":15,\"transform\":{\"skX\":21.8057,\"skY\":21.8057},\"tweenEasing\":0},{\"duration\":0,\"transform\":{}}],\"name\":\"Layer27\"},{\"frame\":[{\"duration\":15,\"transform\":{},\"tweenEasing\":0},{\"duration\":15,\"transform\":{\"skX\":20.7598,\"skY\":20.7598},\"tweenEasing\":0},{\"duration\":15,\"transform\":{},\"tweenEasing\":0},{\"duration\":15,\"transform\":{\"skX\":-20.0587,\"skY\":-20.0587},\"tweenEasing\":0},{\"duration\":0,\"transform\":{}}],\"name\":\"Layer28\"},{\"frame\":[{\"duration\":15,\"transform\":{},\"tweenEasing\":0},{\"duration\":15,\"transform\":{\"skX\":-8.2143,\"skY\":-8.2143},\"tweenEasing\":0},{\"duration\":15,\"transform\":{},\"tweenEasing\":0},{\"duration\":15,\"transform\":{\"skX\":8.484,\"skY\":8.484},\"tweenEasing\":0},{\"duration\":0,\"transform\":{}}],\"name\":\"Layer13\"},{\"frame\":[{\"duration\":17,\"transform\":{},\"tweenEasing\":0},{\"duration\":15,\"transform\":{\"skX\":-1.8837,\"skY\":-1.8837},\"tweenEasing\":0},{\"duration\":13,\"transform\":{},\"tweenEasing\":0},{\"duration\":1,\"transform\":{\"skX\":1.3519,\"skY\":1.3519},\"tweenEasing\":0},{\"duration\":14,\"transform\":{\"skX\":1.0185,\"skY\":1.0185},\"tweenEasing\":0},{\"duration\":0,\"transform\":{}}],\"name\":\"Layer11\"},{\"frame\":[{\"duration\":15,\"transform\":{},\"tweenEasing\":0},{\"duration\":15,\"transform\":{\"scX\":0.9},\"tweenEasing\":0},{\"duration\":15,\"transform\":{},\"tweenEasing\":0},{\"duration\":15,\"transform\":{\"scX\":0.7},\"tweenEasing\":0},{\"duration\":0,\"transform\":{}}],\"name\":\"Layer8\"},{\"frame\":[{\"duration\":60,\"transform\":{}}],\"name\":\"root\"}],\"slot\":[{\"frame\":[{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":null,\"duration\":0}],\"name\":\"Layer12\"},{\"frame\":[{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":null,\"duration\":0}],\"name\":\"Layer10\"},{\"frame\":[{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":null,\"duration\":0}],\"name\":\"Layer9\"},{\"frame\":[{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":null,\"duration\":0}],\"name\":\"Layer27\"},{\"frame\":[{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":null,\"duration\":0}],\"name\":\"Layer28\"},{\"frame\":[{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":null,\"duration\":0}],\"name\":\"Layer13\"},{\"frame\":[{\"tweenEasing\":0,\"duration\":17},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":13},{\"tweenEasing\":0,\"duration\":1},{\"tweenEasing\":0,\"duration\":14},{\"tweenEasing\":null,\"duration\":0}],\"name\":\"Layer11\"},{\"frame\":[{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":null,\"duration\":0}],\"name\":\"Layer8\"}],\"ffd\":[],\"ik\":[],\"playTimes\":0,\"name\":\"Animation1\"}],\"type\":\"Armature\",\"bone\":[{\"name\":\"root\",\"transform\":{}},{\"inheritScale\":false,\"transform\":{\"y\":58.7707,\"x\":-0.5776},\"name\":\"Layer8\",\"parent\":\"root\"},{\"length\":86,\"transform\":{\"y\":1.8201,\"skX\":91.3639,\"skY\":91.3639,\"x\":2.2156},\"parent\":\"root\",\"name\":\"Layer9\",\"inheritScale\":false},{\"length\":90,\"transform\":{\"y\":-11.9506,\"skX\":-40.6686,\"skY\":-40.6686,\"x\":-5.1135},\"parent\":\"Layer9\",\"name\":\"Layer13\",\"inheritScale\":false},{\"length\":58,\"transform\":{\"y\":-7.2719,\"skX\":-0.1904,\"skY\":-0.1904,\"x\":34.6615},\"parent\":\"Layer9\",\"name\":\"Layer28\",\"inheritScale\":false},{\"length\":61,\"transform\":{\"y\":5.1635,\"skX\":3.5165,\"skY\":3.5165,\"x\":34.6872},\"parent\":\"Layer9\",\"name\":\"Layer27\",\"inheritScale\":false},{\"length\":141,\"transform\":{\"y\":-1.4118,\"skX\":178.7755,\"skY\":178.7755,\"x\":-13.1408},\"parent\":\"Layer9\",\"name\":\"Layer10\",\"inheritScale\":false},{\"length\":92,\"transform\":{\"y\":18.0245,\"skX\":30.2575,\"skY\":30.2575,\"x\":-3.71},\"parent\":\"Layer9\",\"name\":\"Layer12\",\"inheritScale\":false},{\"length\":135,\"transform\":{\"y\":-2.8937,\"skX\":-151.0281,\"skY\":-151.0281,\"x\":55.5104},\"parent\":\"Layer10\",\"name\":\"Layer11\",\"inheritScale\":false}],\"aabb\":{\"width\":167,\"y\":-138.67761378937917,\"height\":203.44831378937917,\"x\":-96.24993711129599},\"ik\":[],\"defaultActions\":[{\"gotoAndPlay\":\"Animation1\"}],\"name\":\"armatureName\",\"frameRate\":60,\"slot\":[{\"color\":{},\"name\":\"Layer8\",\"parent\":\"Layer8\"},{\"z\":1,\"color\":{},\"name\":\"Layer11\",\"parent\":\"Layer11\"},{\"z\":2,\"color\":{},\"name\":\"Layer13\",\"parent\":\"Layer13\"},{\"z\":3,\"color\":{},\"name\":\"Layer28\",\"parent\":\"Layer28\"},{\"z\":4,\"color\":{},\"name\":\"Layer27\",\"parent\":\"Layer27\"},{\"z\":5,\"color\":{},\"name\":\"Layer9\",\"parent\":\"Layer9\"},{\"z\":6,\"color\":{},\"name\":\"Layer10\",\"parent\":\"Layer10\"},{\"z\":7,\"color\":{},\"name\":\"Layer12\",\"parent\":\"Layer12\"}]}],\"name\":\"sea_beach\",\"version\":\"5.0\"}",
"subMetas": {}
}
\ No newline at end of file
{"width":256,"imagePath":"sea_beach_tex.png","height":512,"name":"sea_beach","SubTexture":[{"width":68,"y":103,"height":12,"name":"08","x":170},{"width":167,"y":1,"height":144,"name":"02","x":1},{"width":46,"y":1,"height":58,"name":"07","x":170},{"width":19,"y":61,"height":33,"name":"05","x":226},{"width":23,"y":61,"height":32,"name":"06","x":201},{"width":51,"y":147,"height":60,"name":"04","x":162},{"width":159,"y":147,"height":142,"name":"01","x":1},{"width":29,"y":61,"height":40,"name":"03","x":170}]}
\ No newline at end of file
{
"ver": "1.0.0",
"uuid": "d341b1fa-07a0-4b06-86cc-09313f8b8c5d",
"atlasJson": "{\"width\":256,\"imagePath\":\"sea_beach_tex.png\",\"height\":512,\"name\":\"sea_beach\",\"SubTexture\":[{\"width\":68,\"y\":103,\"height\":12,\"name\":\"08\",\"x\":170},{\"width\":167,\"y\":1,\"height\":144,\"name\":\"02\",\"x\":1},{\"width\":46,\"y\":1,\"height\":58,\"name\":\"07\",\"x\":170},{\"width\":19,\"y\":61,\"height\":33,\"name\":\"05\",\"x\":226},{\"width\":23,\"y\":61,\"height\":32,\"name\":\"06\",\"x\":201},{\"width\":51,\"y\":147,\"height\":60,\"name\":\"04\",\"x\":162},{\"width\":159,\"y\":147,\"height\":142,\"name\":\"01\",\"x\":1},{\"width\":29,\"y\":61,\"height\":40,\"name\":\"03\",\"x\":170}]}",
"texture": "87f3540d-d648-429c-9303-588a924a5a17",
"subMetas": {}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "87f3540d-d648-429c-9303-588a924a5a17",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"sea_beach_tex": {
"ver": "1.0.4",
"uuid": "8ecb1fb4-c6a8-48b9-bf23-717e320240d7",
"rawTextureUuid": "87f3540d-d648-429c-9303-588a924a5a17",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -5,
"offsetY": 111,
"trimX": 1,
"trimY": 1,
"width": 244,
"height": 288,
"rawWidth": 256,
"rawHeight": 512,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "573666a2-0fd3-42ff-870e-9503a18c45ef",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"1000011": {
"ver": "1.0.4",
"uuid": "ec7118b9-0675-447e-aaff-37f5bab6628e",
"rawTextureUuid": "573666a2-0fd3-42ff-870e-9503a18c45ef",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 3,
"offsetY": -5,
"trimX": 19,
"trimY": 11,
"width": 68,
"height": 88,
"rawWidth": 100,
"rawHeight": 100,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
......@@ -21,10 +21,10 @@
"height": 22,
"rawWidth": 148,
"rawHeight": 28,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"borderTop": 10,
"borderBottom": 10,
"borderLeft": 10,
"borderRight": 10,
"subMetas": {}
}
}
......
{
"ver": "1.0.1",
"uuid": "c502409c-1a14-49b7-b67b-73ab700e8b0f",
"isSubpackage": false,
"subpackageName": "",
"subMetas": {}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "6094c71b-2153-4529-9f0d-3aad6a311043",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"TipBoxBg": {
"ver": "1.0.4",
"uuid": "cd6060cb-4720-46da-b0cf-3fef99080273",
"rawTextureUuid": "6094c71b-2153-4529-9f0d-3aad6a311043",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 492,
"height": 460,
"rawWidth": 492,
"rawHeight": 460,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "48e45826-1f71-40af-83c6-1675cc31dc20",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"arrow_left": {
"ver": "1.0.4",
"uuid": "e08aeb85-518b-436c-b8fc-cd3815e1e904",
"rawTextureUuid": "48e45826-1f71-40af-83c6-1675cc31dc20",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 26,
"height": 100,
"rawWidth": 26,
"rawHeight": 100,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "d2c771a8-f07b-420e-a413-139cf414894f",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"arrow_right": {
"ver": "1.0.4",
"uuid": "d1efcd3b-ea8a-4cb5-a4dc-3993b908fea1",
"rawTextureUuid": "d2c771a8-f07b-420e-a413-139cf414894f",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 26,
"height": 100,
"rawWidth": 26,
"rawHeight": 100,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "9e90a2df-05f1-4ba4-9f77-95e2f794e002",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"bg_number": {
"ver": "1.0.4",
"uuid": "2a340bf2-de50-474f-bd6f-d0ff6f4ceecc",
"rawTextureUuid": "9e90a2df-05f1-4ba4-9f77-95e2f794e002",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 73,
"height": 64,
"rawWidth": 73,
"rawHeight": 64,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "7806420d-382b-4052-836a-cfbb03d6f067",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"bg_shop": {
"ver": "1.0.4",
"uuid": "0ed67b23-6492-474c-a421-b782e878abf7",
"rawTextureUuid": "7806420d-382b-4052-836a-cfbb03d6f067",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 1280,
"height": 575,
"rawWidth": 1280,
"rawHeight": 575,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "4dfb86d5-0fc1-49bd-8430-2c735fc6a263",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"bg_shop_wall": {
"ver": "1.0.4",
"uuid": "a6023221-f0f5-413c-90da-dfcc12d2601c",
"rawTextureUuid": "4dfb86d5-0fc1-49bd-8430-2c735fc6a263",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 1280,
"height": 575,
"rawWidth": 1280,
"rawHeight": 575,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "087da30b-a798-4947-9cb5-78a305453443",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"checkBox_no": {
"ver": "1.0.4",
"uuid": "4cedbbb8-7bde-451d-b96f-9c41cf563d7d",
"rawTextureUuid": "087da30b-a798-4947-9cb5-78a305453443",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -0.5,
"trimX": 0,
"trimY": 1,
"width": 152,
"height": 117,
"rawWidth": 152,
"rawHeight": 118,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "f51e40fa-45b5-48a1-be0a-d20317e0b98a",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"checkBox_yes": {
"ver": "1.0.4",
"uuid": "6e058650-ffdb-4a44-a4d9-4efff644205b",
"rawTextureUuid": "f51e40fa-45b5-48a1-be0a-d20317e0b98a",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -0.5,
"trimX": 0,
"trimY": 1,
"width": 152,
"height": 117,
"rawWidth": 152,
"rawHeight": 118,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "1e353b2d-d31a-4c7d-92cd-efa4aa55aa87",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"has_bought": {
"ver": "1.0.4",
"uuid": "3e262f8d-6def-47a6-b2cf-e96b40b2105a",
"rawTextureUuid": "1e353b2d-d31a-4c7d-92cd-efa4aa55aa87",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 128,
"height": 56,
"rawWidth": 128,
"rawHeight": 56,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "c0ba7656-5062-4477-95d5-ebceeb59bad5",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"item_price_bg": {
"ver": "1.0.4",
"uuid": "6cc7f320-8297-4a9d-b11d-4a5fa80eaf91",
"rawTextureUuid": "c0ba7656-5062-4477-95d5-ebceeb59bad5",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 148,
"height": 112,
"rawWidth": 148,
"rawHeight": 112,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "8076f293-488e-4fc0-9d2d-35708529e455",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"itemsAD_bg": {
"ver": "1.0.4",
"uuid": "2d0b3575-aea3-4e2c-9d47-6a1207adee3a",
"rawTextureUuid": "8076f293-488e-4fc0-9d2d-35708529e455",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 229,
"height": 167,
"rawWidth": 229,
"rawHeight": 167,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "c7f6493b-e957-42e1-b5a9-da31b02de8ec",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"my_beans_bg": {
"ver": "1.0.4",
"uuid": "4d8dfa67-bcfa-43cd-a9b3-f227b84e925c",
"rawTextureUuid": "c7f6493b-e957-42e1-b5a9-da31b02de8ec",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 165,
"height": 41,
"rawWidth": 165,
"rawHeight": 41,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "fa0184be-328a-4bc5-bf7a-043d58e91e1d",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"number_add": {
"ver": "1.0.4",
"uuid": "c76550ee-e848-4173-86f6-514081cb1674",
"rawTextureUuid": "fa0184be-328a-4bc5-bf7a-043d58e91e1d",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 57,
"height": 59,
"rawWidth": 57,
"rawHeight": 59,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "c3bace71-bb45-4cdf-86f5-7938fd90292c",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"number_reduce": {
"ver": "1.0.4",
"uuid": "22e9985d-a850-4502-bd88-6a6c25147fe6",
"rawTextureUuid": "c3bace71-bb45-4cdf-86f5-7938fd90292c",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 57,
"height": 59,
"rawWidth": 57,
"rawHeight": 59,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "cdbb020a-6c38-49b1-bb0d-7512e5f2bc79",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"shop_textures": {
"ver": "1.0.4",
"uuid": "61117caa-902a-44c3-b42c-16605a1c35ec",
"rawTextureUuid": "cdbb020a-6c38-49b1-bb0d-7512e5f2bc79",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 1.5,
"trimX": 2,
"trimY": 2,
"width": 508,
"height": 505,
"rawWidth": 512,
"rawHeight": 512,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "d53f13fb-e0b9-4f24-9ad5-d19cc81936be",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"shop_textures_shdx": {
"ver": "1.0.4",
"uuid": "5316270e-f6bb-44a2-88f8-8c388ddda8f3",
"rawTextureUuid": "d53f13fb-e0b9-4f24-9ad5-d19cc81936be",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 63,
"height": 62,
"rawWidth": 63,
"rawHeight": 62,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "2ecfbd74-ef8f-4d1c-97ec-a099f1668350",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"tab_coin_1": {
"ver": "1.0.4",
"uuid": "f18e5819-f552-4d8c-b6fe-be0213e3e925",
"rawTextureUuid": "2ecfbd74-ef8f-4d1c-97ec-a099f1668350",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 17,
"trimY": 16,
"width": 134,
"height": 48,
"rawWidth": 168,
"rawHeight": 80,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "729955d6-4f39-499d-82ee-4b9dfc663226",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"tab_coin_2": {
"ver": "1.0.4",
"uuid": "4eb1f64b-c5e6-4066-bc43-fe66e1d5b2e2",
"rawTextureUuid": "729955d6-4f39-499d-82ee-4b9dfc663226",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 11,
"trimY": 11,
"width": 146,
"height": 58,
"rawWidth": 168,
"rawHeight": 80,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "f8b80a63-5bcc-40c6-abc0-1342fe5b5045",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"tab_dress_1": {
"ver": "1.0.4",
"uuid": "6c8f2a4d-1e71-4695-8384-31c7e0a3b413",
"rawTextureUuid": "f8b80a63-5bcc-40c6-abc0-1342fe5b5045",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 17,
"trimY": 16,
"width": 134,
"height": 48,
"rawWidth": 168,
"rawHeight": 80,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "d09ee427-cf78-473e-b6a5-053fb4334bec",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"tab_dress_2": {
"ver": "1.0.4",
"uuid": "4cb53cc0-22c4-4174-8da9-149d334070d1",
"rawTextureUuid": "d09ee427-cf78-473e-b6a5-053fb4334bec",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 11,
"trimY": 11,
"width": 146,
"height": 58,
"rawWidth": 168,
"rawHeight": 80,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "ab794b09-f71b-451f-9243-524177c1b339",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"tab_food_1": {
"ver": "1.0.4",
"uuid": "c604631b-fbcf-4a4a-86d4-b1124f367302",
"rawTextureUuid": "ab794b09-f71b-451f-9243-524177c1b339",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 17,
"trimY": 16,
"width": 134,
"height": 48,
"rawWidth": 168,
"rawHeight": 80,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "6e8c401d-93b8-4515-a14b-5ff5a17e54aa",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"tab_food_2": {
"ver": "1.0.4",
"uuid": "9b200ad8-a2e8-441e-9195-1777cb805223",
"rawTextureUuid": "6e8c401d-93b8-4515-a14b-5ff5a17e54aa",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 11,
"trimY": 11,
"width": 146,
"height": 58,
"rawWidth": 168,
"rawHeight": 80,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "c80f4107-be33-47f9-9ced-687830e772bf",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"tab_house_1": {
"ver": "1.0.4",
"uuid": "5c9dbce2-8fb2-4837-8d31-5125edb07491",
"rawTextureUuid": "c80f4107-be33-47f9-9ced-687830e772bf",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 17,
"trimY": 16,
"width": 134,
"height": 48,
"rawWidth": 168,
"rawHeight": 80,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "84d53454-939f-4ee2-842d-ca889c317a7f",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"tab_house_2": {
"ver": "1.0.4",
"uuid": "427f1b16-0861-422b-89dd-d2c4fe938673",
"rawTextureUuid": "84d53454-939f-4ee2-842d-ca889c317a7f",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 11,
"trimY": 11,
"width": 146,
"height": 58,
"rawWidth": 168,
"rawHeight": 80,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "2fa65e2f-ace3-4e26-af03-996ee359f646",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"tab_pet_1": {
"ver": "1.0.4",
"uuid": "23f61df4-8635-488e-8c16-9091cbb4adfb",
"rawTextureUuid": "2fa65e2f-ace3-4e26-af03-996ee359f646",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -2.5,
"trimX": 6,
"trimY": 5,
"width": 156,
"height": 75,
"rawWidth": 168,
"rawHeight": 80,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "7b87690c-e424-4899-9130-38a8f9e308c7",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"tab_pet_2": {
"ver": "1.0.4",
"uuid": "d012dcc0-23d9-465c-9d1b-f1f7ea91c3ac",
"rawTextureUuid": "7b87690c-e424-4899-9130-38a8f9e308c7",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 2,
"trimX": 0,
"trimY": 0,
"width": 168,
"height": 76,
"rawWidth": 168,
"rawHeight": 80,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "eda33341-5f1e-4497-a718-da97c977b0ff",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"tab_recharge_1": {
"ver": "1.0.4",
"uuid": "27537b3f-7609-4321-b522-428ecff84097",
"rawTextureUuid": "eda33341-5f1e-4497-a718-da97c977b0ff",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 17,
"trimY": 16,
"width": 134,
"height": 48,
"rawWidth": 168,
"rawHeight": 80,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "d8f627f6-7756-46d7-af1e-fba9e503732e",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"tab_recharge_2": {
"ver": "1.0.4",
"uuid": "444224af-ac0c-4d44-8428-57bec7000bfb",
"rawTextureUuid": "d8f627f6-7756-46d7-af1e-fba9e503732e",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 11,
"trimY": 11,
"width": 146,
"height": 58,
"rawWidth": 168,
"rawHeight": 80,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "693e2e02-fd0e-43dd-8d93-a928a23f3900",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"tab_wall_1": {
"ver": "1.0.4",
"uuid": "8d7a9182-e339-4dc1-97d0-aa1b4b8be1b2",
"rawTextureUuid": "693e2e02-fd0e-43dd-8d93-a928a23f3900",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 17,
"trimY": 16,
"width": 134,
"height": 48,
"rawWidth": 168,
"rawHeight": 80,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "c2210a5f-1a60-478b-ac35-0be4cbd4ef36",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"tab_wall_2": {
"ver": "1.0.4",
"uuid": "9938d5ef-a1c5-4566-bcdd-ca50d9a5ce25",
"rawTextureUuid": "c2210a5f-1a60-478b-ac35-0be4cbd4ef36",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 11,
"trimY": 11,
"width": 146,
"height": 58,
"rawWidth": 168,
"rawHeight": 80,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "1.0.1",
"uuid": "a9286607-f4c0-4812-876b-dc02014fde63",
"isSubpackage": false,
"subpackageName": "",
"subMetas": {}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "f84e57b8-964a-4064-8da6-03b6436e7ea1",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"bg_dress": {
"ver": "1.0.4",
"uuid": "68ace0c6-ad88-4d11-9a61-d099bef15faa",
"rawTextureUuid": "f84e57b8-964a-4064-8da6-03b6436e7ea1",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 865,
"height": 519,
"rawWidth": 865,
"rawHeight": 519,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "2903e0f0-98ee-400e-aea5-955c634044da",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"btn_businesscard_1": {
"ver": "1.0.4",
"uuid": "6be46273-a6d7-4e8c-8b88-b5fc6f8ae7a1",
"rawTextureUuid": "2903e0f0-98ee-400e-aea5-955c634044da",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 140,
"height": 82,
"rawWidth": 140,
"rawHeight": 82,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.2.0",
"uuid": "d3c8ff4e-226a-413e-a2e5-d5cfd42736e8",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"subMetas": {
"btn_businesscard_2": {
"ver": "1.0.4",
"uuid": "196de764-718f-4a6a-84a9-cdb576a7f80d",
"rawTextureUuid": "d3c8ff4e-226a-413e-a2e5-d5cfd42736e8",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0.5,
"offsetY": 0.5,
"trimX": 1,
"trimY": 0,
"width": 157,
"height": 81,
"rawWidth": 158,
"rawHeight": 82,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file