更改图片资源

This commit is contained in:
YZ\249929363 2025-07-10 18:28:54 +08:00
parent b617219f5b
commit c11731aee7
7 changed files with 557 additions and 458 deletions

View File

@ -15,6 +15,9 @@
"_children": [ "_children": [
{ {
"__id__": 2 "__id__": 2
},
{
"__id__": 578
} }
], ],
"_active": false, "_active": false,
@ -1552,8 +1555,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 150, "width": 126,
"height": 150 "height": 132
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
@ -2267,8 +2270,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 150, "width": 116,
"height": 150 "height": 120
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
@ -3696,8 +3699,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 150, "width": 108,
"height": 150 "height": 130
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
@ -27521,5 +27524,97 @@
}, },
"_enabled": true, "_enabled": true,
"_id": "58DM8oQ6lCUKVXb6q5XYvl" "_id": "58DM8oQ6lCUKVXb6q5XYvl"
},
{
"__type__": "cc.Node",
"_name": "stop",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 579
}
],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 154,
"height": 172
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
192.639,
296.447,
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": "3eJ2YsxDRCtZGj/DKDc7/i"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 578
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": null,
"_type": 0,
"_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "95joh5iDZB1IGmJkAeXXrL"
} }
] ]

View File

@ -687,7 +687,6 @@ export default class GameManager extends cc.Component {
MiniGameSdk.API.shushu_Login(); MiniGameSdk.API.shushu_Login();
MiniGameSdk.API.yinli_Init(); MiniGameSdk.API.yinli_Init();
MiniGameSdk.API.yinli_Login(); MiniGameSdk.API.yinli_Login();
const group = cc.fx.GameTool.setWechatGameGroup(2);
this.startGame(); this.startGame();
} }
} }

View File

