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) {},
}); });
This diff is collapsed.
{
"ver": "1.2.9",
"uuid": "44f20db3-4c63-40ae-95cd-7c5ae8aa13f9",
"optimizationPolicy": "AUTO",
"asyncLoadAssets": false,
"readonly": false,
"subMetas": {}
}
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
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
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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