Commit 03f5a902 authored by Friends233's avatar Friends233

道具prefab

parent 5ad09db9
This diff is collapsed.
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
// - https://docs.cocos.com/creator/2.4/manual/en/scripting/life-cycle-callbacks.html // - https://docs.cocos.com/creator/2.4/manual/en/scripting/life-cycle-callbacks.html
import { CUSTOM_EVENT, Config, LevelInfo } from "./Config/GameConfig"; import { CUSTOM_EVENT, Config, LevelInfo } from "./Config/GameConfig";
import { numToChinese, set16ToRgb } from "./utils"; import { loadGameResources, numToChinese, set16ToRgb } from "./utils";
const { ccclass, property } = cc._decorator; const { ccclass, property } = cc._decorator;
// 爪子状态 // 爪子状态
...@@ -58,22 +58,13 @@ export default class GameScene extends cc.Component { ...@@ -58,22 +58,13 @@ export default class GameScene extends cc.Component {
clipTarget: cc.Node = null clipTarget: cc.Node = null
protected onLoad(): void { protected onLoad(): void {
this.loadAssets() loadGameResources()
/** 开启碰撞检测 */ /** 开启碰撞检测 */
const cm = cc.director.getCollisionManager() const cm = cc.director.getCollisionManager()
cm.enabled = true cm.enabled = true
cm.enabledDebugDraw = true; cm.enabledDebugDraw = true;
} }
loadAssets() {
cc.resources.loadDir('images/clipsAni', cc.SpriteFrame, (_, all) => {
all.forEach((sp: cc.SpriteFrame) => {
sp.insetBottom = 124
sp.insetTop = 24
})
})
}
start() { start() {
this.clip = cc.find('clipMask/clipWrp/clip', this.node) this.clip = cc.find('clipMask/clipWrp/clip', this.node)
...@@ -131,8 +122,11 @@ export default class GameScene extends cc.Component { ...@@ -131,8 +122,11 @@ export default class GameScene extends cc.Component {
// 隐藏爪子动效 // 隐藏爪子动效
this.clip.active = false this.clip.active = false
// 有道具销毁道具 // 有道具销毁道具
this.clipTarget?.destroy?.() if (this.clipTarget) {
this.clipTarget.getComponent('propMove').die(() => {
this.clipTarget = null this.clipTarget = null
})
}
break; break;
case CLIP_STATE.PLAY: case CLIP_STATE.PLAY:
case CLIP_STATE.STOP: case CLIP_STATE.STOP:
......
const {ccclass, property} = cc._decorator; const { ccclass, property } = cc._decorator;
@ccclass @ccclass
export default class propMove extends cc.Component { export default class propMove extends cc.Component {
/** 死亡动画 */
async die(cb) {
const ani = this.node.getComponent(cc.Animation)
if (ani) {
ani.play()
ani.on('finished', async () => {
await cb?.()
this.node.destroy()
}, this)
} else {
await cb?.()
this.node.destroy()
}
}
} }
...@@ -4,21 +4,21 @@ ...@@ -4,21 +4,21 @@
* @returns * @returns
*/ */
export const set16ToRgb = (str) => { export const set16ToRgb = (str) => {
if(!str) return if (!str) return
var reg = /^#([0-9A-Fa-f]{3}|[0-9A-Fa-f]{6})$/ var reg = /^#([0-9A-Fa-f]{3}|[0-9A-Fa-f]{6})$/
if(!reg.test(str)){return;} if (!reg.test(str)) { return; }
let newStr = (str.toLowerCase()).replace(/\#/g,'') let newStr = (str.toLowerCase()).replace(/\#/g, '')
let len = newStr.length; let len = newStr.length;
if(len == 3){ if (len == 3) {
let t = '' let t = ''
for(var i=0;i<len;i++){ for (var i = 0; i < len; i++) {
t += newStr.slice(i,i+1).concat(newStr.slice(i,i+1)) t += newStr.slice(i, i + 1).concat(newStr.slice(i, i + 1))
} }
newStr = t newStr = t
} }
let arr = []; //将字符串分隔,两个两个的分隔 let arr = []; //将字符串分隔,两个两个的分隔
for(var i =0;i<6;i=i+2){ for (var i = 0; i < 6; i = i + 2) {
let s = newStr.slice(i,i+2) let s = newStr.slice(i, i + 2)
arr.push(parseInt("0x" + s)) arr.push(parseInt("0x" + s))
} }
return arr; return arr;
...@@ -29,8 +29,17 @@ export const set16ToRgb = (str) => { ...@@ -29,8 +29,17 @@ export const set16ToRgb = (str) => {
* @param num 0-10 * @param num 0-10
* @returns * @returns
*/ */
export const numToChinese = (num) =>{ export const numToChinese = (num) => {
const numMap = ['零','一','二','三','四','五','六','七','八','九','十'] const numMap = ['零', '一', '二', '三', '四', '五', '六', '七', '八', '九', '十']
return numMap[num] return numMap[num]
} }
/** 加载游戏资源 */
export const loadGameResources = async () => {
return new Promise((resolve, reject) => {
cc.resources.preloadDir('images', cc.SpriteFrame, (err, res) => {
console.log('111',res)
resolve(res,err)
})
})
}
{
"__type__": "cc.AnimationClip",
"_name": "clipAni",
"_objFlags": 0,
"_native": "",
"_duration": 0,
"sample": 60,
"speed": 1,
"wrapMode": 2,
"curveData": {},
"events": []
}
\ No newline at end of file
{
"__type__": "cc.AnimationClip",
"_name": "propAct",
"_objFlags": 0,
"_native": "",
"_duration": 0.3,
"sample": 60,
"speed": 1,
"wrapMode": 1,
"curveData": {
"comps": {
"cc.Sprite": {
"spriteFrame": [
{
"frame": 0,
"value": {
"__uuid__": "3c081d10-8e08-4499-8c58-ee20f080f140"
}
},
{
"frame": 0.016666666666666666,
"value": {
"__uuid__": "528bd9bb-b94f-4e44-b329-ee16f99f9582"
}
},
{
"frame": 0.03333333333333333,
"value": {
"__uuid__": "ac5ef8fd-1b7d-49f3-b650-588107707be0"
}
},
{
"frame": 0.05,
"value": {
"__uuid__": "2b9f5cea-62b5-4045-87b1-e4dd1bb28b89"
}
},
{
"frame": 0.06666666666666667,
"value": {
"__uuid__": "03e1ad31-d0ae-475c-922b-19c853dd6391"
}
},
{
"frame": 0.08333333333333333,
"value": {
"__uuid__": "c225b4db-e7f7-454a-8933-ae3c95ad5dac"
}
},
{
"frame": 0.1,
"value": {
"__uuid__": "1dd89bf6-8d8b-494e-993a-af7571f8ee10"
}
},
{
"frame": 0.11666666666666667,
"value": {
"__uuid__": "0e451c3a-1793-44ec-96c2-9ebb6e5692e8"
}
},
{
"frame": 0.13333333333333333,
"value": {
"__uuid__": "73c89562-9427-4852-9ec5-7f518653e274"
}
},
{
"frame": 0.15,
"value": {
"__uuid__": "d1ce0ad4-8d4f-4832-be3b-4699fdd93735"
}
},
{
"frame": 0.16666666666666666,
"value": {
"__uuid__": "acc03b0d-c0e0-43fb-af49-92c8f0bdc222"
}
},
{
"frame": 0.18333333333333332,
"value": {
"__uuid__": "5ded4b0b-334d-4797-8104-bc15d28d20dc"
}
},
{
"frame": 0.2,
"value": {
"__uuid__": "5d26ed4a-44f1-4af1-92e4-552f7007ac4f"
}
},
{
"frame": 0.21666666666666667,
"value": {
"__uuid__": "0dd99735-b8cc-4893-9f6b-5f489f2ad4d5"
}
},
{
"frame": 0.23333333333333334,
"value": {
"__uuid__": "92a2f0ec-e085-433c-b7eb-b913ef3c2e3c"
}
},
{
"frame": 0.25,
"value": {
"__uuid__": "96f45b7a-2023-478e-832a-7e54541d6717"
}
},
{
"frame": 0.26666666666666666,
"value": {
"__uuid__": "06fd6439-3348-462d-85d9-f5ce01c25aec"
}
},
{
"frame": 0.2833333333333333,
"value": {
"__uuid__": "7f126635-a707-487c-b7b0-00ce8ccdb0ef"
}
}
]
}
}
},
"events": []
}
\ No newline at end of file
{ {
"ver": "2.1.2", "ver": "2.1.2",
"uuid": "728720a9-5341-458b-8a29-451eb2e596ea", "uuid": "e413b4d3-1bf8-4e31-9309-b9e191883421",
"importer": "animation-clip", "importer": "animation-clip",
"subMetas": {} "subMetas": {}
} }
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "8b7b9436-f6cd-414e-8d60-eff05cf7e2e2",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00000": {
"ver": "1.0.6",
"uuid": "12fa6426-b4e8-4566-b187-464b9b22063a",
"importer": "sprite-frame",
"rawTextureUuid": "8b7b9436-f6cd-414e-8d60-eff05cf7e2e2",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -2,
"trimX": 0,
"trimY": 10,
"width": 120,
"height": 138,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 4,
"borderBottom": 119,
"borderLeft": 85,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "5b652225-41c7-4156-872f-72f99d734747",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00001": {
"ver": "1.0.6",
"uuid": "73e552a8-0c92-4930-9293-df6344040156",
"importer": "sprite-frame",
"rawTextureUuid": "5b652225-41c7-4156-872f-72f99d734747",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -1.5,
"trimX": 0,
"trimY": 9,
"width": 120,
"height": 139,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 17.5,
"borderBottom": 117.5,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "2ff3a9c8-184d-4931-9453-688c4a3af13d",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00002": {
"ver": "1.0.6",
"uuid": "ac1333a2-01f0-4aff-ad79-139433b3b101",
"importer": "sprite-frame",
"rawTextureUuid": "2ff3a9c8-184d-4931-9453-688c4a3af13d",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -0.5,
"trimX": 0,
"trimY": 8,
"width": 120,
"height": 139,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "209de44e-e481-40ec-a8b5-30163c77a930",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00003": {
"ver": "1.0.6",
"uuid": "8f3c3fa6-c8a9-4432-8f7e-f0e8d9d5807c",
"importer": "sprite-frame",
"rawTextureUuid": "209de44e-e481-40ec-a8b5-30163c77a930",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -0.5,
"trimX": 0,
"trimY": 8,
"width": 120,
"height": 139,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "2d10327b-71b5-4982-9ec6-251dadf1d70f",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00005": {
"ver": "1.0.6",
"uuid": "55656326-dbf7-4075-b3b7-f0d03b3c2919",
"importer": "sprite-frame",
"rawTextureUuid": "2d10327b-71b5-4982-9ec6-251dadf1d70f",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0.5,
"trimX": 1,
"trimY": 6,
"width": 118,
"height": 141,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "850f07f4-c3a9-4763-825e-eb2d873229f0",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00008": {
"ver": "1.0.6",
"uuid": "27dea4ba-bd84-41cb-8aad-46384aa8ce27",
"importer": "sprite-frame",
"rawTextureUuid": "850f07f4-c3a9-4763-825e-eb2d873229f0",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 2,
"trimX": 3,
"trimY": 4,
"width": 114,
"height": 142,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "f2cfd191-0752-4f0e-97cd-0211b7823dc7",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00010": {
"ver": "1.0.6",
"uuid": "c261bf96-7a62-4341-8842-0b5ea9787d97",
"importer": "sprite-frame",
"rawTextureUuid": "f2cfd191-0752-4f0e-97cd-0211b7823dc7",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 2.5,
"trimX": 4,
"trimY": 3,
"width": 112,
"height": 143,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "c03fa192-d73e-4ee7-b897-0aa972307174",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00012": {
"ver": "1.0.6",
"uuid": "39322d31-d1f5-4d19-929e-aa21d06c9334",
"importer": "sprite-frame",
"rawTextureUuid": "c03fa192-d73e-4ee7-b897-0aa972307174",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 3,
"trimX": 6,
"trimY": 2,
"width": 108,
"height": 144,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "f37ec953-4950-4d07-910d-56b3f8c734c6",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00013": {
"ver": "1.0.6",
"uuid": "425444fc-9b07-46a5-88d3-e062d9ceed45",
"importer": "sprite-frame",
"rawTextureUuid": "f37ec953-4950-4d07-910d-56b3f8c734c6",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 3,
"trimX": 6,
"trimY": 2,
"width": 108,
"height": 144,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "3b1b2393-4505-4744-96d3-b0ae6eb08a20",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00014": {
"ver": "1.0.6",
"uuid": "9517e469-546f-4bd1-991f-2dfa0ba99236",
"importer": "sprite-frame",
"rawTextureUuid": "3b1b2393-4505-4744-96d3-b0ae6eb08a20",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 3.5,
"trimX": 6,
"trimY": 1,
"width": 108,
"height": 145,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "1f4c0412-8d79-42fa-965b-ac8042f47779",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00015": {
"ver": "1.0.6",
"uuid": "f0b6e396-eb40-4d2a-86ba-d8924646172a",
"importer": "sprite-frame",
"rawTextureUuid": "1f4c0412-8d79-42fa-965b-ac8042f47779",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 3.5,
"trimX": 6,
"trimY": 1,
"width": 108,
"height": 145,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "9c6178b6-4818-43ba-9b97-fc520ba9d068",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00017": {
"ver": "1.0.6",
"uuid": "3076ea9e-d164-4602-90ea-8ba35b5875f4",
"importer": "sprite-frame",
"rawTextureUuid": "9c6178b6-4818-43ba-9b97-fc520ba9d068",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 3.5,
"trimX": 7,
"trimY": 1,
"width": 106,
"height": 145,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "c55d5f42-96b5-451b-9009-dd8c3883f4e4",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00019": {
"ver": "1.0.6",
"uuid": "514991db-07e6-4f83-9039-c8383ff6108e",
"importer": "sprite-frame",
"rawTextureUuid": "c55d5f42-96b5-451b-9009-dd8c3883f4e4",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 4,
"trimX": 7,
"trimY": 0,
"width": 106,
"height": 146,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "6969509c-044a-4070-9040-8522e6b9babd",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00020": {
"ver": "1.0.6",
"uuid": "71f0f750-b024-4d15-b135-7d9ff1bdc0a3",
"importer": "sprite-frame",
"rawTextureUuid": "6969509c-044a-4070-9040-8522e6b9babd",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 3.5,
"trimX": 7,
"trimY": 1,
"width": 106,
"height": 145,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "0bcb6661-4879-4403-97a5-5fc5e56e89a5",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00021": {
"ver": "1.0.6",
"uuid": "1b0666a6-c0c3-463e-b2f7-24b84c80ea29",
"importer": "sprite-frame",
"rawTextureUuid": "0bcb6661-4879-4403-97a5-5fc5e56e89a5",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 3.5,
"trimX": 7,
"trimY": 1,
"width": 106,
"height": 145,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "e4a1d5ee-2bf9-45b7-ba28-e98ce60eab97",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00022": {
"ver": "1.0.6",
"uuid": "db99844e-0d37-405a-9b20-6cb617137f46",
"importer": "sprite-frame",
"rawTextureUuid": "e4a1d5ee-2bf9-45b7-ba28-e98ce60eab97",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 3.5,
"trimX": 8,
"trimY": 1,
"width": 104,
"height": 145,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "cf772068-28c9-4fd7-aac7-5f8ab2051a06",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00023": {
"ver": "1.0.6",
"uuid": "2721cdfd-223f-44fd-9752-994bde5b2a6c",
"importer": "sprite-frame",
"rawTextureUuid": "cf772068-28c9-4fd7-aac7-5f8ab2051a06",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 3.5,
"trimX": 8,
"trimY": 1,
"width": 104,
"height": 145,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "26ff0a23-cf3a-49e9-b3a2-e2f9e67ef4b3",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00024": {
"ver": "1.0.6",
"uuid": "50729527-98ab-4478-bf2f-27f5c0bd0836",
"importer": "sprite-frame",
"rawTextureUuid": "26ff0a23-cf3a-49e9-b3a2-e2f9e67ef4b3",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 3.5,
"trimX": 8,
"trimY": 1,
"width": 104,
"height": 145,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "43284f56-9c25-43f1-8bb3-4efad5045f0f",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00025": {
"ver": "1.0.6",
"uuid": "3d3e9576-84ee-4d07-912b-1d8ae00cdab6",
"importer": "sprite-frame",
"rawTextureUuid": "43284f56-9c25-43f1-8bb3-4efad5045f0f",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 3,
"trimX": 8,
"trimY": 2,
"width": 104,
"height": 144,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "890d183d-5ad2-4d07-89b9-782651bb74fc",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00026": {
"ver": "1.0.6",
"uuid": "ac43bac9-d32e-4627-91ef-b79ab9b7913f",
"importer": "sprite-frame",
"rawTextureUuid": "890d183d-5ad2-4d07-89b9-782651bb74fc",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 2.5,
"trimX": 8,
"trimY": 2,
"width": 104,
"height": 145,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "5eb29aa1-08dd-4e2d-a0b6-b5c2cad7c720",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00028": {
"ver": "1.0.6",
"uuid": "104b5bc6-8b5b-49a0-b2a0-be8408fb2b77",
"importer": "sprite-frame",
"rawTextureUuid": "5eb29aa1-08dd-4e2d-a0b6-b5c2cad7c720",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 2,
"trimX": 8,
"trimY": 3,
"width": 104,
"height": 144,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "60ae18eb-4f6e-45fa-98c3-26dd2ba5f8ca",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00029": {
"ver": "1.0.6",
"uuid": "210f1a12-9703-4a65-9067-6fdd8f4928ad",
"importer": "sprite-frame",
"rawTextureUuid": "60ae18eb-4f6e-45fa-98c3-26dd2ba5f8ca",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 1.5,
"trimX": 8,
"trimY": 4,
"width": 104,
"height": 143,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "04d8f2fb-cc77-404f-9cf3-4ca1a07b7c4e",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00031": {
"ver": "1.0.6",
"uuid": "251ddaa5-441b-4ac1-89e8-f0f5d8373e55",
"importer": "sprite-frame",
"rawTextureUuid": "04d8f2fb-cc77-404f-9cf3-4ca1a07b7c4e",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0.5,
"trimX": 8,
"trimY": 5,
"width": 104,
"height": 143,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "b0eac1e7-ffb7-4058-b713-66b03ed67f7d",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00033": {
"ver": "1.0.6",
"uuid": "96cbf65a-d705-42dd-85e8-cb8f5186c3dd",
"importer": "sprite-frame",
"rawTextureUuid": "b0eac1e7-ffb7-4058-b713-66b03ed67f7d",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -0.5,
"trimX": 8,
"trimY": 6,
"width": 104,
"height": 143,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "791928da-6271-4c96-a401-1d1225d4e9c0",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00034": {
"ver": "1.0.6",
"uuid": "b728245c-9306-48fa-81d2-b13df6024914",
"importer": "sprite-frame",
"rawTextureUuid": "791928da-6271-4c96-a401-1d1225d4e9c0",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -1.5,
"trimX": 8,
"trimY": 7,
"width": 104,
"height": 143,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "d359c9a8-619c-4851-bc08-07ed93e91e6f",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00035": {
"ver": "1.0.6",
"uuid": "a7329a0b-18d2-4f30-bfec-01b177a3eb4e",
"importer": "sprite-frame",
"rawTextureUuid": "d359c9a8-619c-4851-bc08-07ed93e91e6f",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -2,
"trimX": 8,
"trimY": 8,
"width": 104,
"height": 142,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "d817c331-2017-4182-b15b-f3015d305f42",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00036": {
"ver": "1.0.6",
"uuid": "70aa0b0d-b4e3-417b-9b29-bcb45f48d89c",
"importer": "sprite-frame",
"rawTextureUuid": "d817c331-2017-4182-b15b-f3015d305f42",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -2,
"trimX": 8,
"trimY": 8,
"width": 104,
"height": 142,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "edd4babb-cb52-42c3-81e8-7ee634148383",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00038": {
"ver": "1.0.6",
"uuid": "c0020652-e3ef-4799-a4d1-7bb76fdceb9e",
"importer": "sprite-frame",
"rawTextureUuid": "edd4babb-cb52-42c3-81e8-7ee634148383",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -3.5,
"trimX": 8,
"trimY": 10,
"width": 104,
"height": 141,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "adb14f69-87eb-43bd-8575-a8920b09b14d",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00039": {
"ver": "1.0.6",
"uuid": "7283dfb2-960f-469c-9863-71a97ff8d76c",
"importer": "sprite-frame",
"rawTextureUuid": "adb14f69-87eb-43bd-8575-a8920b09b14d",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -4,
"trimX": 7,
"trimY": 10,
"width": 106,
"height": 142,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "43ce9a22-4465-4349-a2c7-eb51b5927267",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00040": {
"ver": "1.0.6",
"uuid": "35489117-6b54-4eb2-83d6-87a5cd2e94f6",
"importer": "sprite-frame",
"rawTextureUuid": "43ce9a22-4465-4349-a2c7-eb51b5927267",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -4.5,
"trimX": 7,
"trimY": 11,
"width": 106,
"height": 141,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "6f875743-9a00-41d9-8d1e-f130fb8db6aa",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00041": {
"ver": "1.0.6",
"uuid": "b4f6c6c2-fc41-4447-b362-9e7c4b9fef47",
"importer": "sprite-frame",
"rawTextureUuid": "6f875743-9a00-41d9-8d1e-f130fb8db6aa",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -4.5,
"trimX": 7,
"trimY": 11,
"width": 106,
"height": 141,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "900e894c-9637-4ae5-bcde-d3839ebc6037",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00042": {
"ver": "1.0.6",
"uuid": "3d33f34e-2b39-4781-8dbf-68a99c6456d1",
"importer": "sprite-frame",
"rawTextureUuid": "900e894c-9637-4ae5-bcde-d3839ebc6037",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -5.5,
"trimX": 7,
"trimY": 12,
"width": 106,
"height": 141,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "3360b7da-2469-40de-837b-5903e81fec9c",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00043": {
"ver": "1.0.6",
"uuid": "77160c5d-1610-4bea-861a-306694e12896",
"importer": "sprite-frame",
"rawTextureUuid": "3360b7da-2469-40de-837b-5903e81fec9c",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -5.5,
"trimX": 7,
"trimY": 12,
"width": 106,
"height": 141,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "9a06d852-325c-4dfc-902d-822d142d47f2",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00045": {
"ver": "1.0.6",
"uuid": "402a17e8-ba76-4acb-85cd-982e7eeb59f4",
"importer": "sprite-frame",
"rawTextureUuid": "9a06d852-325c-4dfc-902d-822d142d47f2",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -6,
"trimX": 6,
"trimY": 13,
"width": 108,
"height": 140,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "6fb62e89-9173-4604-a45e-5c7822274cae",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00046": {
"ver": "1.0.6",
"uuid": "10cc7fa1-fa4e-4eab-ab4d-79e8745adfb7",
"importer": "sprite-frame",
"rawTextureUuid": "6fb62e89-9173-4604-a45e-5c7822274cae",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -6,
"trimX": 6,
"trimY": 13,
"width": 108,
"height": 140,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "12aca66b-1f99-41df-8f3f-1fd127536f9c",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00047": {
"ver": "1.0.6",
"uuid": "dd2c55af-31b1-4541-990f-baec6372893e",
"importer": "sprite-frame",
"rawTextureUuid": "12aca66b-1f99-41df-8f3f-1fd127536f9c",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -6,
"trimX": 6,
"trimY": 13,
"width": 108,
"height": 140,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "92820d36-c25c-4f08-9de6-bd1c1ff6c277",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00048": {
"ver": "1.0.6",
"uuid": "6e4c8dde-b8cd-4660-8697-6425f8aac90f",
"importer": "sprite-frame",
"rawTextureUuid": "92820d36-c25c-4f08-9de6-bd1c1ff6c277",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -6,
"trimX": 6,
"trimY": 13,
"width": 108,
"height": 140,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "9037c2a9-314c-48f6-ab09-b804483dd0c6",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00049": {
"ver": "1.0.6",
"uuid": "e64645a7-1781-4b7d-935e-25b0bbe1c782",
"importer": "sprite-frame",
"rawTextureUuid": "9037c2a9-314c-48f6-ab09-b804483dd0c6",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -6.5,
"trimX": 5,
"trimY": 14,
"width": 110,
"height": 139,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "df25d869-765d-472e-ba40-31a229099cbe",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00050": {
"ver": "1.0.6",
"uuid": "3bdefe72-261f-480d-87bd-cdb97d580ef2",
"importer": "sprite-frame",
"rawTextureUuid": "df25d869-765d-472e-ba40-31a229099cbe",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -6,
"trimX": 4,
"trimY": 13,
"width": 112,
"height": 140,
"rawWidth": 120,
"rawHeight": 154,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.7",
"uuid": "da209bfb-5085-4263-8f62-0393acdd55a1",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 120,
"height": 154,
"platformSettings": {},
"subMetas": {
"夹子待机_00051": {
"ver": "1.0.6",
"uuid": "984d8f77-531b-40c2-acde-514566321e82",
"importer": "sprite-frame",
"rawTextureUuid": "da209bfb-5085-4263-8f62-0393acdd55a1",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -5.5,
"trimX": 3,
"trimY": 13,
"width": 114,
"height": 139,
"rawWidth": 120,
"rawHeight": 154,
"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.
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