@ -9,6 +9,7 @@ import GameManager from "./GameManager";
import NumberToImage from "./NumberToImage"; import NumberToImage from "./NumberToImage";
import { MiniGameSdk } from "./Sdk/MiniGameSdk"; import { MiniGameSdk } from "./Sdk/MiniGameSdk";
import { LQCollideSystem } from "./lq_collide_system/lq_collide_system"; import { LQCollideSystem } from "./lq_collide_system/lq_collide_system";
import AudioManager from "./module/Music/AudioManager";
import Utils from "./module/Pay/Utils"; import Utils from "./module/Pay/Utils";
const { ccclass, property } = cc._decorator; const { ccclass, property } = cc._decorator;
@ -95,6 +96,7 @@ private heathScheduleCallback: Function = null;
if (cc.fx.GameConfig.GM_INFO.first) { if (cc.fx.GameConfig.GM_INFO.first) {
console.log("————————准备注册事件", cc.fx.GameConfig.GM_INFO.openid); console.log("————————准备注册事件", cc.fx.GameConfig.GM_INFO.openid);
const group = cc.fx.GameTool.setWechatGameGroup(2);
if (cc.fx.GameConfig.GM_INFO.openid != "") { if (cc.fx.GameConfig.GM_INFO.openid != "") {
console.log("————————发送注册事件"); console.log("————————发送注册事件");
const time = cc.fx.GameTool.formatDate(new Date()); const time = cc.fx.GameTool.formatDate(new Date());
@ -113,6 +115,9 @@ private heathScheduleCallback: Function = null;
}, 1000); }, 1000);
} }
console.log("音乐开关", cc.fx.GameConfig.GM_INFO.musicOpen);
AudioManager._instance.playMusicGame();
} }
start() { start() {

View File

@ -126,8 +126,8 @@ export default class AudioManager extends cc.Component {
]; ];
musics.forEach(function (path) { musics.forEach(function (path) {
}) })
console.log("音乐开关", cc.fx.GameConfig.GM_INFO.musicOpen); // console.log("音乐开关", cc.fx.GameConfig.GM_INFO.musicOpen);
this.playMusicGame(); // this.playMusicGame();
} }
getAudioMusicSwitch() { getAudioMusicSwitch() {

View File

@ -15,9 +15,9 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{281,71}</string> <string>{281,71}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{0,300},{281,71}}</string> <string>{{1338,830},{281,71}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <true/>
</dict> </dict>
<key>20miao.png</key> <key>20miao.png</key>
<dict> <dict>
@ -30,9 +30,9 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{255,70}</string> <string>{255,70}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{1394,230},{255,70}}</string> <string>{{1806,645},{255,70}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <true/>
</dict> </dict>
<key>30miao.png</key> <key>30miao.png</key>
<dict> <dict>
@ -45,7 +45,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{255,70}</string> <string>{255,70}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{1649,230},{255,70}}</string> <string>{{1533,1161},{255,70}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -60,7 +60,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{76,82}</string> <string>{76,82}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{1118,300},{76,82}}</string> <string>{{1493,59},{76,82}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -75,7 +75,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{636,174}</string> <string>{636,174}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{616,968},{636,174}}</string> <string>{{45,263},{636,174}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -90,9 +90,9 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{348,66}</string> <string>{348,66}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{689,230},{348,66}}</string> <string>{{1470,737},{348,66}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <true/>
</dict> </dict>
<key>bgl.png</key> <key>bgl.png</key>
<dict> <dict>
@ -105,9 +105,9 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{154,172}</string> <string>{154,172}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{0,968},{154,172}}</string> <string>{{613,1265},{154,172}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <true/>
</dict> </dict>
<key>chubuqule.png</key> <key>chubuqule.png</key>
<dict> <dict>
@ -120,22 +120,22 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{281,64}</string> <string>{281,64}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{898,166},{281,64}}</string> <string>{{1947,944},{281,64}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <true/>
</dict> </dict>
<key>chuizi.png</key> <key>chuizi.png</key>
<dict> <dict>
<key>aliases</key> <key>aliases</key>
<array/> <array/>
<key>spriteOffset</key> <key>spriteOffset</key>
<string>{0,0}</string> <string>{-1,0}</string>
<key>spriteSize</key> <key>spriteSize</key>
<string>{316,316}</string> <string>{306,316}</string>
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{316,316}</string> <string>{316,316}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{646,1340},{316,316}}</string> <string>{{740,506},{306,316}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -144,13 +144,13 @@
<key>aliases</key> <key>aliases</key>
<array/> <array/>
<key>spriteOffset</key> <key>spriteOffset</key>
<string>{0,0}</string> <string>{0,1}</string>
<key>spriteSize</key> <key>spriteSize</key>
<string>{150,150}</string> <string>{126,132}</string>
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{150,150}</string> <string>{150,150}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{1736,654},{150,150}}</string> <string>{{1295,1113},{126,132}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -159,13 +159,13 @@
<key>aliases</key> <key>aliases</key>
<array/> <array/>
<key>spriteOffset</key> <key>spriteOffset</key>
<string>{0,0}</string> <string>{-1,0}</string>
<key>spriteSize</key> <key>spriteSize</key>
<string>{284,284}</string> <string>{238,284}</string>
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{284,284}</string> <string>{284,284}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{362,1340},{284,284}}</string> <string>{{1394,451},{238,284}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -180,7 +180,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{80,100}</string> <string>{80,100}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{0,398},{80,100}}</string> <string>{{1738,1290},{80,100}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -195,9 +195,9 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{264,104}</string> <string>{264,104}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{1007,398},{264,104}}</string> <string>{{1700,646},{264,104}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <true/>
</dict> </dict>
<key>closet.png</key> <key>closet.png</key>
<dict> <dict>
@ -210,7 +210,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{66,66}</string> <string>{66,66}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{1037,230},{66,66}}</string> <string>{{1820,1346},{66,66}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -225,9 +225,9 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{312,62}</string> <string>{312,62}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{586,166},{312,62}}</string> <string>{{1636,736},{312,62}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <true/>
</dict> </dict>
<key>coins.png</key> <key>coins.png</key>
<dict> <dict>
@ -240,9 +240,9 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{86,98}</string> <string>{86,98}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{1822,300},{86,98}}</string> <string>{{1393,59},{86,98}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <true/>
</dict> </dict>
<key>coins4.png</key> <key>coins4.png</key>
<dict> <dict>
@ -255,7 +255,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{171,191}</string> <string>{171,191}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{1272,1142},{171,191}}</string> <string>{{1700,912},{171,191}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -270,7 +270,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{58,64}</string> <string>{58,64}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{1179,166},{58,64}}</string> <string>{{1888,1346},{58,64}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -285,9 +285,9 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{234,36}</string> <string>{234,36}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{109,0},{234,36}}</string> <string>{{1988,385},{234,36}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <true/>
</dict> </dict>
<key>dikuang.png</key> <key>dikuang.png</key>
<dict> <dict>
@ -300,7 +300,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{802,118}</string> <string>{802,118}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{314,514},{802,118}}</string> <string>{{1,1},{802,118}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -309,13 +309,13 @@
<key>aliases</key> <key>aliases</key>
<array/> <array/>
<key>spriteOffset</key> <key>spriteOffset</key>
<string>{0,0}</string> <string>{0,1}</string>
<key>spriteSize</key> <key>spriteSize</key>
<string>{616,100}</string> <string>{616,96}</string>
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{616,100}</string> <string>{616,100}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{80,398},{616,100}}</string> <string>{{45,967},{616,96}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -330,9 +330,9 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{322,64}</string> <string>{322,64}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{1237,166},{322,64}}</string> <string>{{1328,506},{322,64}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <true/>
</dict> </dict>
<key>exit.png</key> <key>exit.png</key>
<dict> <dict>
@ -345,7 +345,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{144,164}</string> <string>{144,164}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{150,804},{144,164}}</string> <string>{{1149,1092},{144,164}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -360,9 +360,9 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{291,66}</string> <string>{291,66}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{1103,230},{291,66}}</string> <string>{{1953,651},{291,66}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <true/>
</dict> </dict>
<key>fanhui.png</key> <key>fanhui.png</key>
<dict> <dict>
@ -375,7 +375,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{434,144}</string> <string>{434,144}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{0,654},{434,144}}</string> <string>{{1,1265},{434,144}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -390,7 +390,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{434,144}</string> <string>{434,144}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{434,654},{434,144}}</string> <string>{{1573,1},{434,144}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -405,7 +405,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{476,164}</string> <string>{476,164}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{294,804},{476,164}}</string> <string>{{740,340},{476,164}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -420,7 +420,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{174,236}</string> <string>{174,236}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{188,1340},{174,236}}</string> <string>{{1846,147},{174,236}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -435,7 +435,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{412,65}</string> <string>{412,65}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{0,230},{412,65}}</string> <string>{{1432,147},{412,65}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -450,7 +450,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{289,54}</string> <string>{289,54}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{1539,0},{289,54}}</string> <string>{{1533,1105},{289,54}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -465,7 +465,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{586,57}</string> <string>{586,57}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{766,109},{586,57}}</string> <string>{{805,59},{586,57}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -480,7 +480,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{561,54}</string> <string>{561,54}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{0,54},{561,54}}</string> <string>{{805,118},{561,54}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -489,28 +489,28 @@
<key>aliases</key> <key>aliases</key>
<array/> <array/>
<key>spriteOffset</key> <key>spriteOffset</key>
<string>{0,0}</string> <string>{0,1}</string>
<key>spriteSize</key> <key>spriteSize</key>
<string>{316,316}</string> <string>{242,294}</string>
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{316,316}</string> <string>{316,316}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{962,1340},{316,316}}</string> <string>{{1042,848},{242,294}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <true/>
</dict> </dict>
<key>ices.png</key> <key>ices.png</key>
<dict> <dict>
<key>aliases</key> <key>aliases</key>
<array/> <array/>
<key>spriteOffset</key> <key>spriteOffset</key>
<string>{0,0}</string> <string>{0,1}</string>
<key>spriteSize</key> <key>spriteSize</key>
<string>{150,150}</string> <string>{108,130}</string>
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{150,150}</string> <string>{150,150}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{1886,654},{150,150}}</string> <string>{{1423,1102},{108,130}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -525,9 +525,9 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{363,57}</string> <string>{363,57}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{1352,109},{363,57}}</string> <string>{{1411,737},{363,57}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <true/>
</dict> </dict>
<key>jianshaohp.png</key> <key>jianshaohp.png</key>
<dict> <dict>
@ -540,7 +540,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{586,57}</string> <string>{586,57}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{0,166},{586,57}}</string> <string>{{805,59},{586,57}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -555,7 +555,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{516,164}</string> <string>{516,164}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{770,804},{516,164}}</string> <string>{{740,174},{516,164}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -570,7 +570,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{476,164}</string> <string>{476,164}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{1286,804},{476,164}}</string> <string>{{740,340},{476,164}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -585,9 +585,9 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{314,96}</string> <string>{314,96}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{1194,300},{314,96}}</string> <string>{{1538,737},{314,96}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <true/>
</dict> </dict>
<key>lock.png</key> <key>lock.png</key>
<dict> <dict>
@ -600,9 +600,9 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{154,172}</string> <string>{154,172}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{154,968},{154,172}}</string> <string>{{1258,174},{154,172}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <true/>
</dict> </dict>
<key>lockzi.png</key> <key>lockzi.png</key>
<dict> <dict>
@ -615,9 +615,9 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{109,32}</string> <string>{109,32}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{0,0},{109,32}}</string> <string>{{695,121},{109,32}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <true/>
</dict> </dict>
<key>meijinbi.png</key> <key>meijinbi.png</key>
<dict> <dict>
@ -630,9 +630,9 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{158,44}</string> <string>{158,44}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{1381,0},{158,44}}</string> <string>{{683,847},{158,44}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <true/>
</dict> </dict>
<key>nali.png</key> <key>nali.png</key>
<dict> <dict>
@ -645,9 +645,9 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{582,55}</string> <string>{582,55}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{561,54},{582,55}}</string> <string>{{683,263},{582,55}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <true/>
</dict> </dict>
<key>next.png</key> <key>next.png</key>
<dict> <dict>
@ -660,7 +660,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{636,174}</string> <string>{636,174}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{1252,968},{636,174}}</string> <string>{{45,439},{636,174}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -675,7 +675,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{189,43}</string> <string>{189,43}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{1192,0},{189,43}}</string> <string>{{1788,1234},{189,43}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -690,7 +690,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{766,56}</string> <string>{766,56}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{0,109},{766,56}}</string> <string>{{805,1},{766,56}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -705,9 +705,9 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{154,172}</string> <string>{154,172}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{308,968},{154,172}}</string> <string>{{1223,1258},{154,172}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <true/>
</dict> </dict>
<key>open.png</key> <key>open.png</key>
<dict> <dict>
@ -720,22 +720,22 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{264,104}</string> <string>{264,104}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{1271,398},{264,104}}</string> <string>{{1882,385},{264,104}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <true/>
</dict> </dict>
<key>pskuang.png</key> <key>pskuang.png</key>
<dict> <dict>
<key>aliases</key> <key>aliases</key>
<array/> <array/>
<key>spriteOffset</key> <key>spriteOffset</key>
<string>{0,0}</string> <string>{-155.5,46.5}</string>
<key>spriteSize</key> <key>spriteSize</key>
<string>{314,96}</string> <string>{3,3}</string>
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{314,96}</string> <string>{314,96}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{1508,300},{314,96}}</string> <string>{{1,1042},{3,3}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -750,7 +750,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{434,144}</string> <string>{434,144}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{868,654},{434,144}}</string> <string>{{713,1112},{434,144}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -765,9 +765,9 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{154,174}</string> <string>{154,174}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{1888,968},{154,174}}</string> <string>{{437,1265},{154,174}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <true/>
</dict> </dict>
<key>shijaijndaol.png</key> <key>shijaijndaol.png</key>
<dict> <dict>
@ -780,37 +780,37 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{283,64}</string> <string>{283,64}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{1559,166},{283,64}}</string> <string>{{1634,451},{283,64}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <true/>
</dict> </dict>
<key>starb.png</key> <key>starb.png</key>
<dict> <dict>
<key>aliases</key> <key>aliases</key>
<array/> <array/>
<key>spriteOffset</key> <key>spriteOffset</key>
<string>{0,0}</string> <string>{8,-7}</string>
<key>spriteSize</key> <key>spriteSize</key>
<string>{316,316}</string> <string>{286,300}</string>
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{316,316}</string> <string>{316,316}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{1278,1340},{316,316}}</string> <string>{{740,824},{286,300}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <true/>
</dict> </dict>
<key>stars.png</key> <key>stars.png</key>
<dict> <dict>
<key>aliases</key> <key>aliases</key>
<array/> <array/>
<key>spriteOffset</key> <key>spriteOffset</key>
<string>{0,0}</string> <string>{-1,0}</string>
<key>spriteSize</key> <key>spriteSize</key>
<string>{150,150}</string> <string>{116,120}</string>
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{150,150}</string> <string>{150,150}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{0,804},{150,150}}</string> <string>{{1553,1290},{116,120}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -825,7 +825,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{520,198}</string> <string>{520,198}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{1443,1142},{520,198}}</string> <string>{{1,1065},{520,198}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -840,9 +840,9 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{258,78}</string> <string>{258,78}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{860,300},{258,78}}</string> <string>{{1802,385},{258,78}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <true/>
</dict> </dict>
<key>stop.png</key> <key>stop.png</key>
<dict> <dict>
@ -855,7 +855,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{154,172}</string> <string>{154,172}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{462,968},{154,172}}</string> <string>{{1397,1247},{154,172}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -870,7 +870,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{150,65}</string> <string>{150,65}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{412,230},{150,65}}</string> <string>{{1820,1279},{150,65}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -885,9 +885,9 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{127,65}</string> <string>{127,65}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{562,230},{127,65}}</string> <string>{{1671,1290},{127,65}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <true/>
</dict> </dict>
<key>tilibuman.png</key> <key>tilibuman.png</key>
<dict> <dict>
@ -900,9 +900,9 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{290,73}</string> <string>{290,73}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{570,300},{290,73}}</string> <string>{{1878,651},{290,73}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <true/>
</dict> </dict>
<key>tiliyiman.png</key> <key>tiliyiman.png</key>
<dict> <dict>
@ -915,7 +915,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{233,55}</string> <string>{233,55}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{1143,54},{233,55}}</string> <string>{{1553,1233},{233,55}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -930,9 +930,9 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{777,42}</string> <string>{777,42}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{415,0},{777,42}}</string> <string>{{1,263},{777,42}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <true/>
</dict> </dict>
<key>touxiang.png</key> <key>touxiang.png</key>
<dict> <dict>
@ -945,7 +945,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{188,198}</string> <string>{188,198}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{0,1340},{188,198}}</string> <string>{{523,1065},{188,198}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -960,7 +960,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{636,174}</string> <string>{636,174}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{0,1142},{636,174}}</string> <string>{{45,615},{636,174}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -975,7 +975,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{144,164}</string> <string>{144,164}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{1762,804},{144,164}}</string> <string>{{1218,340},{144,164}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -990,7 +990,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{434,144}</string> <string>{434,144}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{1302,654},{434,144}}</string> <string>{{787,1258},{434,144}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -1005,7 +1005,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{636,174}</string> <string>{636,174}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{636,1142},{636,174}}</string> <string>{{45,791},{636,174}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -1020,7 +1020,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{692,140}</string> <string>{692,140}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{1116,514},{692,140}}</string> <string>{{1,121},{692,140}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -1031,11 +1031,11 @@
<key>spriteOffset</key> <key>spriteOffset</key>
<string>{0,0}</string> <string>{0,0}</string>
<key>spriteSize</key> <key>spriteSize</key>
<string>{98,98}</string> <string>{94,90}</string>
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{98,98}</string> <string>{98,98}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{1908,300},{98,98}}</string> <string>{{1748,214},{94,90}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -1046,13 +1046,13 @@
<key>spriteOffset</key> <key>spriteOffset</key>
<string>{0,0}</string> <string>{0,0}</string>
<key>spriteSize</key> <key>spriteSize</key>
<string>{340,340}</string> <string>{340,278}</string>
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{340,340}</string> <string>{340,340}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{1594,1340},{340,340}}</string> <string>{{1048,506},{340,278}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <true/>
</dict> </dict>
<key>yichu.png</key> <key>yichu.png</key>
<dict> <dict>
@ -1065,9 +1065,9 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{289,72}</string> <string>{289,72}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{281,300},{289,72}}</string> <string>{{1873,943},{289,72}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <true/>
</dict> </dict>
<key>yiman.png</key> <key>yiman.png</key>
<dict> <dict>
@ -1080,7 +1080,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{72,36}</string> <string>{72,36}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{343,0},{72,36}}</string> <string>{{729,121},{72,36}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -1095,7 +1095,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{311,116}</string> <string>{311,116}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{1535,398},{311,116}}</string> <string>{{1364,333},{311,116}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -1110,9 +1110,9 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{311,100}</string> <string>{311,100}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{696,398},{311,100}}</string> <string>{{1700,333},{311,100}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <true/>
</dict> </dict>
<key>zhendong1.png</key> <key>zhendong1.png</key>
<dict> <dict>
@ -1125,7 +1125,7 @@
<key>spriteSourceSize</key> <key>spriteSourceSize</key>
<string>{314,117}</string> <string>{314,117}</string>
<key>textureRect</key> <key>textureRect</key>
<string>{{0,514},{314,117}}</string> <string>{{1432,214},{314,117}}</string>
<key>textureRotated</key> <key>textureRotated</key>
<false/> <false/>
</dict> </dict>
@ -1141,9 +1141,9 @@
<key>realTextureFileName</key> <key>realTextureFileName</key>
<string>gameui.png</string> <string>gameui.png</string>
<key>size</key> <key>size</key>
<string>{2042,1680}</string> <string>{2025,1420}</string>
<key>smartupdate</key> <key>smartupdate</key>
<string>$TexturePacker:SmartUpdate:740d3c6571c7cd77c65d7ad2c2b27c90:1aebd3750f8f20dcee2b4ba501126681:13103c15d0108e7aab1316a48f90f5be$</string> <string>$TexturePacker:SmartUpdate:97ddd2a2aba94f729ec1de8deae46fe5:1aebd3750f8f20dcee2b4ba501126681:13103c15d0108e7aab1316a48f90f5be$</string>
<key>textureFileName</key> <key>textureFileName</key>
<string>gameui.png</string> <string>gameui.png</string>
</dict> </dict>

View File

@ -4,8 +4,8 @@
"importer": "asset", "importer": "asset",
"rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d", "rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d",
"size": { "size": {
"width": 2042, "width": 2025,
"height": 1680 "height": 1420
}, },
"type": "Texture Packer", "type": "Texture Packer",
"subMetas": { "subMetas": {
@ -16,11 +16,11 @@
"rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d", "rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": true,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 1338,
"trimY": 300, "trimY": 830,
"width": 281, "width": 281,
"height": 71, "height": 71,
"rawWidth": 281, "rawWidth": 281,
@ -39,11 +39,11 @@
"rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d", "rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": true,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 1394, "trimX": 1806,
"trimY": 230, "trimY": 645,
"width": 255, "width": 255,
"height": 70, "height": 70,
"rawWidth": 255, "rawWidth": 255,
@ -65,8 +65,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 1649, "trimX": 1533,
"trimY": 230, "trimY": 1161,
"width": 255, "width": 255,
"height": 70, "height": 70,
"rawWidth": 255, "rawWidth": 255,
@ -88,8 +88,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 1118, "trimX": 1493,
"trimY": 300, "trimY": 59,
"width": 76, "width": 76,
"height": 82, "height": 82,
"rawWidth": 76, "rawWidth": 76,
@ -111,8 +111,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 616, "trimX": 45,
"trimY": 968, "trimY": 263,
"width": 636, "width": 636,
"height": 174, "height": 174,
"rawWidth": 636, "rawWidth": 636,
@ -131,11 +131,11 @@
"rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d", "rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": true,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 689, "trimX": 1470,
"trimY": 230, "trimY": 737,
"width": 348, "width": 348,
"height": 66, "height": 66,
"rawWidth": 348, "rawWidth": 348,
@ -154,11 +154,11 @@
"rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d", "rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": true,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 613,
"trimY": 968, "trimY": 1265,
"width": 154, "width": 154,
"height": 172, "height": 172,
"rawWidth": 154, "rawWidth": 154,
@ -177,11 +177,11 @@
"rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d", "rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": true,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 898, "trimX": 1947,
"trimY": 166, "trimY": 944,
"width": 281, "width": 281,
"height": 64, "height": 64,
"rawWidth": 281, "rawWidth": 281,
@ -201,11 +201,11 @@
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": -1,
"offsetY": 0, "offsetY": 0,
"trimX": 646, "trimX": 740,
"trimY": 1340, "trimY": 506,
"width": 316, "width": 306,
"height": 316, "height": 316,
"rawWidth": 316, "rawWidth": 316,
"rawHeight": 316, "rawHeight": 316,
@ -225,11 +225,11 @@
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 1,
"trimX": 1736, "trimX": 1295,
"trimY": 654, "trimY": 1113,
"width": 150, "width": 126,
"height": 150, "height": 132,
"rawWidth": 150, "rawWidth": 150,
"rawHeight": 150, "rawHeight": 150,
"borderTop": 0, "borderTop": 0,
@ -247,11 +247,11 @@
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": -1,
"offsetY": 0, "offsetY": 0,
"trimX": 362, "trimX": 1394,
"trimY": 1340, "trimY": 451,
"width": 284, "width": 238,
"height": 284, "height": 284,
"rawWidth": 284, "rawWidth": 284,
"rawHeight": 284, "rawHeight": 284,
@ -272,8 +272,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 1738,
"trimY": 398, "trimY": 1290,
"width": 80, "width": 80,
"height": 100, "height": 100,
"rawWidth": 80, "rawWidth": 80,
@ -292,11 +292,11 @@
"rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d", "rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": true,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 1007, "trimX": 1700,
"trimY": 398, "trimY": 646,
"width": 264, "width": 264,
"height": 104, "height": 104,
"rawWidth": 264, "rawWidth": 264,
@ -318,8 +318,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 1037, "trimX": 1820,
"trimY": 230, "trimY": 1346,
"width": 66, "width": 66,
"height": 66, "height": 66,
"rawWidth": 66, "rawWidth": 66,
@ -338,11 +338,11 @@
"rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d", "rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": true,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 586, "trimX": 1636,
"trimY": 166, "trimY": 736,
"width": 312, "width": 312,
"height": 62, "height": 62,
"rawWidth": 312, "rawWidth": 312,
@ -361,11 +361,11 @@
"rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d", "rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": true,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 1822, "trimX": 1393,
"trimY": 300, "trimY": 59,
"width": 86, "width": 86,
"height": 98, "height": 98,
"rawWidth": 86, "rawWidth": 86,
@ -387,8 +387,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 1272, "trimX": 1700,
"trimY": 1142, "trimY": 912,
"width": 171, "width": 171,
"height": 191, "height": 191,
"rawWidth": 171, "rawWidth": 171,
@ -410,8 +410,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 1179, "trimX": 1888,
"trimY": 166, "trimY": 1346,
"width": 58, "width": 58,
"height": 64, "height": 64,
"rawWidth": 58, "rawWidth": 58,
@ -430,11 +430,11 @@
"rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d", "rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": true,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 109, "trimX": 1988,
"trimY": 0, "trimY": 385,
"width": 234, "width": 234,
"height": 36, "height": 36,
"rawWidth": 234, "rawWidth": 234,
@ -456,8 +456,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 314, "trimX": 1,
"trimY": 514, "trimY": 1,
"width": 802, "width": 802,
"height": 118, "height": 118,
"rawWidth": 802, "rawWidth": 802,
@ -478,11 +478,11 @@
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 1,
"trimX": 80, "trimX": 45,
"trimY": 398, "trimY": 967,
"width": 616, "width": 616,
"height": 100, "height": 96,
"rawWidth": 616, "rawWidth": 616,
"rawHeight": 100, "rawHeight": 100,
"borderTop": 0, "borderTop": 0,
@ -499,11 +499,11 @@
"rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d", "rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": true,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 1237, "trimX": 1328,
"trimY": 166, "trimY": 506,
"width": 322, "width": 322,
"height": 64, "height": 64,
"rawWidth": 322, "rawWidth": 322,
@ -525,8 +525,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 150, "trimX": 1149,
"trimY": 804, "trimY": 1092,
"width": 144, "width": 144,
"height": 164, "height": 164,
"rawWidth": 144, "rawWidth": 144,
@ -545,11 +545,11 @@
"rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d", "rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": true,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 1103, "trimX": 1953,
"trimY": 230, "trimY": 651,
"width": 291, "width": 291,
"height": 66, "height": 66,
"rawWidth": 291, "rawWidth": 291,
@ -571,8 +571,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 1,
"trimY": 654, "trimY": 1265,
"width": 434, "width": 434,
"height": 144, "height": 144,
"rawWidth": 434, "rawWidth": 434,
@ -594,8 +594,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 434, "trimX": 1573,
"trimY": 654, "trimY": 1,
"width": 434, "width": 434,
"height": 144, "height": 144,
"rawWidth": 434, "rawWidth": 434,
@ -617,8 +617,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 294, "trimX": 740,
"trimY": 804, "trimY": 340,
"width": 476, "width": 476,
"height": 164, "height": 164,
"rawWidth": 476, "rawWidth": 476,
@ -640,8 +640,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 188, "trimX": 1846,
"trimY": 1340, "trimY": 147,
"width": 174, "width": 174,
"height": 236, "height": 236,
"rawWidth": 174, "rawWidth": 174,
@ -663,8 +663,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 1432,
"trimY": 230, "trimY": 147,
"width": 412, "width": 412,
"height": 65, "height": 65,
"rawWidth": 412, "rawWidth": 412,
@ -686,8 +686,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 1539, "trimX": 1533,
"trimY": 0, "trimY": 1105,
"width": 289, "width": 289,
"height": 54, "height": 54,
"rawWidth": 289, "rawWidth": 289,
@ -709,8 +709,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 766, "trimX": 805,
"trimY": 109, "trimY": 59,
"width": 586, "width": 586,
"height": 57, "height": 57,
"rawWidth": 586, "rawWidth": 586,
@ -732,8 +732,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 805,
"trimY": 54, "trimY": 118,
"width": 561, "width": 561,
"height": 54, "height": 54,
"rawWidth": 561, "rawWidth": 561,
@ -752,13 +752,13 @@
"rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d", "rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": true,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 1,
"trimX": 962, "trimX": 1042,
"trimY": 1340, "trimY": 848,
"width": 316, "width": 242,
"height": 316, "height": 294,
"rawWidth": 316, "rawWidth": 316,
"rawHeight": 316, "rawHeight": 316,
"borderTop": 0, "borderTop": 0,
@ -777,11 +777,11 @@
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 1,
"trimX": 1886, "trimX": 1423,
"trimY": 654, "trimY": 1102,
"width": 150, "width": 108,
"height": 150, "height": 130,
"rawWidth": 150, "rawWidth": 150,
"rawHeight": 150, "rawHeight": 150,
"borderTop": 0, "borderTop": 0,
@ -798,11 +798,11 @@
"rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d", "rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": true,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 1352, "trimX": 1411,
"trimY": 109, "trimY": 737,
"width": 363, "width": 363,
"height": 57, "height": 57,
"rawWidth": 363, "rawWidth": 363,
@ -824,8 +824,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 805,
"trimY": 166, "trimY": 59,
"width": 586, "width": 586,
"height": 57, "height": 57,
"rawWidth": 586, "rawWidth": 586,
@ -847,8 +847,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 770, "trimX": 740,
"trimY": 804, "trimY": 174,
"width": 516, "width": 516,
"height": 164, "height": 164,
"rawWidth": 516, "rawWidth": 516,
@ -870,8 +870,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 1286, "trimX": 740,
"trimY": 804, "trimY": 340,
"width": 476, "width": 476,
"height": 164, "height": 164,
"rawWidth": 476, "rawWidth": 476,
@ -890,11 +890,11 @@
"rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d", "rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": true,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 1194, "trimX": 1538,
"trimY": 300, "trimY": 737,
"width": 314, "width": 314,
"height": 96, "height": 96,
"rawWidth": 314, "rawWidth": 314,
@ -913,11 +913,11 @@
"rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d", "rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": true,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 154, "trimX": 1258,
"trimY": 968, "trimY": 174,
"width": 154, "width": 154,
"height": 172, "height": 172,
"rawWidth": 154, "rawWidth": 154,
@ -936,11 +936,11 @@
"rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d", "rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": true,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 695,
"trimY": 0, "trimY": 121,
"width": 109, "width": 109,
"height": 32, "height": 32,
"rawWidth": 109, "rawWidth": 109,
@ -959,11 +959,11 @@
"rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d", "rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": true,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 1381, "trimX": 683,
"trimY": 0, "trimY": 847,
"width": 158, "width": 158,
"height": 44, "height": 44,
"rawWidth": 158, "rawWidth": 158,
@ -982,11 +982,11 @@
"rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d", "rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": true,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 561, "trimX": 683,
"trimY": 54, "trimY": 263,
"width": 582, "width": 582,
"height": 55, "height": 55,
"rawWidth": 582, "rawWidth": 582,
@ -1008,8 +1008,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 1252, "trimX": 45,
"trimY": 968, "trimY": 439,
"width": 636, "width": 636,
"height": 174, "height": 174,
"rawWidth": 636, "rawWidth": 636,
@ -1031,8 +1031,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 1192, "trimX": 1788,
"trimY": 0, "trimY": 1234,
"width": 189, "width": 189,
"height": 43, "height": 43,
"rawWidth": 189, "rawWidth": 189,
@ -1054,8 +1054,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 805,
"trimY": 109, "trimY": 1,
"width": 766, "width": 766,
"height": 56, "height": 56,
"rawWidth": 766, "rawWidth": 766,
@ -1074,11 +1074,11 @@
"rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d", "rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": true,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 308, "trimX": 1223,
"trimY": 968, "trimY": 1258,
"width": 154, "width": 154,
"height": 172, "height": 172,
"rawWidth": 154, "rawWidth": 154,
@ -1097,11 +1097,11 @@
"rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d", "rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": true,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 1271, "trimX": 1882,
"trimY": 398, "trimY": 385,
"width": 264, "width": 264,
"height": 104, "height": 104,
"rawWidth": 264, "rawWidth": 264,
@ -1121,12 +1121,12 @@
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": -155.5,
"offsetY": 0, "offsetY": 46.5,
"trimX": 1508, "trimX": 1,
"trimY": 300, "trimY": 1042,
"width": 314, "width": 3,
"height": 96, "height": 3,
"rawWidth": 314, "rawWidth": 314,
"rawHeight": 96, "rawHeight": 96,
"borderTop": 0, "borderTop": 0,
@ -1146,8 +1146,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 868, "trimX": 713,
"trimY": 654, "trimY": 1112,
"width": 434, "width": 434,
"height": 144, "height": 144,
"rawWidth": 434, "rawWidth": 434,
@ -1166,11 +1166,11 @@
"rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d", "rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": true,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 1888, "trimX": 437,
"trimY": 968, "trimY": 1265,
"width": 154, "width": 154,
"height": 174, "height": 174,
"rawWidth": 154, "rawWidth": 154,
@ -1189,11 +1189,11 @@
"rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d", "rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": true,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 1559, "trimX": 1634,
"trimY": 166, "trimY": 451,
"width": 283, "width": 283,
"height": 64, "height": 64,
"rawWidth": 283, "rawWidth": 283,
@ -1212,13 +1212,13 @@
"rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d", "rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": true,
"offsetX": 0, "offsetX": 8,
"offsetY": 0, "offsetY": -7,
"trimX": 1278, "trimX": 740,
"trimY": 1340, "trimY": 824,
"width": 316, "width": 286,
"height": 316, "height": 300,
"rawWidth": 316, "rawWidth": 316,
"rawHeight": 316, "rawHeight": 316,
"borderTop": 0, "borderTop": 0,
@ -1236,12 +1236,12 @@
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": -1,
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 1553,
"trimY": 804, "trimY": 1290,
"width": 150, "width": 116,
"height": 150, "height": 120,
"rawWidth": 150, "rawWidth": 150,
"rawHeight": 150, "rawHeight": 150,
"borderTop": 0, "borderTop": 0,
@ -1261,8 +1261,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 1443, "trimX": 1,
"trimY": 1142, "trimY": 1065,
"width": 520, "width": 520,
"height": 198, "height": 198,
"rawWidth": 520, "rawWidth": 520,
@ -1281,11 +1281,11 @@
"rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d", "rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": true,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 860, "trimX": 1802,
"trimY": 300, "trimY": 385,
"width": 258, "width": 258,
"height": 78, "height": 78,
"rawWidth": 258, "rawWidth": 258,
@ -1307,8 +1307,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 462, "trimX": 1397,
"trimY": 968, "trimY": 1247,
"width": 154, "width": 154,
"height": 172, "height": 172,
"rawWidth": 154, "rawWidth": 154,
@ -1330,8 +1330,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 412, "trimX": 1820,
"trimY": 230, "trimY": 1279,
"width": 150, "width": 150,
"height": 65, "height": 65,
"rawWidth": 150, "rawWidth": 150,
@ -1350,11 +1350,11 @@
"rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d", "rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": true,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 562, "trimX": 1671,
"trimY": 230, "trimY": 1290,
"width": 127, "width": 127,
"height": 65, "height": 65,
"rawWidth": 127, "rawWidth": 127,
@ -1373,11 +1373,11 @@
"rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d", "rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": true,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 570, "trimX": 1878,
"trimY": 300, "trimY": 651,
"width": 290, "width": 290,
"height": 73, "height": 73,
"rawWidth": 290, "rawWidth": 290,
@ -1399,8 +1399,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 1143, "trimX": 1553,
"trimY": 54, "trimY": 1233,
"width": 233, "width": 233,
"height": 55, "height": 55,
"rawWidth": 233, "rawWidth": 233,
@ -1419,11 +1419,11 @@
"rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d", "rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": true,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 415, "trimX": 1,
"trimY": 0, "trimY": 263,
"width": 777, "width": 777,
"height": 42, "height": 42,
"rawWidth": 777, "rawWidth": 777,
@ -1445,8 +1445,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 523,
"trimY": 1340, "trimY": 1065,
"width": 188, "width": 188,
"height": 198, "height": 198,
"rawWidth": 188, "rawWidth": 188,
@ -1468,8 +1468,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 45,
"trimY": 1142, "trimY": 615,
"width": 636, "width": 636,
"height": 174, "height": 174,
"rawWidth": 636, "rawWidth": 636,
@ -1491,8 +1491,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 1762, "trimX": 1218,
"trimY": 804, "trimY": 340,
"width": 144, "width": 144,
"height": 164, "height": 164,
"rawWidth": 144, "rawWidth": 144,
@ -1514,8 +1514,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 1302, "trimX": 787,
"trimY": 654, "trimY": 1258,
"width": 434, "width": 434,
"height": 144, "height": 144,
"rawWidth": 434, "rawWidth": 434,
@ -1537,8 +1537,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 636, "trimX": 45,
"trimY": 1142, "trimY": 791,
"width": 636, "width": 636,
"height": 174, "height": 174,
"rawWidth": 636, "rawWidth": 636,
@ -1560,8 +1560,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 1116, "trimX": 1,
"trimY": 514, "trimY": 121,
"width": 692, "width": 692,
"height": 140, "height": 140,
"rawWidth": 692, "rawWidth": 692,
@ -1583,10 +1583,10 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 1908, "trimX": 1748,
"trimY": 300, "trimY": 214,
"width": 98, "width": 94,
"height": 98, "height": 90,
"rawWidth": 98, "rawWidth": 98,
"rawHeight": 98, "rawHeight": 98,
"borderTop": 0, "borderTop": 0,
@ -1603,13 +1603,13 @@
"rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d", "rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": true,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 1594, "trimX": 1048,
"trimY": 1340, "trimY": 506,
"width": 340, "width": 340,
"height": 340, "height": 278,
"rawWidth": 340, "rawWidth": 340,
"rawHeight": 340, "rawHeight": 340,
"borderTop": 0, "borderTop": 0,
@ -1626,11 +1626,11 @@
"rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d", "rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": true,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 281, "trimX": 1873,
"trimY": 300, "trimY": 943,
"width": 289, "width": 289,
"height": 72, "height": 72,
"rawWidth": 289, "rawWidth": 289,
@ -1652,8 +1652,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 343, "trimX": 729,
"trimY": 0, "trimY": 121,
"width": 72, "width": 72,
"height": 36, "height": 36,
"rawWidth": 72, "rawWidth": 72,
@ -1675,8 +1675,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 1535, "trimX": 1364,
"trimY": 398, "trimY": 333,
"width": 311, "width": 311,
"height": 116, "height": 116,
"rawWidth": 311, "rawWidth": 311,
@ -1695,11 +1695,11 @@
"rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d", "rawTextureUuid": "1f8faacb-88f6-4128-85d9-65adb5eeaa5d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": true,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 696, "trimX": 1700,
"trimY": 398, "trimY": 333,
"width": 311, "width": 311,
"height": 100, "height": 100,
"rawWidth": 311, "rawWidth": 311,
@ -1721,8 +1721,8 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 1432,
"trimY": 514, "trimY": 214,
"width": 314, "width": 314,
"height": 117, "height": 117,
"rawWidth": 314, "rawWidth": 314,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 987 KiB

After

Width:  |  Height:  |  Size: 296 KiB