Commit 37b16d03 authored by LMZ's avatar LMZ

feat: 字母点 配置完毕

parent d3680af2
No preview for this file type
{
"ver": "1.1.2",
"uuid": "05c8d47f-ad1f-4843-8cbd-5b8e6c282faf",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {},
"subMetas": {}
}
\ No newline at end of file
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
// Learn life-cycle callbacks: // Learn life-cycle callbacks:
// - https://docs.cocos.com/creator/manual/en/scripting/life-cycle-callbacks.html // - https://docs.cocos.com/creator/manual/en/scripting/life-cycle-callbacks.html
import { getSprNode } from "../script/util";
cc.Class({ cc.Class({
extends: cc.Component, extends: cc.Component,
...@@ -46,10 +45,10 @@ cc.Class({ ...@@ -46,10 +45,10 @@ cc.Class({
createStarBase(layout) { createStarBase(layout) {
const paddingY = layout.getComponent(cc.Layout).spacingY; const paddingY = layout.getComponent(cc.Layout).spacingY;
const starBase = getSprNode("img/star_bg", this.node); const starBase = this.getSprNode("img/star_bg", this.node);
const star = getSprNode("img/star", this.node); const star = this.getSprNode("img/star", this.node);
star.name = "Star"; star.name = "Star";
const starBig = getSprNode("img/icon_bigstar", this.node); const starBig = this.getSprNode("img/icon_bigstar", this.node);
starBig.name = "StarBig"; starBig.name = "StarBig";
star.addChild(starBig); star.addChild(starBig);
star.active = false; star.active = false;
...@@ -144,5 +143,21 @@ cc.Class({ ...@@ -144,5 +143,21 @@ cc.Class({
return [a, b, c].sort()[1]; return [a, b, c].sort()[1];
}, },
getSprNode(resName, root=null) {
let resNode;
if (root) {
resNode = cc.find(resName, root);
} else {
resNode = cc.find("Canvas/res/img/" + resName);
}
const node = new cc.Node();
node.addComponent(cc.Sprite).spriteFrame = resNode.getComponent(
cc.Sprite
).spriteFrame;
return node;
}
// update (dt) {}, // update (dt) {},
}); });
[
{
"__type__": "cc.Prefab",
"_name": "",
"_objFlags": 0,
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"asyncLoadAssets": false,
"readonly": false
},
{
"__type__": "cc.Node",
"_name": "starNode",
"_objFlags": 0,
"_parent": null,
"_children": [
{
"__id__": 2
},
{
"__id__": 13
}
],
"_active": true,
"_components": [
{
"__id__": 16
},
{
"__id__": 17
}
],
"_prefab": {
"__id__": 18
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 50,
"height": 500
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 1,
"y": 1
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
1230,
670,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": ""
},
{
"__type__": "cc.Node",
"_name": "img",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_children": [
{
"__id__": 3
},
{
"__id__": 6
},
{
"__id__": 9
}
],
"_active": false,
"_components": [],
"_prefab": {
"__id__": 12
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 0,
"height": 0
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
0,
0,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": ""
},
{
"__type__": "cc.Node",
"_name": "star_bg",
"_objFlags": 0,
"_parent": {
"__id__": 2
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 4
}
],
"_prefab": {
"__id__": 5
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 62,
"height": 66
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
0,
0,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 3
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "1d74e51f-7f37-44a5-958f-85d300b3d086"
},
"_type": 0,
"_sizeMode": 1,
"_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__": "44f20db3-4c63-40ae-95cd-7c5ae8aa13f9"
},
"fileId": "77NCPt065Lkap3uzxHMXho",
"sync": false
},
{
"__type__": "cc.Node",
"_name": "star",
"_objFlags": 0,
"_parent": {
"__id__": 2
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 7
}
],
"_prefab": {
"__id__": 8
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 62,
"height": 69
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
0,
0,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 6
},
"_enabled": true,
"_materials": [],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "64a927a4-0f15-4b66-a95d-41fcec8243ba"
},
"_type": 0,
"_sizeMode": 1,
"_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__": "44f20db3-4c63-40ae-95cd-7c5ae8aa13f9"
},
"fileId": "e2P4wv7kNA27MUV7bRSbtG",
"sync": false
},
{
"__type__": "cc.Node",
"_name": "icon_bigstar",
"_objFlags": 0,
"_parent": {
"__id__": 2
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 10
}
],
"_prefab": {
"__id__": 11
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 278,
"height": 275
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
0,
0,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 9
},
"_enabled": true,
"_materials": [],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "ccd63de1-62c7-436e-a540-e4a1522afb37"
},
"_type": 0,
"_sizeMode": 1,
"_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__": "44f20db3-4c63-40ae-95cd-7c5ae8aa13f9"
},
"fileId": "e3SJhzTMpMUpN6QLCuC/0h",
"sync": false
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__uuid__": "44f20db3-4c63-40ae-95cd-7c5ae8aa13f9"
},
"fileId": "a0vbmpAg5NW6c8u6G7QfTw",
"sync": false
},
{
"__type__": "cc.Node",
"_name": "layout",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 14
}
],
"_prefab": {
"__id__": 15
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 50,
"height": 500
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 1,
"y": 1
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
0,
0,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": ""
},
{
"__type__": "cc.Layout",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 13
},
"_enabled": true,
"_layoutSize": {
"__type__": "cc.Size",
"width": 50,
"height": 500
},
"_resize": 0,
"_N$layoutType": 3,
"_N$cellSize": {
"__type__": "cc.Size",
"width": 40,
"height": 40
},
"_N$startAxis": 1,
"_N$paddingLeft": 0,
"_N$paddingRight": 0,
"_N$paddingTop": 0,
"_N$paddingBottom": 0,
"_N$spacingX": 10,
"_N$spacingY": 10,
"_N$verticalDirection": 1,
"_N$horizontalDirection": 1,
"_N$affectedByScale": true,
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__uuid__": "44f20db3-4c63-40ae-95cd-7c5ae8aa13f9"
},
"fileId": "3fzvmaqIxNuqluvyPbh6Kl",
"sync": false
},
{
"__type__": "32976o2FhpJMLQqL9MaTQo/",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": true,
"collectedCount": 0,
"layout": null,
"_id": ""
},
{
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": true,
"alignMode": 1,
"_target": null,
"_alignFlags": 33,
"_left": 0,
"_right": 50,
"_top": 50,
"_bottom": 0,
"_verticalCenter": 0,
"_horizontalCenter": 0,
"_isAbsLeft": true,
"_isAbsRight": true,
"_isAbsTop": true,
"_isAbsBottom": true,
"_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true,
"_originalWidth": 0,
"_originalHeight": 0,
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__uuid__": "44f20db3-4c63-40ae-95cd-7c5ae8aa13f9"
},
"fileId": "",
"sync": false
}
]
\ No newline at end of file
{
"ver": "1.2.9",
"uuid": "44f20db3-4c63-40ae-95cd-7c5ae8aa13f9",
"optimizationPolicy": "AUTO",
"asyncLoadAssets": false,
"readonly": false,
"subMetas": {}
}
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -2,67 +2,14 @@ import { defaultData } from "../script/defaultData"; ...@@ -2,67 +2,14 @@ import { defaultData } from "../script/defaultData";
import { asyncDelay, jelly } from "../script/utils"; import { asyncDelay, jelly } from "../script/utils";
import { letterData, letterWidthData } from "../script/letterPointData"; import { letterData, letterWidthData } from "../script/letterPointData";
import BgManager from "../script/BgManager"; import BgManager from "../script/BgManager";
import { exchangeNodePos, getSprNode } from "../script/util"; import { getPosByAngle, getAngleByPos, getSprNode } from "../script/util";
import letter_data from "./letter_data";
cc.Class({ cc.Class({
extends: cc.Component, extends: cc.Component,
properties: { properties: {
switchAudio: { default: null, type: cc.AudioClip },
titleAudio: { default: null, type: cc.AudioClip },
bigA: { default: null, type: cc.AudioClip },
bigB: { default: null, type: cc.AudioClip },
bigC: { default: null, type: cc.AudioClip },
bigD: { default: null, type: cc.AudioClip },
bigE: { default: null, type: cc.AudioClip },
bigF: { default: null, type: cc.AudioClip },
bigG: { default: null, type: cc.AudioClip },
bigH: { default: null, type: cc.AudioClip },
bigI: { default: null, type: cc.AudioClip },
bigJ: { default: null, type: cc.AudioClip },
bigK: { default: null, type: cc.AudioClip },
bigL: { default: null, type: cc.AudioClip },
bigM: { default: null, type: cc.AudioClip },
bigN: { default: null, type: cc.AudioClip },
bigO: { default: null, type: cc.AudioClip },
bigP: { default: null, type: cc.AudioClip },
bigQ: { default: null, type: cc.AudioClip },
bigR: { default: null, type: cc.AudioClip },
bigS: { default: null, type: cc.AudioClip },
bigT: { default: null, type: cc.AudioClip },
bigU: { default: null, type: cc.AudioClip },
bigV: { default: null, type: cc.AudioClip },
bigW: { default: null, type: cc.AudioClip },
bigX: { default: null, type: cc.AudioClip },
bigY: { default: null, type: cc.AudioClip },
bigZ: { default: null, type: cc.AudioClip },
smallA: { default: null, type: cc.AudioClip },
smallB: { default: null, type: cc.AudioClip },
smallC: { default: null, type: cc.AudioClip },
smallD: { default: null, type: cc.AudioClip },
smallE: { default: null, type: cc.AudioClip },
smallF: { default: null, type: cc.AudioClip },
smallG: { default: null, type: cc.AudioClip },
smallH: { default: null, type: cc.AudioClip },
smallI: { default: null, type: cc.AudioClip },
smallJ: { default: null, type: cc.AudioClip },
smallK: { default: null, type: cc.AudioClip },
smallL: { default: null, type: cc.AudioClip },
smallM: { default: null, type: cc.AudioClip },
smallN: { default: null, type: cc.AudioClip },
smallO: { default: null, type: cc.AudioClip },
smallP: { default: null, type: cc.AudioClip },
smallQ: { default: null, type: cc.AudioClip },
smallR: { default: null, type: cc.AudioClip },
smallS: { default: null, type: cc.AudioClip },
smallT: { default: null, type: cc.AudioClip },
smallU: { default: null, type: cc.AudioClip },
smallV: { default: null, type: cc.AudioClip },
smallW: { default: null, type: cc.AudioClip },
smallX: { default: null, type: cc.AudioClip },
smallY: { default: null, type: cc.AudioClip },
smallZ: { default: null, type: cc.AudioClip },
}, },
// 生命周期 onLoad // 生命周期 onLoad
...@@ -251,7 +198,7 @@ cc.Class({ ...@@ -251,7 +198,7 @@ cc.Class({
if (window && window["air"]) { if (window && window["air"]) {
window["air"].hideAirClassLoading(); window["air"].hideAirClassLoading();
} }
cc.debug.setDisplayStats(false); cc.debug.setDisplayStats(true);
}); });
}, },
...@@ -264,26 +211,69 @@ cc.Class({ ...@@ -264,26 +211,69 @@ cc.Class({
console.log("version: ET_07"); console.log("version: ET_07");
// this.showLetterAnimation(); // this.showLetterAnimation();
this.startEditMode(); // this.startEditMode();
}, },
letterPosList: null, letterPosList: null,
curGroupIndex: null, curGroupIndex: null,
curPointArr: null,
pointGroup: null,
letterData: null,
checkTouchLen: null,
dotWidth: null,
traceWidth: null,
initData() { initData() {
this.checkTouchLen = 30;
this.dotWidth = 5;
this.traceWidth = 49;
this.debugMode = true;
this.curGroupIndex = 0; this.curGroupIndex = 0;
// this._writingIdx = 0;
// this.letterPosList = {}; this.curPointArr = [];
// for (const key in letterData) { this.pointGroup = [{pointArr: this.curPointArr}];
// if (Object.hasOwnProperty.call(letterData, key)) {
// this.letterPosList[key] = letterData[key].map(pen => { // console.log("letter_data: " , letter_data);
// return pen.map(pos => cc.v2(pos.x, pos.y)); this.letterData = JSON.parse(JSON.stringify(letter_data));
// });
// }
// }
}, },
initAudio() {}, initAudio() {},
initListener() {
console.log("initListener");
const btnBack = cc.find("Canvas/EditModeNode/BtnBack");
btnBack.on("click", () => {
this.cleanCurPoint();
});
const btnNext = cc.find("Canvas/EditModeNode/BtnNext");
btnNext.on("click", () => {
this.addNextPointArr();
});
const btnShow = cc.find("Canvas/EditModeNode/BtnShow");
btnShow.on("click", () => {
this.showTraceAnim();
});
const btnSave = cc.find("Canvas/EditModeNode/BtnSave");
btnSave.on("click", () => {
this.savePointGroup();
});
const btnTrace = cc.find("Canvas/EditModeNode/BtnTrace");
btnTrace.on("click", () => {
this.setTraceMode();
});
},
debugMode: false, debugMode: false,
letter: null, letter: null,
initView() { initView() {
...@@ -291,18 +281,19 @@ cc.Class({ ...@@ -291,18 +281,19 @@ cc.Class({
this.initStar(); this.initStar();
setInterval(() => { // setInterval(() => {
const starNode = cc.find("Canvas/starNode"); // const starNode = cc.find("Canvas/starNode");
const script = starNode.getComponent("star"); // const script = starNode.getComponent("star");
script.add(); // script.add();
}, 2000); // }, 2000);
// setTimeout(() => { // setTimeout(() => {
// this.showBigStar(); // this.showBigStar();
// }, 2000); // }, 2000);
// this.debugMode = this.data.debugMode; // this.debugMode = this.data.debugMode;
// this.debugMode = true; this.setLetter('z');
// this.setLetter(this.data.letter);
this.startEditMode();
}, },
bgManager: null, bgManager: null,
...@@ -328,138 +319,399 @@ cc.Class({ ...@@ -328,138 +319,399 @@ cc.Class({
script.count = 3; script.count = 3;
}, },
bigStarArr: null, addStar() {
_initStar() { const starNode = cc.find("Canvas/starNode");
const gArr = this.data.groupArr; const script = starNode.getComponent("star");
if (gArr.length <= 1) { script.add();
},
setLetter(letter) {
this.letter = letter;
this.addLetterItem(letter);
// this.updateLetterBtnLabel();
// this.addDrawLetter(this.letter);
// cc.find("Canvas").on("size-changed", () => {
// this.onSizeChanged();
// });
// this.onSizeChanged();
},
curLetterNode: null,
addLetterItem(letter) {
let key = letter;
if (/[a-z]/.test(letter)) {
key += '2';
} else {
key = letter.toLowerCase();
}
// const tmpNode = getSprNode('letter/' + key);
const letterNode = new cc.Node();
letterNode.width = 639;
letterNode.height = 594;
letterNode.scale = this._mapScaleMin;
this.canvas.addChild(letterNode);
this.addMaskNode(letterNode, 'letter/' + key)
this.curLetterNode = letterNode;
letterNode.on(cc.Node.EventType.TOUCH_START, (e) => {
this.letterTouchDown(letterNode, e);
})
letterNode.on(cc.Node.EventType.TOUCH_MOVE, (e) => {
this.letterTouchMove(letterNode, e);
})
// letterNode.scale = 0.5;
// const dot = this.drawDot();
// drawNode.addChild(dot, 20);
},
letterTouchDown(letterNode, e) {
const pos = e.getLocation();
let px = pos.x - letterNode.x - this.canvas.width / 2;
let py = pos.y - letterNode.y - this.canvas.height / 2;
px /= letterNode.scale;
py /= letterNode.scale;
if (this.traceMode) {
this.checkTouchPoint(px, py)
return; return;
} }
if (this.debugMode) {
this.addTracePoint(px, py);
return;
}
},
letterTouchMove(letterNode, e) {
const pos = e.getLocation();
let px = pos.x - letterNode.x - this.canvas.width / 2;
let py = pos.y - letterNode.y - this.canvas.height / 2;
px /= letterNode.scale;
py /= letterNode.scale;
if (this.traceMode) {
this.checkTouchPoint(px, py)
}
},
traceStartDot: null,
addTracePoint(px, py) {
const dot = this.drawDot(this.dotWidth);
dot.x = px;
dot.y = py;
this.curLetterNode.maskNode.addChild(dot);
if (!this.traceStartDot) {
this.traceStartDot = dot;
} else {
this.autoCreateTraceP(this.traceStartDot, dot);
this.traceStartDot = dot;
}
},
autoCreateTraceP(startDot, endDot) {
const minLen = 10;
this.addCurPoint(startDot);
let angle = getAngleByPos(startDot.x, startDot.y, endDot.x, endDot.y);
let totalLen = Math.sqrt( Math.pow(startDot.x - endDot.x, 2) + Math.pow(startDot.y - endDot.y, 2))
let curLen = minLen;
while (totalLen > curLen) {
const pos = getPosByAngle(angle, curLen);
const dot = this.drawDot(this.dotWidth);
dot.x = startDot.x + pos.x;
dot.y = startDot.y - pos.y;
this.curLetterNode.maskNode.addChild(dot);
this.addCurPoint(dot);
curLen += minLen;
}
this.addCurPoint(endDot);
},
addCurPoint(dot) {
this.curPointArr.push(dot);
},
cleanCurPoint() {
const pointArr = this.curPointArr;
for (let i=0; i<pointArr.length; i++) {
pointArr[i].removeFromParent();
}
pointArr.length = 0;
this.traceStartDot = null;
},
addNextPointArr() {
const curPointArr = [];
this.curPointArr = [] // curPointArr;
// this.pointGroup.push(curPointArr);
this.pointGroup.push({pointArr: this.curPointArr});
this.traceStartDot = null;
},
async showTraceAnim() {
if (this.pointGroup.length == 1 && this.curPointArr.length == 0) {
this.setDataToGroup();
}
this.dotReset();
for (let i=0; i<this.pointGroup.length; i++) {
const pointArr = this.pointGroup[i].pointArr;
for (let j=0; j<pointArr.length; j++) {
const dot = pointArr[j];
// dot.scale = 92 / 10;
const ctx = dot.getComponent(cc.Graphics);
ctx.circle(0, 0, this.traceWidth);
ctx.fill();
await asyncDelay(0.02);
}
}
},
setDataToGroup() {
this.cleanPointGroup();
const dataPointGroup = this.letterData[this.letter];
this.pointGroup = [];
console.log('in setDataToGroup: ', dataPointGroup);
for (let i=0; i<dataPointGroup.length; i++) {
const curPointArr = [];
const targetPointArr = dataPointGroup[i];
console.log('targetPointArr: ', targetPointArr);
for (let j=0; j<targetPointArr.length; j++) {
const dot = this.drawDot(this.dotWidth);
dot.x = targetPointArr[j].x;
dot.y = targetPointArr[j].y;
this.curLetterNode.maskNode.addChild(dot);
curPointArr.push(dot);
}
this.cleanStar(); this.pointGroup.push({pointArr: curPointArr});
}
},
this.bigStarArr = []; cleanPointGroup() {
for (let i=0; i<this.pointGroup.length; i++) {
let baseX = this.canvas.width / 2 - 80 * this._mapScaleMin; const pointArr = this.pointGroup[i].pointArr;
let baseY = this.canvas.height / 2 - 80 * this._mapScaleMin; for (let i=0; i<pointArr.length; i++) {
let disH = 80 * this._mapScaleMin; pointArr[i].removeFromParent();
let disScale = 1; }
if (gArr.length > 5) {
disH = (400 / gArr.length) * this._mapScaleMin;
disScale = 5 / gArr.length;
} }
for (let i = 0; i < gArr.length; i++) { },
const starBg = getSprNode("star_bg");
this.canvas.addChild(starBg, 10);
starBg.x = baseX;
starBg.y = baseY - i * disH;
starBg.scale = disScale;
const starTop = getSprNode("star");
starBg.addChild(starTop);
starTop.active = false;
starBg.star = starTop;
const starBig = getSprNode("icon_bigstar"); savePointGroup() {
starTop.addChild(starBig);
starBig.angle = -90;
starBg.starBig = starBig;
this.bigStarArr.push(starBg); let tmpPointGroup = [];
for (let i=0; i<this.pointGroup.length; i++) {
const tmpPointArr =[];
const pointArr = this.pointGroup[i].pointArr;
for (let j=0; j<pointArr.length; j++) {
const dot = pointArr[j];
tmpPointArr.push({x: Math.round(dot.x * 100) / 100, y: Math.round(dot.y * 100) / 100})
}
tmpPointGroup.push(tmpPointArr);
} }
console.log("bigStarArr: ", this.bigStarArr);
console.log(JSON.stringify(tmpPointGroup));
}, },
cleanStar() { dotReset() {
if (this.bigStarArr && this.bigStarArr.length > 0) {
for (let i = 0; i < this.bigStarArr.length; i++) { console.log('this.pointGroup: ', this.pointGroup);
this.bigStarArr[i].removeFromParent();
for (let i=0; i<this.pointGroup.length; i++) {
const pointArr = this.pointGroup[i].pointArr;
for (let j=0; j<pointArr.length; j++) {
const dot = pointArr[j];
const ctx = dot.getComponent(cc.Graphics);
ctx.clear();
} }
} }
}, },
showBigStar() {
if (!this.bigStarArr || this.bigStarArr.length <= 0) { addMaskNode(node, key) {
// this.checkGameEnd();
const sprNode = getSprNode(key)
const sf = sprNode.getComponent(cc.Sprite).spriteFrame;
const maskNode = new cc.Node();
const mask = maskNode.addComponent(cc.Mask);
mask.spriteFrame = sf;
mask.type = cc.Mask.Type.IMAGE_STENCIL;
node.addChild(maskNode);
maskNode.width = node.width;
maskNode.height = node.height;
const bgWhite = this.drawRect(maskNode.width, maskNode.height);
maskNode.addChild(bgWhite);
// sprNode.opacity = 220;
// maskNode.parent.addChild(sprNode, 50)
node.maskNode = maskNode;
},
drawDot(r = 50) {
const dotNode = new cc.Node();
const ctx = dotNode.addComponent(cc.Graphics);
ctx.fillColor = cc.Color.RED;
ctx.circle(0, 0, r)
ctx.fill();
return dotNode;
},
drawRect(w, h) {
const dotNode = new cc.Node();
dotNode.opacity = 50;
const ctx = dotNode.addComponent(cc.Graphics);
ctx.fillColor = cc.Color.BLUE;
ctx.rect(-w/2, -h/2, w, h)
ctx.fill();
return dotNode;
},
traceMode: null,
setTraceMode() {
this.traceMode = !this.traceMode;
this.cleanPointGroup();
if (this.traceMode) {
this.initTraceMode();
}
},
curTracePointIndex: null,
curTraceGroupIndex: null,
curTracePointArr: null,
initTraceMode() {
this.setDataToGroup();
this.curTracePointIndex = 0;
this.curTraceGroupIndex = 0;
this.curTracePointArr = this.pointGroup[0].pointArr;
},
checkTouchPoint(px, py) {
if (this.isTraceEnd) {
return; return;
} }
const bigStarBg = this.bigStarArr[this.curGroupIndex];
const starBig = bigStarBg.starBig;
starBig.scale = 1;
const star = bigStarBg.star;
star.active = true;
star.scaleX = 0.7 / bigStarBg.scale;
star.scaleY = 1 / bigStarBg.scale;
star.angle = 90;
const canvas = cc.find("Canvas");
const startPos = exchangeNodePos(
star.parent,
canvas,
cc.v2(0, -canvas.height / 2)
);
const middlePos = exchangeNodePos(
star.parent,
canvas,
cc.v2(0, -canvas.height / 4)
);
star.x = startPos.x;
star.y = startPos.y - starBig.height;
console.log("middlePos = " + JSON.stringify(middlePos));
const time = 1;
cc.tween(star)
.to(0.3, { y: middlePos.y + 80 }, { easing: "quadOut" })
.to(
0.1,
{
y: middlePos.y + 40,
scaleX: 1.2 / bigStarBg.scale,
scaleY: 0.8 / bigStarBg.scale,
},
{ easing: "quadOut" }
)
.to(
0.1,
{
y: middlePos.y,
scaleX: 1 / bigStarBg.scale,
scaleY: 1 / bigStarBg.scale,
},
{ easing: "quadOut" }
)
.delay(0.1)
.to(0.8, { angle: -720, scale: 1 })
.start();
cc.tween(star).delay(0.6).to(0.8, { x: 0 }, { easing: "quadIn" }).start(); const targetP = this.getCurCheckPoint();
cc.tween(star).delay(0.6).to(0.8, { y: 0 }, { easing: "quadOut" }).start();
cc.tween(starBig) let p1 = cc.v2(px, py)
.delay(0.6) let p2 = cc.v2(targetP.x, targetP.y);
.to(0.8, { scale: 0 }, { easing: "quadOut" }) let distance = p1.sub(p2).mag();
.call(() => {
// this.checkGameEnd();
// playAudio(this.starCountClip);
})
.start();
// playAudio(this.bigStarClip); if (distance < this.checkTouchLen) {
this.touchedDot(targetP);
}
}, },
setLetter(letter) { getCurCheckPoint() {
this.letter = letter;
this.updateLetterBtnLabel(); const group = this.pointGroup[this.curTraceGroupIndex];
const point = group.pointArr[this.curTracePointIndex];
return point;
},
this.addDrawLetter(this.letter); touchedDot(dot) {
const ctx = dot.getComponent(cc.Graphics);
ctx.clear();
ctx.circle(0, 0, this.traceWidth);
ctx.fill();
cc.find("Canvas").on("size-changed", () => { this.curTracePointIndex ++;
this.onSizeChanged();
}); if (!this.curTracePointArr[this.curTracePointIndex]) {
this.onSizeChanged(); this.changeNewTraceGroup();
}
},
changeNewTraceGroup() {
this.curTraceGroupIndex ++;
this.curTracePointIndex = 0;
this.curTracePointArr = this.pointGroup[this.curTraceGroupIndex]?.pointArr;
if (!this.curTracePointArr) {
this.traceEnd();
}
},
isTraceEnd: null,
traceEnd() {
this.isTraceEnd = true;
}, },
onSizeChanged() { onSizeChanged() {
this.node.getComponent(cc.Widget).updateAlignment(); this.node.getComponent(cc.Widget).updateAlignment();
const currentSize = { width: this.node.width, height: this.node.height }; const currentSize = { width: this.node.width, height: this.node.height };
...@@ -625,86 +877,6 @@ cc.Class({ ...@@ -625,86 +877,6 @@ cc.Class({
return []; return [];
}, },
initListener() {
console.log("initListener");
const title = cc.find("Canvas/bg/title");
title.addComponent(cc.Button);
title.on("click", () => {
cc.audioEngine.play(this.titleAudio, false, 0.8);
});
const BtnBigLetter = cc.find("Canvas/bg/BtnBigLetter");
const BtnSmallLetter = cc.find("Canvas/bg/BtnSmallLetter");
// const bgBtn = cc.find('Canvas/bg/Img_letter_bg');
// console.log('bgBtn = ' + bgBtn);
// bgBtn.on('click', () => {
// console.log('汪汪汪');
// this.showLetterAnimation();
// });
BtnBigLetter.on("click", () => {
BtnBigLetter.getChildByName("Img_normal").active = false;
BtnSmallLetter.getChildByName("Img_normal").active = true;
BtnBigLetter.getChildByName("Img_selected").active = true;
BtnSmallLetter.getChildByName("Img_selected").active = false;
jelly(BtnBigLetter);
cc.audioEngine.play(this.switchAudio, false, 0.8);
this.setLetter(this.letter.toUpperCase());
this._writingIdx++;
this.startEditMode();
});
BtnSmallLetter.on("click", () => {
BtnBigLetter.getChildByName("Img_normal").active = true;
BtnSmallLetter.getChildByName("Img_normal").active = false;
BtnBigLetter.getChildByName("Img_selected").active = false;
BtnSmallLetter.getChildByName("Img_selected").active = true;
jelly(BtnSmallLetter);
cc.audioEngine.play(this.switchAudio, false, 0.8);
this.setLetter(this.letter.toLowerCase());
this._writingIdx++;
this.startEditMode();
});
const btnBack = cc.find("Canvas/EditModeNode/BtnBack");
btnBack.on("click", () => {
const posList = this.letterPosList[this.letter];
const lastPen = posList[posList.length - 1];
if (lastPen && lastPen.length > 0) {
lastPen.pop();
} else {
if (posList.length > 0) {
posList.pop();
}
}
this.updateEditMode();
});
const btnNext = cc.find("Canvas/EditModeNode/BtnNext");
btnNext.on("click", () => {
const posList = this.letterPosList[this.letter];
posList.push([]);
this.updateEditMode();
});
const btnShow = cc.find("Canvas/EditModeNode/BtnShow");
btnShow.on("click", () => {
this.showLetterAnimation();
});
const btnSave = cc.find("Canvas/EditModeNode/BtnSave");
btnSave.on("click", () => {
const posList = this.letterPosList[this.letter];
console.log(JSON.stringify(posList));
});
},
_writingIdx: 0, _writingIdx: 0,
async showLetterAnimation() { async showLetterAnimation() {
...@@ -757,6 +929,9 @@ cc.Class({ ...@@ -757,6 +929,9 @@ cc.Class({
} }
cc.find("Canvas/EditModeNode").active = true; cc.find("Canvas/EditModeNode").active = true;
this.editMode = true; this.editMode = true;
return;
cc.find( cc.find(
`Canvas/bg/Img_letter_bg/Img_letter_bg_${this.letter}/LetterMask/bg` `Canvas/bg/Img_letter_bg/Img_letter_bg_${this.letter}/LetterMask/bg`
).active = true; ).active = true;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"ver": "1.0.8",
"uuid": "acdcd7e4-e294-4c84-ac4b-33a210d0fe72",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}
\ No newline at end of file
...@@ -57,6 +57,6 @@ cc.Class({ ...@@ -57,6 +57,6 @@ cc.Class({
if (this.bgArr.length === 0) { if (this.bgArr.length === 0) {
this.initAllBg(); this.initAllBg();
} }
return this.bgArr[3]; return this.bgArr[0];
}, },
}); });
...@@ -83,7 +83,7 @@ export function getSpriteFrimeByUrl(url, cb) { ...@@ -83,7 +83,7 @@ export function getSpriteFrimeByUrl(url, cb) {
}); });
} }
export function getSprNode(resName, root) { export function getSprNode(resName, root=null) {
let resNode; let resNode;
if (root) { if (root) {
resNode = cc.find(resName, root); resNode = cc.find(resName, root);
......
{ {
"ver": "1.1.2", "ver": "1.1.2",
"uuid": "db6d7215-fa78-4661-b7da-aad7d6cafff4", "uuid": "3aa2a105-7e87-4611-b54d-02daaa2ad92b",
"isBundle": false, "isBundle": false,
"bundleName": "", "bundleName": "",
"priority": 1, "priority": 1,
......
{
"ver": "2.3.5",
"uuid": "58927bf9-b7f5-4468-b389-ab9e9b3de80c",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 369,
"height": 541,
"platformSettings": {},
"subMetas": {
"Img_letter_big_a": {
"ver": "1.0.4",
"uuid": "447aec26-5b28-464e-9ea1-4296c825f018",
"rawTextureUuid": "58927bf9-b7f5-4468-b389-ab9e9b3de80c",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 39.5,
"trimX": 71,
"trimY": 83,
"width": 227,
"height": 296,
"rawWidth": 369,
"rawHeight": 541,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "8978ff39-946f-4102-ba79-c13529121adc",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 369,
"height": 541,
"platformSettings": {},
"subMetas": {
"Img_letter_big_b": {
"ver": "1.0.4",
"uuid": "f200deec-d5b5-4e78-ad79-bae89f8413ce",
"rawTextureUuid": "8978ff39-946f-4102-ba79-c13529121adc",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 9,
"offsetY": 37,
"trimX": 103,
"trimY": 88,
"width": 181,
"height": 291,
"rawWidth": 369,
"rawHeight": 541,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "d1a546ca-73f2-4f5e-9653-e96bf22b933c",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 369,
"height": 541,
"platformSettings": {},
"subMetas": {
"Img_letter_big_d": {
"ver": "1.0.4",
"uuid": "a9561b27-ae86-4bcb-9fbd-b16e68643132",
"rawTextureUuid": "d1a546ca-73f2-4f5e-9653-e96bf22b933c",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 10.5,
"offsetY": 36.5,
"trimX": 97,
"trimY": 88,
"width": 196,
"height": 292,
"rawWidth": 369,
"rawHeight": 541,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "0e41589e-2cb6-4d87-9f0e-12b8011842b4",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 369,
"height": 541,
"platformSettings": {},
"subMetas": {
"Img_letter_big_f": {
"ver": "1.0.4",
"uuid": "a16fed7d-15ac-4dbc-bdb0-db7901444d76",
"rawTextureUuid": "0e41589e-2cb6-4d87-9f0e-12b8011842b4",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 10,
"offsetY": 37.5,
"trimX": 110,
"trimY": 88,
"width": 169,
"height": 290,
"rawWidth": 369,
"rawHeight": 541,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "f612576c-502f-4157-9675-ac6ca7295613",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 369,
"height": 541,
"platformSettings": {},
"subMetas": {
"Img_letter_big_g": {
"ver": "1.0.4",
"uuid": "c6768f37-9c84-408c-80e9-367ec817f6e0",
"rawTextureUuid": "f612576c-502f-4157-9675-ac6ca7295613",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 41,
"trimX": 73,
"trimY": 80,
"width": 223,
"height": 299,
"rawWidth": 369,
"rawHeight": 541,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "081a0c97-b219-49d2-ad3c-50445ff68a72",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 369,
"height": 541,
"platformSettings": {},
"subMetas": {
"Img_letter_big_h": {
"ver": "1.0.4",
"uuid": "1d81add3-71d7-4a4d-bb07-0733357344d9",
"rawTextureUuid": "081a0c97-b219-49d2-ad3c-50445ff68a72",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 38.5,
"trimX": 95,
"trimY": 86,
"width": 179,
"height": 292,
"rawWidth": 369,
"rawHeight": 541,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "81d88e37-db01-480e-a5ad-78c6382c7379",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 369,
"height": 541,
"platformSettings": {},
"subMetas": {
"Img_letter_big_j": {
"ver": "1.0.4",
"uuid": "26db11ff-c495-4bed-8f10-566196c572cd",
"rawTextureUuid": "81d88e37-db01-480e-a5ad-78c6382c7379",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0.5,
"offsetY": 38,
"trimX": 73,
"trimY": 87,
"width": 224,
"height": 291,
"rawWidth": 369,
"rawHeight": 541,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "cf8d2159-80d6-4463-bbde-97edb3e38587",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 369,
"height": 541,
"platformSettings": {},
"subMetas": {
"Img_letter_big_k": {
"ver": "1.0.4",
"uuid": "d8769aca-c007-4cd8-a47d-11d492feb070",
"rawTextureUuid": "cf8d2159-80d6-4463-bbde-97edb3e38587",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 11.5,
"offsetY": 35,
"trimX": 102,
"trimY": 93,
"width": 188,
"height": 285,
"rawWidth": 369,
"rawHeight": 541,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "b17302b0-4295-412e-8511-8748acd0af1d",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 369,
"height": 541,
"platformSettings": {},
"subMetas": {
"Img_letter_big_l": {
"ver": "1.0.4",
"uuid": "64d37f99-fcd5-4c6b-98a7-6a49697b4a29",
"rawTextureUuid": "b17302b0-4295-412e-8511-8748acd0af1d",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 10.5,
"offsetY": 36.5,
"trimX": 110,
"trimY": 89,
"width": 170,
"height": 290,
"rawWidth": 369,
"rawHeight": 541,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "aef786f1-f295-4dac-9861-2c76ae6f04ee",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 369,
"height": 541,
"platformSettings": {},
"subMetas": {
"Img_letter_big_m": {
"ver": "1.0.4",
"uuid": "d53a49d2-2b7a-4768-8833-1e4e3960d62a",
"rawTextureUuid": "aef786f1-f295-4dac-9861-2c76ae6f04ee",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -9.5,
"offsetY": 38,
"trimX": 53,
"trimY": 87,
"width": 244,
"height": 291,
"rawWidth": 369,
"rawHeight": 541,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "565eda8f-08eb-4514-be83-6afb4e053166",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 369,
"height": 541,
"platformSettings": {},
"subMetas": {
"Img_letter_big_n": {
"ver": "1.0.4",
"uuid": "fc9e803b-46d3-4b42-af5d-78f3822d1c95",
"rawTextureUuid": "565eda8f-08eb-4514-be83-6afb4e053166",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -6,
"offsetY": 39,
"trimX": 89,
"trimY": 85,
"width": 179,
"height": 293,
"rawWidth": 369,
"rawHeight": 541,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "ffda894e-750d-4d4a-86d2-fa8c23ef1cba",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 369,
"height": 541,
"platformSettings": {},
"subMetas": {
"Img_letter_big_o": {
"ver": "1.0.4",
"uuid": "64e6b917-ac6e-4c65-8005-7e3817252622",
"rawTextureUuid": "ffda894e-750d-4d4a-86d2-fa8c23ef1cba",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 41.5,
"trimX": 73,
"trimY": 80,
"width": 223,
"height": 298,
"rawWidth": 369,
"rawHeight": 541,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "550e40a9-ce78-4198-a2cf-d6ceca0af8a7",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 369,
"height": 541,
"platformSettings": {},
"subMetas": {
"Img_letter_big_r": {
"ver": "1.0.4",
"uuid": "38cdfee3-2451-41e4-8223-ac3a337ce00f",
"rawTextureUuid": "550e40a9-ce78-4198-a2cf-d6ceca0af8a7",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 10.5,
"offsetY": 37,
"trimX": 104,
"trimY": 89,
"width": 182,
"height": 289,
"rawWidth": 369,
"rawHeight": 541,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "2f7b19b0-8e54-43ee-8b85-4e7862a48fcc",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 369,
"height": 541,
"platformSettings": {},
"subMetas": {
"Img_letter_big_s": {
"ver": "1.0.4",
"uuid": "5fdaa9ad-ed5c-47a8-8081-161e93ede953",
"rawTextureUuid": "2f7b19b0-8e54-43ee-8b85-4e7862a48fcc",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 42,
"trimX": 87,
"trimY": 79,
"width": 195,
"height": 299,
"rawWidth": 369,
"rawHeight": 541,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "674383e6-69b4-4f4a-817d-334462bd3b83",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 369,
"height": 541,
"platformSettings": {},
"subMetas": {
"Img_letter_big_t": {
"ver": "1.0.4",
"uuid": "7b30cf7b-49cf-4b7a-a314-6fd1df351dad",
"rawTextureUuid": "674383e6-69b4-4f4a-817d-334462bd3b83",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0.5,
"offsetY": 36,
"trimX": 91,
"trimY": 91,
"width": 188,
"height": 287,
"rawWidth": 369,
"rawHeight": 541,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "9690c68c-12ca-4716-8205-1927a58096fa",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 369,
"height": 541,
"platformSettings": {},
"subMetas": {
"Img_letter_big_u": {
"ver": "1.0.4",
"uuid": "0ca32e24-7c54-4856-8ad9-3c303b5b7f20",
"rawTextureUuid": "9690c68c-12ca-4716-8205-1927a58096fa",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0.5,
"offsetY": 40,
"trimX": 84,
"trimY": 83,
"width": 202,
"height": 295,
"rawWidth": 369,
"rawHeight": 541,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "68e01067-c2c5-4762-a000-9309f4b5a974",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 369,
"height": 541,
"platformSettings": {},
"subMetas": {
"Img_letter_big_v": {
"ver": "1.0.4",
"uuid": "7e5e83ce-a193-4136-aa4e-ef287f025025",
"rawTextureUuid": "68e01067-c2c5-4762-a000-9309f4b5a974",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0.5,
"offsetY": 41.5,
"trimX": 71,
"trimY": 80,
"width": 228,
"height": 298,
"rawWidth": 369,
"rawHeight": 541,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "f0025ec3-8532-4453-a169-97d4a6c6f588",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 369,
"height": 541,
"platformSettings": {},
"subMetas": {
"Img_letter_big_z": {
"ver": "1.0.4",
"uuid": "960839e5-bd01-4879-a284-e1daa105984e",
"rawTextureUuid": "f0025ec3-8532-4453-a169-97d4a6c6f588",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -8,
"offsetY": 33.5,
"trimX": 78,
"trimY": 95,
"width": 197,
"height": 284,
"rawWidth": 369,
"rawHeight": 541,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "73b697dc-233e-493b-92f8-90e7cd0b3467", "uuid": "97685815-be71-4235-99b7-c54c5b6fe089",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 369, "width": 639,
"height": 541, "height": 594,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"Img_letter_big_c": { "a": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "bbefc14c-ff9c-497a-8377-6a7114f75e39", "uuid": "d563a7b2-a66a-48e3-af60-3a0ec484b8cd",
"rawTextureUuid": "73b697dc-233e-493b-92f8-90e7cd0b3467", "rawTextureUuid": "97685815-be71-4235-99b7-c54c5b6fe089",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 41, "offsetY": -4.5,
"trimX": 80, "trimX": 92,
"trimY": 80, "trimY": 46,
"width": 209, "width": 455,
"height": 299, "height": 511,
"rawWidth": 369, "rawWidth": 639,
"rawHeight": 541, "rawHeight": 594,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
{
"ver": "2.3.5",
"uuid": "1ec0191f-c11c-4b19-a7d8-d16c8ef00332",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"a2": {
"ver": "1.0.4",
"uuid": "ad1f2a86-ddbc-40c1-b2c2-73118b49eafa",
"rawTextureUuid": "1ec0191f-c11c-4b19-a7d8-d16c8ef00332",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -1,
"offsetY": -4,
"trimX": 151,
"trimY": 134,
"width": 335,
"height": 334,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "bd83ae55-3226-46bb-9bfd-ef264c9b0ca0", "uuid": "804ae261-b9b9-4c53-90a5-6db11a8d46e6",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 369, "width": 639,
"height": 541, "height": 594,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"Img_letter_big_w": { "b": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "d4ce5896-f4df-431b-ae8f-105cf9427134", "uuid": "04d0b7da-642b-4a72-9851-5650519c169f",
"rawTextureUuid": "bd83ae55-3226-46bb-9bfd-ef264c9b0ca0", "rawTextureUuid": "804ae261-b9b9-4c53-90a5-6db11a8d46e6",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": -0.5, "offsetX": -0.5,
"offsetY": 41.5, "offsetY": -3.5,
"trimX": 2, "trimX": 136,
"trimY": 80, "trimY": 57,
"width": 364, "width": 366,
"height": 298, "height": 487,
"rawWidth": 369, "rawWidth": 639,
"rawHeight": 541, "rawHeight": 594,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
{
"ver": "2.3.5",
"uuid": "af2a340d-45ea-4b07-8911-fec8bd7a0e7b",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"b2": {
"ver": "1.0.4",
"uuid": "162b7a01-720d-4ca4-8610-9a45cbd48959",
"rawTextureUuid": "af2a340d-45ea-4b07-8911-fec8bd7a0e7b",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -0.5,
"offsetY": 63,
"trimX": 152,
"trimY": 0,
"width": 334,
"height": 468,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "9cb3089f-ebfb-4dd6-aeee-985432b99006",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"c": {
"ver": "1.0.4",
"uuid": "5b70ad4e-87a0-4735-bfc9-5bcff17333dc",
"rawTextureUuid": "9cb3089f-ebfb-4dd6-aeee-985432b99006",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -1,
"offsetY": -3.5,
"trimX": 112,
"trimY": 50,
"width": 413,
"height": 501,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "196342d9-2990-4e64-8abb-2b95b8416bc0",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"c2": {
"ver": "1.0.4",
"uuid": "7e3b7017-9391-43b7-8458-42eea459c803",
"rawTextureUuid": "196342d9-2990-4e64-8abb-2b95b8416bc0",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -1.5,
"offsetY": -3,
"trimX": 160,
"trimY": 132,
"width": 316,
"height": 336,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "394792bc-36b9-4a3d-931c-f5485336fc4b", "uuid": "d664e840-6267-4404-8a09-2530c4ad2266",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 369, "width": 639,
"height": 541, "height": 594,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"Img_letter_big_e": { "d": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "d1fc4261-7615-42e4-8811-ebc8ede0c697", "uuid": "6b0a1203-5ebd-4e99-9d0d-66cf7e80c931",
"rawTextureUuid": "394792bc-36b9-4a3d-931c-f5485336fc4b", "rawTextureUuid": "d664e840-6267-4404-8a09-2530c4ad2266",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": 11, "offsetX": -0.5,
"offsetY": 36.5, "offsetY": -3.5,
"trimX": 111, "trimX": 111,
"trimY": 90, "trimY": 62,
"width": 169, "width": 416,
"height": 288, "height": 477,
"rawWidth": 369, "rawWidth": 639,
"rawHeight": 541, "rawHeight": 594,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
{
"ver": "2.3.5",
"uuid": "2fbc2a1f-c5ae-48b1-91fe-5af49cbb5d08",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"d2": {
"ver": "1.0.4",
"uuid": "0d6bd649-7691-4419-be3d-c3d8f6b76a25",
"rawTextureUuid": "2fbc2a1f-c5ae-48b1-91fe-5af49cbb5d08",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -1.5,
"offsetY": 63,
"trimX": 151,
"trimY": 0,
"width": 334,
"height": 468,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "80d89652-4d51-4141-b7c4-796077aeecfc",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"e": {
"ver": "1.0.4",
"uuid": "ffa28467-a682-4037-8585-41d7b06a81c3",
"rawTextureUuid": "80d89652-4d51-4141-b7c4-796077aeecfc",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -0.5,
"offsetY": -4,
"trimX": 145,
"trimY": 63,
"width": 348,
"height": 476,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "5c6de3a2-6f7b-4788-8b54-6d5ea5183734",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"e2": {
"ver": "1.0.4",
"uuid": "f3e386a1-fcc9-489d-b009-d232acb8c4f9",
"rawTextureUuid": "5c6de3a2-6f7b-4788-8b54-6d5ea5183734",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -1,
"offsetY": -6,
"trimX": 157,
"trimY": 138,
"width": 323,
"height": 330,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "7c6121e8-fc49-4483-89f1-db6b75ef8f50",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"f": {
"ver": "1.0.4",
"uuid": "6b5872e5-c06e-4c90-b509-8bf011f4eefb",
"rawTextureUuid": "7c6121e8-fc49-4483-89f1-db6b75ef8f50",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -1,
"offsetY": -4,
"trimX": 149,
"trimY": 56,
"width": 339,
"height": 490,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "3d6f51d2-bd46-488a-8440-8a1322d34157",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"f2": {
"ver": "1.0.4",
"uuid": "181270fb-f802-4bb6-8cd4-02cccae8683e",
"rawTextureUuid": "3d6f51d2-bd46-488a-8440-8a1322d34157",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 7,
"offsetY": 62,
"trimX": 207,
"trimY": 4,
"width": 239,
"height": 462,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "aefeb8a9-c195-4615-8a17-d8b8c4b707e7",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"g": {
"ver": "1.0.4",
"uuid": "19ebb92b-dcd7-4ccc-89bb-ac5f174b0a51",
"rawTextureUuid": "aefeb8a9-c195-4615-8a17-d8b8c4b707e7",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -1.5,
"offsetY": -2.5,
"trimX": 96,
"trimY": 47,
"width": 444,
"height": 505,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "4482631f-be99-4c0e-98b4-f879d6a212f7",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"g2": {
"ver": "1.0.4",
"uuid": "6452d84b-a495-4083-84d4-5b2774bd020d",
"rawTextureUuid": "4482631f-be99-4c0e-98b4-f879d6a212f7",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -0.5,
"offsetY": -77,
"trimX": 161,
"trimY": 162,
"width": 316,
"height": 424,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "df00b541-1c26-4818-b6aa-d6c2629f3e08",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"h": {
"ver": "1.0.4",
"uuid": "1192b3ad-11b7-46a2-bfff-6d9b0bf4a3aa",
"rawTextureUuid": "df00b541-1c26-4818-b6aa-d6c2629f3e08",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -4,
"trimX": 127,
"trimY": 47,
"width": 385,
"height": 508,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "0df257a4-52ff-460a-b087-9de393fbdedf",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"h2": {
"ver": "1.0.4",
"uuid": "70caa0b4-0c56-4448-a255-aff7049f5aab",
"rawTextureUuid": "0df257a4-52ff-460a-b087-9de393fbdedf",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -1,
"offsetY": 62.5,
"trimX": 172,
"trimY": 1,
"width": 293,
"height": 467,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "d321fc28-a1f6-4432-8592-dc6165d24132",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"i": {
"ver": "1.0.4",
"uuid": "6f7971bd-2072-4858-aea7-f3a0a80ea1fb",
"rawTextureUuid": "d321fc28-a1f6-4432-8592-dc6165d24132",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -1,
"offsetY": -4.5,
"trimX": 163,
"trimY": 9,
"width": 311,
"height": 585,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "c2109f99-419e-40b0-aa37-2d170b34e8c8",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"i2": {
"ver": "1.0.4",
"uuid": "2dd94244-9364-4de2-9139-7253bce5d8c8",
"rawTextureUuid": "c2109f99-419e-40b0-aa37-2d170b34e8c8",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -0.5,
"offsetY": 60,
"trimX": 277,
"trimY": 6,
"width": 84,
"height": 462,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "a2b16f7b-6868-4bdf-9abc-66bf10acb434", "uuid": "25458164-5649-4906-80c1-41331779d283",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 369, "width": 639,
"height": 541, "height": 594,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"Img_letter_big_q": { "j": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "9b3bb3d3-8cdb-4de7-b3be-053b55f9572d", "uuid": "79bdd365-b310-44b4-9d79-f80c15c795d2",
"rawTextureUuid": "a2b16f7b-6868-4bdf-9abc-66bf10acb434", "rawTextureUuid": "25458164-5649-4906-80c1-41331779d283",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": 0.5, "offsetX": 0.5,
"offsetY": 43, "offsetY": -3.5,
"trimX": 73, "trimX": 109,
"trimY": 78, "trimY": 30,
"width": 224, "width": 422,
"height": 299, "height": 541,
"rawWidth": 369, "rawWidth": 639,
"rawHeight": 541, "rawHeight": 594,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "02389351-4f23-445e-a3d5-3f1c163583b0", "uuid": "51ed57a8-8e40-47e6-af56-c6e4d0e1ce70",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 369, "width": 639,
"height": 541, "height": 594,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"Img_letter_big_y": { "j2": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "4565e0ff-44ef-4dea-874f-2192417b2f41", "uuid": "c146e5de-c923-48af-a07b-35335337591e",
"rawTextureUuid": "02389351-4f23-445e-a3d5-3f1c163583b0", "rawTextureUuid": "51ed57a8-8e40-47e6-af56-c6e4d0e1ce70",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": 0.5, "offsetX": -55.5,
"offsetY": 38, "offsetY": 12.5,
"trimX": 88, "trimX": 167,
"trimY": 87, "trimY": 8,
"width": 194, "width": 194,
"height": 291, "height": 553,
"rawWidth": 369, "rawWidth": 639,
"rawHeight": 541, "rawHeight": 594,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
{
"ver": "2.3.5",
"uuid": "d130f32d-f0be-4244-b9a0-1e1163a8f769",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"k": {
"ver": "1.0.4",
"uuid": "82512422-8233-4825-b6bc-a24479f6804c",
"rawTextureUuid": "d130f32d-f0be-4244-b9a0-1e1163a8f769",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -0.5,
"offsetY": -4,
"trimX": 133,
"trimY": 46,
"width": 372,
"height": 510,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "e41a0517-d8dc-4592-87fa-bc54eff9d476",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"k2": {
"ver": "1.0.4",
"uuid": "5cd05355-1921-4138-a4bb-18d3ae754339",
"rawTextureUuid": "e41a0517-d8dc-4592-87fa-bc54eff9d476",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -0.5,
"offsetY": 62,
"trimX": 184,
"trimY": 2,
"width": 270,
"height": 466,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "68ed3d64-e8a3-48b6-a030-25114e669b0d",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"l": {
"ver": "1.0.4",
"uuid": "ec89d276-3d21-4bbd-857d-2ee4a97cb0bd",
"rawTextureUuid": "68ed3d64-e8a3-48b6-a030-25114e669b0d",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -3.5,
"trimX": 154,
"trimY": 51,
"width": 331,
"height": 499,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "20b6d32e-b87c-4615-8b96-a399f7e44df4",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"l2": {
"ver": "1.0.4",
"uuid": "ca2ae25b-4583-429b-afb5-3edb156b756b",
"rawTextureUuid": "20b6d32e-b87c-4615-8b96-a399f7e44df4",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -0.5,
"offsetY": 61.5,
"trimX": 279,
"trimY": 3,
"width": 80,
"height": 465,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "51f6912e-8502-405d-ad56-54f0edbb5904",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"m": {
"ver": "1.0.4",
"uuid": "0b2d9f5f-f214-4cfb-bf2b-7edaf57eed2a",
"rawTextureUuid": "51f6912e-8502-405d-ad56-54f0edbb5904",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -1,
"offsetY": -3.5,
"trimX": 39,
"trimY": 45,
"width": 559,
"height": 511,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "e8b1e0cb-3a8c-4c9a-9cb3-dbe045781bd3",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"m2": {
"ver": "1.0.4",
"uuid": "e2800645-ab79-4c72-aa40-4cf4dbcce848",
"rawTextureUuid": "e8b1e0cb-3a8c-4c9a-9cb3-dbe045781bd3",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -1,
"offsetY": -4,
"trimX": 77,
"trimY": 134,
"width": 483,
"height": 334,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "00511307-4615-4220-90bc-5fadee948775",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"n": {
"ver": "1.0.4",
"uuid": "ec14c3ca-41d5-43e0-be99-c095c5cae978",
"rawTextureUuid": "00511307-4615-4220-90bc-5fadee948775",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -1,
"offsetY": -4.5,
"trimX": 99,
"trimY": 47,
"width": 439,
"height": 509,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "3a93be7a-5207-4d03-b286-ff86b2a94a24",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"n2": {
"ver": "1.0.4",
"uuid": "9692eb46-e1ff-44e5-b666-87b15a8f64d7",
"rawTextureUuid": "3a93be7a-5207-4d03-b286-ff86b2a94a24",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -1,
"offsetY": -3.5,
"trimX": 173,
"trimY": 134,
"width": 291,
"height": 333,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "bc7df679-b888-49b7-ab64-a96809a1473b",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"o": {
"ver": "1.0.4",
"uuid": "a0349747-b1a9-4e83-af5b-9a4b09014449",
"rawTextureUuid": "bc7df679-b888-49b7-ab64-a96809a1473b",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -1,
"offsetY": -4.5,
"trimX": 96,
"trimY": 49,
"width": 445,
"height": 505,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "17d2c603-5a7a-4a0b-ae44-5bbdcbca4222",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"o2": {
"ver": "1.0.4",
"uuid": "c41596d9-350c-4193-b914-dcc5346e10cc",
"rawTextureUuid": "17d2c603-5a7a-4a0b-ae44-5bbdcbca4222",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -6,
"trimX": 147,
"trimY": 139,
"width": 345,
"height": 328,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "87283d04-dad0-470b-b8f6-4872a7d2b89a", "uuid": "06ff0f74-84d9-4434-a72a-a867fad9bcfa",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 369, "width": 639,
"height": 541, "height": 594,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"Img_letter_big_i": { "p": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "79c41423-e366-4919-8d39-1e15ffef7992", "uuid": "077c378e-4fa7-4697-b227-3b8648260eca",
"rawTextureUuid": "87283d04-dad0-470b-b8f6-4872a7d2b89a", "rawTextureUuid": "06ff0f74-84d9-4434-a72a-a867fad9bcfa",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": 0.5, "offsetX": -1,
"offsetY": 34.5, "offsetY": -4,
"trimX": 138, "trimX": 138,
"trimY": 94, "trimY": 53,
"width": 94, "width": 361,
"height": 284, "height": 496,
"rawWidth": 369, "rawWidth": 639,
"rawHeight": 541, "rawHeight": 594,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
{
"ver": "2.3.5",
"uuid": "45d01c43-de22-4bf0-b4b7-41406717accf",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"p2": {
"ver": "1.0.4",
"uuid": "d18aaeb6-6dec-4034-8100-81bea03bfeee",
"rawTextureUuid": "45d01c43-de22-4bf0-b4b7-41406717accf",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -1.5,
"offsetY": -64.5,
"trimX": 157,
"trimY": 150,
"width": 322,
"height": 423,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "8df701ed-962f-4b3c-993c-924fb4f6fa75",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"q": {
"ver": "1.0.4",
"uuid": "c8874dc3-e505-4c70-86f1-85a1ffe96603",
"rawTextureUuid": "8df701ed-962f-4b3c-993c-924fb4f6fa75",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -0.5,
"offsetY": -4,
"trimX": 94,
"trimY": 24,
"width": 450,
"height": 554,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "cd479ed3-9479-45f3-943d-83581191803e",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"q2": {
"ver": "1.0.4",
"uuid": "c85fa344-3cc9-43a8-8cad-3267688cdee9",
"rawTextureUuid": "cd479ed3-9479-45f3-943d-83581191803e",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -0.5,
"offsetY": -64.5,
"trimX": 158,
"trimY": 150,
"width": 322,
"height": 423,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "8c1028df-ecaf-496f-8eec-24b9e07ea6f2",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"r": {
"ver": "1.0.4",
"uuid": "1447fd60-7879-439b-b931-065d5f0fb96d",
"rawTextureUuid": "8c1028df-ecaf-496f-8eec-24b9e07ea6f2",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -1,
"offsetY": -2.5,
"trimX": 133,
"trimY": 48,
"width": 371,
"height": 503,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "d539b449-001f-4599-981f-3c78fe400fe9", "uuid": "36c0d4a2-c7fe-4af8-aaf3-74a84c77ad14",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 369, "width": 639,
"height": 541, "height": 594,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"Img_letter_big_x": { "r2": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "bc5ee694-404f-4183-8cce-bd6acb5788b7", "uuid": "5ae15458-ac1f-4089-aafd-5139cf487d0a",
"rawTextureUuid": "d539b449-001f-4599-981f-3c78fe400fe9", "rawTextureUuid": "36c0d4a2-c7fe-4af8-aaf3-74a84c77ad14",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": -1, "offsetX": -1,
"offsetY": 37, "offsetY": -4.5,
"trimX": 85, "trimX": 220,
"trimY": 89, "trimY": 135,
"width": 197, "width": 197,
"height": 289, "height": 333,
"rawWidth": 369, "rawWidth": 639,
"rawHeight": 541, "rawHeight": 594,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
{
"ver": "2.3.5",
"uuid": "78226db8-1f7f-43e9-bbc5-68beaa930192",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"s": {
"ver": "1.0.4",
"uuid": "b9636dbe-d4bf-4c7b-98ee-7f08aafd4d2e",
"rawTextureUuid": "78226db8-1f7f-43e9-bbc5-68beaa930192",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -4,
"trimX": 138,
"trimY": 48,
"width": 363,
"height": 506,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "f7c3ad29-bfad-4032-a903-181946ebca4a",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"s2": {
"ver": "1.0.4",
"uuid": "38fc7a62-9d51-499d-9284-85df19048be2",
"rawTextureUuid": "f7c3ad29-bfad-4032-a903-181946ebca4a",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -1.5,
"offsetY": 0,
"trimX": 179,
"trimY": 128,
"width": 278,
"height": 338,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "49c0a27a-ee9d-4950-a14a-ec65ea6bca48",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"t": {
"ver": "1.0.4",
"uuid": "9bddf58a-2951-4293-8353-ce7d1a777be8",
"rawTextureUuid": "49c0a27a-ee9d-4950-a14a-ec65ea6bca48",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -0.5,
"offsetY": -3,
"trimX": 120,
"trimY": 50,
"width": 398,
"height": 500,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "7f53357d-ecbd-4977-92b5-4281680dadb8",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"t2": {
"ver": "1.0.4",
"uuid": "e7aa1f81-7187-46b0-b6a8-be3627e1dc51",
"rawTextureUuid": "7f53357d-ecbd-4977-92b5-4281680dadb8",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -0.5,
"offsetY": 50.5,
"trimX": 194,
"trimY": 25,
"width": 250,
"height": 443,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "767b077c-25ed-4d4a-bfe0-c699e07445ed",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"u": {
"ver": "1.0.4",
"uuid": "ba4a2ff9-bb47-4110-9e6b-b4942a809075",
"rawTextureUuid": "767b077c-25ed-4d4a-bfe0-c699e07445ed",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -0.5,
"offsetY": -4,
"trimX": 125,
"trimY": 47,
"width": 388,
"height": 508,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "d8cd1a77-a71a-4cc0-8b71-7e3cad153054",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"u2": {
"ver": "1.0.4",
"uuid": "aea4ac42-456b-4cd9-b94f-b8902843b779",
"rawTextureUuid": "d8cd1a77-a71a-4cc0-8b71-7e3cad153054",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -1.5,
"offsetY": -4.5,
"trimX": 173,
"trimY": 135,
"width": 290,
"height": 333,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "7b2e6f6b-faff-4b67-b2f7-557ce69a987a",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"v": {
"ver": "1.0.4",
"uuid": "5f91e120-7b1c-435a-8020-32752290c9f3",
"rawTextureUuid": "7b2e6f6b-faff-4b67-b2f7-557ce69a987a",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -4,
"trimX": 110,
"trimY": 46,
"width": 419,
"height": 510,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "fd196fe4-d3de-496f-aaad-9513684c2d9d",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"v2": {
"ver": "1.0.4",
"uuid": "79ca35ab-948f-4418-858b-d62e5a2ae32b",
"rawTextureUuid": "fd196fe4-d3de-496f-aaad-9513684c2d9d",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -3,
"offsetY": -4.5,
"trimX": 162,
"trimY": 135,
"width": 309,
"height": 333,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "ae123194-a3dd-4808-984f-88104ae69201",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"w": {
"ver": "1.0.4",
"uuid": "6290ef94-0568-4a2e-9c53-2b9e2b8e176d",
"rawTextureUuid": "ae123194-a3dd-4808-984f-88104ae69201",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -4,
"trimX": 0,
"trimY": 45,
"width": 639,
"height": 512,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "b3bbfc6e-aad1-4404-b85f-82a75ae9a8f7",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"w2": {
"ver": "1.0.4",
"uuid": "6fc05b7a-9946-4a50-88d9-4e175aa443b3",
"rawTextureUuid": "b3bbfc6e-aad1-4404-b85f-82a75ae9a8f7",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -1,
"offsetY": -2.5,
"trimX": 61,
"trimY": 132,
"width": 515,
"height": 335,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "d9456c96-bc1d-41ce-ac4b-819c6dfd0c75",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"x": {
"ver": "1.0.4",
"uuid": "6ab6db59-b15c-477c-a2e1-a59920bd9a7f",
"rawTextureUuid": "d9456c96-bc1d-41ce-ac4b-819c6dfd0c75",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -0.5,
"offsetY": -4.5,
"trimX": 106,
"trimY": 44,
"width": 426,
"height": 515,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "ee99b3f4-9f8b-44cd-ae6d-beef080fdad5",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"x2": {
"ver": "1.0.4",
"uuid": "2556cfe8-2a07-4ca2-a24a-e13390658bb2",
"rawTextureUuid": "ee99b3f4-9f8b-44cd-ae6d-beef080fdad5",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -0.5,
"offsetY": 1.5,
"trimX": 161,
"trimY": 125,
"width": 316,
"height": 341,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "b37749bf-3cb3-466f-95e6-e50a6121d9e8",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"y": {
"ver": "1.0.4",
"uuid": "5df0cc9d-0a55-4d73-a88a-b5fab6a153bb",
"rawTextureUuid": "b37749bf-3cb3-466f-95e6-e50a6121d9e8",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -0.5,
"offsetY": -4.5,
"trimX": 123,
"trimY": 47,
"width": 392,
"height": 509,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "9adddaf0-39b8-49fc-9dc2-323caaa5116e",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"y2": {
"ver": "1.0.4",
"uuid": "8338eded-fef8-4361-9e71-ed95d7690458",
"rawTextureUuid": "9adddaf0-39b8-49fc-9dc2-323caaa5116e",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -3,
"offsetY": -52,
"trimX": 155,
"trimY": 135,
"width": 323,
"height": 428,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "60b730c5-a612-4694-a2fa-23fefa68543f", "uuid": "c92648c7-4c4d-4b19-8045-5fd18020eee4",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 369, "width": 639,
"height": 541, "height": 594,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"Img_letter_big_p": { "z": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "ebcb2edf-4bf0-4901-ba28-6bd76657de5f", "uuid": "18ba21c1-4ef2-42b2-9613-f6e71d539400",
"rawTextureUuid": "60b730c5-a612-4694-a2fa-23fefa68543f", "rawTextureUuid": "c92648c7-4c4d-4b19-8045-5fd18020eee4",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": 9.5, "offsetX": -0.5,
"offsetY": 38.5, "offsetY": -4,
"trimX": 105, "trimX": 131,
"trimY": 86, "trimY": 57,
"width": 178, "width": 376,
"height": 292, "height": 488,
"rawWidth": 369, "rawWidth": 639,
"rawHeight": 541, "rawHeight": 594,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
{
"ver": "2.3.5",
"uuid": "7cda8c97-53f3-4275-ac81-40c1117efaa6",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 639,
"height": 594,
"platformSettings": {},
"subMetas": {
"z2": {
"ver": "1.0.4",
"uuid": "ecae3b14-a970-4373-b5d4-97998ee797b6",
"rawTextureUuid": "7cda8c97-53f3-4275-ac81-40c1117efaa6",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -1.5,
"offsetY": -11.5,
"trimX": 176,
"trimY": 151,
"width": 284,
"height": 315,
"rawWidth": 639,
"rawHeight": 594,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{ {
"game": { "game": {
"name": "UNKNOW GAME", "name": "未知游戏",
"appid": "UNKNOW" "appid": "UNKNOW"
} }
} }
\ No newline at end of file
File added
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment