way字体间距修改,防止超出框

This commit is contained in:
TJH 2025-10-13 09:45:52 +08:00
parent e2c24d84cf
commit 7871f668b5
3 changed files with 88 additions and 88 deletions

View File

@ -2,15 +2,15 @@ info face="Arial" size=10 bold=0 italic=0 charset="" unicode=0 stretchH=100 smoo
common lineHeight=48 base=10 scaleW=480 scaleH=48 pages=1 packed=0 common lineHeight=48 base=10 scaleW=480 scaleH=48 pages=1 packed=0
page id=0 file="ways.png" page id=0 file="ways.png"
chars count=12 chars count=12
char id=57 x=0 y=0 width=40 height=48 xoffset=0 yoffset=0 xadvance=40 page=0 chnl=0 page=0 letter="9" char id=57 x=0 y=0 width=40 height=48 xoffset=0 yoffset=0 xadvance=30 page=0 chnl=0 page=0 letter="9"
char id=46 x=40 y=0 width=40 height=48 xoffset=0 yoffset=0 xadvance=40 page=0 chnl=0 page=0 letter="." char id=46 x=40 y=0 width=40 height=48 xoffset=0 yoffset=0 xadvance=30 page=0 chnl=0 page=0 letter="."
char id=48 x=80 y=0 width=40 height=48 xoffset=0 yoffset=0 xadvance=40 page=0 chnl=0 page=0 letter="0" char id=48 x=80 y=0 width=40 height=48 xoffset=0 yoffset=0 xadvance=30 page=0 chnl=0 page=0 letter="0"
char id=49 x=120 y=0 width=40 height=48 xoffset=0 yoffset=0 xadvance=40 page=0 chnl=0 page=0 letter="1" char id=49 x=120 y=0 width=40 height=48 xoffset=0 yoffset=0 xadvance=30 page=0 chnl=0 page=0 letter="1"
char id=50 x=160 y=0 width=40 height=48 xoffset=0 yoffset=0 xadvance=40 page=0 chnl=0 page=0 letter="2" char id=50 x=160 y=0 width=40 height=48 xoffset=0 yoffset=0 xadvance=30 page=0 chnl=0 page=0 letter="2"
char id=51 x=200 y=0 width=40 height=48 xoffset=0 yoffset=0 xadvance=40 page=0 chnl=0 page=0 letter="3" char id=51 x=200 y=0 width=40 height=48 xoffset=0 yoffset=0 xadvance=30 page=0 chnl=0 page=0 letter="3"
char id=52 x=240 y=0 width=40 height=48 xoffset=0 yoffset=0 xadvance=40 page=0 chnl=0 page=0 letter="4" char id=52 x=240 y=0 width=40 height=48 xoffset=0 yoffset=0 xadvance=30 page=0 chnl=0 page=0 letter="4"
char id=53 x=280 y=0 width=40 height=48 xoffset=0 yoffset=0 xadvance=40 page=0 chnl=0 page=0 letter="5" char id=53 x=280 y=0 width=40 height=48 xoffset=0 yoffset=0 xadvance=30 page=0 chnl=0 page=0 letter="5"
char id=54 x=320 y=0 width=40 height=48 xoffset=0 yoffset=0 xadvance=40 page=0 chnl=0 page=0 letter="6" char id=54 x=320 y=0 width=40 height=48 xoffset=0 yoffset=0 xadvance=30 page=0 chnl=0 page=0 letter="6"
char id=55 x=360 y=0 width=40 height=48 xoffset=0 yoffset=0 xadvance=40 page=0 chnl=0 page=0 letter="7" char id=55 x=360 y=0 width=40 height=48 xoffset=0 yoffset=0 xadvance=30 page=0 chnl=0 page=0 letter="7"
char id=56 x=400 y=0 width=40 height=48 xoffset=0 yoffset=0 xadvance=40 page=0 chnl=0 page=0 letter="8" char id=56 x=400 y=0 width=40 height=48 xoffset=0 yoffset=0 xadvance=30 page=0 chnl=0 page=0 letter="8"
char id=32 x=440 y=0 width=40 height=48 xoffset=0 yoffset=0 xadvance=40 page=0 chnl=0 page=0 letter="space" char id=32 x=440 y=0 width=40 height=48 xoffset=0 yoffset=0 xadvance=30 page=0 chnl=0 page=0 letter="space"

