shareview.prefab 19 KB

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