ShareStrategy.prefab 16 KB

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