View File

@ -22,7 +22,7 @@
}, },
"xOffset": 0, "xOffset": 0,
"yOffset": 0, "yOffset": 0,
"xAdvance": 40 "xAdvance": 30
}, },
"46": { "46": {
"rect": { "rect": {
@ -33,7 +33,7 @@
}, },
"xOffset": 0, "xOffset": 0,
"yOffset": 0, "yOffset": 0,
"xAdvance": 40 "xAdvance": 30
}, },
"48": { "48": {
"rect": { "rect": {
@ -44,7 +44,7 @@
}, },
"xOffset": 0, "xOffset": 0,
"yOffset": 0, "yOffset": 0,
"xAdvance": 40 "xAdvance": 30
}, },
"49": { "49": {
"rect": { "rect": {
@ -55,7 +55,7 @@
}, },
"xOffset": 0, "xOffset": 0,
"yOffset": 0, "yOffset": 0,
"xAdvance": 40 "xAdvance": 30
}, },
"50": { "50": {
"rect": { "rect": {
@ -66,7 +66,7 @@
}, },
"xOffset": 0, "xOffset": 0,
"yOffset": 0, "yOffset": 0,
"xAdvance": 40 "xAdvance": 30
}, },
"51": { "51": {
"rect": { "rect": {
@ -77,7 +77,7 @@
}, },
"xOffset": 0, "xOffset": 0,
"yOffset": 0, "yOffset": 0,
"xAdvance": 40 "xAdvance": 30
}, },
"52": { "52": {
"rect": { "rect": {
@ -88,7 +88,7 @@
}, },
"xOffset": 0, "xOffset": 0,
"yOffset": 0, "yOffset": 0,
"xAdvance": 40 "xAdvance": 30
}, },
"53": { "53": {
"rect": { "rect": {
@ -99,7 +99,7 @@
}, },
"xOffset": 0, "xOffset": 0,
"yOffset": 0, "yOffset": 0,
"xAdvance": 40 "xAdvance": 30
}, },
"54": { "54": {
"rect": { "rect": {
@ -110,7 +110,7 @@
}, },
"xOffset": 0, "xOffset": 0,
"yOffset": 0, "yOffset": 0,
"xAdvance": 40 "xAdvance": 30
}, },
"55": { "55": {
"rect": { "rect": {
@ -121,7 +121,7 @@
}, },
"xOffset": 0, "xOffset": 0,
"yOffset": 0, "yOffset": 0,
"xAdvance": 40 "xAdvance": 30
}, },
"56": { "56": {
"rect": { "rect": {
@ -132,7 +132,7 @@
}, },
"xOffset": 0, "xOffset": 0,
"yOffset": 0, "yOffset": 0,
"xAdvance": 40 "xAdvance": 30
}, },
"57": { "57": {
"rect": { "rect": {
@ -143,7 +143,7 @@
}, },
"xOffset": 0, "xOffset": 0,
"yOffset": 0, "yOffset": 0,
"xAdvance": 40 "xAdvance": 30
} }
}, },
"kerningDict": {} "kerningDict": {}

View File

