share_dialog.prefab 20 KB

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