game_rank_item.prefab 19 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051
  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. },
  13. {
  14. "__type__": "cc.Node",
  15. "_name": "game_rank_item",
  16. "_objFlags": 0,
  17. "_parent": null,
  18. "_children": [
  19. {
  20. "__id__": 2
  21. },
  22. {
  23. "__id__": 5
  24. },
  25. {
  26. "__id__": 8
  27. },
  28. {
  29. "__id__": 12
  30. },
  31. {
  32. "__id__": 19
  33. },
  34. {
  35. "__id__": 22
  36. }
  37. ],
  38. "_active": true,
  39. "_level": 1,
  40. "_components": [
  41. {
  42. "__id__": 30
  43. }
  44. ],
  45. "_prefab": {
  46. "__id__": 31
  47. },
  48. "_opacity": 255,
  49. "_color": {
  50. "__type__": "cc.Color",
  51. "r": 255,
  52. "g": 255,
  53. "b": 255,
  54. "a": 255
  55. },
  56. "_contentSize": {
  57. "__type__": "cc.Size",
  58. "width": 644,
  59. "height": 134
  60. },
  61. "_anchorPoint": {
  62. "__type__": "cc.Vec2",
  63. "x": 0.5,
  64. "y": 0.5
  65. },
  66. "_position": {
  67. "__type__": "cc.Vec3",
  68. "x": 0,
  69. "y": 0,
  70. "z": 0
  71. },
  72. "_scale": {
  73. "__type__": "cc.Vec3",
  74. "x": 1,
  75. "y": 1,
  76. "z": 1
  77. },
  78. "_rotationX": 0,
  79. "_rotationY": 0,
  80. "_quat": {
  81. "__type__": "cc.Quat",
  82. "x": 0,
  83. "y": 0,
  84. "z": 0,
  85. "w": 1
  86. },
  87. "_skewX": 0,
  88. "_skewY": 0,
  89. "_zIndex": 0,
  90. "groupIndex": 0,
  91. "_id": ""
  92. },
  93. {
  94. "__type__": "cc.Node",
  95. "_name": "sprite",
  96. "_objFlags": 0,
  97. "_parent": {
  98. "__id__": 1
  99. },
  100. "_children": [],
  101. "_active": true,
  102. "_level": 2,
  103. "_components": [
  104. {
  105. "__id__": 3
  106. }
  107. ],
  108. "_prefab": {
  109. "__id__": 4
  110. },
  111. "_opacity": 255,
  112. "_color": {
  113. "__type__": "cc.Color",
  114. "r": 255,
  115. "g": 255,
  116. "b": 255,
  117. "a": 255
  118. },
  119. "_contentSize": {
  120. "__type__": "cc.Size",
  121. "width": 95,
  122. "height": 95
  123. },
  124. "_anchorPoint": {
  125. "__type__": "cc.Vec2",
  126. "x": 0.5,
  127. "y": 0.5
  128. },
  129. "_position": {
  130. "__type__": "cc.Vec3",
  131. "x": -163,
  132. "y": 3,
  133. "z": 0
  134. },
  135. "_scale": {
  136. "__type__": "cc.Vec3",
  137. "x": 1,
  138. "y": 1,
  139. "z": 1
  140. },
  141. "_rotationX": 0,
  142. "_rotationY": 0,
  143. "_quat": {
  144. "__type__": "cc.Quat",
  145. "x": 0,
  146. "y": 0,
  147. "z": 0,
  148. "w": 1
  149. },
  150. "_skewX": 0,
  151. "_skewY": 0,
  152. "_zIndex": 0,
  153. "groupIndex": 0,
  154. "_id": ""
  155. },
  156. {
  157. "__type__": "cc.Sprite",
  158. "_name": "",
  159. "_objFlags": 0,
  160. "node": {
  161. "__id__": 2
  162. },
  163. "_enabled": true,
  164. "_srcBlendFactor": 770,
  165. "_dstBlendFactor": 771,
  166. "_spriteFrame": {
  167. "__uuid__": "440d27dc-97e0-4316-9af8-52bc3f94d5c1"
  168. },
  169. "_type": 0,
  170. "_sizeMode": 0,
  171. "_fillType": 0,
  172. "_fillCenter": {
  173. "__type__": "cc.Vec2",
  174. "x": 0,
  175. "y": 0
  176. },
  177. "_fillStart": 0,
  178. "_fillRange": 0,
  179. "_isTrimmedMode": true,
  180. "_state": 0,
  181. "_atlas": null,
  182. "_id": "250f6i5DpMuZJl7tB6LgD5"
  183. },
  184. {
  185. "__type__": "cc.PrefabInfo",
  186. "root": {
  187. "__id__": 1
  188. },
  189. "asset": {
  190. "__uuid__": "d319eb7a-e4e6-4e3c-843c-b83c8978e29d"
  191. },
  192. "fileId": "bfBS657tRDipI5ipip6TzK",
  193. "sync": false
  194. },
  195. {
  196. "__type__": "cc.Node",
  197. "_name": "gameRankBg",
  198. "_objFlags": 0,
  199. "_parent": {
  200. "__id__": 1
  201. },
  202. "_children": [],
  203. "_active": true,
  204. "_level": 2,
  205. "_components": [
  206. {
  207. "__id__": 6
  208. }
  209. ],
  210. "_prefab": {
  211. "__id__": 7
  212. },
  213. "_opacity": 255,
  214. "_color": {
  215. "__type__": "cc.Color",
  216. "r": 255,
  217. "g": 255,
  218. "b": 255,
  219. "a": 255
  220. },
  221. "_contentSize": {
  222. "__type__": "cc.Size",
  223. "width": 644,
  224. "height": 134
  225. },
  226. "_anchorPoint": {
  227. "__type__": "cc.Vec2",
  228. "x": 0.5,
  229. "y": 0.5
  230. },
  231. "_position": {
  232. "__type__": "cc.Vec3",
  233. "x": 0,
  234. "y": 0,
  235. "z": 0
  236. },
  237. "_scale": {
  238. "__type__": "cc.Vec3",
  239. "x": 1,
  240. "y": 1,
  241. "z": 1
  242. },
  243. "_rotationX": 0,
  244. "_rotationY": 0,
  245. "_quat": {
  246. "__type__": "cc.Quat",
  247. "x": 0,
  248. "y": 0,
  249. "z": 0,
  250. "w": 1
  251. },
  252. "_skewX": 0,
  253. "_skewY": 0,
  254. "_zIndex": 0,
  255. "groupIndex": 0,
  256. "_id": ""
  257. },
  258. {
  259. "__type__": "cc.Sprite",
  260. "_name": "",
  261. "_objFlags": 0,
  262. "node": {
  263. "__id__": 5
  264. },
  265. "_enabled": true,
  266. "_srcBlendFactor": 770,
  267. "_dstBlendFactor": 771,
  268. "_spriteFrame": {
  269. "__uuid__": "c1045b89-0602-4927-8cf8-ad413dd42490"
  270. },
  271. "_type": 0,
  272. "_sizeMode": 1,
  273. "_fillType": 0,
  274. "_fillCenter": {
  275. "__type__": "cc.Vec2",
  276. "x": 0,
  277. "y": 0
  278. },
  279. "_fillStart": 0,
  280. "_fillRange": 0,
  281. "_isTrimmedMode": true,
  282. "_state": 0,
  283. "_atlas": null,
  284. "_id": "f2J05Y5yVOQYfyT3gOr+2x"
  285. },
  286. {
  287. "__type__": "cc.PrefabInfo",
  288. "root": {
  289. "__id__": 1
  290. },
  291. "asset": {
  292. "__uuid__": "d319eb7a-e4e6-4e3c-843c-b83c8978e29d"
  293. },
  294. "fileId": "e6jJBC5nVPK5occJ754WOV",
  295. "sync": false
  296. },
  297. {
  298. "__type__": "cc.Node",
  299. "_name": "rankSprite",
  300. "_objFlags": 0,
  301. "_parent": {
  302. "__id__": 1
  303. },
  304. "_children": [],
  305. "_active": true,
  306. "_level": 2,
  307. "_components": [
  308. {
  309. "__id__": 9
  310. },
  311. {
  312. "__id__": 10
  313. }
  314. ],
  315. "_prefab": {
  316. "__id__": 11
  317. },
  318. "_opacity": 255,
  319. "_color": {
  320. "__type__": "cc.Color",
  321. "r": 255,
  322. "g": 255,
  323. "b": 255,
  324. "a": 255
  325. },
  326. "_contentSize": {
  327. "__type__": "cc.Size",
  328. "width": 66,
  329. "height": 68
  330. },
  331. "_anchorPoint": {
  332. "__type__": "cc.Vec2",
  333. "x": 0.5,
  334. "y": 0.5
  335. },
  336. "_position": {
  337. "__type__": "cc.Vec3",
  338. "x": -269,
  339. "y": 0,
  340. "z": 0
  341. },
  342. "_scale": {
  343. "__type__": "cc.Vec3",
  344. "x": 1,
  345. "y": 1,
  346. "z": 1
  347. },
  348. "_rotationX": 0,
  349. "_rotationY": 0,
  350. "_quat": {
  351. "__type__": "cc.Quat",
  352. "x": 0,
  353. "y": 0,
  354. "z": 0,
  355. "w": 1
  356. },
  357. "_skewX": 0,
  358. "_skewY": 0,
  359. "_zIndex": 0,
  360. "groupIndex": 0,
  361. "_id": ""
  362. },
  363. {
  364. "__type__": "cc.Sprite",
  365. "_name": "",
  366. "_objFlags": 0,
  367. "node": {
  368. "__id__": 8
  369. },
  370. "_enabled": true,
  371. "_srcBlendFactor": 770,
  372. "_dstBlendFactor": 771,
  373. "_spriteFrame": {
  374. "__uuid__": "942165e1-1277-4cd8-ad91-daa4a9c65ac1"
  375. },
  376. "_type": 0,
  377. "_sizeMode": 1,
  378. "_fillType": 0,
  379. "_fillCenter": {
  380. "__type__": "cc.Vec2",
  381. "x": 0,
  382. "y": 0
  383. },
  384. "_fillStart": 0,
  385. "_fillRange": 0,
  386. "_isTrimmedMode": true,
  387. "_state": 0,
  388. "_atlas": null,
  389. "_id": "9fGjv2cdJE7JbO1xq9i9H6"
  390. },
  391. {
  392. "__type__": "cc.Widget",
  393. "_name": "",
  394. "_objFlags": 0,
  395. "node": {
  396. "__id__": 8
  397. },
  398. "_enabled": true,
  399. "alignMode": 1,
  400. "_target": null,
  401. "_alignFlags": 8,
  402. "_left": 20,
  403. "_right": 0,
  404. "_top": 0,
  405. "_bottom": 0,
  406. "_verticalCenter": 0,
  407. "_horizontalCenter": 0,
  408. "_isAbsLeft": true,
  409. "_isAbsRight": true,
  410. "_isAbsTop": true,
  411. "_isAbsBottom": true,
  412. "_isAbsHorizontalCenter": true,
  413. "_isAbsVerticalCenter": true,
  414. "_originalWidth": 0,
  415. "_originalHeight": 0,
  416. "_id": "a30wiVk2dOn5U2l2auar9y"
  417. },
  418. {
  419. "__type__": "cc.PrefabInfo",
  420. "root": {
  421. "__id__": 1
  422. },
  423. "asset": {
  424. "__uuid__": "d319eb7a-e4e6-4e3c-843c-b83c8978e29d"
  425. },
  426. "fileId": "ae7lMh2ERM2bg5o7YfJqOR",
  427. "sync": false
  428. },
  429. {
  430. "__type__": "cc.Node",
  431. "_name": "rankRichtext",
  432. "_objFlags": 0,
  433. "_parent": {
  434. "__id__": 1
  435. },
  436. "_children": [
  437. {
  438. "__id__": 13
  439. }
  440. ],
  441. "_active": false,
  442. "_level": 2,
  443. "_components": [
  444. {
  445. "__id__": 17
  446. }
  447. ],
  448. "_prefab": {
  449. "__id__": 18
  450. },
  451. "_opacity": 255,
  452. "_color": {
  453. "__type__": "cc.Color",
  454. "r": 255,
  455. "g": 255,
  456. "b": 255,
  457. "a": 255
  458. },
  459. "_contentSize": {
  460. "__type__": "cc.Size",
  461. "width": 100,
  462. "height": 40
  463. },
  464. "_anchorPoint": {
  465. "__type__": "cc.Vec2",
  466. "x": 0.5,
  467. "y": 0.5
  468. },
  469. "_position": {
  470. "__type__": "cc.Vec3",
  471. "x": -267,
  472. "y": 0,
  473. "z": 0
  474. },
  475. "_scale": {
  476. "__type__": "cc.Vec3",
  477. "x": 1,
  478. "y": 1,
  479. "z": 1
  480. },
  481. "_rotationX": 0,
  482. "_rotationY": 0,
  483. "_quat": {
  484. "__type__": "cc.Quat",
  485. "x": 0,
  486. "y": 0,
  487. "z": 0,
  488. "w": 1
  489. },
  490. "_skewX": 0,
  491. "_skewY": 0,
  492. "_zIndex": 0,
  493. "groupIndex": 0,
  494. "_id": ""
  495. },
  496. {
  497. "__type__": "cc.PrivateNode",
  498. "_name": "RICHTEXT_CHILD",
  499. "_objFlags": 0,
  500. "_parent": {
  501. "__id__": 12
  502. },
  503. "_children": [],
  504. "_active": false,
  505. "_level": 3,
  506. "_components": [
  507. {
  508. "__id__": 14
  509. },
  510. {
  511. "__id__": 15
  512. }
  513. ],
  514. "_prefab": {
  515. "__id__": 16
  516. },
  517. "_opacity": 255,
  518. "_color": {
  519. "__type__": "cc.Color",
  520. "r": 255,
  521. "g": 255,
  522. "b": 255,
  523. "a": 255
  524. },
  525. "_contentSize": {
  526. "__type__": "cc.Size",
  527. "width": 71.57,
  528. "height": 40
  529. },
  530. "_anchorPoint": {
  531. "__type__": "cc.Vec2",
  532. "x": 0,
  533. "y": 0
  534. },
  535. "_position": {
  536. "__type__": "cc.Vec3",
  537. "x": -35.785,
  538. "y": -20,
  539. "z": 0
  540. },
  541. "_scale": {
  542. "__type__": "cc.Vec3",
  543. "x": 1,
  544. "y": 1,
  545. "z": 1
  546. },
  547. "_rotationX": 0,
  548. "_rotationY": 0,
  549. "_quat": {
  550. "__type__": "cc.Quat",
  551. "x": 0,
  552. "y": 0,
  553. "z": 0,
  554. "w": 1
  555. },
  556. "_skewX": 0,
  557. "_skewY": 0,
  558. "_zIndex": -32768,
  559. "groupIndex": 0,
  560. "_id": ""
  561. },
  562. {
  563. "__type__": "cc.Label",
  564. "_name": "",
  565. "_objFlags": 0,
  566. "node": {
  567. "__id__": 13
  568. },
  569. "_enabled": true,
  570. "_srcBlendFactor": 1,
  571. "_dstBlendFactor": 771,
  572. "_useOriginalSize": true,
  573. "_string": "100+",
  574. "_N$string": "100+",
  575. "_fontSize": 30,
  576. "_lineHeight": 40,
  577. "_enableWrapText": true,
  578. "_N$file": null,
  579. "_isSystemFontUsed": true,
  580. "_spacingX": 0,
  581. "_N$horizontalAlign": 0,
  582. "_N$verticalAlign": 1,
  583. "_N$fontFamily": "Arial",
  584. "_N$overflow": 0,
  585. "_id": "68n9O0/eBD4L0n1Am+hMKS"
  586. },
  587. {
  588. "__type__": "cc.LabelOutline",
  589. "_name": "",
  590. "_objFlags": 0,
  591. "node": {
  592. "__id__": 13
  593. },
  594. "_enabled": true,
  595. "_color": {
  596. "__type__": "cc.Color",
  597. "r": 105,
  598. "g": 46,
  599. "b": 14,
  600. "a": 255
  601. },
  602. "_width": 2,
  603. "_id": "9aA/MJuclNqbv7q2V1VBwh"
  604. },
  605. {
  606. "__type__": "cc.PrefabInfo",
  607. "root": {
  608. "__id__": 1
  609. },
  610. "asset": {
  611. "__uuid__": "d319eb7a-e4e6-4e3c-843c-b83c8978e29d"
  612. },
  613. "fileId": "62HmVUithJYYhJU4HsHlJk",
  614. "sync": false
  615. },
  616. {
  617. "__type__": "cc.RichText",
  618. "_name": "",
  619. "_objFlags": 0,
  620. "node": {
  621. "__id__": 12
  622. },
  623. "_enabled": true,
  624. "_N$string": "<b><outline color=#692e0e width=2><color=white>100+</color></outline></b>",
  625. "_N$horizontalAlign": 1,
  626. "_N$fontSize": 30,
  627. "_N$font": null,
  628. "_N$maxWidth": 100,
  629. "_N$lineHeight": 40,
  630. "_N$imageAtlas": null,
  631. "_N$handleTouchEvent": true,
  632. "_id": "45QqrS6fFC4LRXxhC4oFZM"
  633. },
  634. {
  635. "__type__": "cc.PrefabInfo",
  636. "root": {
  637. "__id__": 1
  638. },
  639. "asset": {
  640. "__uuid__": "d319eb7a-e4e6-4e3c-843c-b83c8978e29d"
  641. },
  642. "fileId": "4cfdrtGahAMp0jjJdQF0hh",
  643. "sync": false
  644. },
  645. {
  646. "__type__": "cc.Node",
  647. "_name": "nameLabel",
  648. "_objFlags": 0,
  649. "_parent": {
  650. "__id__": 1
  651. },
  652. "_children": [],
  653. "_active": true,
  654. "_level": 2,
  655. "_components": [
  656. {
  657. "__id__": 20
  658. }
  659. ],
  660. "_prefab": {
  661. "__id__": 21
  662. },
  663. "_opacity": 255,
  664. "_color": {
  665. "__type__": "cc.Color",
  666. "r": 54,
  667. "g": 46,
  668. "b": 43,
  669. "a": 255
  670. },
  671. "_contentSize": {
  672. "__type__": "cc.Size",
  673. "width": 140,
  674. "height": 26
  675. },
  676. "_anchorPoint": {
  677. "__type__": "cc.Vec2",
  678. "x": 0,
  679. "y": 0.5
  680. },
  681. "_position": {
  682. "__type__": "cc.Vec3",
  683. "x": -100,
  684. "y": 0,
  685. "z": 0
  686. },
  687. "_scale": {
  688. "__type__": "cc.Vec3",
  689. "x": 1,
  690. "y": 1,
  691. "z": 1
  692. },
  693. "_rotationX": 0,
  694. "_rotationY": 0,
  695. "_quat": {
  696. "__type__": "cc.Quat",
  697. "x": 0,
  698. "y": 0,
  699. "z": 0,
  700. "w": 1
  701. },
  702. "_skewX": 0,
  703. "_skewY": 0,
  704. "_zIndex": 0,
  705. "groupIndex": 0,
  706. "_id": ""
  707. },
  708. {
  709. "__type__": "cc.Label",
  710. "_name": "",
  711. "_objFlags": 0,
  712. "node": {
  713. "__id__": 19
  714. },
  715. "_enabled": true,
  716. "_srcBlendFactor": 1,
  717. "_dstBlendFactor": 771,
  718. "_useOriginalSize": false,
  719. "_string": "Label",
  720. "_N$string": "Label",
  721. "_fontSize": 24,
  722. "_lineHeight": 26,
  723. "_enableWrapText": false,
  724. "_N$file": null,
  725. "_isSystemFontUsed": true,
  726. "_spacingX": 0,
  727. "_N$horizontalAlign": 0,
  728. "_N$verticalAlign": 1,
  729. "_N$fontFamily": "Arial",
  730. "_N$overflow": 2,
  731. "_id": "f2q8qVy3VORpn9sVzIfDeJ"
  732. },
  733. {
  734. "__type__": "cc.PrefabInfo",
  735. "root": {
  736. "__id__": 1
  737. },
  738. "asset": {
  739. "__uuid__": "d319eb7a-e4e6-4e3c-843c-b83c8978e29d"
  740. },
  741. "fileId": "fahO55y7lIraxOJ9cZoHTE",
  742. "sync": false
  743. },
  744. {
  745. "__type__": "cc.Node",
  746. "_name": "lvRichtext",
  747. "_objFlags": 0,
  748. "_parent": {
  749. "__id__": 1
  750. },
  751. "_children": [
  752. {
  753. "__id__": 23
  754. }
  755. ],
  756. "_active": true,
  757. "_level": 2,
  758. "_components": [
  759. {
  760. "__id__": 27
  761. },
  762. {
  763. "__id__": 28
  764. }
  765. ],
  766. "_prefab": {
  767. "__id__": 29
  768. },
  769. "_opacity": 255,
  770. "_color": {
  771. "__type__": "cc.Color",
  772. "r": 255,
  773. "g": 255,
  774. "b": 255,
  775. "a": 255
  776. },
  777. "_contentSize": {
  778. "__type__": "cc.Size",
  779. "width": 250,
  780. "height": 35
  781. },
  782. "_anchorPoint": {
  783. "__type__": "cc.Vec2",
  784. "x": 1,
  785. "y": 0.5
  786. },
  787. "_position": {
  788. "__type__": "cc.Vec3",
  789. "x": 297,
  790. "y": 0,
  791. "z": 0
  792. },
  793. "_scale": {
  794. "__type__": "cc.Vec3",
  795. "x": 1,
  796. "y": 1,
  797. "z": 1
  798. },
  799. "_rotationX": 0,
  800. "_rotationY": 0,
  801. "_quat": {
  802. "__type__": "cc.Quat",
  803. "x": 0,
  804. "y": 0,
  805. "z": 0,
  806. "w": 1
  807. },
  808. "_skewX": 0,
  809. "_skewY": 0,
  810. "_zIndex": 0,
  811. "groupIndex": 0,
  812. "_id": ""
  813. },
  814. {
  815. "__type__": "cc.PrivateNode",
  816. "_name": "RICHTEXT_CHILD",
  817. "_objFlags": 0,
  818. "_parent": {
  819. "__id__": 22
  820. },
  821. "_children": [],
  822. "_active": true,
  823. "_level": 3,
  824. "_components": [
  825. {
  826. "__id__": 24
  827. },
  828. {
  829. "__id__": 25
  830. }
  831. ],
  832. "_prefab": {
  833. "__id__": 26
  834. },
  835. "_opacity": 255,
  836. "_color": {
  837. "__type__": "cc.Color",
  838. "r": 147,
  839. "g": 76,
  840. "b": 49,
  841. "a": 255
  842. },
  843. "_contentSize": {
  844. "__type__": "cc.Size",
  845. "width": 62.37,
  846. "height": 35
  847. },
  848. "_anchorPoint": {
  849. "__type__": "cc.Vec2",
  850. "x": 0,
  851. "y": 0
  852. },
  853. "_position": {
  854. "__type__": "cc.Vec3",
  855. "x": -62.37,
  856. "y": -17.5,
  857. "z": 0
  858. },
  859. "_scale": {
  860. "__type__": "cc.Vec3",
  861. "x": 1,
  862. "y": 1,
  863. "z": 1
  864. },
  865. "_rotationX": 0,
  866. "_rotationY": 0,
  867. "_quat": {
  868. "__type__": "cc.Quat",
  869. "x": 0,
  870. "y": 0,
  871. "z": 0,
  872. "w": 1
  873. },
  874. "_skewX": 0,
  875. "_skewY": 0,
  876. "_zIndex": -32768,
  877. "groupIndex": 0,
  878. "_id": ""
  879. },
  880. {
  881. "__type__": "cc.Label",
  882. "_name": "",
  883. "_objFlags": 0,
  884. "node": {
  885. "__id__": 23
  886. },
  887. "_enabled": true,
  888. "_srcBlendFactor": 1,
  889. "_dstBlendFactor": 771,
  890. "_useOriginalSize": true,
  891. "_string": "LV.1",
  892. "_N$string": "LV.1",
  893. "_fontSize": 30,
  894. "_lineHeight": 35,
  895. "_enableWrapText": true,
  896. "_N$file": null,
  897. "_isSystemFontUsed": true,
  898. "_spacingX": 0,
  899. "_N$horizontalAlign": 0,
  900. "_N$verticalAlign": 1,
  901. "_N$fontFamily": "Arial",
  902. "_N$overflow": 0,
  903. "_id": "5f3i5mhW5Ba60CP7ywtjqY"
  904. },
  905. {
  906. "__type__": "cc.LabelOutline",
  907. "_name": "",
  908. "_objFlags": 0,
  909. "node": {
  910. "__id__": 23
  911. },
  912. "_enabled": true,
  913. "_color": {
  914. "__type__": "cc.Color",
  915. "r": 255,
  916. "g": 255,
  917. "b": 255,
  918. "a": 255
  919. },
  920. "_width": 2,
  921. "_id": "7aN4zKrHtER5LPNjd5eKNz"
  922. },
  923. {
  924. "__type__": "cc.PrefabInfo",
  925. "root": {
  926. "__id__": 1
  927. },
  928. "asset": {
  929. "__uuid__": "d319eb7a-e4e6-4e3c-843c-b83c8978e29d"
  930. },
  931. "fileId": "a6zf0R/bhE8Jv04LFaGo4f",
  932. "sync": false
  933. },
  934. {
  935. "__type__": "cc.RichText",
  936. "_name": "",
  937. "_objFlags": 0,
  938. "node": {
  939. "__id__": 22
  940. },
  941. "_enabled": true,
  942. "_N$string": "<b><outline color=white width=2><color=#934C31>LV.1</color></outline></b>",
  943. "_N$horizontalAlign": 2,
  944. "_N$fontSize": 30,
  945. "_N$font": null,
  946. "_N$maxWidth": 250,
  947. "_N$lineHeight": 35,
  948. "_N$imageAtlas": null,
  949. "_N$handleTouchEvent": true,
  950. "_id": "0dAFPbFZlHMpF/GE7XDN18"
  951. },
  952. {
  953. "__type__": "cc.Widget",
  954. "_name": "",
  955. "_objFlags": 0,
  956. "node": {
  957. "__id__": 22
  958. },
  959. "_enabled": true,
  960. "alignMode": 1,
  961. "_target": null,
  962. "_alignFlags": 32,
  963. "_left": 0,
  964. "_right": 25,
  965. "_top": 0,
  966. "_bottom": 0,
  967. "_verticalCenter": 0,
  968. "_horizontalCenter": 0,
  969. "_isAbsLeft": true,
  970. "_isAbsRight": true,
  971. "_isAbsTop": true,
  972. "_isAbsBottom": true,
  973. "_isAbsHorizontalCenter": true,
  974. "_isAbsVerticalCenter": true,
  975. "_originalWidth": 0,
  976. "_originalHeight": 0,
  977. "_id": "6f5Iiq4IBMQr1yLGVIk9Fs"
  978. },
  979. {
  980. "__type__": "cc.PrefabInfo",
  981. "root": {
  982. "__id__": 1
  983. },
  984. "asset": {
  985. "__uuid__": "d319eb7a-e4e6-4e3c-843c-b83c8978e29d"
  986. },
  987. "fileId": "222ORmV4JDMZbla1B6Y0xL",
  988. "sync": false
  989. },
  990. {
  991. "__type__": "e1b9ajTOylHjrIVTeaPia/Q",
  992. "_name": "",
  993. "_objFlags": 0,
  994. "node": {
  995. "__id__": 1
  996. },
  997. "_enabled": true,
  998. "headDefaultSpriteFrame": {
  999. "__uuid__": "440d27dc-97e0-4316-9af8-52bc3f94d5c1"
  1000. },
  1001. "headSprite": {
  1002. "__id__": 3
  1003. },
  1004. "background": {
  1005. "__id__": 6
  1006. },
  1007. "rankSprite": {
  1008. "__id__": 9
  1009. },
  1010. "rankRichText": {
  1011. "__id__": 17
  1012. },
  1013. "nameLabel": {
  1014. "__id__": 20
  1015. },
  1016. "lvRichText": {
  1017. "__id__": 27
  1018. },
  1019. "rankSpriteFrame": [
  1020. {
  1021. "__uuid__": "942165e1-1277-4cd8-ad91-daa4a9c65ac1"
  1022. },
  1023. {
  1024. "__uuid__": "365d3428-d618-4e2f-935c-fe2e1b9a8296"
  1025. },
  1026. {
  1027. "__uuid__": "b28d8db0-f3e0-4680-991d-3b2b90342382"
  1028. }
  1029. ],
  1030. "backgroundSpriteFrame": [
  1031. {
  1032. "__uuid__": "c1045b89-0602-4927-8cf8-ad413dd42490"
  1033. },
  1034. {
  1035. "__uuid__": "6f177754-7101-4f15-bbbd-8bda9989e769"
  1036. }
  1037. ],
  1038. "_id": "467/xCNptO/brFijiwNyDU"
  1039. },
  1040. {
  1041. "__type__": "cc.PrefabInfo",
  1042. "root": {
  1043. "__id__": 1
  1044. },
  1045. "asset": {
  1046. "__uuid__": "d319eb7a-e4e6-4e3c-843c-b83c8978e29d"
  1047. },
  1048. "fileId": "d4c+AyAWlPbpnxUQv3nwTl",
  1049. "sync": false
  1050. }
  1051. ]