@ -2294,7 +2294,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "6djHe1fb9KuZ+bMDrwP3me" "fileId": "4fZ33s0M1BD5fGhnkVYBuV"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
@ -2304,7 +2304,7 @@
"asset": { "asset": {
"__id__": 0 "__id__": 0
}, },
"fileId": "dcTCHTrJhNj4Im50Gm9Azm", "fileId": "d39QqB1W5P5pByBhASOJSE",
"instance": null, "instance": null,
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": null "nestedPrefabInstanceRoots": null
@ -2335,7 +2335,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "9fqJx5t8NGnKQO2mpPQi5f" "fileId": "03XY1V+B5NPIIUTAVG4uAV"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
@ -2345,7 +2345,7 @@
"asset": { "asset": {
"__id__": 0 "__id__": 0
}, },
"fileId": "2ca6eO1slODIJMOs9IB1vo", "fileId": "4c7dYn+TtFkbVx8jWPFyyJ",
"instance": null, "instance": null,
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": null "nestedPrefabInstanceRoots": null
@ -2376,7 +2376,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "ce3Z4F2+pOa6ADSZXJMs2a" "fileId": "2bHFEIgj1IOruBjnFaqq0H"
}, },
{ {
"__type__": "5fc10Zl7lVO97/rr2J1uxWH", "__type__": "5fc10Zl7lVO97/rr2J1uxWH",
@ -2400,7 +2400,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "10HPRyvdJFo7evUwGuoolJ" "fileId": "ccQeydM5ZE74XFsZ/hORW2"
}, },
{ {
"__type__": "5fd13+Xa69CZogb3Q/F1lnC", "__type__": "5fd13+Xa69CZogb3Q/F1lnC",
@ -2573,7 +2573,7 @@
"asset": { "asset": {
"__id__": 0 "__id__": 0
}, },
"fileId": "16FTTisQFItLYePVI52pF1", "fileId": "55bL+ttxlMpKWJyOB8kLNW",
"instance": null, "instance": null,
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": null "nestedPrefabInstanceRoots": null
@ -2598,7 +2598,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "315ceeradPYI/ea/aLMMaK" "fileId": "60CJKIW+NMXqK2h5fY4YtQ"
}, },
{ {
"__type__": "cc.UITransform", "__type__": "cc.UITransform",
@ -2626,7 +2626,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "2960//BwZNjIBC7xLLYJ8/" "fileId": "a8GHGfwaFP9aWBCmqUH6ij"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
@ -2671,7 +2671,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "0fP+HgWB9Epp9/8nWBfkaw" "fileId": "c7ddIN3sJGUbq3eEqd6ejW"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
@ -2681,7 +2681,7 @@
"asset": { "asset": {
"__id__": 0 "__id__": 0
}, },
"fileId": "6a4tER5+VN5qnu9XGhQogB", "fileId": "fcf5y+2tdMvbm/iItrXSE3",
"instance": null, "instance": null,
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": null "nestedPrefabInstanceRoots": null
@ -2936,7 +2936,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "44KsnO/6hAtKxweCNYTuP7" "fileId": "bc990+FnZPFL6G68tQLpLg"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
@ -2946,7 +2946,7 @@
"asset": { "asset": {
"__id__": 0 "__id__": 0
}, },
"fileId": "5f6NecnclAVooVN3NnJe8m", "fileId": "f51+MXFitHN4kBx6vE15qs",
"instance": null, "instance": null,
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": null "nestedPrefabInstanceRoots": null
@ -2977,7 +2977,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "34iplX8EpL6Y0ttp8n66P1" "fileId": "80jmAfonlMmYOGPnvzd2ep"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
@ -2987,7 +2987,7 @@
"asset": { "asset": {
"__id__": 0 "__id__": 0
}, },
"fileId": "c7JP6ko3NBQZSP2n4w3Ey9", "fileId": "6fmFuIm+tDra07DJ4hR3Q6",
"instance": null, "instance": null,
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": null "nestedPrefabInstanceRoots": null
@ -3018,7 +3018,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "30ur+qdiVEV42BBH9HQASK" "fileId": "f5gQK92lZJF6ceDMrAbzgs"
}, },
{ {
"__type__": "45522uB1sdFu4FJAojtnha4", "__type__": "45522uB1sdFu4FJAojtnha4",
@ -3042,7 +3042,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "cf5PkZxjVOy6KmbZRBaXY8" "fileId": "e1ljWFt+pDkq1Lhq6G253L"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
@ -3052,7 +3052,7 @@
"asset": { "asset": {
"__id__": 0 "__id__": 0
}, },
"fileId": "458Ygf7qZPzJeWjVL6mkZC", "fileId": "70Unpw6aNCi6108qFyDuqa",
"instance": null, "instance": null,
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": null "nestedPrefabInstanceRoots": null
@ -3235,7 +3235,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "faZJzzXHJKja6gC54k1yLc" "fileId": "84umBsckFDT6S38vWStVDT"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
@ -3245,7 +3245,7 @@
"asset": { "asset": {
"__id__": 0 "__id__": 0
}, },
"fileId": "66Pk70HVtGcZEtwFL52hZg", "fileId": "55B63uCC9Ph6Wpv9RSzSCk",
"instance": null, "instance": null,
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": null "nestedPrefabInstanceRoots": null
@ -3276,7 +3276,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "43wHPSPphMrIazOHFXtDxC" "fileId": "04UidRmmBJ5rbMiHmlFeHy"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
@ -3286,7 +3286,7 @@
"asset": { "asset": {
"__id__": 0 "__id__": 0
}, },
"fileId": "48W6ZKMyRLOYwWDIEtDsLF", "fileId": "54EJ0jc6FKAoBkX709kPhj",
"instance": null, "instance": null,
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": null "nestedPrefabInstanceRoots": null
@ -3317,7 +3317,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "583vXZ3yhARL1ypYddb++U" "fileId": "3dXU5nKFVIP5z6Tkm6741k"
}, },
{ {
"__type__": "45522uB1sdFu4FJAojtnha4", "__type__": "45522uB1sdFu4FJAojtnha4",
@ -3341,7 +3341,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "51BXiFyIpKjZJ+DOVKCbj3" "fileId": "1fxS9ZN01KE6pQVJfTy1Nn"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
@ -3351,7 +3351,7 @@
"asset": { "asset": {
"__id__": 0 "__id__": 0
}, },
"fileId": "1bGSy3u4pHY6bxdXYev9aI", "fileId": "81SKgBwkNLp4javtdQwnW2",
"instance": null, "instance": null,
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": null "nestedPrefabInstanceRoots": null
@ -3534,7 +3534,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "13J5VWRLpAH555cfPT+9lF" "fileId": "44KuwXyrBGM4M0hllJALb9"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
@ -3544,7 +3544,7 @@
"asset": { "asset": {
"__id__": 0 "__id__": 0
}, },
"fileId": "60+nmewjhF1YhFxhFwbwRp", "fileId": "96nKClAwxISJPt/f0usgRE",
"instance": null, "instance": null,
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": null "nestedPrefabInstanceRoots": null
@ -3575,7 +3575,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "2fv1y5OPxFhqfW9vQx2K4c" "fileId": "09U/cKh3VOyoKcwA+g/ke/"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
@ -3585,7 +3585,7 @@
"asset": { "asset": {
"__id__": 0 "__id__": 0
}, },
"fileId": "43RPB+nPFBrZzR0/NzBdDq", "fileId": "b9OlX7bYNMo4sBA4x/B/a9",
"instance": null, "instance": null,
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": null "nestedPrefabInstanceRoots": null
@ -3616,7 +3616,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "45Ef5b3f5F3KbDVyVAOG0r" "fileId": "505uA2w2BLKaaMisfLwz4f"
}, },
{ {
"__type__": "45522uB1sdFu4FJAojtnha4", "__type__": "45522uB1sdFu4FJAojtnha4",
@ -3640,7 +3640,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "957zT/83dPIow8ue8qRxix" "fileId": "f7LEaLNsVFiqglEfdexsg0"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
@ -3650,7 +3650,7 @@
"asset": { "asset": {
"__id__": 0 "__id__": 0
}, },
"fileId": "27R+vJ4ahBiZiGKbvCL9BN", "fileId": "8dfjjJvqBJHZqVikRlYDg6",
"instance": null, "instance": null,
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": null "nestedPrefabInstanceRoots": null
@ -3833,7 +3833,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "edeVS2SHhHToNY+L2BkYlF" "fileId": "4aai9GcSxI2487LkioUhdE"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
@ -3843,7 +3843,7 @@
"asset": { "asset": {
"__id__": 0 "__id__": 0
}, },
"fileId": "1e0MOHwzFJf6ao835NXPP2", "fileId": "eaITiaJV9HvIV6zBkOzEp4",
"instance": null, "instance": null,
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": null "nestedPrefabInstanceRoots": null
@ -3874,7 +3874,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "1bjbwE1CdJm495ltzsGEvv" "fileId": "29Yd4B60ZNT5R+Z5dZ5DYA"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
@ -3884,7 +3884,7 @@
"asset": { "asset": {
"__id__": 0 "__id__": 0
}, },
"fileId": "fde0erK/RAaLktiPBd9uCT", "fileId": "94KbVn+AtGVI68DaXcsKXE",
"instance": null, "instance": null,
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": null "nestedPrefabInstanceRoots": null
@ -3915,7 +3915,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "74LjmVlN5JR5I+LEDwNZrR" "fileId": "919adiKCVKoZhnvmAINB9k"
}, },
{ {
"__type__": "45522uB1sdFu4FJAojtnha4", "__type__": "45522uB1sdFu4FJAojtnha4",
@ -3939,7 +3939,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "83Nv6VJL1DPInhwx4KQYfu" "fileId": "e2ZDcv7GBO8aA57cBioJ5o"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
@ -3949,7 +3949,7 @@
"asset": { "asset": {
"__id__": 0 "__id__": 0
}, },
"fileId": "43kVEO9XVJlaUXswMgJB+S", "fileId": "f3AG8oHtRChKifyGO1qNei",
"instance": null, "instance": null,
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": null "nestedPrefabInstanceRoots": null
@ -4132,7 +4132,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "5cWMK2QTREprQck84/3A+n" "fileId": "97xx37+W9HfrvKtltRh7Ga"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
@ -4142,7 +4142,7 @@
"asset": { "asset": {
"__id__": 0 "__id__": 0
}, },
"fileId": "2bZK4SSc9NMJZLjkvZzQPx", "fileId": "aas93i+Q5CcZZ9In+niTa3",
"instance": null, "instance": null,
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": null "nestedPrefabInstanceRoots": null
@ -4173,7 +4173,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "e1JtWgIOZCPIRi97If2m+4" "fileId": "cbbiCh4oFLy7jtrmAIfQAB"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
@ -4183,7 +4183,7 @@
"asset": { "asset": {
"__id__": 0 "__id__": 0
}, },
"fileId": "e1uK+avylKUbhvRTn4QP4R", "fileId": "aeHngzSOJH0b8vEhg9xJmw",
"instance": null, "instance": null,
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": null "nestedPrefabInstanceRoots": null
@ -4214,7 +4214,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "01GYHHXExNOYi9uywEBG+4" "fileId": "c9ZfFFsTpDZLRFHWOqke99"
}, },
{ {
"__type__": "45522uB1sdFu4FJAojtnha4", "__type__": "45522uB1sdFu4FJAojtnha4",
@ -4238,7 +4238,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "85MaG+fWNPd73vumD50S8B" "fileId": "5cKKOuraVPvIomouN2+gMg"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
@ -4248,7 +4248,7 @@
"asset": { "asset": {
"__id__": 0 "__id__": 0
}, },
"fileId": "00uSZjWE5FRaLcL1J/vtsy", "fileId": "cbrYFkXaNORLKYq6uV5oDt",
"instance": null, "instance": null,
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": null "nestedPrefabInstanceRoots": null
@ -4431,7 +4431,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "1bMHtrcoVACYGOUaj2ZMjT" "fileId": "f5VKSfFJxMk4+PunNapWLH"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
@ -4441,7 +4441,7 @@
"asset": { "asset": {
"__id__": 0 "__id__": 0
}, },
"fileId": "b0pMvIZChJuK4OFpAaWklU", "fileId": "dfQe8T5CRK9JoMhcqWB04K",
"instance": null, "instance": null,
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": null "nestedPrefabInstanceRoots": null
@ -4472,7 +4472,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "153Rn7aMZBepiM5cHZ7yIy" "fileId": "0dMl/R0pJJVZ0kT82FGJW3"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
@ -4482,7 +4482,7 @@
"asset": { "asset": {
"__id__": 0 "__id__": 0
}, },
"fileId": "bc08XdviJDbK6NW8To3Avk", "fileId": "b1NA7gZ4FN36YPCiRwv7yU",
"instance": null, "instance": null,
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": null "nestedPrefabInstanceRoots": null
@ -4513,7 +4513,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "58PsdGjLlHqIV0aFCNlTxD" "fileId": "0c7g7dA8FDwpPNKRUJ1xk6"
}, },
{ {
"__type__": "45522uB1sdFu4FJAojtnha4", "__type__": "45522uB1sdFu4FJAojtnha4",
@ -4537,7 +4537,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "90C3uqRHhLdYlzXqrXP2sR" "fileId": "48OqrdpJpGULKB1xo6ErH0"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
@ -4547,7 +4547,7 @@
"asset": { "asset": {
"__id__": 0 "__id__": 0
}, },
"fileId": "aaSJW6DoFMUK7pjGSnD2aq", "fileId": "72Z6mMBTtIqqvZXWL+bGfa",
"instance": null, "instance": null,
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": null "nestedPrefabInstanceRoots": null
@ -4572,7 +4572,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "02qaHtZdBF9JhXIsZ2wqOl" "fileId": "63fQvtElZFYKG63Nx57rFf"
}, },
{ {
"__type__": "cc.UITransform", "__type__": "cc.UITransform",
@ -4600,7 +4600,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "faPrwuRdFHkpvpgdTvv2Ub" "fileId": "a8u+cCU3dCIr1L97kNbLFk"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
@ -4645,7 +4645,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "e0rPp9dcNH3IybWwmALKpv" "fileId": "1d46JhFUhNu7PvJw/8OY4c"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
@ -4655,7 +4655,7 @@
"asset": { "asset": {
"__id__": 0 "__id__": 0
}, },
"fileId": "56kJQWdG5BGKZZTD+WUBkx", "fileId": "c0lNU9jPZA4bPM8BsmI3yV",
"instance": null, "instance": null,
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": null "nestedPrefabInstanceRoots": null
@ -6981,7 +6981,7 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 120, "width": 100,
"height": 15 "height": 15
}, },
"_anchorPoint": { "_anchorPoint": {
@ -7200,7 +7200,7 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 200, "width": 160,
"height": 10 "height": 10
}, },
"_anchorPoint": { "_anchorPoint": {
@ -7236,7 +7236,7 @@
"b": 255, "b": 255,
"a": 255 "a": 255
}, },
"_string": "12000", "_string": "12345",
"_horizontalAlign": 1, "_horizontalAlign": 1,
"_verticalAlign": 1, "_verticalAlign": 1,
"_actualFontSize": 10, "_actualFontSize": 10,
@ -7324,7 +7324,7 @@
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 100, "x": 80,
"y": 0, "y": 0,
"z": 0 "z": 0
}, },
@ -7470,7 +7470,7 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 360, "width": 320,
"height": 100 "height": 100
}, },
"_anchorPoint": { "_anchorPoint": {
@ -11215,7 +11215,7 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 180, "width": 150,
"height": 15 "height": 15
}, },
"_anchorPoint": { "_anchorPoint": {
@ -11434,7 +11434,7 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 160, "width": 130,
"height": 10 "height": 10
}, },
"_anchorPoint": { "_anchorPoint": {