HolyFarmlandSeed.prefab 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209
  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": "HolyFarmlandSeed",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 5
  25. },
  26. {
  27. "__id__": 11
  28. },
  29. {
  30. "__id__": 17
  31. }
  32. ],
  33. "_active": true,
  34. "_level": 1,
  35. "_components": [
  36. {
  37. "__id__": 28
  38. },
  39. {
  40. "__id__": 29
  41. },
  42. {
  43. "__id__": 31
  44. },
  45. {
  46. "__id__": 33
  47. }
  48. ],
  49. "_prefab": {
  50. "__id__": 34
  51. },
  52. "_opacity": 255,
  53. "_color": {
  54. "__type__": "cc.Color",
  55. "r": 255,
  56. "g": 255,
  57. "b": 255,
  58. "a": 255
  59. },
  60. "_contentSize": {
  61. "__type__": "cc.Size",
  62. "width": 173,
  63. "height": 215
  64. },
  65. "_anchorPoint": {
  66. "__type__": "cc.Vec2",
  67. "x": 0.5,
  68. "y": 0.5
  69. },
  70. "_position": {
  71. "__type__": "cc.Vec3",
  72. "x": -203.5,
  73. "y": -127.5,
  74. "z": 0
  75. },
  76. "_scale": {
  77. "__type__": "cc.Vec3",
  78. "x": 1,
  79. "y": 1,
  80. "z": 1
  81. },
  82. "_eulerAngles": {
  83. "__type__": "cc.Vec3",
  84. "x": 0,
  85. "y": 0,
  86. "z": 0
  87. },
  88. "_skewX": 0,
  89. "_skewY": 0,
  90. "_is3DNode": false,
  91. "groupIndex": 0,
  92. "_id": ""
  93. },
  94. {
  95. "__type__": "cc.Node",
  96. "_name": "picture",
  97. "_objFlags": 0,
  98. "_parent": {
  99. "__id__": 1
  100. },
  101. "_children": [],
  102. "_active": true,
  103. "_level": 2,
  104. "_components": [
  105. {
  106. "__id__": 3
  107. }
  108. ],
  109. "_prefab": {
  110. "__id__": 4
  111. },
  112. "_opacity": 255,
  113. "_color": {
  114. "__type__": "cc.Color",
  115. "r": 255,
  116. "g": 255,
  117. "b": 255,
  118. "a": 255
  119. },
  120. "_contentSize": {
  121. "__type__": "cc.Size",
  122. "width": 108,
  123. "height": 135
  124. },
  125. "_anchorPoint": {
  126. "__type__": "cc.Vec2",
  127. "x": 0.5,
  128. "y": 0.5
  129. },
  130. "_position": {
  131. "__type__": "cc.Vec3",
  132. "x": 0,
  133. "y": 22,
  134. "z": 0
  135. },
  136. "_scale": {
  137. "__type__": "cc.Vec3",
  138. "x": 0.7,
  139. "y": 0.7,
  140. "z": 1
  141. },
  142. "_eulerAngles": {
  143. "__type__": "cc.Vec3",
  144. "x": 0,
  145. "y": 0,
  146. "z": 0
  147. },
  148. "_skewX": 0,
  149. "_skewY": 0,
  150. "_is3DNode": false,
  151. "groupIndex": 0,
  152. "_id": ""
  153. },
  154. {
  155. "__type__": "cc.Sprite",
  156. "_name": "",
  157. "_objFlags": 0,
  158. "node": {
  159. "__id__": 2
  160. },
  161. "_enabled": true,
  162. "_materials": [
  163. {
  164. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  165. }
  166. ],
  167. "_srcBlendFactor": 770,
  168. "_dstBlendFactor": 771,
  169. "_spriteFrame": {
  170. "__uuid__": "301b3d49-5ffd-4773-87b9-3a0c6cc064d3"
  171. },
  172. "_type": 0,
  173. "_sizeMode": 1,
  174. "_fillType": 0,
  175. "_fillCenter": {
  176. "__type__": "cc.Vec2",
  177. "x": 0,
  178. "y": 0
  179. },
  180. "_fillStart": 0,
  181. "_fillRange": 0,
  182. "_isTrimmedMode": true,
  183. "_atlas": null,
  184. "_id": ""
  185. },
  186. {
  187. "__type__": "cc.PrefabInfo",
  188. "root": {
  189. "__id__": 1
  190. },
  191. "asset": {
  192. "__uuid__": "bb950ba5-2167-4f1e-b274-07765f8ddbc3"
  193. },
  194. "fileId": "65KxOLcr5MuIonNQNpmieg",
  195. "sync": false
  196. },
  197. {
  198. "__type__": "cc.Node",
  199. "_name": "Name",
  200. "_objFlags": 0,
  201. "_parent": {
  202. "__id__": 1
  203. },
  204. "_children": [
  205. {
  206. "__id__": 6
  207. }
  208. ],
  209. "_active": true,
  210. "_level": 3,
  211. "_components": [
  212. {
  213. "__id__": 9
  214. }
  215. ],
  216. "_prefab": {
  217. "__id__": 10
  218. },
  219. "_opacity": 255,
  220. "_color": {
  221. "__type__": "cc.Color",
  222. "r": 0,
  223. "g": 0,
  224. "b": 0,
  225. "a": 255
  226. },
  227. "_contentSize": {
  228. "__type__": "cc.Size",
  229. "width": 44,
  230. "height": 27.72
  231. },
  232. "_anchorPoint": {
  233. "__type__": "cc.Vec2",
  234. "x": 0.5,
  235. "y": 0.5
  236. },
  237. "_position": {
  238. "__type__": "cc.Vec3",
  239. "x": -13,
  240. "y": -80,
  241. "z": 0
  242. },
  243. "_scale": {
  244. "__type__": "cc.Vec3",
  245. "x": 1,
  246. "y": 1,
  247. "z": 1
  248. },
  249. "_eulerAngles": {
  250. "__type__": "cc.Vec3",
  251. "x": 0,
  252. "y": 0,
  253. "z": 0
  254. },
  255. "_skewX": 0,
  256. "_skewY": 0,
  257. "_is3DNode": false,
  258. "groupIndex": 0,
  259. "_id": ""
  260. },
  261. {
  262. "__type__": "cc.Node",
  263. "_name": "Num",
  264. "_objFlags": 0,
  265. "_parent": {
  266. "__id__": 5
  267. },
  268. "_children": [],
  269. "_active": true,
  270. "_level": 4,
  271. "_components": [
  272. {
  273. "__id__": 7
  274. }
  275. ],
  276. "_prefab": {
  277. "__id__": 8
  278. },
  279. "_opacity": 255,
  280. "_color": {
  281. "__type__": "cc.Color",
  282. "r": 0,
  283. "g": 0,
  284. "b": 0,
  285. "a": 255
  286. },
  287. "_contentSize": {
  288. "__type__": "cc.Size",
  289. "width": 26.4,
  290. "height": 31.5
  291. },
  292. "_anchorPoint": {
  293. "__type__": "cc.Vec2",
  294. "x": 0.5,
  295. "y": 0.5
  296. },
  297. "_position": {
  298. "__type__": "cc.Vec3",
  299. "x": 68.162,
  300. "y": 0,
  301. "z": 0
  302. },
  303. "_scale": {
  304. "__type__": "cc.Vec3",
  305. "x": 1,
  306. "y": 1,
  307. "z": 1
  308. },
  309. "_eulerAngles": {
  310. "__type__": "cc.Vec3",
  311. "x": 0,
  312. "y": 0,
  313. "z": 0
  314. },
  315. "_skewX": 0,
  316. "_skewY": 0,
  317. "_is3DNode": false,
  318. "groupIndex": 0,
  319. "_id": ""
  320. },
  321. {
  322. "__type__": "cc.Label",
  323. "_name": "",
  324. "_objFlags": 0,
  325. "node": {
  326. "__id__": 6
  327. },
  328. "_enabled": true,
  329. "_materials": [
  330. {
  331. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  332. }
  333. ],
  334. "_useOriginalSize": false,
  335. "_string": "x1",
  336. "_N$string": "x1",
  337. "_fontSize": 25,
  338. "_lineHeight": 25,
  339. "_enableWrapText": true,
  340. "_N$file": null,
  341. "_isSystemFontUsed": true,
  342. "_spacingX": 0,
  343. "_batchAsBitmap": false,
  344. "_N$horizontalAlign": 1,
  345. "_N$verticalAlign": 1,
  346. "_N$fontFamily": "Arial",
  347. "_N$overflow": 0,
  348. "_N$cacheMode": 0,
  349. "_id": ""
  350. },
  351. {
  352. "__type__": "cc.PrefabInfo",
  353. "root": {
  354. "__id__": 1
  355. },
  356. "asset": {
  357. "__uuid__": "bb950ba5-2167-4f1e-b274-07765f8ddbc3"
  358. },
  359. "fileId": "e3rr13PDNGVb9kPwsbpqwD",
  360. "sync": false
  361. },
  362. {
  363. "__type__": "cc.Label",
  364. "_name": "",
  365. "_objFlags": 0,
  366. "node": {
  367. "__id__": 5
  368. },
  369. "_enabled": true,
  370. "_materials": [
  371. {
  372. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  373. }
  374. ],
  375. "_useOriginalSize": false,
  376. "_string": "种子",
  377. "_N$string": "种子",
  378. "_fontSize": 22,
  379. "_lineHeight": 22,
  380. "_enableWrapText": true,
  381. "_N$file": null,
  382. "_isSystemFontUsed": true,
  383. "_spacingX": 0,
  384. "_batchAsBitmap": false,
  385. "_N$horizontalAlign": 1,
  386. "_N$verticalAlign": 1,
  387. "_N$fontFamily": "Arial",
  388. "_N$overflow": 0,
  389. "_N$cacheMode": 0,
  390. "_id": ""
  391. },
  392. {
  393. "__type__": "cc.PrefabInfo",
  394. "root": {
  395. "__id__": 1
  396. },
  397. "asset": {
  398. "__uuid__": "bb950ba5-2167-4f1e-b274-07765f8ddbc3"
  399. },
  400. "fileId": "909EqhOPJPo5PQuNC0hGuC",
  401. "sync": false
  402. },
  403. {
  404. "__type__": "cc.Node",
  405. "_name": "Info",
  406. "_objFlags": 0,
  407. "_parent": {
  408. "__id__": 1
  409. },
  410. "_children": [],
  411. "_active": true,
  412. "_level": 3,
  413. "_components": [
  414. {
  415. "__id__": 12
  416. },
  417. {
  418. "__id__": 14
  419. },
  420. {
  421. "__id__": 15
  422. }
  423. ],
  424. "_prefab": {
  425. "__id__": 16
  426. },
  427. "_opacity": 255,
  428. "_color": {
  429. "__type__": "cc.Color",
  430. "r": 255,
  431. "g": 255,
  432. "b": 255,
  433. "a": 255
  434. },
  435. "_contentSize": {
  436. "__type__": "cc.Size",
  437. "width": 45,
  438. "height": 44
  439. },
  440. "_anchorPoint": {
  441. "__type__": "cc.Vec2",
  442. "x": 0.5,
  443. "y": 0.5
  444. },
  445. "_position": {
  446. "__type__": "cc.Vec3",
  447. "x": 75,
  448. "y": 102,
  449. "z": 0
  450. },
  451. "_scale": {
  452. "__type__": "cc.Vec3",
  453. "x": 1,
  454. "y": 1,
  455. "z": 1
  456. },
  457. "_eulerAngles": {
  458. "__type__": "cc.Vec3",
  459. "x": 0,
  460. "y": 0,
  461. "z": 0
  462. },
  463. "_skewX": 0,
  464. "_skewY": 0,
  465. "_is3DNode": false,
  466. "groupIndex": 0,
  467. "_id": ""
  468. },
  469. {
  470. "__type__": "cc.Button",
  471. "_name": "",
  472. "_objFlags": 0,
  473. "node": {
  474. "__id__": 11
  475. },
  476. "_enabled": true,
  477. "duration": 0.1,
  478. "zoomScale": 1.2,
  479. "clickEvents": [
  480. {
  481. "__id__": 13
  482. }
  483. ],
  484. "_N$interactable": true,
  485. "_N$enableAutoGrayEffect": false,
  486. "_N$transition": 3,
  487. "transition": 3,
  488. "_N$normalColor": {
  489. "__type__": "cc.Color",
  490. "r": 214,
  491. "g": 214,
  492. "b": 214,
  493. "a": 255
  494. },
  495. "_N$pressedColor": {
  496. "__type__": "cc.Color",
  497. "r": 211,
  498. "g": 211,
  499. "b": 211,
  500. "a": 255
  501. },
  502. "pressedColor": {
  503. "__type__": "cc.Color",
  504. "r": 211,
  505. "g": 211,
  506. "b": 211,
  507. "a": 255
  508. },
  509. "_N$hoverColor": {
  510. "__type__": "cc.Color",
  511. "r": 255,
  512. "g": 255,
  513. "b": 255,
  514. "a": 255
  515. },
  516. "hoverColor": {
  517. "__type__": "cc.Color",
  518. "r": 255,
  519. "g": 255,
  520. "b": 255,
  521. "a": 255
  522. },
  523. "_N$disabledColor": {
  524. "__type__": "cc.Color",
  525. "r": 124,
  526. "g": 124,
  527. "b": 124,
  528. "a": 255
  529. },
  530. "_N$normalSprite": null,
  531. "_N$pressedSprite": null,
  532. "pressedSprite": null,
  533. "_N$hoverSprite": null,
  534. "hoverSprite": null,
  535. "_N$disabledSprite": null,
  536. "_N$target": {
  537. "__id__": 11
  538. },
  539. "_id": ""
  540. },
  541. {
  542. "__type__": "cc.ClickEvent",
  543. "target": {
  544. "__id__": 1
  545. },
  546. "component": "",
  547. "_componentId": "ba198n/JUtJXqII6aiwPODz",
  548. "handler": "onPressedInfo",
  549. "customEventData": "1"
  550. },
  551. {
  552. "__type__": "cc.Sprite",
  553. "_name": "",
  554. "_objFlags": 0,
  555. "node": {
  556. "__id__": 11
  557. },
  558. "_enabled": true,
  559. "_materials": [
  560. {
  561. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  562. }
  563. ],
  564. "_srcBlendFactor": 770,
  565. "_dstBlendFactor": 771,
  566. "_spriteFrame": {
  567. "__uuid__": "e9998dd3-52a2-429a-b9f4-e4047c03bb33"
  568. },
  569. "_type": 0,
  570. "_sizeMode": 1,
  571. "_fillType": 0,
  572. "_fillCenter": {
  573. "__type__": "cc.Vec2",
  574. "x": 0,
  575. "y": 0
  576. },
  577. "_fillStart": 0,
  578. "_fillRange": 0,
  579. "_isTrimmedMode": true,
  580. "_atlas": null,
  581. "_id": ""
  582. },
  583. {
  584. "__type__": "cc.BlockInputEvents",
  585. "_name": "",
  586. "_objFlags": 0,
  587. "node": {
  588. "__id__": 11
  589. },
  590. "_enabled": true,
  591. "_id": ""
  592. },
  593. {
  594. "__type__": "cc.PrefabInfo",
  595. "root": {
  596. "__id__": 1
  597. },
  598. "asset": {
  599. "__uuid__": "bb950ba5-2167-4f1e-b274-07765f8ddbc3"
  600. },
  601. "fileId": "b35wX+cyxNAIMdi4MRfJMA",
  602. "sync": false
  603. },
  604. {
  605. "__type__": "cc.Node",
  606. "_name": "buy_button",
  607. "_objFlags": 0,
  608. "_parent": {
  609. "__id__": 1
  610. },
  611. "_children": [
  612. {
  613. "__id__": 18
  614. }
  615. ],
  616. "_active": false,
  617. "_level": 2,
  618. "_components": [
  619. {
  620. "__id__": 25
  621. }
  622. ],
  623. "_prefab": {
  624. "__id__": 27
  625. },
  626. "_opacity": 255,
  627. "_color": {
  628. "__type__": "cc.Color",
  629. "r": 255,
  630. "g": 255,
  631. "b": 255,
  632. "a": 255
  633. },
  634. "_contentSize": {
  635. "__type__": "cc.Size",
  636. "width": 116,
  637. "height": 62
  638. },
  639. "_anchorPoint": {
  640. "__type__": "cc.Vec2",
  641. "x": 0.5,
  642. "y": 0.5
  643. },
  644. "_position": {
  645. "__type__": "cc.Vec3",
  646. "x": 0,
  647. "y": -78,
  648. "z": 0
  649. },
  650. "_scale": {
  651. "__type__": "cc.Vec3",
  652. "x": 0.7,
  653. "y": 0.7,
  654. "z": 1
  655. },
  656. "_eulerAngles": {
  657. "__type__": "cc.Vec3",
  658. "x": 0,
  659. "y": 0,
  660. "z": 0
  661. },
  662. "_skewX": 0,
  663. "_skewY": 0,
  664. "_is3DNode": false,
  665. "groupIndex": 0,
  666. "_id": ""
  667. },
  668. {
  669. "__type__": "cc.Node",
  670. "_name": "Background",
  671. "_objFlags": 0,
  672. "_parent": {
  673. "__id__": 17
  674. },
  675. "_children": [
  676. {
  677. "__id__": 19
  678. }
  679. ],
  680. "_active": true,
  681. "_level": 2,
  682. "_components": [
  683. {
  684. "__id__": 22
  685. },
  686. {
  687. "__id__": 23
  688. }
  689. ],
  690. "_prefab": {
  691. "__id__": 24
  692. },
  693. "_opacity": 255,
  694. "_color": {
  695. "__type__": "cc.Color",
  696. "r": 255,
  697. "g": 255,
  698. "b": 255,
  699. "a": 255
  700. },
  701. "_contentSize": {
  702. "__type__": "cc.Size",
  703. "width": 116,
  704. "height": 62
  705. },
  706. "_anchorPoint": {
  707. "__type__": "cc.Vec2",
  708. "x": 0.5,
  709. "y": 0.5
  710. },
  711. "_position": {
  712. "__type__": "cc.Vec3",
  713. "x": 0,
  714. "y": 0,
  715. "z": 0
  716. },
  717. "_scale": {
  718. "__type__": "cc.Vec3",
  719. "x": 1,
  720. "y": 1,
  721. "z": 1
  722. },
  723. "_eulerAngles": {
  724. "__type__": "cc.Vec3",
  725. "x": 0,
  726. "y": 0,
  727. "z": 0
  728. },
  729. "_skewX": 0,
  730. "_skewY": 0,
  731. "_is3DNode": false,
  732. "groupIndex": 0,
  733. "_id": ""
  734. },
  735. {
  736. "__type__": "cc.Node",
  737. "_name": "Label",
  738. "_objFlags": 0,
  739. "_parent": {
  740. "__id__": 18
  741. },
  742. "_children": [],
  743. "_active": true,
  744. "_level": 3,
  745. "_components": [
  746. {
  747. "__id__": 20
  748. }
  749. ],
  750. "_prefab": {
  751. "__id__": 21
  752. },
  753. "_opacity": 255,
  754. "_color": {
  755. "__type__": "cc.Color",
  756. "r": 0,
  757. "g": 0,
  758. "b": 0,
  759. "a": 255
  760. },
  761. "_contentSize": {
  762. "__type__": "cc.Size",
  763. "width": 100,
  764. "height": 40
  765. },
  766. "_anchorPoint": {
  767. "__type__": "cc.Vec2",
  768. "x": 0.5,
  769. "y": 0.5
  770. },
  771. "_position": {
  772. "__type__": "cc.Vec3",
  773. "x": 0,
  774. "y": 0,
  775. "z": 0
  776. },
  777. "_scale": {
  778. "__type__": "cc.Vec3",
  779. "x": 1,
  780. "y": 1,
  781. "z": 1
  782. },
  783. "_eulerAngles": {
  784. "__type__": "cc.Vec3",
  785. "x": 0,
  786. "y": 0,
  787. "z": 0
  788. },
  789. "_skewX": 0,
  790. "_skewY": 0,
  791. "_is3DNode": false,
  792. "groupIndex": 0,
  793. "_id": ""
  794. },
  795. {
  796. "__type__": "cc.Label",
  797. "_name": "",
  798. "_objFlags": 0,
  799. "node": {
  800. "__id__": 19
  801. },
  802. "_enabled": true,
  803. "_materials": [
  804. {
  805. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  806. }
  807. ],
  808. "_useOriginalSize": false,
  809. "_string": "",
  810. "_N$string": "",
  811. "_fontSize": 20,
  812. "_lineHeight": 40,
  813. "_enableWrapText": false,
  814. "_N$file": null,
  815. "_isSystemFontUsed": true,
  816. "_spacingX": 0,
  817. "_batchAsBitmap": false,
  818. "_N$horizontalAlign": 1,
  819. "_N$verticalAlign": 1,
  820. "_N$fontFamily": "Arial",
  821. "_N$overflow": 1,
  822. "_N$cacheMode": 0,
  823. "_id": ""
  824. },
  825. {
  826. "__type__": "cc.PrefabInfo",
  827. "root": {
  828. "__id__": 1
  829. },
  830. "asset": {
  831. "__uuid__": "bb950ba5-2167-4f1e-b274-07765f8ddbc3"
  832. },
  833. "fileId": "89QocYYrJPh6Zl6dv+lz/R",
  834. "sync": false
  835. },
  836. {
  837. "__type__": "cc.Sprite",
  838. "_name": "",
  839. "_objFlags": 0,
  840. "node": {
  841. "__id__": 18
  842. },
  843. "_enabled": true,
  844. "_materials": [
  845. {
  846. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  847. }
  848. ],
  849. "_srcBlendFactor": 770,
  850. "_dstBlendFactor": 771,
  851. "_spriteFrame": {
  852. "__uuid__": "a66187c1-ba8f-4ddf-a5e2-b936dba6abdf"
  853. },
  854. "_type": 1,
  855. "_sizeMode": 0,
  856. "_fillType": 0,
  857. "_fillCenter": {
  858. "__type__": "cc.Vec2",
  859. "x": 0,
  860. "y": 0
  861. },
  862. "_fillStart": 0,
  863. "_fillRange": 0,
  864. "_isTrimmedMode": true,
  865. "_atlas": null,
  866. "_id": ""
  867. },
  868. {
  869. "__type__": "cc.Widget",
  870. "_name": "",
  871. "_objFlags": 0,
  872. "node": {
  873. "__id__": 18
  874. },
  875. "_enabled": true,
  876. "alignMode": 0,
  877. "_target": null,
  878. "_alignFlags": 45,
  879. "_left": 0,
  880. "_right": 0,
  881. "_top": 0,
  882. "_bottom": 0,
  883. "_verticalCenter": 0,
  884. "_horizontalCenter": 0,
  885. "_isAbsLeft": true,
  886. "_isAbsRight": true,
  887. "_isAbsTop": true,
  888. "_isAbsBottom": true,
  889. "_isAbsHorizontalCenter": true,
  890. "_isAbsVerticalCenter": true,
  891. "_originalWidth": 100,
  892. "_originalHeight": 40,
  893. "_id": ""
  894. },
  895. {
  896. "__type__": "cc.PrefabInfo",
  897. "root": {
  898. "__id__": 1
  899. },
  900. "asset": {
  901. "__uuid__": "bb950ba5-2167-4f1e-b274-07765f8ddbc3"
  902. },
  903. "fileId": "05ev3Xm+hKMZrV1m98VYxo",
  904. "sync": false
  905. },
  906. {
  907. "__type__": "cc.Button",
  908. "_name": "",
  909. "_objFlags": 0,
  910. "node": {
  911. "__id__": 17
  912. },
  913. "_enabled": true,
  914. "duration": 0.1,
  915. "zoomScale": 1.2,
  916. "clickEvents": [
  917. {
  918. "__id__": 26
  919. }
  920. ],
  921. "_N$interactable": true,
  922. "_N$enableAutoGrayEffect": false,
  923. "_N$transition": 2,
  924. "transition": 2,
  925. "_N$normalColor": {
  926. "__type__": "cc.Color",
  927. "r": 230,
  928. "g": 230,
  929. "b": 230,
  930. "a": 255
  931. },
  932. "_N$pressedColor": {
  933. "__type__": "cc.Color",
  934. "r": 200,
  935. "g": 200,
  936. "b": 200,
  937. "a": 255
  938. },
  939. "pressedColor": {
  940. "__type__": "cc.Color",
  941. "r": 200,
  942. "g": 200,
  943. "b": 200,
  944. "a": 255
  945. },
  946. "_N$hoverColor": {
  947. "__type__": "cc.Color",
  948. "r": 255,
  949. "g": 255,
  950. "b": 255,
  951. "a": 255
  952. },
  953. "hoverColor": {
  954. "__type__": "cc.Color",
  955. "r": 255,
  956. "g": 255,
  957. "b": 255,
  958. "a": 255
  959. },
  960. "_N$disabledColor": {
  961. "__type__": "cc.Color",
  962. "r": 120,
  963. "g": 120,
  964. "b": 120,
  965. "a": 200
  966. },
  967. "_N$normalSprite": {
  968. "__uuid__": "a66187c1-ba8f-4ddf-a5e2-b936dba6abdf"
  969. },
  970. "_N$pressedSprite": {
  971. "__uuid__": "a66187c1-ba8f-4ddf-a5e2-b936dba6abdf"
  972. },
  973. "pressedSprite": {
  974. "__uuid__": "a66187c1-ba8f-4ddf-a5e2-b936dba6abdf"
  975. },
  976. "_N$hoverSprite": {
  977. "__uuid__": "a66187c1-ba8f-4ddf-a5e2-b936dba6abdf"
  978. },
  979. "hoverSprite": {
  980. "__uuid__": "a66187c1-ba8f-4ddf-a5e2-b936dba6abdf"
  981. },
  982. "_N$disabledSprite": {
  983. "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e"
  984. },
  985. "_N$target": {
  986. "__id__": 18
  987. },
  988. "_id": ""
  989. },
  990. {
  991. "__type__": "cc.ClickEvent",
  992. "target": {
  993. "__id__": 1
  994. },
  995. "component": "",
  996. "_componentId": "22ed83kVv5KeZS7uv2u6vw7",
  997. "handler": "onPayCNTPopView",
  998. "customEventData": ""
  999. },
  1000. {
  1001. "__type__": "cc.PrefabInfo",
  1002. "root": {
  1003. "__id__": 1
  1004. },
  1005. "asset": {
  1006. "__uuid__": "bb950ba5-2167-4f1e-b274-07765f8ddbc3"
  1007. },
  1008. "fileId": "ado/ACB6ZEL4Z5uccLcoEb",
  1009. "sync": false
  1010. },
  1011. {
  1012. "__type__": "cc.Sprite",
  1013. "_name": "",
  1014. "_objFlags": 0,
  1015. "node": {
  1016. "__id__": 1
  1017. },
  1018. "_enabled": true,
  1019. "_materials": [
  1020. {
  1021. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1022. }
  1023. ],
  1024. "_srcBlendFactor": 770,
  1025. "_dstBlendFactor": 771,
  1026. "_spriteFrame": {
  1027. "__uuid__": "98c8ea12-e46b-44a1-ba81-d0b5028081e6"
  1028. },
  1029. "_type": 1,
  1030. "_sizeMode": 0,
  1031. "_fillType": 0,
  1032. "_fillCenter": {
  1033. "__type__": "cc.Vec2",
  1034. "x": 0,
  1035. "y": 0
  1036. },
  1037. "_fillStart": 0,
  1038. "_fillRange": 0,
  1039. "_isTrimmedMode": true,
  1040. "_atlas": null,
  1041. "_id": ""
  1042. },
  1043. {
  1044. "__type__": "cc.Button",
  1045. "_name": "",
  1046. "_objFlags": 0,
  1047. "node": {
  1048. "__id__": 1
  1049. },
  1050. "_enabled": true,
  1051. "duration": 0.1,
  1052. "zoomScale": 1.2,
  1053. "clickEvents": [
  1054. {
  1055. "__id__": 30
  1056. }
  1057. ],
  1058. "_N$interactable": true,
  1059. "_N$enableAutoGrayEffect": false,
  1060. "_N$transition": 3,
  1061. "transition": 3,
  1062. "_N$normalColor": {
  1063. "__type__": "cc.Color",
  1064. "r": 255,
  1065. "g": 255,
  1066. "b": 255,
  1067. "a": 255
  1068. },
  1069. "_N$pressedColor": {
  1070. "__type__": "cc.Color",
  1071. "r": 255,
  1072. "g": 255,
  1073. "b": 255,
  1074. "a": 255
  1075. },
  1076. "pressedColor": {
  1077. "__type__": "cc.Color",
  1078. "r": 255,
  1079. "g": 255,
  1080. "b": 255,
  1081. "a": 255
  1082. },
  1083. "_N$hoverColor": {
  1084. "__type__": "cc.Color",
  1085. "r": 255,
  1086. "g": 255,
  1087. "b": 255,
  1088. "a": 255
  1089. },
  1090. "hoverColor": {
  1091. "__type__": "cc.Color",
  1092. "r": 255,
  1093. "g": 255,
  1094. "b": 255,
  1095. "a": 255
  1096. },
  1097. "_N$disabledColor": {
  1098. "__type__": "cc.Color",
  1099. "r": 255,
  1100. "g": 255,
  1101. "b": 255,
  1102. "a": 255
  1103. },
  1104. "_N$normalSprite": {
  1105. "__uuid__": "c2cf153e-3d65-4448-b043-65628c8457ba"
  1106. },
  1107. "_N$pressedSprite": {
  1108. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  1109. },
  1110. "pressedSprite": {
  1111. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  1112. },
  1113. "_N$hoverSprite": {
  1114. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  1115. },
  1116. "hoverSprite": {
  1117. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  1118. },
  1119. "_N$disabledSprite": {
  1120. "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e"
  1121. },
  1122. "_N$target": {
  1123. "__id__": 1
  1124. },
  1125. "_id": ""
  1126. },
  1127. {
  1128. "__type__": "cc.ClickEvent",
  1129. "target": {
  1130. "__id__": 1
  1131. },
  1132. "component": "",
  1133. "_componentId": "ba198n/JUtJXqII6aiwPODz",
  1134. "handler": "onPressed",
  1135. "customEventData": ""
  1136. },
  1137. {
  1138. "__type__": "ba198n/JUtJXqII6aiwPODz",
  1139. "_name": "",
  1140. "_objFlags": 0,
  1141. "node": {
  1142. "__id__": 1
  1143. },
  1144. "_enabled": true,
  1145. "Name": "种子",
  1146. "Price": "50",
  1147. "DiamondPrice": 1,
  1148. "CNT": "",
  1149. "SNB": "",
  1150. "Synopsis": "可在神农农田播种",
  1151. "consumeType": 0,
  1152. "bgSprite": {
  1153. "__id__": 3
  1154. },
  1155. "NumLabel": {
  1156. "__id__": 7
  1157. },
  1158. "NameLabel": {
  1159. "__id__": 9
  1160. },
  1161. "clickEvents": [
  1162. {
  1163. "__id__": 32
  1164. }
  1165. ],
  1166. "_id": ""
  1167. },
  1168. {
  1169. "__type__": "cc.ClickEvent",
  1170. "target": {
  1171. "__id__": 1
  1172. },
  1173. "component": "",
  1174. "_componentId": "22ed83kVv5KeZS7uv2u6vw7",
  1175. "handler": "onCreateSeed",
  1176. "customEventData": ""
  1177. },
  1178. {
  1179. "__type__": "22ed83kVv5KeZS7uv2u6vw7",
  1180. "_name": "",
  1181. "_objFlags": 0,
  1182. "node": {
  1183. "__id__": 1
  1184. },
  1185. "_enabled": true,
  1186. "Name": "种子",
  1187. "SeedPrefab": {
  1188. "__uuid__": "dfff901a-dac2-48df-a77d-261318f9c441"
  1189. },
  1190. "SpawnPoint": null,
  1191. "seedType": 0,
  1192. "goodsSeedInfo": null,
  1193. "seedSpriteFrame": null,
  1194. "fruitSpriteFrame": null,
  1195. "myIndex": -1,
  1196. "_id": ""
  1197. },
  1198. {
  1199. "__type__": "cc.PrefabInfo",
  1200. "root": {
  1201. "__id__": 1
  1202. },
  1203. "asset": {
  1204. "__uuid__": "bb950ba5-2167-4f1e-b274-07765f8ddbc3"
  1205. },
  1206. "fileId": "8eKV86OF9K5phmjtbZ2sts",
  1207. "sync": false
  1208. }
  1209. ]