SharePre.prefab 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320
  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": "SharePre",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 6
  25. },
  26. {
  27. "__id__": 20
  28. },
  29. {
  30. "__id__": 25
  31. },
  32. {
  33. "__id__": 30
  34. }
  35. ],
  36. "_active": true,
  37. "_components": [
  38. {
  39. "__id__": 33
  40. }
  41. ],
  42. "_prefab": {
  43. "__id__": 34
  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": 0,
  56. "height": 0
  57. },
  58. "_anchorPoint": {
  59. "__type__": "cc.Vec2",
  60. "x": 0.5,
  61. "y": 0.5
  62. },
  63. "_trs": {
  64. "__type__": "TypedArray",
  65. "ctor": "Float64Array",
  66. "array": [
  67. 0,
  68. 0,
  69. 0,
  70. 0,
  71. 0,
  72. 0,
  73. 1,
  74. 1,
  75. 1,
  76. 1
  77. ]
  78. },
  79. "_eulerAngles": {
  80. "__type__": "cc.Vec3",
  81. "x": 0,
  82. "y": 0,
  83. "z": 0
  84. },
  85. "_skewX": 0,
  86. "_skewY": 0,
  87. "_is3DNode": false,
  88. "_groupIndex": 0,
  89. "groupIndex": 0,
  90. "_id": ""
  91. },
  92. {
  93. "__type__": "cc.Node",
  94. "_name": "NoClick",
  95. "_objFlags": 0,
  96. "_parent": {
  97. "__id__": 1
  98. },
  99. "_children": [],
  100. "_active": true,
  101. "_components": [
  102. {
  103. "__id__": 3
  104. },
  105. {
  106. "__id__": 4
  107. }
  108. ],
  109. "_prefab": {
  110. "__id__": 5
  111. },
  112. "_opacity": 150,
  113. "_color": {
  114. "__type__": "cc.Color",
  115. "r": 0,
  116. "g": 0,
  117. "b": 0,
  118. "a": 255
  119. },
  120. "_contentSize": {
  121. "__type__": "cc.Size",
  122. "width": 2280,
  123. "height": 750
  124. },
  125. "_anchorPoint": {
  126. "__type__": "cc.Vec2",
  127. "x": 0.5,
  128. "y": 0.5
  129. },
  130. "_trs": {
  131. "__type__": "TypedArray",
  132. "ctor": "Float64Array",
  133. "array": [
  134. 0,
  135. 0,
  136. 0,
  137. 0,
  138. 0,
  139. 0,
  140. 1,
  141. 1,
  142. 1,
  143. 1
  144. ]
  145. },
  146. "_eulerAngles": {
  147. "__type__": "cc.Vec3",
  148. "x": 0,
  149. "y": 0,
  150. "z": 0
  151. },
  152. "_skewX": 0,
  153. "_skewY": 0,
  154. "_is3DNode": false,
  155. "_groupIndex": 0,
  156. "groupIndex": 0,
  157. "_id": ""
  158. },
  159. {
  160. "__type__": "cc.Sprite",
  161. "_name": "",
  162. "_objFlags": 0,
  163. "node": {
  164. "__id__": 2
  165. },
  166. "_enabled": true,
  167. "_materials": [
  168. {
  169. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  170. }
  171. ],
  172. "_srcBlendFactor": 770,
  173. "_dstBlendFactor": 771,
  174. "_spriteFrame": {
  175. "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91"
  176. },
  177. "_type": 0,
  178. "_sizeMode": 0,
  179. "_fillType": 0,
  180. "_fillCenter": {
  181. "__type__": "cc.Vec2",
  182. "x": 0,
  183. "y": 0
  184. },
  185. "_fillStart": 0,
  186. "_fillRange": 0,
  187. "_isTrimmedMode": true,
  188. "_atlas": null,
  189. "_id": ""
  190. },
  191. {
  192. "__type__": "cc.Button",
  193. "_name": "",
  194. "_objFlags": 0,
  195. "node": {
  196. "__id__": 2
  197. },
  198. "_enabled": true,
  199. "_normalMaterial": null,
  200. "_grayMaterial": null,
  201. "duration": 0.1,
  202. "zoomScale": 1.2,
  203. "clickEvents": [],
  204. "_N$interactable": true,
  205. "_N$enableAutoGrayEffect": false,
  206. "_N$transition": 0,
  207. "transition": 0,
  208. "_N$normalColor": {
  209. "__type__": "cc.Color",
  210. "r": 214,
  211. "g": 214,
  212. "b": 214,
  213. "a": 255
  214. },
  215. "_N$pressedColor": {
  216. "__type__": "cc.Color",
  217. "r": 211,
  218. "g": 211,
  219. "b": 211,
  220. "a": 255
  221. },
  222. "pressedColor": {
  223. "__type__": "cc.Color",
  224. "r": 211,
  225. "g": 211,
  226. "b": 211,
  227. "a": 255
  228. },
  229. "_N$hoverColor": {
  230. "__type__": "cc.Color",
  231. "r": 255,
  232. "g": 255,
  233. "b": 255,
  234. "a": 255
  235. },
  236. "hoverColor": {
  237. "__type__": "cc.Color",
  238. "r": 255,
  239. "g": 255,
  240. "b": 255,
  241. "a": 255
  242. },
  243. "_N$disabledColor": {
  244. "__type__": "cc.Color",
  245. "r": 124,
  246. "g": 124,
  247. "b": 124,
  248. "a": 255
  249. },
  250. "_N$normalSprite": null,
  251. "_N$pressedSprite": null,
  252. "pressedSprite": null,
  253. "_N$hoverSprite": null,
  254. "hoverSprite": null,
  255. "_N$disabledSprite": null,
  256. "_N$target": {
  257. "__id__": 2
  258. },
  259. "_id": ""
  260. },
  261. {
  262. "__type__": "cc.PrefabInfo",
  263. "root": {
  264. "__id__": 1
  265. },
  266. "asset": {
  267. "__id__": 0
  268. },
  269. "fileId": "17xZztrlJA9rsfy4QUi3Hi",
  270. "sync": false
  271. },
  272. {
  273. "__type__": "cc.Node",
  274. "_name": "BG",
  275. "_objFlags": 0,
  276. "_parent": {
  277. "__id__": 1
  278. },
  279. "_children": [
  280. {
  281. "__id__": 7
  282. },
  283. {
  284. "__id__": 10
  285. },
  286. {
  287. "__id__": 13
  288. }
  289. ],
  290. "_active": true,
  291. "_components": [
  292. {
  293. "__id__": 18
  294. }
  295. ],
  296. "_prefab": {
  297. "__id__": 19
  298. },
  299. "_opacity": 255,
  300. "_color": {
  301. "__type__": "cc.Color",
  302. "r": 255,
  303. "g": 255,
  304. "b": 255,
  305. "a": 255
  306. },
  307. "_contentSize": {
  308. "__type__": "cc.Size",
  309. "width": 732,
  310. "height": 406
  311. },
  312. "_anchorPoint": {
  313. "__type__": "cc.Vec2",
  314. "x": 0.5,
  315. "y": 0.5
  316. },
  317. "_trs": {
  318. "__type__": "TypedArray",
  319. "ctor": "Float64Array",
  320. "array": [
  321. 0,
  322. 0,
  323. 0,
  324. 0,
  325. 0,
  326. 0,
  327. 1,
  328. 1,
  329. 1,
  330. 1
  331. ]
  332. },
  333. "_eulerAngles": {
  334. "__type__": "cc.Vec3",
  335. "x": 0,
  336. "y": 0,
  337. "z": 0
  338. },
  339. "_skewX": 0,
  340. "_skewY": 0,
  341. "_is3DNode": false,
  342. "_groupIndex": 0,
  343. "groupIndex": 0,
  344. "_id": ""
  345. },
  346. {
  347. "__type__": "cc.Node",
  348. "_name": "BGT1",
  349. "_objFlags": 0,
  350. "_parent": {
  351. "__id__": 6
  352. },
  353. "_children": [],
  354. "_active": true,
  355. "_components": [
  356. {
  357. "__id__": 8
  358. }
  359. ],
  360. "_prefab": {
  361. "__id__": 9
  362. },
  363. "_opacity": 255,
  364. "_color": {
  365. "__type__": "cc.Color",
  366. "r": 255,
  367. "g": 255,
  368. "b": 255,
  369. "a": 255
  370. },
  371. "_contentSize": {
  372. "__type__": "cc.Size",
  373. "width": 361,
  374. "height": 28
  375. },
  376. "_anchorPoint": {
  377. "__type__": "cc.Vec2",
  378. "x": 0.5,
  379. "y": 0.5
  380. },
  381. "_trs": {
  382. "__type__": "TypedArray",
  383. "ctor": "Float64Array",
  384. "array": [
  385. 0,
  386. 160.3,
  387. 0,
  388. 0,
  389. 0,
  390. 0,
  391. 1,
  392. 1,
  393. 1,
  394. 1
  395. ]
  396. },
  397. "_eulerAngles": {
  398. "__type__": "cc.Vec3",
  399. "x": 0,
  400. "y": 0,
  401. "z": 0
  402. },
  403. "_skewX": 0,
  404. "_skewY": 0,
  405. "_is3DNode": false,
  406. "_groupIndex": 0,
  407. "groupIndex": 0,
  408. "_id": ""
  409. },
  410. {
  411. "__type__": "cc.Sprite",
  412. "_name": "",
  413. "_objFlags": 0,
  414. "node": {
  415. "__id__": 7
  416. },
  417. "_enabled": true,
  418. "_materials": [
  419. {
  420. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  421. }
  422. ],
  423. "_srcBlendFactor": 770,
  424. "_dstBlendFactor": 771,
  425. "_spriteFrame": {
  426. "__uuid__": "b10de0b8-0453-4a77-b3a4-cce7880a2ff5"
  427. },
  428. "_type": 0,
  429. "_sizeMode": 1,
  430. "_fillType": 0,
  431. "_fillCenter": {
  432. "__type__": "cc.Vec2",
  433. "x": 0,
  434. "y": 0
  435. },
  436. "_fillStart": 0,
  437. "_fillRange": 0,
  438. "_isTrimmedMode": true,
  439. "_atlas": null,
  440. "_id": ""
  441. },
  442. {
  443. "__type__": "cc.PrefabInfo",
  444. "root": {
  445. "__id__": 1
  446. },
  447. "asset": {
  448. "__id__": 0
  449. },
  450. "fileId": "41XPa2im1EepATSspmPLun",
  451. "sync": false
  452. },
  453. {
  454. "__type__": "cc.Node",
  455. "_name": "TShare",
  456. "_objFlags": 0,
  457. "_parent": {
  458. "__id__": 6
  459. },
  460. "_children": [],
  461. "_active": true,
  462. "_components": [
  463. {
  464. "__id__": 11
  465. }
  466. ],
  467. "_prefab": {
  468. "__id__": 12
  469. },
  470. "_opacity": 255,
  471. "_color": {
  472. "__type__": "cc.Color",
  473. "r": 255,
  474. "g": 255,
  475. "b": 255,
  476. "a": 255
  477. },
  478. "_contentSize": {
  479. "__type__": "cc.Size",
  480. "width": 118,
  481. "height": 51
  482. },
  483. "_anchorPoint": {
  484. "__type__": "cc.Vec2",
  485. "x": 0.5,
  486. "y": 0.5
  487. },
  488. "_trs": {
  489. "__type__": "TypedArray",
  490. "ctor": "Float64Array",
  491. "array": [
  492. 0,
  493. 159,
  494. 0,
  495. 0,
  496. 0,
  497. 0,
  498. 1,
  499. 1,
  500. 1,
  501. 1
  502. ]
  503. },
  504. "_eulerAngles": {
  505. "__type__": "cc.Vec3",
  506. "x": 0,
  507. "y": 0,
  508. "z": 0
  509. },
  510. "_skewX": 0,
  511. "_skewY": 0,
  512. "_is3DNode": false,
  513. "_groupIndex": 0,
  514. "groupIndex": 0,
  515. "_id": ""
  516. },
  517. {
  518. "__type__": "cc.Sprite",
  519. "_name": "",
  520. "_objFlags": 0,
  521. "node": {
  522. "__id__": 10
  523. },
  524. "_enabled": true,
  525. "_materials": [
  526. {
  527. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  528. }
  529. ],
  530. "_srcBlendFactor": 770,
  531. "_dstBlendFactor": 771,
  532. "_spriteFrame": {
  533. "__uuid__": "f889c244-0e92-4699-89b3-d7cb0f811e8b"
  534. },
  535. "_type": 0,
  536. "_sizeMode": 1,
  537. "_fillType": 0,
  538. "_fillCenter": {
  539. "__type__": "cc.Vec2",
  540. "x": 0,
  541. "y": 0
  542. },
  543. "_fillStart": 0,
  544. "_fillRange": 0,
  545. "_isTrimmedMode": true,
  546. "_atlas": null,
  547. "_id": ""
  548. },
  549. {
  550. "__type__": "cc.PrefabInfo",
  551. "root": {
  552. "__id__": 1
  553. },
  554. "asset": {
  555. "__id__": 0
  556. },
  557. "fileId": "189qNI9KRNrrjU6DQRgx3q",
  558. "sync": false
  559. },
  560. {
  561. "__type__": "cc.Node",
  562. "_name": "BtCloseDlg",
  563. "_objFlags": 0,
  564. "_parent": {
  565. "__id__": 6
  566. },
  567. "_children": [],
  568. "_active": true,
  569. "_components": [
  570. {
  571. "__id__": 14
  572. },
  573. {
  574. "__id__": 15
  575. }
  576. ],
  577. "_prefab": {
  578. "__id__": 17
  579. },
  580. "_opacity": 255,
  581. "_color": {
  582. "__type__": "cc.Color",
  583. "r": 255,
  584. "g": 255,
  585. "b": 255,
  586. "a": 255
  587. },
  588. "_contentSize": {
  589. "__type__": "cc.Size",
  590. "width": 52,
  591. "height": 55
  592. },
  593. "_anchorPoint": {
  594. "__type__": "cc.Vec2",
  595. "x": 0.5,
  596. "y": 0.5
  597. },
  598. "_trs": {
  599. "__type__": "TypedArray",
  600. "ctor": "Float64Array",
  601. "array": [
  602. 311,
  603. 157,
  604. 0,
  605. 0,
  606. 0,
  607. 0,
  608. 1,
  609. 1,
  610. 1,
  611. 1
  612. ]
  613. },
  614. "_eulerAngles": {
  615. "__type__": "cc.Vec3",
  616. "x": 0,
  617. "y": 0,
  618. "z": 0
  619. },
  620. "_skewX": 0,
  621. "_skewY": 0,
  622. "_is3DNode": false,
  623. "_groupIndex": 0,
  624. "groupIndex": 0,
  625. "_id": ""
  626. },
  627. {
  628. "__type__": "cc.Sprite",
  629. "_name": "",
  630. "_objFlags": 0,
  631. "node": {
  632. "__id__": 13
  633. },
  634. "_enabled": true,
  635. "_materials": [
  636. {
  637. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  638. }
  639. ],
  640. "_srcBlendFactor": 770,
  641. "_dstBlendFactor": 771,
  642. "_spriteFrame": {
  643. "__uuid__": "0af21981-27d3-4f38-a8c5-4dcc169dc3f8"
  644. },
  645. "_type": 0,
  646. "_sizeMode": 1,
  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. "_atlas": null,
  657. "_id": ""
  658. },
  659. {
  660. "__type__": "cc.Button",
  661. "_name": "",
  662. "_objFlags": 0,
  663. "node": {
  664. "__id__": 13
  665. },
  666. "_enabled": true,
  667. "_normalMaterial": null,
  668. "_grayMaterial": null,
  669. "duration": 0.1,
  670. "zoomScale": 1.2,
  671. "clickEvents": [
  672. {
  673. "__id__": 16
  674. }
  675. ],
  676. "_N$interactable": true,
  677. "_N$enableAutoGrayEffect": false,
  678. "_N$transition": 1,
  679. "transition": 1,
  680. "_N$normalColor": {
  681. "__type__": "cc.Color",
  682. "r": 255,
  683. "g": 255,
  684. "b": 255,
  685. "a": 255
  686. },
  687. "_N$pressedColor": {
  688. "__type__": "cc.Color",
  689. "r": 180,
  690. "g": 180,
  691. "b": 180,
  692. "a": 255
  693. },
  694. "pressedColor": {
  695. "__type__": "cc.Color",
  696. "r": 180,
  697. "g": 180,
  698. "b": 180,
  699. "a": 255
  700. },
  701. "_N$hoverColor": {
  702. "__type__": "cc.Color",
  703. "r": 255,
  704. "g": 255,
  705. "b": 255,
  706. "a": 255
  707. },
  708. "hoverColor": {
  709. "__type__": "cc.Color",
  710. "r": 255,
  711. "g": 255,
  712. "b": 255,
  713. "a": 255
  714. },
  715. "_N$disabledColor": {
  716. "__type__": "cc.Color",
  717. "r": 124,
  718. "g": 124,
  719. "b": 124,
  720. "a": 255
  721. },
  722. "_N$normalSprite": null,
  723. "_N$pressedSprite": null,
  724. "pressedSprite": null,
  725. "_N$hoverSprite": null,
  726. "hoverSprite": null,
  727. "_N$disabledSprite": null,
  728. "_N$target": {
  729. "__id__": 13
  730. },
  731. "_id": ""
  732. },
  733. {
  734. "__type__": "cc.ClickEvent",
  735. "target": {
  736. "__id__": 1
  737. },
  738. "component": "",
  739. "_componentId": "026d3viP2JJ/q2mvrWmdvKY",
  740. "handler": "HideView",
  741. "customEventData": ""
  742. },
  743. {
  744. "__type__": "cc.PrefabInfo",
  745. "root": {
  746. "__id__": 1
  747. },
  748. "asset": {
  749. "__id__": 0
  750. },
  751. "fileId": "ef1HEVhqtPFZxxIko00cR+",
  752. "sync": false
  753. },
  754. {
  755. "__type__": "cc.Sprite",
  756. "_name": "",
  757. "_objFlags": 0,
  758. "node": {
  759. "__id__": 6
  760. },
  761. "_enabled": true,
  762. "_materials": [
  763. {
  764. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  765. }
  766. ],
  767. "_srcBlendFactor": 770,
  768. "_dstBlendFactor": 771,
  769. "_spriteFrame": {
  770. "__uuid__": "e6e346cf-3c90-4838-9163-77ccd4db9dfa"
  771. },
  772. "_type": 1,
  773. "_sizeMode": 1,
  774. "_fillType": 0,
  775. "_fillCenter": {
  776. "__type__": "cc.Vec2",
  777. "x": 0,
  778. "y": 0
  779. },
  780. "_fillStart": 0,
  781. "_fillRange": 0,
  782. "_isTrimmedMode": true,
  783. "_atlas": null,
  784. "_id": ""
  785. },
  786. {
  787. "__type__": "cc.PrefabInfo",
  788. "root": {
  789. "__id__": 1
  790. },
  791. "asset": {
  792. "__id__": 0
  793. },
  794. "fileId": "69DnX7BxlDHo/POglYrHbk",
  795. "sync": false
  796. },
  797. {
  798. "__type__": "cc.Node",
  799. "_name": "BtWX",
  800. "_objFlags": 0,
  801. "_parent": {
  802. "__id__": 1
  803. },
  804. "_children": [],
  805. "_active": false,
  806. "_components": [
  807. {
  808. "__id__": 21
  809. },
  810. {
  811. "__id__": 22
  812. }
  813. ],
  814. "_prefab": {
  815. "__id__": 24
  816. },
  817. "_opacity": 255,
  818. "_color": {
  819. "__type__": "cc.Color",
  820. "r": 255,
  821. "g": 255,
  822. "b": 255,
  823. "a": 255
  824. },
  825. "_contentSize": {
  826. "__type__": "cc.Size",
  827. "width": 136,
  828. "height": 177
  829. },
  830. "_anchorPoint": {
  831. "__type__": "cc.Vec2",
  832. "x": 0.5,
  833. "y": 0.5
  834. },
  835. "_trs": {
  836. "__type__": "TypedArray",
  837. "ctor": "Float64Array",
  838. "array": [
  839. -120,
  840. -29,
  841. 0,
  842. 0,
  843. 0,
  844. 0,
  845. 1,
  846. 1,
  847. 1,
  848. 1
  849. ]
  850. },
  851. "_eulerAngles": {
  852. "__type__": "cc.Vec3",
  853. "x": 0,
  854. "y": 0,
  855. "z": 0
  856. },
  857. "_skewX": 0,
  858. "_skewY": 0,
  859. "_is3DNode": false,
  860. "_groupIndex": 0,
  861. "groupIndex": 0,
  862. "_id": ""
  863. },
  864. {
  865. "__type__": "cc.Sprite",
  866. "_name": "",
  867. "_objFlags": 0,
  868. "node": {
  869. "__id__": 20
  870. },
  871. "_enabled": true,
  872. "_materials": [
  873. {
  874. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  875. }
  876. ],
  877. "_srcBlendFactor": 770,
  878. "_dstBlendFactor": 771,
  879. "_spriteFrame": {
  880. "__uuid__": "40d83c9b-f0d8-4bed-8b30-cc25a4de7fb5"
  881. },
  882. "_type": 0,
  883. "_sizeMode": 1,
  884. "_fillType": 0,
  885. "_fillCenter": {
  886. "__type__": "cc.Vec2",
  887. "x": 0,
  888. "y": 0
  889. },
  890. "_fillStart": 0,
  891. "_fillRange": 0,
  892. "_isTrimmedMode": true,
  893. "_atlas": null,
  894. "_id": ""
  895. },
  896. {
  897. "__type__": "cc.Button",
  898. "_name": "",
  899. "_objFlags": 0,
  900. "node": {
  901. "__id__": 20
  902. },
  903. "_enabled": true,
  904. "_normalMaterial": null,
  905. "_grayMaterial": null,
  906. "duration": 0.1,
  907. "zoomScale": 1.2,
  908. "clickEvents": [
  909. {
  910. "__id__": 23
  911. }
  912. ],
  913. "_N$interactable": true,
  914. "_N$enableAutoGrayEffect": false,
  915. "_N$transition": 1,
  916. "transition": 1,
  917. "_N$normalColor": {
  918. "__type__": "cc.Color",
  919. "r": 255,
  920. "g": 255,
  921. "b": 255,
  922. "a": 255
  923. },
  924. "_N$pressedColor": {
  925. "__type__": "cc.Color",
  926. "r": 180,
  927. "g": 180,
  928. "b": 180,
  929. "a": 255
  930. },
  931. "pressedColor": {
  932. "__type__": "cc.Color",
  933. "r": 180,
  934. "g": 180,
  935. "b": 180,
  936. "a": 255
  937. },
  938. "_N$hoverColor": {
  939. "__type__": "cc.Color",
  940. "r": 255,
  941. "g": 255,
  942. "b": 255,
  943. "a": 255
  944. },
  945. "hoverColor": {
  946. "__type__": "cc.Color",
  947. "r": 255,
  948. "g": 255,
  949. "b": 255,
  950. "a": 255
  951. },
  952. "_N$disabledColor": {
  953. "__type__": "cc.Color",
  954. "r": 124,
  955. "g": 124,
  956. "b": 124,
  957. "a": 255
  958. },
  959. "_N$normalSprite": null,
  960. "_N$pressedSprite": null,
  961. "pressedSprite": null,
  962. "_N$hoverSprite": null,
  963. "hoverSprite": null,
  964. "_N$disabledSprite": null,
  965. "_N$target": {
  966. "__id__": 20
  967. },
  968. "_id": ""
  969. },
  970. {
  971. "__type__": "cc.ClickEvent",
  972. "target": {
  973. "__id__": 1
  974. },
  975. "component": "",
  976. "_componentId": "026d3viP2JJ/q2mvrWmdvKY",
  977. "handler": "OnBtShare",
  978. "customEventData": "0"
  979. },
  980. {
  981. "__type__": "cc.PrefabInfo",
  982. "root": {
  983. "__id__": 1
  984. },
  985. "asset": {
  986. "__id__": 0
  987. },
  988. "fileId": "13fFbX9aVBuKqh1GxQHWax",
  989. "sync": false
  990. },
  991. {
  992. "__type__": "cc.Node",
  993. "_name": "BtWXL",
  994. "_objFlags": 0,
  995. "_parent": {
  996. "__id__": 1
  997. },
  998. "_children": [],
  999. "_active": false,
  1000. "_components": [
  1001. {
  1002. "__id__": 26
  1003. },
  1004. {
  1005. "__id__": 27
  1006. }
  1007. ],
  1008. "_prefab": {
  1009. "__id__": 29
  1010. },
  1011. "_opacity": 255,
  1012. "_color": {
  1013. "__type__": "cc.Color",
  1014. "r": 255,
  1015. "g": 255,
  1016. "b": 255,
  1017. "a": 255
  1018. },
  1019. "_contentSize": {
  1020. "__type__": "cc.Size",
  1021. "width": 136,
  1022. "height": 179
  1023. },
  1024. "_anchorPoint": {
  1025. "__type__": "cc.Vec2",
  1026. "x": 0.5,
  1027. "y": 0.5
  1028. },
  1029. "_trs": {
  1030. "__type__": "TypedArray",
  1031. "ctor": "Float64Array",
  1032. "array": [
  1033. 120,
  1034. -29,
  1035. 0,
  1036. 0,
  1037. 0,
  1038. 0,
  1039. 1,
  1040. 1,
  1041. 1,
  1042. 1
  1043. ]
  1044. },
  1045. "_eulerAngles": {
  1046. "__type__": "cc.Vec3",
  1047. "x": 0,
  1048. "y": 0,
  1049. "z": 0
  1050. },
  1051. "_skewX": 0,
  1052. "_skewY": 0,
  1053. "_is3DNode": false,
  1054. "_groupIndex": 0,
  1055. "groupIndex": 0,
  1056. "_id": ""
  1057. },
  1058. {
  1059. "__type__": "cc.Sprite",
  1060. "_name": "",
  1061. "_objFlags": 0,
  1062. "node": {
  1063. "__id__": 25
  1064. },
  1065. "_enabled": true,
  1066. "_materials": [
  1067. {
  1068. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1069. }
  1070. ],
  1071. "_srcBlendFactor": 770,
  1072. "_dstBlendFactor": 771,
  1073. "_spriteFrame": {
  1074. "__uuid__": "cabdcaa5-6792-48ed-bb85-04a361ded62b"
  1075. },
  1076. "_type": 0,
  1077. "_sizeMode": 1,
  1078. "_fillType": 0,
  1079. "_fillCenter": {
  1080. "__type__": "cc.Vec2",
  1081. "x": 0,
  1082. "y": 0
  1083. },
  1084. "_fillStart": 0,
  1085. "_fillRange": 0,
  1086. "_isTrimmedMode": true,
  1087. "_atlas": null,
  1088. "_id": ""
  1089. },
  1090. {
  1091. "__type__": "cc.Button",
  1092. "_name": "",
  1093. "_objFlags": 0,
  1094. "node": {
  1095. "__id__": 25
  1096. },
  1097. "_enabled": true,
  1098. "_normalMaterial": null,
  1099. "_grayMaterial": null,
  1100. "duration": 0.1,
  1101. "zoomScale": 1.2,
  1102. "clickEvents": [
  1103. {
  1104. "__id__": 28
  1105. }
  1106. ],
  1107. "_N$interactable": true,
  1108. "_N$enableAutoGrayEffect": false,
  1109. "_N$transition": 1,
  1110. "transition": 1,
  1111. "_N$normalColor": {
  1112. "__type__": "cc.Color",
  1113. "r": 255,
  1114. "g": 255,
  1115. "b": 255,
  1116. "a": 255
  1117. },
  1118. "_N$pressedColor": {
  1119. "__type__": "cc.Color",
  1120. "r": 180,
  1121. "g": 180,
  1122. "b": 180,
  1123. "a": 255
  1124. },
  1125. "pressedColor": {
  1126. "__type__": "cc.Color",
  1127. "r": 180,
  1128. "g": 180,
  1129. "b": 180,
  1130. "a": 255
  1131. },
  1132. "_N$hoverColor": {
  1133. "__type__": "cc.Color",
  1134. "r": 255,
  1135. "g": 255,
  1136. "b": 255,
  1137. "a": 255
  1138. },
  1139. "hoverColor": {
  1140. "__type__": "cc.Color",
  1141. "r": 255,
  1142. "g": 255,
  1143. "b": 255,
  1144. "a": 255
  1145. },
  1146. "_N$disabledColor": {
  1147. "__type__": "cc.Color",
  1148. "r": 124,
  1149. "g": 124,
  1150. "b": 124,
  1151. "a": 255
  1152. },
  1153. "_N$normalSprite": null,
  1154. "_N$pressedSprite": null,
  1155. "pressedSprite": null,
  1156. "_N$hoverSprite": null,
  1157. "hoverSprite": null,
  1158. "_N$disabledSprite": null,
  1159. "_N$target": {
  1160. "__id__": 25
  1161. },
  1162. "_id": ""
  1163. },
  1164. {
  1165. "__type__": "cc.ClickEvent",
  1166. "target": {
  1167. "__id__": 1
  1168. },
  1169. "component": "",
  1170. "_componentId": "026d3viP2JJ/q2mvrWmdvKY",
  1171. "handler": "OnBtShare",
  1172. "customEventData": "1"
  1173. },
  1174. {
  1175. "__type__": "cc.PrefabInfo",
  1176. "root": {
  1177. "__id__": 1
  1178. },
  1179. "asset": {
  1180. "__id__": 0
  1181. },
  1182. "fileId": "dbs0WWVwpDm5cHb4WFn3KG",
  1183. "sync": false
  1184. },
  1185. {
  1186. "__type__": "cc.Node",
  1187. "_name": "New Node",
  1188. "_objFlags": 0,
  1189. "_parent": {
  1190. "__id__": 1
  1191. },
  1192. "_children": [],
  1193. "_active": true,
  1194. "_components": [
  1195. {
  1196. "__id__": 31
  1197. }
  1198. ],
  1199. "_prefab": {
  1200. "__id__": 32
  1201. },
  1202. "_opacity": 255,
  1203. "_color": {
  1204. "__type__": "cc.Color",
  1205. "r": 118,
  1206. "g": 73,
  1207. "b": 0,
  1208. "a": 255
  1209. },
  1210. "_contentSize": {
  1211. "__type__": "cc.Size",
  1212. "width": 320,
  1213. "height": 50.4
  1214. },
  1215. "_anchorPoint": {
  1216. "__type__": "cc.Vec2",
  1217. "x": 0.5,
  1218. "y": 0.5
  1219. },
  1220. "_trs": {
  1221. "__type__": "TypedArray",
  1222. "ctor": "Float64Array",
  1223. "array": [
  1224. 0,
  1225. 0,
  1226. 0,
  1227. 0,
  1228. 0,
  1229. 0,
  1230. 1,
  1231. 1,
  1232. 1,
  1233. 1
  1234. ]
  1235. },
  1236. "_eulerAngles": {
  1237. "__type__": "cc.Vec3",
  1238. "x": 0,
  1239. "y": 0,
  1240. "z": 0
  1241. },
  1242. "_skewX": 0,
  1243. "_skewY": 0,
  1244. "_is3DNode": false,
  1245. "_groupIndex": 0,
  1246. "groupIndex": 0,
  1247. "_id": ""
  1248. },
  1249. {
  1250. "__type__": "cc.Label",
  1251. "_name": "",
  1252. "_objFlags": 0,
  1253. "node": {
  1254. "__id__": 30
  1255. },
  1256. "_enabled": true,
  1257. "_materials": [
  1258. {
  1259. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1260. }
  1261. ],
  1262. "_srcBlendFactor": 770,
  1263. "_dstBlendFactor": 771,
  1264. "_string": "此功能暫未開放!",
  1265. "_N$string": "此功能暫未開放!",
  1266. "_fontSize": 40,
  1267. "_lineHeight": 40,
  1268. "_enableWrapText": true,
  1269. "_N$file": null,
  1270. "_isSystemFontUsed": true,
  1271. "_spacingX": 0,
  1272. "_batchAsBitmap": false,
  1273. "_styleFlags": 0,
  1274. "_underlineHeight": 0,
  1275. "_N$horizontalAlign": 0,
  1276. "_N$verticalAlign": 0,
  1277. "_N$fontFamily": "Arial",
  1278. "_N$overflow": 0,
  1279. "_N$cacheMode": 0,
  1280. "_id": ""
  1281. },
  1282. {
  1283. "__type__": "cc.PrefabInfo",
  1284. "root": {
  1285. "__id__": 1
  1286. },
  1287. "asset": {
  1288. "__id__": 0
  1289. },
  1290. "fileId": "da8QrHZHpMZJPyPuhOl6Vp",
  1291. "sync": false
  1292. },
  1293. {
  1294. "__type__": "026d3viP2JJ/q2mvrWmdvKY",
  1295. "_name": "",
  1296. "_objFlags": 0,
  1297. "node": {
  1298. "__id__": 1
  1299. },
  1300. "_enabled": true,
  1301. "m_BtWX": {
  1302. "__id__": 20
  1303. },
  1304. "m_BtWXLine": {
  1305. "__id__": 25
  1306. },
  1307. "_id": ""
  1308. },
  1309. {
  1310. "__type__": "cc.PrefabInfo",
  1311. "root": {
  1312. "__id__": 1
  1313. },
  1314. "asset": {
  1315. "__id__": 0
  1316. },
  1317. "fileId": "",
  1318. "sync": false
  1319. }
  1320. ]