UserCtrl.prefab 24 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "",
  5. "_objFlags": 0,
  6. "_native": "",
  7. "data": {
  8. "__id__": 1
  9. },
  10. "optimizationPolicy": 0,
  11. "asyncLoadAssets": false,
  12. "readonly": false
  13. },
  14. {
  15. "__type__": "cc.Node",
  16. "_name": "UserCtrl",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 12
  25. }
  26. ],
  27. "_active": true,
  28. "_components": [
  29. {
  30. "__id__": 35
  31. }
  32. ],
  33. "_prefab": {
  34. "__id__": 36
  35. },
  36. "_opacity": 255,
  37. "_color": {
  38. "__type__": "cc.Color",
  39. "r": 255,
  40. "g": 255,
  41. "b": 255,
  42. "a": 255
  43. },
  44. "_contentSize": {
  45. "__type__": "cc.Size",
  46. "width": 0,
  47. "height": 0
  48. },
  49. "_anchorPoint": {
  50. "__type__": "cc.Vec2",
  51. "x": 0.5,
  52. "y": 0.5
  53. },
  54. "_trs": {
  55. "__type__": "TypedArray",
  56. "ctor": "Float64Array",
  57. "array": [
  58. 0,
  59. 0,
  60. 0,
  61. 0,
  62. 0,
  63. 0,
  64. 1,
  65. 1,
  66. 1,
  67. 1
  68. ]
  69. },
  70. "_eulerAngles": {
  71. "__type__": "cc.Vec3",
  72. "x": 0,
  73. "y": 0,
  74. "z": 0
  75. },
  76. "_skewX": 0,
  77. "_skewY": 0,
  78. "_is3DNode": false,
  79. "_groupIndex": 0,
  80. "groupIndex": 0,
  81. "_id": ""
  82. },
  83. {
  84. "__type__": "cc.Node",
  85. "_name": "Head",
  86. "_objFlags": 0,
  87. "_parent": {
  88. "__id__": 1
  89. },
  90. "_children": [
  91. {
  92. "__id__": 3
  93. },
  94. {
  95. "__id__": 6
  96. }
  97. ],
  98. "_active": true,
  99. "_components": [
  100. {
  101. "__id__": 9
  102. },
  103. {
  104. "__id__": 10
  105. }
  106. ],
  107. "_prefab": {
  108. "__id__": 11
  109. },
  110. "_opacity": 255,
  111. "_color": {
  112. "__type__": "cc.Color",
  113. "r": 255,
  114. "g": 255,
  115. "b": 255,
  116. "a": 255
  117. },
  118. "_contentSize": {
  119. "__type__": "cc.Size",
  120. "width": 81,
  121. "height": 81
  122. },
  123. "_anchorPoint": {
  124. "__type__": "cc.Vec2",
  125. "x": 0.5,
  126. "y": 0.5
  127. },
  128. "_trs": {
  129. "__type__": "TypedArray",
  130. "ctor": "Float64Array",
  131. "array": [
  132. 0,
  133. 0,
  134. 0,
  135. 0,
  136. 0,
  137. 0,
  138. 1,
  139. 1,
  140. 1,
  141. 1
  142. ]
  143. },
  144. "_eulerAngles": {
  145. "__type__": "cc.Vec3",
  146. "x": 0,
  147. "y": 0,
  148. "z": 0
  149. },
  150. "_skewX": 0,
  151. "_skewY": 0,
  152. "_is3DNode": false,
  153. "_groupIndex": 0,
  154. "groupIndex": 0,
  155. "_id": ""
  156. },
  157. {
  158. "__type__": "cc.Node",
  159. "_name": "FaceErr",
  160. "_objFlags": 0,
  161. "_parent": {
  162. "__id__": 2
  163. },
  164. "_children": [],
  165. "_active": false,
  166. "_components": [
  167. {
  168. "__id__": 4
  169. }
  170. ],
  171. "_prefab": {
  172. "__id__": 5
  173. },
  174. "_opacity": 255,
  175. "_color": {
  176. "__type__": "cc.Color",
  177. "r": 255,
  178. "g": 255,
  179. "b": 255,
  180. "a": 255
  181. },
  182. "_contentSize": {
  183. "__type__": "cc.Size",
  184. "width": 76,
  185. "height": 76
  186. },
  187. "_anchorPoint": {
  188. "__type__": "cc.Vec2",
  189. "x": 0.5,
  190. "y": 0.5
  191. },
  192. "_trs": {
  193. "__type__": "TypedArray",
  194. "ctor": "Float64Array",
  195. "array": [
  196. 0,
  197. 0,
  198. 0,
  199. 0,
  200. 0,
  201. 0,
  202. 1,
  203. 1,
  204. 1,
  205. 1
  206. ]
  207. },
  208. "_eulerAngles": {
  209. "__type__": "cc.Vec3",
  210. "x": 0,
  211. "y": 0,
  212. "z": 0
  213. },
  214. "_skewX": 0,
  215. "_skewY": 0,
  216. "_is3DNode": false,
  217. "_groupIndex": 0,
  218. "groupIndex": 0,
  219. "_id": ""
  220. },
  221. {
  222. "__type__": "cc.Sprite",
  223. "_name": "",
  224. "_objFlags": 0,
  225. "node": {
  226. "__id__": 3
  227. },
  228. "_enabled": true,
  229. "_materials": [],
  230. "_srcBlendFactor": 770,
  231. "_dstBlendFactor": 771,
  232. "_spriteFrame": {
  233. "__uuid__": "fcc0d5a0-09a1-48ca-8a57-bf2cda826ab8"
  234. },
  235. "_type": 0,
  236. "_sizeMode": 0,
  237. "_fillType": 0,
  238. "_fillCenter": {
  239. "__type__": "cc.Vec2",
  240. "x": 0,
  241. "y": 0
  242. },
  243. "_fillStart": 0,
  244. "_fillRange": 0,
  245. "_isTrimmedMode": true,
  246. "_atlas": {
  247. "__uuid__": "23645516-1e5d-4004-8d4a-0059dc01a9e6"
  248. },
  249. "_id": ""
  250. },
  251. {
  252. "__type__": "cc.PrefabInfo",
  253. "root": {
  254. "__id__": 1
  255. },
  256. "asset": {
  257. "__id__": 0
  258. },
  259. "fileId": "8alnpdGldIzqp41NxCYdpk",
  260. "sync": false
  261. },
  262. {
  263. "__type__": "cc.Node",
  264. "_name": "FaceBG",
  265. "_objFlags": 0,
  266. "_parent": {
  267. "__id__": 2
  268. },
  269. "_children": [],
  270. "_active": true,
  271. "_components": [
  272. {
  273. "__id__": 7
  274. }
  275. ],
  276. "_prefab": {
  277. "__id__": 8
  278. },
  279. "_opacity": 255,
  280. "_color": {
  281. "__type__": "cc.Color",
  282. "r": 255,
  283. "g": 255,
  284. "b": 255,
  285. "a": 255
  286. },
  287. "_contentSize": {
  288. "__type__": "cc.Size",
  289. "width": 84,
  290. "height": 84
  291. },
  292. "_anchorPoint": {
  293. "__type__": "cc.Vec2",
  294. "x": 0.5,
  295. "y": 0.5
  296. },
  297. "_trs": {
  298. "__type__": "TypedArray",
  299. "ctor": "Float64Array",
  300. "array": [
  301. 0,
  302. 0,
  303. 0,
  304. 0,
  305. 0,
  306. 0,
  307. 1,
  308. 1,
  309. 1,
  310. 1
  311. ]
  312. },
  313. "_eulerAngles": {
  314. "__type__": "cc.Vec3",
  315. "x": 0,
  316. "y": 0,
  317. "z": 0
  318. },
  319. "_skewX": 0,
  320. "_skewY": 0,
  321. "_is3DNode": false,
  322. "_groupIndex": 0,
  323. "groupIndex": 0,
  324. "_id": ""
  325. },
  326. {
  327. "__type__": "cc.Sprite",
  328. "_name": "",
  329. "_objFlags": 0,
  330. "node": {
  331. "__id__": 6
  332. },
  333. "_enabled": true,
  334. "_materials": [
  335. {
  336. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  337. }
  338. ],
  339. "_srcBlendFactor": 770,
  340. "_dstBlendFactor": 771,
  341. "_spriteFrame": {
  342. "__uuid__": "608b80e0-54ac-4cc3-946a-aab4f0e3b5c9"
  343. },
  344. "_type": 0,
  345. "_sizeMode": 1,
  346. "_fillType": 0,
  347. "_fillCenter": {
  348. "__type__": "cc.Vec2",
  349. "x": 0,
  350. "y": 0
  351. },
  352. "_fillStart": 0,
  353. "_fillRange": 0,
  354. "_isTrimmedMode": true,
  355. "_atlas": {
  356. "__uuid__": "23645516-1e5d-4004-8d4a-0059dc01a9e6"
  357. },
  358. "_id": ""
  359. },
  360. {
  361. "__type__": "cc.PrefabInfo",
  362. "root": {
  363. "__id__": 1
  364. },
  365. "asset": {
  366. "__id__": 0
  367. },
  368. "fileId": "eaoABSvA9MlKLI2jovH+QV",
  369. "sync": false
  370. },
  371. {
  372. "__type__": "cc.Sprite",
  373. "_name": "",
  374. "_objFlags": 0,
  375. "node": {
  376. "__id__": 2
  377. },
  378. "_enabled": true,
  379. "_materials": [
  380. {
  381. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  382. }
  383. ],
  384. "_srcBlendFactor": 770,
  385. "_dstBlendFactor": 771,
  386. "_spriteFrame": {
  387. "__uuid__": "e89b6424-6e0e-40c6-a616-825520889cf9"
  388. },
  389. "_type": 0,
  390. "_sizeMode": 0,
  391. "_fillType": 0,
  392. "_fillCenter": {
  393. "__type__": "cc.Vec2",
  394. "x": 0,
  395. "y": 0
  396. },
  397. "_fillStart": 0,
  398. "_fillRange": 0,
  399. "_isTrimmedMode": true,
  400. "_atlas": {
  401. "__uuid__": "23645516-1e5d-4004-8d4a-0059dc01a9e6"
  402. },
  403. "_id": ""
  404. },
  405. {
  406. "__type__": "ddbf3/ydj5JQ5BheoGAThK5",
  407. "_name": "",
  408. "_objFlags": 0,
  409. "node": {
  410. "__id__": 2
  411. },
  412. "_enabled": true,
  413. "_id": ""
  414. },
  415. {
  416. "__type__": "cc.PrefabInfo",
  417. "root": {
  418. "__id__": 1
  419. },
  420. "asset": {
  421. "__id__": 0
  422. },
  423. "fileId": "9cIGVxd81EcIOsTFRRy1vu",
  424. "sync": false
  425. },
  426. {
  427. "__type__": "cc.Node",
  428. "_name": "strs",
  429. "_objFlags": 0,
  430. "_parent": {
  431. "__id__": 1
  432. },
  433. "_children": [
  434. {
  435. "__id__": 13
  436. },
  437. {
  438. "__id__": 16
  439. },
  440. {
  441. "__id__": 22
  442. },
  443. {
  444. "__id__": 25
  445. },
  446. {
  447. "__id__": 28
  448. },
  449. {
  450. "__id__": 31
  451. }
  452. ],
  453. "_active": true,
  454. "_components": [],
  455. "_prefab": {
  456. "__id__": 34
  457. },
  458. "_opacity": 255,
  459. "_color": {
  460. "__type__": "cc.Color",
  461. "r": 255,
  462. "g": 255,
  463. "b": 255,
  464. "a": 255
  465. },
  466. "_contentSize": {
  467. "__type__": "cc.Size",
  468. "width": 0,
  469. "height": 0
  470. },
  471. "_anchorPoint": {
  472. "__type__": "cc.Vec2",
  473. "x": 0.5,
  474. "y": 0.5
  475. },
  476. "_trs": {
  477. "__type__": "TypedArray",
  478. "ctor": "Float64Array",
  479. "array": [
  480. 0,
  481. 0,
  482. 0,
  483. 0,
  484. 0,
  485. 0,
  486. 1,
  487. 1,
  488. 1,
  489. 1
  490. ]
  491. },
  492. "_eulerAngles": {
  493. "__type__": "cc.Vec3",
  494. "x": 0,
  495. "y": 0,
  496. "z": 0
  497. },
  498. "_skewX": 0,
  499. "_skewY": 0,
  500. "_is3DNode": false,
  501. "_groupIndex": 0,
  502. "groupIndex": 0,
  503. "_id": ""
  504. },
  505. {
  506. "__type__": "cc.Node",
  507. "_name": "Nick",
  508. "_objFlags": 0,
  509. "_parent": {
  510. "__id__": 12
  511. },
  512. "_children": [],
  513. "_active": true,
  514. "_components": [
  515. {
  516. "__id__": 14
  517. }
  518. ],
  519. "_prefab": {
  520. "__id__": 15
  521. },
  522. "_opacity": 255,
  523. "_color": {
  524. "__type__": "cc.Color",
  525. "r": 0,
  526. "g": 0,
  527. "b": 0,
  528. "a": 255
  529. },
  530. "_contentSize": {
  531. "__type__": "cc.Size",
  532. "width": 97.87,
  533. "height": 50.4
  534. },
  535. "_anchorPoint": {
  536. "__type__": "cc.Vec2",
  537. "x": 0,
  538. "y": 0.5
  539. },
  540. "_trs": {
  541. "__type__": "TypedArray",
  542. "ctor": "Float64Array",
  543. "array": [
  544. 65,
  545. 24,
  546. 0,
  547. 0,
  548. 0,
  549. 0,
  550. 1,
  551. 1,
  552. 1,
  553. 1
  554. ]
  555. },
  556. "_eulerAngles": {
  557. "__type__": "cc.Vec3",
  558. "x": 0,
  559. "y": 0,
  560. "z": 0
  561. },
  562. "_skewX": 0,
  563. "_skewY": 0,
  564. "_is3DNode": false,
  565. "_groupIndex": 0,
  566. "groupIndex": 0,
  567. "_id": ""
  568. },
  569. {
  570. "__type__": "cc.Label",
  571. "_name": "",
  572. "_objFlags": 0,
  573. "node": {
  574. "__id__": 13
  575. },
  576. "_enabled": true,
  577. "_materials": [
  578. {
  579. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  580. }
  581. ],
  582. "_srcBlendFactor": 770,
  583. "_dstBlendFactor": 771,
  584. "_string": "Label",
  585. "_N$string": "Label",
  586. "_fontSize": 40,
  587. "_lineHeight": 40,
  588. "_enableWrapText": true,
  589. "_N$file": null,
  590. "_isSystemFontUsed": false,
  591. "_spacingX": 0,
  592. "_batchAsBitmap": false,
  593. "_styleFlags": 0,
  594. "_underlineHeight": 0,
  595. "_N$horizontalAlign": 1,
  596. "_N$verticalAlign": 1,
  597. "_N$fontFamily": "Arial",
  598. "_N$overflow": 0,
  599. "_N$cacheMode": 0,
  600. "_id": ""
  601. },
  602. {
  603. "__type__": "cc.PrefabInfo",
  604. "root": {
  605. "__id__": 1
  606. },
  607. "asset": {
  608. "__id__": 0
  609. },
  610. "fileId": "19fyV6UxtKWLaRQAn/08fU",
  611. "sync": false
  612. },
  613. {
  614. "__type__": "cc.Node",
  615. "_name": "Lab",
  616. "_objFlags": 0,
  617. "_parent": {
  618. "__id__": 12
  619. },
  620. "_children": [
  621. {
  622. "__id__": 17
  623. }
  624. ],
  625. "_active": true,
  626. "_components": [
  627. {
  628. "__id__": 20
  629. }
  630. ],
  631. "_prefab": {
  632. "__id__": 21
  633. },
  634. "_opacity": 255,
  635. "_color": {
  636. "__type__": "cc.Color",
  637. "r": 0,
  638. "g": 0,
  639. "b": 0,
  640. "a": 255
  641. },
  642. "_contentSize": {
  643. "__type__": "cc.Size",
  644. "width": 51.11,
  645. "height": 50.4
  646. },
  647. "_anchorPoint": {
  648. "__type__": "cc.Vec2",
  649. "x": 0,
  650. "y": 0.5
  651. },
  652. "_trs": {
  653. "__type__": "TypedArray",
  654. "ctor": "Float64Array",
  655. "array": [
  656. 65,
  657. -30,
  658. 0,
  659. 0,
  660. 0,
  661. 0,
  662. 1,
  663. 1,
  664. 1,
  665. 1
  666. ]
  667. },
  668. "_eulerAngles": {
  669. "__type__": "cc.Vec3",
  670. "x": 0,
  671. "y": 0,
  672. "z": 0
  673. },
  674. "_skewX": 0,
  675. "_skewY": 0,
  676. "_is3DNode": false,
  677. "_groupIndex": 0,
  678. "groupIndex": 0,
  679. "_id": ""
  680. },
  681. {
  682. "__type__": "cc.Node",
  683. "_name": "ID",
  684. "_objFlags": 0,
  685. "_parent": {
  686. "__id__": 16
  687. },
  688. "_children": [],
  689. "_active": true,
  690. "_components": [
  691. {
  692. "__id__": 18
  693. }
  694. ],
  695. "_prefab": {
  696. "__id__": 19
  697. },
  698. "_opacity": 255,
  699. "_color": {
  700. "__type__": "cc.Color",
  701. "r": 0,
  702. "g": 0,
  703. "b": 0,
  704. "a": 255
  705. },
  706. "_contentSize": {
  707. "__type__": "cc.Size",
  708. "width": 133.48,
  709. "height": 50.4
  710. },
  711. "_anchorPoint": {
  712. "__type__": "cc.Vec2",
  713. "x": 0,
  714. "y": 0.5
  715. },
  716. "_trs": {
  717. "__type__": "TypedArray",
  718. "ctor": "Float64Array",
  719. "array": [
  720. 58,
  721. 0,
  722. 0,
  723. 0,
  724. 0,
  725. 0,
  726. 1,
  727. 1,
  728. 1,
  729. 1
  730. ]
  731. },
  732. "_eulerAngles": {
  733. "__type__": "cc.Vec3",
  734. "x": 0,
  735. "y": 0,
  736. "z": 0
  737. },
  738. "_skewX": 0,
  739. "_skewY": 0,
  740. "_is3DNode": false,
  741. "_groupIndex": 0,
  742. "groupIndex": 0,
  743. "_id": ""
  744. },
  745. {
  746. "__type__": "cc.Label",
  747. "_name": "",
  748. "_objFlags": 0,
  749. "node": {
  750. "__id__": 17
  751. },
  752. "_enabled": true,
  753. "_materials": [
  754. {
  755. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  756. }
  757. ],
  758. "_srcBlendFactor": 770,
  759. "_dstBlendFactor": 771,
  760. "_string": "123456",
  761. "_N$string": "123456",
  762. "_fontSize": 40,
  763. "_lineHeight": 40,
  764. "_enableWrapText": true,
  765. "_N$file": null,
  766. "_isSystemFontUsed": false,
  767. "_spacingX": 0,
  768. "_batchAsBitmap": false,
  769. "_styleFlags": 0,
  770. "_underlineHeight": 0,
  771. "_N$horizontalAlign": 1,
  772. "_N$verticalAlign": 1,
  773. "_N$fontFamily": "Arial",
  774. "_N$overflow": 0,
  775. "_N$cacheMode": 0,
  776. "_id": ""
  777. },
  778. {
  779. "__type__": "cc.PrefabInfo",
  780. "root": {
  781. "__id__": 1
  782. },
  783. "asset": {
  784. "__id__": 0
  785. },
  786. "fileId": "68QMitJXlHuqhMH4HDLtiL",
  787. "sync": false
  788. },
  789. {
  790. "__type__": "cc.Label",
  791. "_name": "",
  792. "_objFlags": 0,
  793. "node": {
  794. "__id__": 16
  795. },
  796. "_enabled": true,
  797. "_materials": [
  798. {
  799. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  800. }
  801. ],
  802. "_srcBlendFactor": 770,
  803. "_dstBlendFactor": 771,
  804. "_string": "ID:",
  805. "_N$string": "ID:",
  806. "_fontSize": 40,
  807. "_lineHeight": 40,
  808. "_enableWrapText": true,
  809. "_N$file": null,
  810. "_isSystemFontUsed": false,
  811. "_spacingX": 0,
  812. "_batchAsBitmap": false,
  813. "_styleFlags": 0,
  814. "_underlineHeight": 0,
  815. "_N$horizontalAlign": 1,
  816. "_N$verticalAlign": 1,
  817. "_N$fontFamily": "Arial",
  818. "_N$overflow": 0,
  819. "_N$cacheMode": 0,
  820. "_id": ""
  821. },
  822. {
  823. "__type__": "cc.PrefabInfo",
  824. "root": {
  825. "__id__": 1
  826. },
  827. "asset": {
  828. "__id__": 0
  829. },
  830. "fileId": "a41tVX5AVL/YdbFoXNns97",
  831. "sync": false
  832. },
  833. {
  834. "__type__": "cc.Node",
  835. "_name": "winRate",
  836. "_objFlags": 0,
  837. "_parent": {
  838. "__id__": 12
  839. },
  840. "_children": [],
  841. "_active": true,
  842. "_components": [
  843. {
  844. "__id__": 23
  845. }
  846. ],
  847. "_prefab": {
  848. "__id__": 24
  849. },
  850. "_opacity": 255,
  851. "_color": {
  852. "__type__": "cc.Color",
  853. "r": 0,
  854. "g": 0,
  855. "b": 0,
  856. "a": 255
  857. },
  858. "_contentSize": {
  859. "__type__": "cc.Size",
  860. "width": 200.06,
  861. "height": 50.4
  862. },
  863. "_anchorPoint": {
  864. "__type__": "cc.Vec2",
  865. "x": 0,
  866. "y": 0.5
  867. },
  868. "_trs": {
  869. "__type__": "TypedArray",
  870. "ctor": "Float64Array",
  871. "array": [
  872. 65,
  873. -84,
  874. 0,
  875. 0,
  876. 0,
  877. 0,
  878. 1,
  879. 1,
  880. 1,
  881. 1
  882. ]
  883. },
  884. "_eulerAngles": {
  885. "__type__": "cc.Vec3",
  886. "x": 0,
  887. "y": 0,
  888. "z": 0
  889. },
  890. "_skewX": 0,
  891. "_skewY": 0,
  892. "_is3DNode": false,
  893. "_groupIndex": 0,
  894. "groupIndex": 0,
  895. "_id": ""
  896. },
  897. {
  898. "__type__": "cc.Label",
  899. "_name": "",
  900. "_objFlags": 0,
  901. "node": {
  902. "__id__": 22
  903. },
  904. "_enabled": true,
  905. "_materials": [
  906. {
  907. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  908. }
  909. ],
  910. "_srcBlendFactor": 770,
  911. "_dstBlendFactor": 771,
  912. "_string": "胜率:55%",
  913. "_N$string": "胜率:55%",
  914. "_fontSize": 40,
  915. "_lineHeight": 40,
  916. "_enableWrapText": true,
  917. "_N$file": null,
  918. "_isSystemFontUsed": false,
  919. "_spacingX": 0,
  920. "_batchAsBitmap": false,
  921. "_styleFlags": 0,
  922. "_underlineHeight": 0,
  923. "_N$horizontalAlign": 1,
  924. "_N$verticalAlign": 1,
  925. "_N$fontFamily": "Arial",
  926. "_N$overflow": 0,
  927. "_N$cacheMode": 0,
  928. "_id": ""
  929. },
  930. {
  931. "__type__": "cc.PrefabInfo",
  932. "root": {
  933. "__id__": 1
  934. },
  935. "asset": {
  936. "__id__": 0
  937. },
  938. "fileId": "1dz9+J9O1GuaH55ioKxtUq",
  939. "sync": false
  940. },
  941. {
  942. "__type__": "cc.Node",
  943. "_name": "shootRate",
  944. "_objFlags": 0,
  945. "_parent": {
  946. "__id__": 12
  947. },
  948. "_children": [],
  949. "_active": true,
  950. "_components": [
  951. {
  952. "__id__": 26
  953. }
  954. ],
  955. "_prefab": {
  956. "__id__": 27
  957. },
  958. "_opacity": 255,
  959. "_color": {
  960. "__type__": "cc.Color",
  961. "r": 0,
  962. "g": 0,
  963. "b": 0,
  964. "a": 255
  965. },
  966. "_contentSize": {
  967. "__type__": "cc.Size",
  968. "width": 240.06,
  969. "height": 50.4
  970. },
  971. "_anchorPoint": {
  972. "__type__": "cc.Vec2",
  973. "x": 0,
  974. "y": 0.5
  975. },
  976. "_trs": {
  977. "__type__": "TypedArray",
  978. "ctor": "Float64Array",
  979. "array": [
  980. 65,
  981. -138,
  982. 0,
  983. 0,
  984. 0,
  985. 0,
  986. 1,
  987. 1,
  988. 1,
  989. 1
  990. ]
  991. },
  992. "_eulerAngles": {
  993. "__type__": "cc.Vec3",
  994. "x": 0,
  995. "y": 0,
  996. "z": 0
  997. },
  998. "_skewX": 0,
  999. "_skewY": 0,
  1000. "_is3DNode": false,
  1001. "_groupIndex": 0,
  1002. "groupIndex": 0,
  1003. "_id": ""
  1004. },
  1005. {
  1006. "__type__": "cc.Label",
  1007. "_name": "",
  1008. "_objFlags": 0,
  1009. "node": {
  1010. "__id__": 25
  1011. },
  1012. "_enabled": true,
  1013. "_materials": [
  1014. {
  1015. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1016. }
  1017. ],
  1018. "_srcBlendFactor": 770,
  1019. "_dstBlendFactor": 771,
  1020. "_string": "出手率:12%",
  1021. "_N$string": "出手率:12%",
  1022. "_fontSize": 40,
  1023. "_lineHeight": 40,
  1024. "_enableWrapText": true,
  1025. "_N$file": null,
  1026. "_isSystemFontUsed": false,
  1027. "_spacingX": 0,
  1028. "_batchAsBitmap": false,
  1029. "_styleFlags": 0,
  1030. "_underlineHeight": 0,
  1031. "_N$horizontalAlign": 1,
  1032. "_N$verticalAlign": 1,
  1033. "_N$fontFamily": "Arial",
  1034. "_N$overflow": 0,
  1035. "_N$cacheMode": 0,
  1036. "_id": ""
  1037. },
  1038. {
  1039. "__type__": "cc.PrefabInfo",
  1040. "root": {
  1041. "__id__": 1
  1042. },
  1043. "asset": {
  1044. "__id__": 0
  1045. },
  1046. "fileId": "bfUZ/Bo69PYpOSiURou7Yk",
  1047. "sync": false
  1048. },
  1049. {
  1050. "__type__": "cc.Node",
  1051. "_name": "pairingRate",
  1052. "_objFlags": 0,
  1053. "_parent": {
  1054. "__id__": 12
  1055. },
  1056. "_children": [],
  1057. "_active": true,
  1058. "_components": [
  1059. {
  1060. "__id__": 29
  1061. }
  1062. ],
  1063. "_prefab": {
  1064. "__id__": 30
  1065. },
  1066. "_opacity": 255,
  1067. "_color": {
  1068. "__type__": "cc.Color",
  1069. "r": 0,
  1070. "g": 0,
  1071. "b": 0,
  1072. "a": 255
  1073. },
  1074. "_contentSize": {
  1075. "__type__": "cc.Size",
  1076. "width": 240.06,
  1077. "height": 50.4
  1078. },
  1079. "_anchorPoint": {
  1080. "__type__": "cc.Vec2",
  1081. "x": 0,
  1082. "y": 0.5
  1083. },
  1084. "_trs": {
  1085. "__type__": "TypedArray",
  1086. "ctor": "Float64Array",
  1087. "array": [
  1088. 65,
  1089. -192,
  1090. 0,
  1091. 0,
  1092. 0,
  1093. 0,
  1094. 1,
  1095. 1,
  1096. 1,
  1097. 1
  1098. ]
  1099. },
  1100. "_eulerAngles": {
  1101. "__type__": "cc.Vec3",
  1102. "x": 0,
  1103. "y": 0,
  1104. "z": 0
  1105. },
  1106. "_skewX": 0,
  1107. "_skewY": 0,
  1108. "_is3DNode": false,
  1109. "_groupIndex": 0,
  1110. "groupIndex": 0,
  1111. "_id": ""
  1112. },
  1113. {
  1114. "__type__": "cc.Label",
  1115. "_name": "",
  1116. "_objFlags": 0,
  1117. "node": {
  1118. "__id__": 28
  1119. },
  1120. "_enabled": true,
  1121. "_materials": [
  1122. {
  1123. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1124. }
  1125. ],
  1126. "_srcBlendFactor": 770,
  1127. "_dstBlendFactor": 771,
  1128. "_string": "配对率:20%",
  1129. "_N$string": "配对率:20%",
  1130. "_fontSize": 40,
  1131. "_lineHeight": 40,
  1132. "_enableWrapText": true,
  1133. "_N$file": null,
  1134. "_isSystemFontUsed": false,
  1135. "_spacingX": 0,
  1136. "_batchAsBitmap": false,
  1137. "_styleFlags": 0,
  1138. "_underlineHeight": 0,
  1139. "_N$horizontalAlign": 1,
  1140. "_N$verticalAlign": 1,
  1141. "_N$fontFamily": "Arial",
  1142. "_N$overflow": 0,
  1143. "_N$cacheMode": 0,
  1144. "_id": ""
  1145. },
  1146. {
  1147. "__type__": "cc.PrefabInfo",
  1148. "root": {
  1149. "__id__": 1
  1150. },
  1151. "asset": {
  1152. "__id__": 0
  1153. },
  1154. "fileId": "81LKz/8t1Db4yrs5Ai4wO7",
  1155. "sync": false
  1156. },
  1157. {
  1158. "__type__": "cc.Node",
  1159. "_name": "pairingRate",
  1160. "_objFlags": 0,
  1161. "_parent": {
  1162. "__id__": 12
  1163. },
  1164. "_children": [],
  1165. "_active": true,
  1166. "_components": [
  1167. {
  1168. "__id__": 32
  1169. }
  1170. ],
  1171. "_prefab": {
  1172. "__id__": 33
  1173. },
  1174. "_opacity": 255,
  1175. "_color": {
  1176. "__type__": "cc.Color",
  1177. "r": 0,
  1178. "g": 0,
  1179. "b": 0,
  1180. "a": 255
  1181. },
  1182. "_contentSize": {
  1183. "__type__": "cc.Size",
  1184. "width": 200,
  1185. "height": 50.4
  1186. },
  1187. "_anchorPoint": {
  1188. "__type__": "cc.Vec2",
  1189. "x": 0,
  1190. "y": 0.5
  1191. },
  1192. "_trs": {
  1193. "__type__": "TypedArray",
  1194. "ctor": "Float64Array",
  1195. "array": [
  1196. 65,
  1197. -246,
  1198. 0,
  1199. 0,
  1200. 0,
  1201. 0,
  1202. 1,
  1203. 1,
  1204. 1,
  1205. 1
  1206. ]
  1207. },
  1208. "_eulerAngles": {
  1209. "__type__": "cc.Vec3",
  1210. "x": 0,
  1211. "y": 0,
  1212. "z": 0
  1213. },
  1214. "_skewX": 0,
  1215. "_skewY": 0,
  1216. "_is3DNode": false,
  1217. "_groupIndex": 0,
  1218. "groupIndex": 0,
  1219. "_id": ""
  1220. },
  1221. {
  1222. "__type__": "cc.Label",
  1223. "_name": "",
  1224. "_objFlags": 0,
  1225. "node": {
  1226. "__id__": 31
  1227. },
  1228. "_enabled": true,
  1229. "_materials": [
  1230. {
  1231. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1232. }
  1233. ],
  1234. "_srcBlendFactor": 770,
  1235. "_dstBlendFactor": 771,
  1236. "_string": "位置:台北",
  1237. "_N$string": "位置:台北",
  1238. "_fontSize": 40,
  1239. "_lineHeight": 40,
  1240. "_enableWrapText": true,
  1241. "_N$file": null,
  1242. "_isSystemFontUsed": false,
  1243. "_spacingX": 0,
  1244. "_batchAsBitmap": false,
  1245. "_styleFlags": 0,
  1246. "_underlineHeight": 0,
  1247. "_N$horizontalAlign": 1,
  1248. "_N$verticalAlign": 1,
  1249. "_N$fontFamily": "Arial",
  1250. "_N$overflow": 0,
  1251. "_N$cacheMode": 0,
  1252. "_id": ""
  1253. },
  1254. {
  1255. "__type__": "cc.PrefabInfo",
  1256. "root": {
  1257. "__id__": 1
  1258. },
  1259. "asset": {
  1260. "__id__": 0
  1261. },
  1262. "fileId": "2d9bGJfxJKeZpZI78+aV9G",
  1263. "sync": false
  1264. },
  1265. {
  1266. "__type__": "cc.PrefabInfo",
  1267. "root": {
  1268. "__id__": 1
  1269. },
  1270. "asset": {
  1271. "__id__": 0
  1272. },
  1273. "fileId": "7aG9SaTbFOUK9kFGhXH2+b",
  1274. "sync": false
  1275. },
  1276. {
  1277. "__type__": "e5b4cMwR9xJS5FMbqdmDi74",
  1278. "_name": "",
  1279. "_objFlags": 0,
  1280. "node": {
  1281. "__id__": 1
  1282. },
  1283. "_enabled": true,
  1284. "m_HeadNode": {
  1285. "__id__": 2
  1286. },
  1287. "m_HeadErr": {
  1288. "__id__": 3
  1289. },
  1290. "m_SpGender": [],
  1291. "m_LabNick": {
  1292. "__id__": 14
  1293. },
  1294. "m_LabID": {
  1295. "__id__": 18
  1296. },
  1297. "m_BtKick": null,
  1298. "m_SpGenderstr": null,
  1299. "m_winRateStr": {
  1300. "__id__": 23
  1301. },
  1302. "m_shootRateStr": {
  1303. "__id__": 26
  1304. },
  1305. "m_pairingRateStr": {
  1306. "__id__": 29
  1307. },
  1308. "_id": ""
  1309. },
  1310. {
  1311. "__type__": "cc.PrefabInfo",
  1312. "root": {
  1313. "__id__": 1
  1314. },
  1315. "asset": {
  1316. "__id__": 0
  1317. },
  1318. "fileId": "",
  1319. "sync": false
  1320. }
  1321. ]