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