HolyFarmlandFruit.prefab 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734
  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": "HolyFarmlandFruit",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 5
  25. },
  26. {
  27. "__id__": 8
  28. },
  29. {
  30. "__id__": 12
  31. },
  32. {
  33. "__id__": 19
  34. },
  35. {
  36. "__id__": 25
  37. }
  38. ],
  39. "_active": true,
  40. "_level": 1,
  41. "_components": [
  42. {
  43. "__id__": 44
  44. },
  45. {
  46. "__id__": 46
  47. },
  48. {
  49. "__id__": 48
  50. }
  51. ],
  52. "_prefab": {
  53. "__id__": 49
  54. },
  55. "_opacity": 255,
  56. "_color": {
  57. "__type__": "cc.Color",
  58. "r": 255,
  59. "g": 255,
  60. "b": 255,
  61. "a": 255
  62. },
  63. "_contentSize": {
  64. "__type__": "cc.Size",
  65. "width": 173,
  66. "height": 310
  67. },
  68. "_anchorPoint": {
  69. "__type__": "cc.Vec2",
  70. "x": 0.5,
  71. "y": 0.5
  72. },
  73. "_position": {
  74. "__type__": "cc.Vec3",
  75. "x": -203.5,
  76. "y": -127.5,
  77. "z": 0
  78. },
  79. "_scale": {
  80. "__type__": "cc.Vec3",
  81. "x": 1,
  82. "y": 1,
  83. "z": 1
  84. },
  85. "_eulerAngles": {
  86. "__type__": "cc.Vec3",
  87. "x": 0,
  88. "y": 0,
  89. "z": 0
  90. },
  91. "_skewX": 0,
  92. "_skewY": 0,
  93. "_is3DNode": false,
  94. "groupIndex": 0,
  95. "_id": ""
  96. },
  97. {
  98. "__type__": "cc.Node",
  99. "_name": "currency_bg_2",
  100. "_objFlags": 0,
  101. "_parent": {
  102. "__id__": 1
  103. },
  104. "_children": [],
  105. "_active": true,
  106. "_level": 2,
  107. "_components": [
  108. {
  109. "__id__": 3
  110. }
  111. ],
  112. "_prefab": {
  113. "__id__": 4
  114. },
  115. "_opacity": 255,
  116. "_color": {
  117. "__type__": "cc.Color",
  118. "r": 255,
  119. "g": 255,
  120. "b": 255,
  121. "a": 255
  122. },
  123. "_contentSize": {
  124. "__type__": "cc.Size",
  125. "width": 173,
  126. "height": 215
  127. },
  128. "_anchorPoint": {
  129. "__type__": "cc.Vec2",
  130. "x": 0.5,
  131. "y": 0.5
  132. },
  133. "_position": {
  134. "__type__": "cc.Vec3",
  135. "x": 0,
  136. "y": 44.019,
  137. "z": 0
  138. },
  139. "_scale": {
  140. "__type__": "cc.Vec3",
  141. "x": 1,
  142. "y": 1,
  143. "z": 1
  144. },
  145. "_eulerAngles": {
  146. "__type__": "cc.Vec3",
  147. "x": 0,
  148. "y": 0,
  149. "z": 0
  150. },
  151. "_skewX": 0,
  152. "_skewY": 0,
  153. "_is3DNode": false,
  154. "groupIndex": 0,
  155. "_id": ""
  156. },
  157. {
  158. "__type__": "cc.Sprite",
  159. "_name": "",
  160. "_objFlags": 0,
  161. "node": {
  162. "__id__": 2
  163. },
  164. "_enabled": true,
  165. "_materials": [
  166. {
  167. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  168. }
  169. ],
  170. "_srcBlendFactor": 770,
  171. "_dstBlendFactor": 771,
  172. "_spriteFrame": {
  173. "__uuid__": "98c8ea12-e46b-44a1-ba81-d0b5028081e6"
  174. },
  175. "_type": 0,
  176. "_sizeMode": 1,
  177. "_fillType": 0,
  178. "_fillCenter": {
  179. "__type__": "cc.Vec2",
  180. "x": 0,
  181. "y": 0
  182. },
  183. "_fillStart": 0,
  184. "_fillRange": 0,
  185. "_isTrimmedMode": true,
  186. "_atlas": null,
  187. "_id": ""
  188. },
  189. {
  190. "__type__": "cc.PrefabInfo",
  191. "root": {
  192. "__id__": 1
  193. },
  194. "asset": {
  195. "__uuid__": "b056e9fe-07e9-4094-ba81-0b13bafda1aa"
  196. },
  197. "fileId": "2aJ9f0Wr1Cxp7KWxnEM4PF",
  198. "sync": false
  199. },
  200. {
  201. "__type__": "cc.Node",
  202. "_name": "picture",
  203. "_objFlags": 0,
  204. "_parent": {
  205. "__id__": 1
  206. },
  207. "_children": [],
  208. "_active": true,
  209. "_level": 2,
  210. "_components": [
  211. {
  212. "__id__": 6
  213. }
  214. ],
  215. "_prefab": {
  216. "__id__": 7
  217. },
  218. "_opacity": 255,
  219. "_color": {
  220. "__type__": "cc.Color",
  221. "r": 255,
  222. "g": 255,
  223. "b": 255,
  224. "a": 255
  225. },
  226. "_contentSize": {
  227. "__type__": "cc.Size",
  228. "width": 108,
  229. "height": 135
  230. },
  231. "_anchorPoint": {
  232. "__type__": "cc.Vec2",
  233. "x": 0.5,
  234. "y": 0.5
  235. },
  236. "_position": {
  237. "__type__": "cc.Vec3",
  238. "x": 0,
  239. "y": 64.019,
  240. "z": 0
  241. },
  242. "_scale": {
  243. "__type__": "cc.Vec3",
  244. "x": 0.7,
  245. "y": 0.7,
  246. "z": 1
  247. },
  248. "_eulerAngles": {
  249. "__type__": "cc.Vec3",
  250. "x": 0,
  251. "y": 0,
  252. "z": 0
  253. },
  254. "_skewX": 0,
  255. "_skewY": 0,
  256. "_is3DNode": false,
  257. "groupIndex": 0,
  258. "_id": ""
  259. },
  260. {
  261. "__type__": "cc.Sprite",
  262. "_name": "",
  263. "_objFlags": 0,
  264. "node": {
  265. "__id__": 5
  266. },
  267. "_enabled": true,
  268. "_materials": [
  269. {
  270. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  271. }
  272. ],
  273. "_srcBlendFactor": 770,
  274. "_dstBlendFactor": 771,
  275. "_spriteFrame": {
  276. "__uuid__": "301b3d49-5ffd-4773-87b9-3a0c6cc064d3"
  277. },
  278. "_type": 0,
  279. "_sizeMode": 1,
  280. "_fillType": 0,
  281. "_fillCenter": {
  282. "__type__": "cc.Vec2",
  283. "x": 0,
  284. "y": 0
  285. },
  286. "_fillStart": 0,
  287. "_fillRange": 0,
  288. "_isTrimmedMode": true,
  289. "_atlas": null,
  290. "_id": ""
  291. },
  292. {
  293. "__type__": "cc.PrefabInfo",
  294. "root": {
  295. "__id__": 1
  296. },
  297. "asset": {
  298. "__uuid__": "b056e9fe-07e9-4094-ba81-0b13bafda1aa"
  299. },
  300. "fileId": "65KxOLcr5MuIonNQNpmieg",
  301. "sync": false
  302. },
  303. {
  304. "__type__": "cc.Node",
  305. "_name": "Name",
  306. "_objFlags": 0,
  307. "_parent": {
  308. "__id__": 1
  309. },
  310. "_children": [],
  311. "_active": true,
  312. "_level": 3,
  313. "_components": [
  314. {
  315. "__id__": 9
  316. },
  317. {
  318. "__id__": 10
  319. }
  320. ],
  321. "_prefab": {
  322. "__id__": 11
  323. },
  324. "_opacity": 255,
  325. "_color": {
  326. "__type__": "cc.Color",
  327. "r": 0,
  328. "g": 0,
  329. "b": 0,
  330. "a": 255
  331. },
  332. "_contentSize": {
  333. "__type__": "cc.Size",
  334. "width": 45.4,
  335. "height": 29.119999999999997
  336. },
  337. "_anchorPoint": {
  338. "__type__": "cc.Vec2",
  339. "x": 0.5,
  340. "y": 0.5
  341. },
  342. "_position": {
  343. "__type__": "cc.Vec3",
  344. "x": -2.962,
  345. "y": -34.396,
  346. "z": 0
  347. },
  348. "_scale": {
  349. "__type__": "cc.Vec3",
  350. "x": 1,
  351. "y": 1,
  352. "z": 1
  353. },
  354. "_eulerAngles": {
  355. "__type__": "cc.Vec3",
  356. "x": 0,
  357. "y": 0,
  358. "z": 0
  359. },
  360. "_skewX": 0,
  361. "_skewY": 0,
  362. "_is3DNode": false,
  363. "groupIndex": 0,
  364. "_id": ""
  365. },
  366. {
  367. "__type__": "cc.Label",
  368. "_name": "",
  369. "_objFlags": 0,
  370. "node": {
  371. "__id__": 8
  372. },
  373. "_enabled": true,
  374. "_materials": [
  375. {
  376. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  377. }
  378. ],
  379. "_useOriginalSize": false,
  380. "_string": "种子",
  381. "_N$string": "种子",
  382. "_fontSize": 22,
  383. "_lineHeight": 22,
  384. "_enableWrapText": true,
  385. "_N$file": null,
  386. "_isSystemFontUsed": true,
  387. "_spacingX": 0,
  388. "_batchAsBitmap": false,
  389. "_N$horizontalAlign": 1,
  390. "_N$verticalAlign": 1,
  391. "_N$fontFamily": "Arial",
  392. "_N$overflow": 0,
  393. "_N$cacheMode": 0,
  394. "_id": ""
  395. },
  396. {
  397. "__type__": "cc.LabelOutline",
  398. "_name": "",
  399. "_objFlags": 0,
  400. "node": {
  401. "__id__": 8
  402. },
  403. "_enabled": true,
  404. "_color": {
  405. "__type__": "cc.Color",
  406. "r": 0,
  407. "g": 0,
  408. "b": 0,
  409. "a": 255
  410. },
  411. "_width": 0.7,
  412. "_id": ""
  413. },
  414. {
  415. "__type__": "cc.PrefabInfo",
  416. "root": {
  417. "__id__": 1
  418. },
  419. "asset": {
  420. "__uuid__": "b056e9fe-07e9-4094-ba81-0b13bafda1aa"
  421. },
  422. "fileId": "909EqhOPJPo5PQuNC0hGuC",
  423. "sync": false
  424. },
  425. {
  426. "__type__": "cc.Node",
  427. "_name": "seedNum",
  428. "_objFlags": 0,
  429. "_parent": {
  430. "__id__": 1
  431. },
  432. "_children": [
  433. {
  434. "__id__": 13
  435. }
  436. ],
  437. "_active": true,
  438. "_level": 2,
  439. "_components": [
  440. {
  441. "__id__": 17
  442. }
  443. ],
  444. "_prefab": {
  445. "__id__": 18
  446. },
  447. "_opacity": 255,
  448. "_color": {
  449. "__type__": "cc.Color",
  450. "r": 255,
  451. "g": 255,
  452. "b": 255,
  453. "a": 255
  454. },
  455. "_contentSize": {
  456. "__type__": "cc.Size",
  457. "width": 168,
  458. "height": 45
  459. },
  460. "_anchorPoint": {
  461. "__type__": "cc.Vec2",
  462. "x": 0.5,
  463. "y": 0.5
  464. },
  465. "_position": {
  466. "__type__": "cc.Vec3",
  467. "x": 0,
  468. "y": -85.32,
  469. "z": 0
  470. },
  471. "_scale": {
  472. "__type__": "cc.Vec3",
  473. "x": 1,
  474. "y": 1,
  475. "z": 1
  476. },
  477. "_eulerAngles": {
  478. "__type__": "cc.Vec3",
  479. "x": 0,
  480. "y": 0,
  481. "z": 0
  482. },
  483. "_skewX": 0,
  484. "_skewY": 0,
  485. "_is3DNode": false,
  486. "groupIndex": 0,
  487. "_id": ""
  488. },
  489. {
  490. "__type__": "cc.Node",
  491. "_name": "Num",
  492. "_objFlags": 0,
  493. "_parent": {
  494. "__id__": 12
  495. },
  496. "_children": [],
  497. "_active": true,
  498. "_level": 3,
  499. "_components": [
  500. {
  501. "__id__": 14
  502. },
  503. {
  504. "__id__": 15
  505. }
  506. ],
  507. "_prefab": {
  508. "__id__": 16
  509. },
  510. "_opacity": 255,
  511. "_color": {
  512. "__type__": "cc.Color",
  513. "r": 237,
  514. "g": 106,
  515. "b": 144,
  516. "a": 255
  517. },
  518. "_contentSize": {
  519. "__type__": "cc.Size",
  520. "width": 15.5,
  521. "height": 33.1
  522. },
  523. "_anchorPoint": {
  524. "__type__": "cc.Vec2",
  525. "x": 0.5,
  526. "y": 0.5
  527. },
  528. "_position": {
  529. "__type__": "cc.Vec3",
  530. "x": -1.479,
  531. "y": 2.886,
  532. "z": 0
  533. },
  534. "_scale": {
  535. "__type__": "cc.Vec3",
  536. "x": 1,
  537. "y": 1,
  538. "z": 1
  539. },
  540. "_eulerAngles": {
  541. "__type__": "cc.Vec3",
  542. "x": 0,
  543. "y": 0,
  544. "z": 0
  545. },
  546. "_skewX": 0,
  547. "_skewY": 0,
  548. "_is3DNode": false,
  549. "groupIndex": 0,
  550. "_id": ""
  551. },
  552. {
  553. "__type__": "cc.Label",
  554. "_name": "",
  555. "_objFlags": 0,
  556. "node": {
  557. "__id__": 13
  558. },
  559. "_enabled": true,
  560. "_materials": [
  561. {
  562. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  563. }
  564. ],
  565. "_useOriginalSize": false,
  566. "_string": "1",
  567. "_N$string": "1",
  568. "_fontSize": 25,
  569. "_lineHeight": 25,
  570. "_enableWrapText": true,
  571. "_N$file": null,
  572. "_isSystemFontUsed": true,
  573. "_spacingX": 0,
  574. "_batchAsBitmap": false,
  575. "_N$horizontalAlign": 1,
  576. "_N$verticalAlign": 1,
  577. "_N$fontFamily": "Arial",
  578. "_N$overflow": 0,
  579. "_N$cacheMode": 0,
  580. "_id": ""
  581. },
  582. {
  583. "__type__": "cc.LabelOutline",
  584. "_name": "",
  585. "_objFlags": 0,
  586. "node": {
  587. "__id__": 13
  588. },
  589. "_enabled": true,
  590. "_color": {
  591. "__type__": "cc.Color",
  592. "r": 237,
  593. "g": 106,
  594. "b": 144,
  595. "a": 255
  596. },
  597. "_width": 0.8,
  598. "_id": ""
  599. },
  600. {
  601. "__type__": "cc.PrefabInfo",
  602. "root": {
  603. "__id__": 1
  604. },
  605. "asset": {
  606. "__uuid__": "b056e9fe-07e9-4094-ba81-0b13bafda1aa"
  607. },
  608. "fileId": "0etLMXSBhKpJNc/xbpretJ",
  609. "sync": false
  610. },
  611. {
  612. "__type__": "cc.Sprite",
  613. "_name": "",
  614. "_objFlags": 0,
  615. "node": {
  616. "__id__": 12
  617. },
  618. "_enabled": true,
  619. "_materials": [
  620. {
  621. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  622. }
  623. ],
  624. "_srcBlendFactor": 770,
  625. "_dstBlendFactor": 771,
  626. "_spriteFrame": {
  627. "__uuid__": "f38f8a90-bff0-45e6-a971-020cd7357e7f"
  628. },
  629. "_type": 0,
  630. "_sizeMode": 0,
  631. "_fillType": 0,
  632. "_fillCenter": {
  633. "__type__": "cc.Vec2",
  634. "x": 0,
  635. "y": 0
  636. },
  637. "_fillStart": 0,
  638. "_fillRange": 0,
  639. "_isTrimmedMode": true,
  640. "_atlas": null,
  641. "_id": ""
  642. },
  643. {
  644. "__type__": "cc.PrefabInfo",
  645. "root": {
  646. "__id__": 1
  647. },
  648. "asset": {
  649. "__uuid__": "b056e9fe-07e9-4094-ba81-0b13bafda1aa"
  650. },
  651. "fileId": "dcvP+R+zVPBa2LyuohpPLz",
  652. "sync": false
  653. },
  654. {
  655. "__type__": "cc.Node",
  656. "_name": "Info",
  657. "_objFlags": 0,
  658. "_parent": {
  659. "__id__": 1
  660. },
  661. "_children": [],
  662. "_active": true,
  663. "_level": 3,
  664. "_components": [
  665. {
  666. "__id__": 20
  667. },
  668. {
  669. "__id__": 22
  670. },
  671. {
  672. "__id__": 23
  673. }
  674. ],
  675. "_prefab": {
  676. "__id__": 24
  677. },
  678. "_opacity": 255,
  679. "_color": {
  680. "__type__": "cc.Color",
  681. "r": 255,
  682. "g": 255,
  683. "b": 255,
  684. "a": 255
  685. },
  686. "_contentSize": {
  687. "__type__": "cc.Size",
  688. "width": 45,
  689. "height": 44
  690. },
  691. "_anchorPoint": {
  692. "__type__": "cc.Vec2",
  693. "x": 0.5,
  694. "y": 0.5
  695. },
  696. "_position": {
  697. "__type__": "cc.Vec3",
  698. "x": 75,
  699. "y": 144.019,
  700. "z": 0
  701. },
  702. "_scale": {
  703. "__type__": "cc.Vec3",
  704. "x": 1,
  705. "y": 1,
  706. "z": 1
  707. },
  708. "_eulerAngles": {
  709. "__type__": "cc.Vec3",
  710. "x": 0,
  711. "y": 0,
  712. "z": 0
  713. },
  714. "_skewX": 0,
  715. "_skewY": 0,
  716. "_is3DNode": false,
  717. "groupIndex": 0,
  718. "_id": ""
  719. },
  720. {
  721. "__type__": "cc.Button",
  722. "_name": "",
  723. "_objFlags": 0,
  724. "node": {
  725. "__id__": 19
  726. },
  727. "_enabled": true,
  728. "duration": 0.1,
  729. "zoomScale": 1.2,
  730. "clickEvents": [
  731. {
  732. "__id__": 21
  733. }
  734. ],
  735. "_N$interactable": true,
  736. "_N$enableAutoGrayEffect": false,
  737. "_N$transition": 3,
  738. "transition": 3,
  739. "_N$normalColor": {
  740. "__type__": "cc.Color",
  741. "r": 214,
  742. "g": 214,
  743. "b": 214,
  744. "a": 255
  745. },
  746. "_N$pressedColor": {
  747. "__type__": "cc.Color",
  748. "r": 211,
  749. "g": 211,
  750. "b": 211,
  751. "a": 255
  752. },
  753. "pressedColor": {
  754. "__type__": "cc.Color",
  755. "r": 211,
  756. "g": 211,
  757. "b": 211,
  758. "a": 255
  759. },
  760. "_N$hoverColor": {
  761. "__type__": "cc.Color",
  762. "r": 255,
  763. "g": 255,
  764. "b": 255,
  765. "a": 255
  766. },
  767. "hoverColor": {
  768. "__type__": "cc.Color",
  769. "r": 255,
  770. "g": 255,
  771. "b": 255,
  772. "a": 255
  773. },
  774. "_N$disabledColor": {
  775. "__type__": "cc.Color",
  776. "r": 124,
  777. "g": 124,
  778. "b": 124,
  779. "a": 255
  780. },
  781. "_N$normalSprite": null,
  782. "_N$pressedSprite": null,
  783. "pressedSprite": null,
  784. "_N$hoverSprite": null,
  785. "hoverSprite": null,
  786. "_N$disabledSprite": null,
  787. "_N$target": {
  788. "__id__": 19
  789. },
  790. "_id": ""
  791. },
  792. {
  793. "__type__": "cc.ClickEvent",
  794. "target": {
  795. "__id__": 1
  796. },
  797. "component": "",
  798. "_componentId": "ba198n/JUtJXqII6aiwPODz",
  799. "handler": "onPressedInfo",
  800. "customEventData": "1"
  801. },
  802. {
  803. "__type__": "cc.Sprite",
  804. "_name": "",
  805. "_objFlags": 0,
  806. "node": {
  807. "__id__": 19
  808. },
  809. "_enabled": true,
  810. "_materials": [
  811. {
  812. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  813. }
  814. ],
  815. "_srcBlendFactor": 770,
  816. "_dstBlendFactor": 771,
  817. "_spriteFrame": {
  818. "__uuid__": "e9998dd3-52a2-429a-b9f4-e4047c03bb33"
  819. },
  820. "_type": 0,
  821. "_sizeMode": 1,
  822. "_fillType": 0,
  823. "_fillCenter": {
  824. "__type__": "cc.Vec2",
  825. "x": 0,
  826. "y": 0
  827. },
  828. "_fillStart": 0,
  829. "_fillRange": 0,
  830. "_isTrimmedMode": true,
  831. "_atlas": null,
  832. "_id": ""
  833. },
  834. {
  835. "__type__": "cc.BlockInputEvents",
  836. "_name": "",
  837. "_objFlags": 0,
  838. "node": {
  839. "__id__": 19
  840. },
  841. "_enabled": true,
  842. "_id": ""
  843. },
  844. {
  845. "__type__": "cc.PrefabInfo",
  846. "root": {
  847. "__id__": 1
  848. },
  849. "asset": {
  850. "__uuid__": "b056e9fe-07e9-4094-ba81-0b13bafda1aa"
  851. },
  852. "fileId": "b35wX+cyxNAIMdi4MRfJMA",
  853. "sync": false
  854. },
  855. {
  856. "__type__": "cc.Node",
  857. "_name": "seale",
  858. "_objFlags": 0,
  859. "_parent": {
  860. "__id__": 1
  861. },
  862. "_children": [
  863. {
  864. "__id__": 26
  865. },
  866. {
  867. "__id__": 34
  868. }
  869. ],
  870. "_active": true,
  871. "_level": 2,
  872. "_components": [
  873. {
  874. "__id__": 42
  875. }
  876. ],
  877. "_prefab": {
  878. "__id__": 43
  879. },
  880. "_opacity": 255,
  881. "_color": {
  882. "__type__": "cc.Color",
  883. "r": 255,
  884. "g": 255,
  885. "b": 255,
  886. "a": 255
  887. },
  888. "_contentSize": {
  889. "__type__": "cc.Size",
  890. "width": 170,
  891. "height": 40
  892. },
  893. "_anchorPoint": {
  894. "__type__": "cc.Vec2",
  895. "x": 0.5,
  896. "y": 0.5
  897. },
  898. "_position": {
  899. "__type__": "cc.Vec3",
  900. "x": 0,
  901. "y": -131.717,
  902. "z": 0
  903. },
  904. "_scale": {
  905. "__type__": "cc.Vec3",
  906. "x": 1,
  907. "y": 1,
  908. "z": 1
  909. },
  910. "_eulerAngles": {
  911. "__type__": "cc.Vec3",
  912. "x": 0,
  913. "y": 0,
  914. "z": 0
  915. },
  916. "_skewX": 0,
  917. "_skewY": 0,
  918. "_is3DNode": false,
  919. "groupIndex": 0,
  920. "_id": ""
  921. },
  922. {
  923. "__type__": "cc.Node",
  924. "_name": "sale",
  925. "_objFlags": 0,
  926. "_parent": {
  927. "__id__": 25
  928. },
  929. "_children": [
  930. {
  931. "__id__": 27
  932. }
  933. ],
  934. "_active": true,
  935. "_level": 3,
  936. "_components": [
  937. {
  938. "__id__": 31
  939. }
  940. ],
  941. "_prefab": {
  942. "__id__": 33
  943. },
  944. "_opacity": 255,
  945. "_color": {
  946. "__type__": "cc.Color",
  947. "r": 255,
  948. "g": 255,
  949. "b": 255,
  950. "a": 255
  951. },
  952. "_contentSize": {
  953. "__type__": "cc.Size",
  954. "width": 70,
  955. "height": 40
  956. },
  957. "_anchorPoint": {
  958. "__type__": "cc.Vec2",
  959. "x": 0.5,
  960. "y": 0.5
  961. },
  962. "_position": {
  963. "__type__": "cc.Vec3",
  964. "x": -40,
  965. "y": 0,
  966. "z": 0
  967. },
  968. "_scale": {
  969. "__type__": "cc.Vec3",
  970. "x": 1,
  971. "y": 1,
  972. "z": 1
  973. },
  974. "_eulerAngles": {
  975. "__type__": "cc.Vec3",
  976. "x": 0,
  977. "y": 0,
  978. "z": 0
  979. },
  980. "_skewX": 0,
  981. "_skewY": 0,
  982. "_is3DNode": false,
  983. "groupIndex": 0,
  984. "_id": ""
  985. },
  986. {
  987. "__type__": "cc.Node",
  988. "_name": "Background",
  989. "_objFlags": 0,
  990. "_parent": {
  991. "__id__": 26
  992. },
  993. "_children": [],
  994. "_active": true,
  995. "_level": 2,
  996. "_components": [
  997. {
  998. "__id__": 28
  999. },
  1000. {
  1001. "__id__": 29
  1002. }
  1003. ],
  1004. "_prefab": {
  1005. "__id__": 30
  1006. },
  1007. "_opacity": 255,
  1008. "_color": {
  1009. "__type__": "cc.Color",
  1010. "r": 255,
  1011. "g": 255,
  1012. "b": 255,
  1013. "a": 255
  1014. },
  1015. "_contentSize": {
  1016. "__type__": "cc.Size",
  1017. "width": 70,
  1018. "height": 40
  1019. },
  1020. "_anchorPoint": {
  1021. "__type__": "cc.Vec2",
  1022. "x": 0.5,
  1023. "y": 0.5
  1024. },
  1025. "_position": {
  1026. "__type__": "cc.Vec3",
  1027. "x": 0,
  1028. "y": 0,
  1029. "z": 0
  1030. },
  1031. "_scale": {
  1032. "__type__": "cc.Vec3",
  1033. "x": 1,
  1034. "y": 1,
  1035. "z": 1
  1036. },
  1037. "_eulerAngles": {
  1038. "__type__": "cc.Vec3",
  1039. "x": 0,
  1040. "y": 0,
  1041. "z": 0
  1042. },
  1043. "_skewX": 0,
  1044. "_skewY": 0,
  1045. "_is3DNode": false,
  1046. "groupIndex": 0,
  1047. "_id": ""
  1048. },
  1049. {
  1050. "__type__": "cc.Sprite",
  1051. "_name": "",
  1052. "_objFlags": 0,
  1053. "node": {
  1054. "__id__": 27
  1055. },
  1056. "_enabled": true,
  1057. "_materials": [
  1058. {
  1059. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1060. }
  1061. ],
  1062. "_srcBlendFactor": 770,
  1063. "_dstBlendFactor": 771,
  1064. "_spriteFrame": {
  1065. "__uuid__": "30b277f2-db20-4081-9ad1-f2e6be16bf10"
  1066. },
  1067. "_type": 1,
  1068. "_sizeMode": 0,
  1069. "_fillType": 0,
  1070. "_fillCenter": {
  1071. "__type__": "cc.Vec2",
  1072. "x": 0,
  1073. "y": 0
  1074. },
  1075. "_fillStart": 0,
  1076. "_fillRange": 0,
  1077. "_isTrimmedMode": true,
  1078. "_atlas": null,
  1079. "_id": ""
  1080. },
  1081. {
  1082. "__type__": "cc.Widget",
  1083. "_name": "",
  1084. "_objFlags": 0,
  1085. "node": {
  1086. "__id__": 27
  1087. },
  1088. "_enabled": true,
  1089. "alignMode": 0,
  1090. "_target": null,
  1091. "_alignFlags": 45,
  1092. "_left": 0,
  1093. "_right": 0,
  1094. "_top": 0,
  1095. "_bottom": 0,
  1096. "_verticalCenter": 0,
  1097. "_horizontalCenter": 0,
  1098. "_isAbsLeft": true,
  1099. "_isAbsRight": true,
  1100. "_isAbsTop": true,
  1101. "_isAbsBottom": true,
  1102. "_isAbsHorizontalCenter": true,
  1103. "_isAbsVerticalCenter": true,
  1104. "_originalWidth": 100,
  1105. "_originalHeight": 40,
  1106. "_id": ""
  1107. },
  1108. {
  1109. "__type__": "cc.PrefabInfo",
  1110. "root": {
  1111. "__id__": 1
  1112. },
  1113. "asset": {
  1114. "__uuid__": "b056e9fe-07e9-4094-ba81-0b13bafda1aa"
  1115. },
  1116. "fileId": "d9EwvdV6lPEZfmB8lrM3OR",
  1117. "sync": false
  1118. },
  1119. {
  1120. "__type__": "cc.Button",
  1121. "_name": "",
  1122. "_objFlags": 0,
  1123. "node": {
  1124. "__id__": 26
  1125. },
  1126. "_enabled": true,
  1127. "duration": 0.1,
  1128. "zoomScale": 1.2,
  1129. "clickEvents": [
  1130. {
  1131. "__id__": 32
  1132. }
  1133. ],
  1134. "_N$interactable": true,
  1135. "_N$enableAutoGrayEffect": false,
  1136. "_N$transition": 3,
  1137. "transition": 3,
  1138. "_N$normalColor": {
  1139. "__type__": "cc.Color",
  1140. "r": 230,
  1141. "g": 230,
  1142. "b": 230,
  1143. "a": 255
  1144. },
  1145. "_N$pressedColor": {
  1146. "__type__": "cc.Color",
  1147. "r": 200,
  1148. "g": 200,
  1149. "b": 200,
  1150. "a": 255
  1151. },
  1152. "pressedColor": {
  1153. "__type__": "cc.Color",
  1154. "r": 200,
  1155. "g": 200,
  1156. "b": 200,
  1157. "a": 255
  1158. },
  1159. "_N$hoverColor": {
  1160. "__type__": "cc.Color",
  1161. "r": 255,
  1162. "g": 255,
  1163. "b": 255,
  1164. "a": 255
  1165. },
  1166. "hoverColor": {
  1167. "__type__": "cc.Color",
  1168. "r": 255,
  1169. "g": 255,
  1170. "b": 255,
  1171. "a": 255
  1172. },
  1173. "_N$disabledColor": {
  1174. "__type__": "cc.Color",
  1175. "r": 120,
  1176. "g": 120,
  1177. "b": 120,
  1178. "a": 200
  1179. },
  1180. "_N$normalSprite": {
  1181. "__uuid__": "30b277f2-db20-4081-9ad1-f2e6be16bf10"
  1182. },
  1183. "_N$pressedSprite": {
  1184. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  1185. },
  1186. "pressedSprite": {
  1187. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  1188. },
  1189. "_N$hoverSprite": {
  1190. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  1191. },
  1192. "hoverSprite": {
  1193. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  1194. },
  1195. "_N$disabledSprite": {
  1196. "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e"
  1197. },
  1198. "_N$target": {
  1199. "__id__": 27
  1200. },
  1201. "_id": ""
  1202. },
  1203. {
  1204. "__type__": "cc.ClickEvent",
  1205. "target": {
  1206. "__id__": 1
  1207. },
  1208. "component": "",
  1209. "_componentId": "985b6AjuYtNapwlu4dBpFa6",
  1210. "handler": "onSaleInfo",
  1211. "customEventData": ""
  1212. },
  1213. {
  1214. "__type__": "cc.PrefabInfo",
  1215. "root": {
  1216. "__id__": 1
  1217. },
  1218. "asset": {
  1219. "__uuid__": "b056e9fe-07e9-4094-ba81-0b13bafda1aa"
  1220. },
  1221. "fileId": "5a6IE0buFNpqxorXGCGeoP",
  1222. "sync": false
  1223. },
  1224. {
  1225. "__type__": "cc.Node",
  1226. "_name": "grant",
  1227. "_objFlags": 0,
  1228. "_parent": {
  1229. "__id__": 25
  1230. },
  1231. "_children": [
  1232. {
  1233. "__id__": 35
  1234. }
  1235. ],
  1236. "_active": true,
  1237. "_level": 3,
  1238. "_components": [
  1239. {
  1240. "__id__": 39
  1241. }
  1242. ],
  1243. "_prefab": {
  1244. "__id__": 41
  1245. },
  1246. "_opacity": 255,
  1247. "_color": {
  1248. "__type__": "cc.Color",
  1249. "r": 255,
  1250. "g": 255,
  1251. "b": 255,
  1252. "a": 255
  1253. },
  1254. "_contentSize": {
  1255. "__type__": "cc.Size",
  1256. "width": 70,
  1257. "height": 40
  1258. },
  1259. "_anchorPoint": {
  1260. "__type__": "cc.Vec2",
  1261. "x": 0.5,
  1262. "y": 0.5
  1263. },
  1264. "_position": {
  1265. "__type__": "cc.Vec3",
  1266. "x": 40,
  1267. "y": 0,
  1268. "z": 0
  1269. },
  1270. "_scale": {
  1271. "__type__": "cc.Vec3",
  1272. "x": 1,
  1273. "y": 1,
  1274. "z": 1
  1275. },
  1276. "_eulerAngles": {
  1277. "__type__": "cc.Vec3",
  1278. "x": 0,
  1279. "y": 0,
  1280. "z": 0
  1281. },
  1282. "_skewX": 0,
  1283. "_skewY": 0,
  1284. "_is3DNode": false,
  1285. "groupIndex": 0,
  1286. "_id": ""
  1287. },
  1288. {
  1289. "__type__": "cc.Node",
  1290. "_name": "Background",
  1291. "_objFlags": 0,
  1292. "_parent": {
  1293. "__id__": 34
  1294. },
  1295. "_children": [],
  1296. "_active": true,
  1297. "_level": 2,
  1298. "_components": [
  1299. {
  1300. "__id__": 36
  1301. },
  1302. {
  1303. "__id__": 37
  1304. }
  1305. ],
  1306. "_prefab": {
  1307. "__id__": 38
  1308. },
  1309. "_opacity": 255,
  1310. "_color": {
  1311. "__type__": "cc.Color",
  1312. "r": 255,
  1313. "g": 255,
  1314. "b": 255,
  1315. "a": 255
  1316. },
  1317. "_contentSize": {
  1318. "__type__": "cc.Size",
  1319. "width": 70,
  1320. "height": 40
  1321. },
  1322. "_anchorPoint": {
  1323. "__type__": "cc.Vec2",
  1324. "x": 0.5,
  1325. "y": 0.5
  1326. },
  1327. "_position": {
  1328. "__type__": "cc.Vec3",
  1329. "x": 0,
  1330. "y": 0,
  1331. "z": 0
  1332. },
  1333. "_scale": {
  1334. "__type__": "cc.Vec3",
  1335. "x": 1,
  1336. "y": 1,
  1337. "z": 1
  1338. },
  1339. "_eulerAngles": {
  1340. "__type__": "cc.Vec3",
  1341. "x": 0,
  1342. "y": 0,
  1343. "z": 0
  1344. },
  1345. "_skewX": 0,
  1346. "_skewY": 0,
  1347. "_is3DNode": false,
  1348. "groupIndex": 0,
  1349. "_id": ""
  1350. },
  1351. {
  1352. "__type__": "cc.Sprite",
  1353. "_name": "",
  1354. "_objFlags": 0,
  1355. "node": {
  1356. "__id__": 35
  1357. },
  1358. "_enabled": true,
  1359. "_materials": [
  1360. {
  1361. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1362. }
  1363. ],
  1364. "_srcBlendFactor": 770,
  1365. "_dstBlendFactor": 771,
  1366. "_spriteFrame": {
  1367. "__uuid__": "259987bb-0a59-45ea-93e5-e426be699d29"
  1368. },
  1369. "_type": 1,
  1370. "_sizeMode": 0,
  1371. "_fillType": 0,
  1372. "_fillCenter": {
  1373. "__type__": "cc.Vec2",
  1374. "x": 0,
  1375. "y": 0
  1376. },
  1377. "_fillStart": 0,
  1378. "_fillRange": 0,
  1379. "_isTrimmedMode": true,
  1380. "_atlas": null,
  1381. "_id": ""
  1382. },
  1383. {
  1384. "__type__": "cc.Widget",
  1385. "_name": "",
  1386. "_objFlags": 0,
  1387. "node": {
  1388. "__id__": 35
  1389. },
  1390. "_enabled": true,
  1391. "alignMode": 0,
  1392. "_target": null,
  1393. "_alignFlags": 45,
  1394. "_left": 0,
  1395. "_right": 0,
  1396. "_top": 0,
  1397. "_bottom": 0,
  1398. "_verticalCenter": 0,
  1399. "_horizontalCenter": 0,
  1400. "_isAbsLeft": true,
  1401. "_isAbsRight": true,
  1402. "_isAbsTop": true,
  1403. "_isAbsBottom": true,
  1404. "_isAbsHorizontalCenter": true,
  1405. "_isAbsVerticalCenter": true,
  1406. "_originalWidth": 100,
  1407. "_originalHeight": 40,
  1408. "_id": ""
  1409. },
  1410. {
  1411. "__type__": "cc.PrefabInfo",
  1412. "root": {
  1413. "__id__": 1
  1414. },
  1415. "asset": {
  1416. "__uuid__": "b056e9fe-07e9-4094-ba81-0b13bafda1aa"
  1417. },
  1418. "fileId": "c9GvvcShxOXbzDzIjJt8KY",
  1419. "sync": false
  1420. },
  1421. {
  1422. "__type__": "cc.Button",
  1423. "_name": "",
  1424. "_objFlags": 0,
  1425. "node": {
  1426. "__id__": 34
  1427. },
  1428. "_enabled": true,
  1429. "duration": 0.1,
  1430. "zoomScale": 1.2,
  1431. "clickEvents": [
  1432. {
  1433. "__id__": 40
  1434. }
  1435. ],
  1436. "_N$interactable": true,
  1437. "_N$enableAutoGrayEffect": false,
  1438. "_N$transition": 3,
  1439. "transition": 3,
  1440. "_N$normalColor": {
  1441. "__type__": "cc.Color",
  1442. "r": 230,
  1443. "g": 230,
  1444. "b": 230,
  1445. "a": 255
  1446. },
  1447. "_N$pressedColor": {
  1448. "__type__": "cc.Color",
  1449. "r": 200,
  1450. "g": 200,
  1451. "b": 200,
  1452. "a": 255
  1453. },
  1454. "pressedColor": {
  1455. "__type__": "cc.Color",
  1456. "r": 200,
  1457. "g": 200,
  1458. "b": 200,
  1459. "a": 255
  1460. },
  1461. "_N$hoverColor": {
  1462. "__type__": "cc.Color",
  1463. "r": 255,
  1464. "g": 255,
  1465. "b": 255,
  1466. "a": 255
  1467. },
  1468. "hoverColor": {
  1469. "__type__": "cc.Color",
  1470. "r": 255,
  1471. "g": 255,
  1472. "b": 255,
  1473. "a": 255
  1474. },
  1475. "_N$disabledColor": {
  1476. "__type__": "cc.Color",
  1477. "r": 120,
  1478. "g": 120,
  1479. "b": 120,
  1480. "a": 200
  1481. },
  1482. "_N$normalSprite": {
  1483. "__uuid__": "259987bb-0a59-45ea-93e5-e426be699d29"
  1484. },
  1485. "_N$pressedSprite": {
  1486. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  1487. },
  1488. "pressedSprite": {
  1489. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  1490. },
  1491. "_N$hoverSprite": {
  1492. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  1493. },
  1494. "hoverSprite": {
  1495. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  1496. },
  1497. "_N$disabledSprite": {
  1498. "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e"
  1499. },
  1500. "_N$target": {
  1501. "__id__": 35
  1502. },
  1503. "_id": ""
  1504. },
  1505. {
  1506. "__type__": "cc.ClickEvent",
  1507. "target": {
  1508. "__id__": 1
  1509. },
  1510. "component": "",
  1511. "_componentId": "985b6AjuYtNapwlu4dBpFa6",
  1512. "handler": "onGrantInfo",
  1513. "customEventData": ""
  1514. },
  1515. {
  1516. "__type__": "cc.PrefabInfo",
  1517. "root": {
  1518. "__id__": 1
  1519. },
  1520. "asset": {
  1521. "__uuid__": "b056e9fe-07e9-4094-ba81-0b13bafda1aa"
  1522. },
  1523. "fileId": "e4G2uLIrhF2b4EI0AAZsVq",
  1524. "sync": false
  1525. },
  1526. {
  1527. "__type__": "cc.Layout",
  1528. "_name": "",
  1529. "_objFlags": 0,
  1530. "node": {
  1531. "__id__": 25
  1532. },
  1533. "_enabled": true,
  1534. "_layoutSize": {
  1535. "__type__": "cc.Size",
  1536. "width": 170,
  1537. "height": 40
  1538. },
  1539. "_resize": 1,
  1540. "_N$layoutType": 1,
  1541. "_N$padding": 0,
  1542. "_N$cellSize": {
  1543. "__type__": "cc.Size",
  1544. "width": 40,
  1545. "height": 40
  1546. },
  1547. "_N$startAxis": 0,
  1548. "_N$paddingLeft": 10,
  1549. "_N$paddingRight": 10,
  1550. "_N$paddingTop": 0,
  1551. "_N$paddingBottom": 0,
  1552. "_N$spacingX": 10,
  1553. "_N$spacingY": 0,
  1554. "_N$verticalDirection": 1,
  1555. "_N$horizontalDirection": 0,
  1556. "_N$affectedByScale": false,
  1557. "_id": ""
  1558. },
  1559. {
  1560. "__type__": "cc.PrefabInfo",
  1561. "root": {
  1562. "__id__": 1
  1563. },
  1564. "asset": {
  1565. "__uuid__": "b056e9fe-07e9-4094-ba81-0b13bafda1aa"
  1566. },
  1567. "fileId": "aaHIYZrkdBEZeVXY2MZ5Vm",
  1568. "sync": false
  1569. },
  1570. {
  1571. "__type__": "cc.Button",
  1572. "_name": "",
  1573. "_objFlags": 0,
  1574. "node": {
  1575. "__id__": 1
  1576. },
  1577. "_enabled": true,
  1578. "duration": 0.1,
  1579. "zoomScale": 1.2,
  1580. "clickEvents": [
  1581. {
  1582. "__id__": 45
  1583. }
  1584. ],
  1585. "_N$interactable": true,
  1586. "_N$enableAutoGrayEffect": false,
  1587. "_N$transition": 3,
  1588. "transition": 3,
  1589. "_N$normalColor": {
  1590. "__type__": "cc.Color",
  1591. "r": 255,
  1592. "g": 255,
  1593. "b": 255,
  1594. "a": 255
  1595. },
  1596. "_N$pressedColor": {
  1597. "__type__": "cc.Color",
  1598. "r": 255,
  1599. "g": 255,
  1600. "b": 255,
  1601. "a": 255
  1602. },
  1603. "pressedColor": {
  1604. "__type__": "cc.Color",
  1605. "r": 255,
  1606. "g": 255,
  1607. "b": 255,
  1608. "a": 255
  1609. },
  1610. "_N$hoverColor": {
  1611. "__type__": "cc.Color",
  1612. "r": 255,
  1613. "g": 255,
  1614. "b": 255,
  1615. "a": 255
  1616. },
  1617. "hoverColor": {
  1618. "__type__": "cc.Color",
  1619. "r": 255,
  1620. "g": 255,
  1621. "b": 255,
  1622. "a": 255
  1623. },
  1624. "_N$disabledColor": {
  1625. "__type__": "cc.Color",
  1626. "r": 255,
  1627. "g": 255,
  1628. "b": 255,
  1629. "a": 255
  1630. },
  1631. "_N$normalSprite": {
  1632. "__uuid__": "c2cf153e-3d65-4448-b043-65628c8457ba"
  1633. },
  1634. "_N$pressedSprite": {
  1635. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  1636. },
  1637. "pressedSprite": {
  1638. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  1639. },
  1640. "_N$hoverSprite": {
  1641. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  1642. },
  1643. "hoverSprite": {
  1644. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  1645. },
  1646. "_N$disabledSprite": {
  1647. "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e"
  1648. },
  1649. "_N$target": {
  1650. "__id__": 1
  1651. },
  1652. "_id": ""
  1653. },
  1654. {
  1655. "__type__": "cc.ClickEvent",
  1656. "target": {
  1657. "__id__": 1
  1658. },
  1659. "component": "",
  1660. "_componentId": "ba198n/JUtJXqII6aiwPODz",
  1661. "handler": "onPressed",
  1662. "customEventData": ""
  1663. },
  1664. {
  1665. "__type__": "ba198n/JUtJXqII6aiwPODz",
  1666. "_name": "",
  1667. "_objFlags": 0,
  1668. "node": {
  1669. "__id__": 1
  1670. },
  1671. "_enabled": true,
  1672. "Name": "种子",
  1673. "Price": "50",
  1674. "DiamondPrice": 1,
  1675. "CNT": "",
  1676. "SNB": "",
  1677. "Mature": "",
  1678. "Synopsis": "可在神农农田播种",
  1679. "consumeType": 3,
  1680. "bgSprite": {
  1681. "__id__": 6
  1682. },
  1683. "NumLabel": {
  1684. "__id__": 14
  1685. },
  1686. "NameLabel": {
  1687. "__id__": 9
  1688. },
  1689. "clickEvents": [
  1690. {
  1691. "__id__": 47
  1692. }
  1693. ],
  1694. "_id": ""
  1695. },
  1696. {
  1697. "__type__": "cc.ClickEvent",
  1698. "target": {
  1699. "__id__": 1
  1700. },
  1701. "component": "",
  1702. "_componentId": "ba198n/JUtJXqII6aiwPODz",
  1703. "handler": "onPressedInfo",
  1704. "customEventData": ""
  1705. },
  1706. {
  1707. "__type__": "985b6AjuYtNapwlu4dBpFa6",
  1708. "_name": "",
  1709. "_objFlags": 0,
  1710. "node": {
  1711. "__id__": 1
  1712. },
  1713. "_enabled": true,
  1714. "grantnfoPrefabs": {
  1715. "__uuid__": "84a31b34-b613-4254-aa3b-9fa55944e5ec"
  1716. },
  1717. "saleInfoPrefabs": {
  1718. "__uuid__": "c5974de4-05d0-443b-a59f-911cb68a6c1c"
  1719. },
  1720. "fruitInfo": null,
  1721. "_id": ""
  1722. },
  1723. {
  1724. "__type__": "cc.PrefabInfo",
  1725. "root": {
  1726. "__id__": 1
  1727. },
  1728. "asset": {
  1729. "__uuid__": "b056e9fe-07e9-4094-ba81-0b13bafda1aa"
  1730. },
  1731. "fileId": "8eKV86OF9K5phmjtbZ2sts",
  1732. "sync": false
  1733. }
  1734. ]