share_dialog.prefab 19 KB

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