StoreHolyFarmlandEquip.prefab 31 KB

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