storeSmaliItem.prefab 29 KB

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