block.prefab 16 KB

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