最新界面和UI

This commit is contained in:
COMPUTER\EDY 2025-12-12 15:56:15 +08:00
parent f104db0cad
commit b01f56df75
29 changed files with 2876 additions and 2545 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3515,8 +3515,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 86,
"height": 98
"width": 84,
"height": 95
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@ -3568,7 +3568,7 @@
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "5b277947-e27a-4670-9186-88a1175375ce"
"__uuid__": "d22678f9-a73b-4c94-af07-62a134fd2d30"
},
"_type": 0,
"_sizeMode": 1,
@ -3581,9 +3581,7 @@
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": {
"__uuid__": "98eb2872-691f-4fc7-b827-c7f6dd98d242"
},
"_atlas": null,
"_id": "b2xVngjSJHO7BHgQsBjeWr"
},
{

View File

@ -333,7 +333,7 @@ export default class JiaZai extends cc.Component {
NumberToImage.numberToImageNodes4((cc.fx.GameConfig.GM_INFO.level + 1), 43, 15, "custom", this.level, true);
}
if (this.coin) {
NumberToImage.numberToImageNodes(cc.fx.GameConfig.GM_INFO.coin, 30, 15, "coin_", this.coin, true);
NumberToImage.numberToImageNodes5(cc.fx.GameConfig.GM_INFO.coin, 30, 15, "Black", this.coin, true);
}
this.setHealthInfo(true);
});
@ -367,7 +367,7 @@ export default class JiaZai extends cc.Component {
for (let i = 0; i < this.level.children.length; i++) {
this.level.children[i].color = cc.Color.BLACK;
}
NumberToImage.numberToImageNodes(cc.fx.GameConfig.GM_INFO.coin, 30, 15, "coin_", this.coin, true);
NumberToImage.numberToImageNodes5(cc.fx.GameConfig.GM_INFO.coin, 30, 15, "Black", this.coin, true);
this.setHealthInfo(true);
});
@ -1224,7 +1224,8 @@ export default class JiaZai extends cc.Component {
updateCoin() {
//console.log("主页更新金币", cc.fx.GameConfig.GM_INFO.coin);
NumberToImage.numberToImageNodes(cc.fx.GameConfig.GM_INFO.coin, 30, 15, "coin_", this.coin, true);
// NumberToImage.numberToImageNodes(cc.fx.GameConfig.GM_INFO.coin, 30, 15, "coin_", this.coin, true);
NumberToImage.numberToImageNodes5(cc.fx.GameConfig.GM_INFO.coin, 30, 15, "Black", this.coin, true);
}
getOrder() {
@ -1334,7 +1335,7 @@ export default class JiaZai extends cc.Component {
}
cc.fx.GameTool.shushu_Track("payment_fail", dataFail4);
}
NumberToImage.numberToImageNodes(cc.fx.GameConfig.GM_INFO.coin, 30, 15, "coin_", this.coin, true);
NumberToImage.numberToImageNodes5(cc.fx.GameConfig.GM_INFO.coin, 30, 15, "Black", this.coin, true);
this.updateCoin();
// 处理下一个订单
processOrder(index + 1);

View File

@ -307,7 +307,7 @@ export default class MapConroler extends cc.Component {
this.iceNode.children[0].active = false;
this.iceNode.children[1].active = true;
this.iceNode.children[2].active = true;
NumberToImage.numberToImageNodes(cc.fx.GameConfig.GM_INFO.freezeAmount, 20, 15, "mul", this.iceNode.children[2], true);
NumberToImage.numberToImageNodes5(cc.fx.GameConfig.GM_INFO.freezeAmount, 20, 15, "Black", this.iceNode.children[2], true);
} else {
this.iceNode.children[0].active = true
this.iceNode.children[1].active = false;
@ -317,7 +317,7 @@ export default class MapConroler extends cc.Component {
this.hammerNode.children[1].active = true;
this.hammerNode.children[0].active = false;
this.hammerNode.children[2].active = true;
NumberToImage.numberToImageNodes(cc.fx.GameConfig.GM_INFO.hammerAmount, 20, 15, "mul", this.hammerNode.children[2], true);
NumberToImage.numberToImageNodes5(cc.fx.GameConfig.GM_INFO.hammerAmount, 20, 15, "Black", this.hammerNode.children[2], true);
} else {
this.hammerNode.children[0].active = true;
this.hammerNode.children[1].active = false;
@ -327,7 +327,7 @@ export default class MapConroler extends cc.Component {
this.magicNode.children[1].active = true;
this.magicNode.children[0].active = false;
this.magicNode.children[2].active = true;
NumberToImage.numberToImageNodes(cc.fx.GameConfig.GM_INFO.magicAmount, 20, 15, "mul", this.magicNode.children[2], true);
NumberToImage.numberToImageNodes5(cc.fx.GameConfig.GM_INFO.magicAmount, 20, 15, "Black", this.magicNode.children[2], true);
} else {
this.magicNode.children[0].active = true
this.magicNode.children[1].active = false;
@ -475,7 +475,7 @@ export default class MapConroler extends cc.Component {
console.log("当前关卡时间", this.timeNumber);
this.add_Time = 0;
NumberToImage.getTimeMargin(this.timeNumber, 50, "time_", this.timeLabel)
NumberToImage.getTimeMargi3(this.timeNumber, 45, "company_", this.timeLabel)
this.updateCoin();
// var timeTemp = cc.fx.GameTool.getTimeMargin(this.timeNumber);
@ -484,7 +484,10 @@ export default class MapConroler extends cc.Component {
if (cc.fx.GameConfig.GM_INFO.otherLevel) {
levelName = cc.fx.GameConfig.GM_INFO.otherLevel;
}
NumberToImage.numberToImageNodes(levelName, 45, 0, "level_", this.levelLabel, true)
NumberToImage.numberToImageNodes5(levelName, 35, 0, "custom", this.levelLabel, true)
for (let i = 0; i < this.levelLabel.children.length; i++) {
this.levelLabel.children[i].color = cc.color(0, 0, 0);
}
console.log("当前关卡", cc.fx.GameConfig.GM_INFO.level + 1);
this.mapWidth = cc.fx.GameConfig.LEVEL_INFO[0].map[0];
@ -3173,7 +3176,7 @@ export default class MapConroler extends cc.Component {
}
updateCoin() {
NumberToImage.numberToImageNodes(cc.fx.GameConfig.GM_INFO.coin, 30, 15, "coin_", this.coin, true);
NumberToImage.numberToImageNodes5(cc.fx.GameConfig.GM_INFO.coin, 30, 15, "Black", this.coin, true);
}
//使用锤子道具

View File

@ -193,6 +193,43 @@ export default class NumberToImage extends cc.Component {
}
}
static numberToImageNodes5(number, width, posX, name, targetNode: cc.Node, middle: boolean = false) {
const numStr = number.toString();
let cha = 0;
if (number > 99) cha = -posX
else if (number < 10) cha = posX
if (targetNode.children.length > 0)
targetNode.removeAllChildren();
const digitNodes: cc.Node[] = [];
for (let i = 0; i < numStr.length; i++) {
const digit = parseInt(numStr[i], 10);
const node = new cc.Node();
const sprite = node.addComponent(cc.Sprite);
sprite.spriteFrame = this.font3._spriteFrames[name + digit + ""];
digitNodes.push(node);
}
// 计算总宽度
const totalWidth = (numStr.length - 1) * width + (digitNodes[0]?.width || 0);
if (middle) {
// 计算居中的起始位置
const startX = -totalWidth / 2;
for (let i = 0; i < digitNodes.length; i++) {
const node = digitNodes[i];
node.x = startX + i * width;
if (targetNode) node.parent = targetNode;
}
} else {
for (let i = 0; i < digitNodes.length; i++) {
const node = digitNodes[i];
node.x = i * width + cha;
if (targetNode) node.parent = targetNode;
}
}
}
static numberToImageNodesShop(number, width, posX, name, targetNode: cc.Node, middle: boolean = false) {
const numStr = number.toString();
let cha = 0;
@ -274,6 +311,49 @@ export default class NumberToImage extends cc.Component {
}
static getTimeMargi3(number, width, name, targetNode: cc.Node) {
let timeArr = [];
let total = 0;
total = number;
let hour = 0;
hour = parseInt((total / 3600) + "");//计算整数小时数
let afterHour = total - hour * 60 * 60;//取得算出小时数后剩余的秒数
let min = parseInt((afterHour / 60) + "");//计算整数分
let m = "" + min;
if (min < 10) m = "0" + min;
let afterMin = total - hour * 60 * 60 - min * 60;//取得算出分后剩余的秒数
let miao = afterMin + "";
if (afterMin < 10) miao = "0" + afterMin;
let result = m + miao;
for (let i = 0; i < result.length; i++) {
const digit = parseInt(result[i], 10);
timeArr.push(digit);
}
if (targetNode.children.length > 0) {
for (let i = 0; i < targetNode.children.length; i++) {
targetNode.children[i].getComponent(cc.Sprite).spriteFrame = this.font._spriteFrames[name + timeArr[i] + ""];
}
}
else {
for (let i = 0; i < 4; i++) {
const node = new cc.Node();
const sprite = node.addComponent(cc.Sprite);
const digit = timeArr[i];
// debugger;
sprite.spriteFrame = this.font3._spriteFrames[name + digit + ""];
// 将节点添加到目标节点下
node.x = i * width;
if (i > 1) node.x += 35;
if (targetNode) node.parent = targetNode;
}
}
}
static getTimeMargin2(number, width, name, targetNode: cc.Node, middle: boolean = false) {
let timeArr = [];

BIN
assets/UI/UI/dikuan.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "365240b5-8e77-4f14-a06f-e7c3bdac35fc",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 423,
"height": 186,
"platformSettings": {},
"subMetas": {
"dikuan": {
"ver": "1.0.6",
"uuid": "d43b211d-44dc-44c0-b296-b0ba522a537b",
"importer": "sprite-frame",
"rawTextureUuid": "365240b5-8e77-4f14-a06f-e7c3bdac35fc",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 423,
"height": 186,
"rawWidth": 423,
"rawHeight": 186,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

BIN
assets/UI/UI/pop/bottom.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -1,6 +1,6 @@
{
"ver": "2.3.7",
"uuid": "98aeb25c-07cf-4725-b630-826acd38e6aa",
"uuid": "a11981ab-11bd-44d5-8f94-f4ff4a7e0448",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
@ -12,11 +12,11 @@
"height": 113,
"platformSettings": {},
"subMetas": {
"diban": {
"bottom": {
"ver": "1.0.6",
"uuid": "49e57dd4-0938-4a95-8991-8a2f6e8d24f2",
"uuid": "afb36fe7-686d-4801-8531-8bdce8fa9a13",
"importer": "sprite-frame",
"rawTextureUuid": "98aeb25c-07cf-4725-b630-826acd38e6aa",
"rawTextureUuid": "a11981ab-11bd-44d5-8f94-f4ff4a7e0448",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,

BIN
assets/UI/UI/pop/daoju.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -1,6 +1,6 @@
{
"ver": "2.3.7",
"uuid": "fb90ecf5-3dc9-47b1-a158-e2cd35cd91a4",
"uuid": "c59727b5-cbfe-4798-a8a8-c358a780ed06",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
@ -8,15 +8,15 @@
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 141,
"height": 37,
"width": 58,
"height": 64,
"platformSettings": {},
"subMetas": {
"15": {
"daoju": {
"ver": "1.0.6",
"uuid": "1309d8bc-0517-4f6a-a961-b14a72288062",
"uuid": "3ad73da9-f5f1-446b-b141-3839ae4b231a",
"importer": "sprite-frame",
"rawTextureUuid": "fb90ecf5-3dc9-47b1-a158-e2cd35cd91a4",
"rawTextureUuid": "c59727b5-cbfe-4798-a8a8-c358a780ed06",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
@ -24,10 +24,10 @@
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 141,
"height": 37,
"rawWidth": 141,
"rawHeight": 37,
"width": 58,
"height": 64,
"rawWidth": 58,
"rawHeight": 64,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

BIN
assets/UI/UI/pop/ices.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "c470e3b1-12d5-415a-b9c9-efe84454d5f5",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 79,
"height": 100,
"platformSettings": {},
"subMetas": {
"ices": {
"ver": "1.0.6",
"uuid": "36f7fbfb-c645-4f61-819e-1262dbdfcc27",
"importer": "sprite-frame",
"rawTextureUuid": "c470e3b1-12d5-415a-b9c9-efe84454d5f5",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 79,
"height": 100,
"rawWidth": 79,
"rawHeight": 100,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

BIN
assets/UI/UI/pop/mao.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -1,6 +1,6 @@
{
"ver": "2.3.7",
"uuid": "d5d9f6c7-18de-4cbf-8e3f-1e2835d06d19",
"uuid": "fddffd7c-fa95-4ef2-bcc8-de5332068d5a",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
@ -8,26 +8,26 @@
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 33,
"height": 37,
"width": 41,
"height": 54,
"platformSettings": {},
"subMetas": {
"x": {
"mao": {
"ver": "1.0.6",
"uuid": "f2be482c-00e8-404f-8fa0-350ce391ea27",
"uuid": "3f4c341b-3f61-4ff4-beda-03a4de4ff87d",
"importer": "sprite-frame",
"rawTextureUuid": "d5d9f6c7-18de-4cbf-8e3f-1e2835d06d19",
"rawTextureUuid": "fddffd7c-fa95-4ef2-bcc8-de5332068d5a",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -0.5,
"offsetX": 0,
"offsetY": 0.5,
"trimX": 4,
"trimY": 6,
"width": 24,
"height": 24,
"rawWidth": 33,
"rawHeight": 37,
"trimX": 11,
"trimY": 7,
"width": 19,
"height": 39,
"rawWidth": 41,
"rawHeight": 54,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "8a31038b-8d3b-4445-bc0f-962a397e2f53",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 99,
"height": 56,
"platformSettings": {},
"subMetas": {
"mianfei": {
"ver": "1.0.6",
"uuid": "c61d93f6-acb0-436e-a941-b41c4337f546",
"importer": "sprite-frame",
"rawTextureUuid": "8a31038b-8d3b-4445-bc0f-962a397e2f53",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 99,
"height": 56,
"rawWidth": 99,
"rawHeight": 56,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@ -21,13 +21,13 @@
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0.5,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 1080,
"height": 169,
"rawWidth": 1080,
"rawHeight": 170,
"width": 423,
"height": 186,
"rawWidth": 423,
"rawHeight": 186,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,

BIN
assets/UI/UI/xinCoin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "e4781061-4cc2-42e3-99c2-1be63fcfac73",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 84,
"height": 95,
"platformSettings": {},
"subMetas": {
"xinCoin": {
"ver": "1.0.6",
"uuid": "d22678f9-a73b-4c94-af07-62a134fd2d30",
"importer": "sprite-frame",
"rawTextureUuid": "e4781061-4cc2-42e3-99c2-1be63fcfac73",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 84,
"height": 95,
"rawWidth": 84,
"rawHeight": 95,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -7,20 +7,20 @@
<key>15.png</key>
<dict>
<key>frame</key>
<string>{{838,1444},{162,38}}</string>
<string>{{356,1457},{141,37}}</string>
<key>offset</key>
<string>{0,0}</string>
<key>rotated</key>
<true/>
<false/>
<key>sourceColorRect</key>
<string>{{0,0},{162,38}}</string>
<string>{{0,0},{141,37}}</string>
<key>sourceSize</key>
<string>{162,38}</string>
<string>{141,37}</string>
</dict>
<key>allGet.png</key>
<dict>
<key>frame</key>
<string>{{94,1824},{516,164}}</string>
<string>{{299,1768},{516,164}}</string>
<key>offset</key>
<string>{0,0}</string>
<key>rotated</key>
@ -46,7 +46,7 @@
<key>bgLittle.png</key>
<dict>
<key>frame</key>
<string>{{2,1411},{794,267}}</string>
<string>{{153,1499},{794,267}}</string>
<key>offset</key>
<string>{0,0}</string>
<key>rotated</key>
@ -59,7 +59,7 @@
<key>closexiao.png</key>
<dict>
<key>frame</key>
<string>{{894,1293},{70,68}}</string>
<string>{{894,1169},{70,68}}</string>
<key>offset</key>
<string>{0,0}</string>
<key>rotated</key>
@ -72,72 +72,72 @@
<key>dailyQuests1.png</key>
<dict>
<key>frame</key>
<string>{{894,1146},{106,106}}</string>
<string>{{894,800},{94,80}}</string>
<key>offset</key>
<string>{0,0}</string>
<string>{-1,0}</string>
<key>rotated</key>
<false/>
<key>sourceColorRect</key>
<string>{{0,0},{106,106}}</string>
<string>{{7,15},{94,80}}</string>
<key>sourceSize</key>
<string>{106,106}</string>
<string>{110,110}</string>
</dict>
<key>dailyQuests2.png</key>
<dict>
<key>frame</key>
<string>{{894,1038},{106,106}}</string>
<string>{{894,1056},{82,72}}</string>
<key>offset</key>
<string>{0,0}</string>
<key>rotated</key>
<false/>
<key>sourceColorRect</key>
<string>{{0,0},{106,106}}</string>
<string>{{14,19},{82,72}}</string>
<key>sourceSize</key>
<string>{106,106}</string>
<string>{110,110}</string>
</dict>
<key>dailyQuests3.png</key>
<dict>
<key>frame</key>
<string>{{894,930},{106,106}}</string>
<string>{{894,968},{86,88}}</string>
<key>offset</key>
<string>{0,0}</string>
<string>{-1,0}</string>
<key>rotated</key>
<false/>
<true/>
<key>sourceColorRect</key>
<string>{{0,0},{106,106}}</string>
<string>{{11,11},{86,88}}</string>
<key>sourceSize</key>
<string>{106,106}</string>
<string>{110,110}</string>
</dict>
<key>dailyQuests4.png</key>
<dict>
<key>frame</key>
<string>{{894,822},{106,106}}</string>
<string>{{894,882},{84,90}}</string>
<key>offset</key>
<string>{0,0}</string>
<string>{0,1}</string>
<key>rotated</key>
<false/>
<true/>
<key>sourceColorRect</key>
<string>{{0,0},{106,106}}</string>
<string>{{13,9},{84,90}}</string>
<key>sourceSize</key>
<string>{106,106}</string>
<string>{110,110}</string>
</dict>
<key>dailyQuests5.png</key>
<dict>
<key>frame</key>
<string>{{894,714},{106,106}}</string>
<string>{{894,714},{84,102}}</string>
<key>offset</key>
<string>{0,0}</string>
<string>{-1,1}</string>
<key>rotated</key>
<false/>
<true/>
<key>sourceColorRect</key>
<string>{{0,0},{106,106}}</string>
<string>{{12,3},{84,102}}</string>
<key>sourceSize</key>
<string>{106,106}</string>
<string>{110,110}</string>
</dict>
<key>dayTitle.png</key>
<dict>
<key>frame</key>
<string>{{894,1363},{258,65}}</string>
<string>{{894,1239},{258,65}}</string>
<key>offset</key>
<string>{0,0}</string>
<key>rotated</key>
@ -150,11 +150,11 @@
<key>finishi.png</key>
<dict>
<key>frame</key>
<string>{{2,1680},{496,139}}</string>
<string>{{2,1547},{496,139}}</string>
<key>offset</key>
<string>{0,0}</string>
<key>rotated</key>
<false/>
<true/>
<key>sourceColorRect</key>
<string>{{0,0},{496,139}}</string>
<key>sourceSize</key>
@ -163,11 +163,11 @@
<key>fuhao.png</key>
<dict>
<key>frame</key>
<string>{{838,1411},{31,45}}</string>
<string>{{990,800},{31,45}}</string>
<key>offset</key>
<string>{0,0}</string>
<key>rotated</key>
<true/>
<false/>
<key>sourceColorRect</key>
<string>{{0,0},{31,45}}</string>
<key>sourceSize</key>
@ -189,7 +189,7 @@
<key>icon.png</key>
<dict>
<key>frame</key>
<string>{{894,1254},{80,37}}</string>
<string>{{894,1130},{80,37}}</string>
<key>offset</key>
<string>{0,0}</string>
<key>rotated</key>
@ -202,11 +202,11 @@
<key>jindut.png</key>
<dict>
<key>frame</key>
<string>{{500,1680},{290,44}}</string>
<string>{{949,1736},{290,44}}</string>
<key>offset</key>
<string>{0,0}</string>
<key>rotated</key>
<false/>
<true/>
<key>sourceColorRect</key>
<string>{{0,0},{290,44}}</string>
<key>sourceSize</key>
@ -215,11 +215,11 @@
<key>jindut01.png</key>
<dict>
<key>frame</key>
<string>{{500,1726},{282,36}}</string>
<string>{{986,882},{282,36}}</string>
<key>offset</key>
<string>{0,0}</string>
<key>rotated</key>
<false/>
<true/>
<key>sourceColorRect</key>
<string>{{4,4},{282,36}}</string>
<key>sourceSize</key>
@ -241,11 +241,11 @@
<key>openDay.png</key>
<dict>
<key>frame</key>
<string>{{798,1623},{154,174}}</string>
<string>{{143,1768},{154,174}}</string>
<key>offset</key>
<string>{0,0}</string>
<key>rotated</key>
<true/>
<false/>
<key>sourceColorRect</key>
<string>{{0,0},{154,174}}</string>
<key>sourceSize</key>
@ -254,11 +254,11 @@
<key>title1.png</key>
<dict>
<key>frame</key>
<string>{{2,1824},{186,44}}</string>
<string>{{153,1411},{186,44}}</string>
<key>offset</key>
<string>{0,0}</string>
<key>rotated</key>
<true/>
<false/>
<key>sourceColorRect</key>
<string>{{0,0},{186,44}}</string>
<key>sourceSize</key>
@ -267,7 +267,7 @@
<key>title2.png</key>
<dict>
<key>frame</key>
<string>{{976,1254},{379,46}}</string>
<string>{{976,1166},{379,46}}</string>
<key>offset</key>
<string>{0,0}</string>
<key>rotated</key>
@ -280,11 +280,11 @@
<key>title3.png</key>
<dict>
<key>frame</key>
<string>{{48,1824},{184,44}}</string>
<string>{{341,1411},{184,44}}</string>
<key>offset</key>
<string>{0,0}</string>
<key>rotated</key>
<true/>
<false/>
<key>sourceColorRect</key>
<string>{{0,0},{184,44}}</string>
<key>sourceSize</key>
@ -293,7 +293,7 @@
<key>title4.png</key>
<dict>
<key>frame</key>
<string>{{974,1635},{187,45}}</string>
<string>{{949,1547},{187,45}}</string>
<key>offset</key>
<string>{0,0}</string>
<key>rotated</key>
@ -306,20 +306,33 @@
<key>updateTitle.png</key>
<dict>
<key>frame</key>
<string>{{798,1411},{201,38}}</string>
<string>{{153,1457},{201,38}}</string>
<key>offset</key>
<string>{0,0}</string>
<key>rotated</key>
<true/>
<false/>
<key>sourceColorRect</key>
<string>{{0,0},{201,38}}</string>
<key>sourceSize</key>
<string>{201,38}</string>
</dict>
<key>x.png</key>
<dict>
<key>frame</key>
<string>{{990,847},{25,25}}</string>
<key>offset</key>
<string>{-1,1}</string>
<key>rotated</key>
<false/>
<key>sourceColorRect</key>
<string>{{3,5},{25,25}}</string>
<key>sourceSize</key>
<string>{33,37}</string>
</dict>
<key>xiaoren.png</key>
<dict>
<key>frame</key>
<string>{{612,1764},{131,149}}</string>
<string>{{2,1411},{131,149}}</string>
<key>offset</key>
<string>{0,0}</string>
<key>rotated</key>
@ -352,7 +365,7 @@
<key>size</key>
<string>{1024,2048}</string>
<key>smartupdate</key>
<string>$TexturePacker:SmartUpdate:1585cf1824cba2e9648de7ec973e4596$</string>
<string>$TexturePacker:SmartUpdate:a34ffd6fd89ff01bdaf89218886a22d3$</string>
<key>textureFileName</key>
<string>DailyQuests.png</string>
</dict>

View File

@ -16,15 +16,15 @@
"rawTextureUuid": "5ffe5ac7-fa91-45d7-9454-7e9215be185b",
"trimType": "auto",
"trimThreshold": 1,
"rotated": true,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 838,
"trimY": 1444,
"width": 162,
"height": 38,
"rawWidth": 162,
"rawHeight": 38,
"trimX": 356,
"trimY": 1457,
"width": 141,
"height": 37,
"rawWidth": 141,
"rawHeight": 37,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
@ -42,8 +42,8 @@
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 94,
"trimY": 1824,
"trimX": 299,
"trimY": 1768,
"width": 516,
"height": 164,
"rawWidth": 516,
@ -88,8 +88,8 @@
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 2,
"trimY": 1411,
"trimX": 153,
"trimY": 1499,
"width": 794,
"height": 267,
"rawWidth": 794,
@ -112,7 +112,7 @@
"offsetX": 0,
"offsetY": 0,
"trimX": 894,
"trimY": 1293,
"trimY": 1169,
"width": 70,
"height": 68,
"rawWidth": 70,
@ -132,14 +132,14 @@
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetX": -1,
"offsetY": 0,
"trimX": 894,
"trimY": 1146,
"width": 106,
"height": 106,
"rawWidth": 106,
"rawHeight": 106,
"trimY": 800,
"width": 94,
"height": 80,
"rawWidth": 110,
"rawHeight": 110,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
@ -158,11 +158,11 @@
"offsetX": 0,
"offsetY": 0,
"trimX": 894,
"trimY": 1038,
"width": 106,
"height": 106,
"rawWidth": 106,
"rawHeight": 106,
"trimY": 1056,
"width": 82,
"height": 72,
"rawWidth": 110,
"rawHeight": 110,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
@ -177,15 +177,15 @@
"rawTextureUuid": "5ffe5ac7-fa91-45d7-9454-7e9215be185b",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"rotated": true,
"offsetX": -1,
"offsetY": 0,
"trimX": 894,
"trimY": 930,
"width": 106,
"height": 106,
"rawWidth": 106,
"rawHeight": 106,
"trimY": 968,
"width": 86,
"height": 88,
"rawWidth": 110,
"rawHeight": 110,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
@ -200,15 +200,15 @@
"rawTextureUuid": "5ffe5ac7-fa91-45d7-9454-7e9215be185b",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"rotated": true,
"offsetX": 0,
"offsetY": 0,
"offsetY": 1,
"trimX": 894,
"trimY": 822,
"width": 106,
"height": 106,
"rawWidth": 106,
"rawHeight": 106,
"trimY": 882,
"width": 84,
"height": 90,
"rawWidth": 110,
"rawHeight": 110,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
@ -223,15 +223,15 @@
"rawTextureUuid": "5ffe5ac7-fa91-45d7-9454-7e9215be185b",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"rotated": true,
"offsetX": -1,
"offsetY": 1,
"trimX": 894,
"trimY": 714,
"width": 106,
"height": 106,
"rawWidth": 106,
"rawHeight": 106,
"width": 84,
"height": 102,
"rawWidth": 110,
"rawHeight": 110,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
@ -250,7 +250,7 @@
"offsetX": 0,
"offsetY": 0,
"trimX": 894,
"trimY": 1363,
"trimY": 1239,
"width": 258,
"height": 65,
"rawWidth": 258,
@ -269,11 +269,11 @@
"rawTextureUuid": "5ffe5ac7-fa91-45d7-9454-7e9215be185b",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"rotated": true,
"offsetX": 0,
"offsetY": 0,
"trimX": 2,
"trimY": 1680,
"trimY": 1547,
"width": 496,
"height": 139,
"rawWidth": 496,
@ -292,11 +292,11 @@
"rawTextureUuid": "5ffe5ac7-fa91-45d7-9454-7e9215be185b",
"trimType": "auto",
"trimThreshold": 1,
"rotated": true,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 838,
"trimY": 1411,
"trimX": 990,
"trimY": 800,
"width": 31,
"height": 45,
"rawWidth": 31,
@ -342,7 +342,7 @@
"offsetX": 0,
"offsetY": 0,
"trimX": 894,
"trimY": 1254,
"trimY": 1130,
"width": 80,
"height": 37,
"rawWidth": 80,
@ -361,11 +361,11 @@
"rawTextureUuid": "5ffe5ac7-fa91-45d7-9454-7e9215be185b",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"rotated": true,
"offsetX": 0,
"offsetY": 0,
"trimX": 500,
"trimY": 1680,
"trimX": 949,
"trimY": 1736,
"width": 290,
"height": 44,
"rawWidth": 290,
@ -384,11 +384,11 @@
"rawTextureUuid": "5ffe5ac7-fa91-45d7-9454-7e9215be185b",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"rotated": true,
"offsetX": 0,
"offsetY": 0,
"trimX": 500,
"trimY": 1726,
"trimX": 986,
"trimY": 882,
"width": 282,
"height": 36,
"rawWidth": 290,
@ -430,11 +430,11 @@
"rawTextureUuid": "5ffe5ac7-fa91-45d7-9454-7e9215be185b",
"trimType": "auto",
"trimThreshold": 1,
"rotated": true,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 798,
"trimY": 1623,
"trimX": 143,
"trimY": 1768,
"width": 154,
"height": 174,
"rawWidth": 154,
@ -453,11 +453,11 @@
"rawTextureUuid": "5ffe5ac7-fa91-45d7-9454-7e9215be185b",
"trimType": "auto",
"trimThreshold": 1,
"rotated": true,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 2,
"trimY": 1824,
"trimX": 153,
"trimY": 1411,
"width": 186,
"height": 44,
"rawWidth": 186,
@ -480,7 +480,7 @@
"offsetX": 0,
"offsetY": 0,
"trimX": 976,
"trimY": 1254,
"trimY": 1166,
"width": 379,
"height": 46,
"rawWidth": 379,
@ -499,11 +499,11 @@
"rawTextureUuid": "5ffe5ac7-fa91-45d7-9454-7e9215be185b",
"trimType": "auto",
"trimThreshold": 1,
"rotated": true,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 48,
"trimY": 1824,
"trimX": 341,
"trimY": 1411,
"width": 184,
"height": 44,
"rawWidth": 184,
@ -525,8 +525,8 @@
"rotated": true,
"offsetX": 0,
"offsetY": 0,
"trimX": 974,
"trimY": 1635,
"trimX": 949,
"trimY": 1547,
"width": 187,
"height": 45,
"rawWidth": 187,
@ -545,11 +545,11 @@
"rawTextureUuid": "5ffe5ac7-fa91-45d7-9454-7e9215be185b",
"trimType": "auto",
"trimThreshold": 1,
"rotated": true,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 798,
"trimY": 1411,
"trimX": 153,
"trimY": 1457,
"width": 201,
"height": 38,
"rawWidth": 201,
@ -561,6 +561,29 @@
"spriteType": "normal",
"subMetas": {}
},
"x.png": {
"ver": "1.0.6",
"uuid": "b968f3b0-f818-4f19-a94c-2ee1a2664cec",
"importer": "sprite-frame",
"rawTextureUuid": "5ffe5ac7-fa91-45d7-9454-7e9215be185b",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -1,
"offsetY": 1,
"trimX": 990,
"trimY": 847,
"width": 25,
"height": 25,
"rawWidth": 33,
"rawHeight": 37,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"spriteType": "normal",
"subMetas": {}
},
"xiaoren.png": {
"ver": "1.0.6",
"uuid": "908c3c41-afef-41fc-a899-4631a0378445",
@ -571,8 +594,8 @@
"rotated": true,
"offsetX": 0,
"offsetY": 0,
"trimX": 612,
"trimY": 1764,
"trimX": 2,
"trimY": 1411,
"width": 131,
"height": 149,
"rawWidth": 131,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -2305,8 +2305,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 106,
"height": 106
"width": 84,
"height": 102
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@ -2369,8 +2369,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 24,
"height": 24
"width": 25,
"height": 25
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@ -2422,7 +2422,7 @@
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "f2be482c-00e8-404f-8fa0-350ce391ea27"
"__uuid__": "b968f3b0-f818-4f19-a94c-2ee1a2664cec"
},
"_type": 0,
"_sizeMode": 1,
@ -2435,7 +2435,9 @@
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_atlas": {
"__uuid__": "2e466cd1-95aa-4e3c-bb69-759c50404dd1"
},
"_id": ""
},
{
@ -2643,8 +2645,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 106,
"height": 106
"width": 94,
"height": 80
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@ -2707,8 +2709,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 24,
"height": 24
"width": 25,
"height": 25
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@ -2760,7 +2762,7 @@
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "f2be482c-00e8-404f-8fa0-350ce391ea27"
"__uuid__": "b968f3b0-f818-4f19-a94c-2ee1a2664cec"
},
"_type": 0,
"_sizeMode": 1,
@ -2773,7 +2775,9 @@
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_atlas": {
"__uuid__": "2e466cd1-95aa-4e3c-bb69-759c50404dd1"
},
"_id": ""
},
{
@ -4521,8 +4525,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 106,
"height": 106
"width": 82,
"height": 72
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@ -4638,7 +4642,7 @@
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "1309d8bc-0517-4f6a-a961-b14a72288062"
"__uuid__": "11ecd330-0759-43eb-88a0-b0accc4ae798"
},
"_type": 0,
"_sizeMode": 1,
@ -4651,7 +4655,9 @@
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_atlas": {
"__uuid__": "2e466cd1-95aa-4e3c-bb69-759c50404dd1"
},
"_id": ""
},
{
@ -6190,8 +6196,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 106,
"height": 106
"width": 84,
"height": 90
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@ -6254,8 +6260,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 24,
"height": 24
"width": 25,
"height": 25
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@ -6307,7 +6313,7 @@
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "f2be482c-00e8-404f-8fa0-350ce391ea27"
"__uuid__": "b968f3b0-f818-4f19-a94c-2ee1a2664cec"
},
"_type": 0,
"_sizeMode": 1,
@ -6320,7 +6326,9 @@
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_atlas": {
"__uuid__": "2e466cd1-95aa-4e3c-bb69-759c50404dd1"
},
"_id": ""
},
{
@ -6528,8 +6536,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 106,
"height": 106
"width": 94,
"height": 80
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@ -6592,8 +6600,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 24,
"height": 24
"width": 25,
"height": 25
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@ -6645,7 +6653,7 @@
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "f2be482c-00e8-404f-8fa0-350ce391ea27"
"__uuid__": "b968f3b0-f818-4f19-a94c-2ee1a2664cec"
},
"_type": 0,
"_sizeMode": 1,
@ -6658,7 +6666,9 @@
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_atlas": {
"__uuid__": "2e466cd1-95aa-4e3c-bb69-759c50404dd1"
},
"_id": ""
},
{
@ -8409,8 +8419,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 106,
"height": 106
"width": 86,
"height": 88
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@ -8473,8 +8483,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 24,
"height": 24
"width": 25,
"height": 25
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@ -8526,7 +8536,7 @@
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "f2be482c-00e8-404f-8fa0-350ce391ea27"
"__uuid__": "b968f3b0-f818-4f19-a94c-2ee1a2664cec"
},
"_type": 0,
"_sizeMode": 1,
@ -8539,7 +8549,9 @@
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_atlas": {
"__uuid__": "2e466cd1-95aa-4e3c-bb69-759c50404dd1"
},
"_id": ""
},
{

View File

@ -17469,8 +17469,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 86,
"height": 98
"width": 84,
"height": 95
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@ -17522,7 +17522,7 @@
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "5b277947-e27a-4670-9186-88a1175375ce"
"__uuid__": "d22678f9-a73b-4c94-af07-62a134fd2d30"
},
"_type": 0,
"_sizeMode": 1,
@ -17535,9 +17535,7 @@
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": {
"__uuid__": "98eb2872-691f-4fc7-b827-c7f6dd98d242"
},
"_atlas": null,
"_id": ""
},
{