ShopDiamondItem.prefab 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488
  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": "ShopDiamondItem",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. }
  23. ],
  24. "_active": true,
  25. "_components": [
  26. {
  27. "__id__": 40
  28. }
  29. ],
  30. "_prefab": {
  31. "__id__": 41
  32. },
  33. "_opacity": 255,
  34. "_color": {
  35. "__type__": "cc.Color",
  36. "r": 255,
  37. "g": 255,
  38. "b": 255,
  39. "a": 255
  40. },
  41. "_contentSize": {
  42. "__type__": "cc.Size",
  43. "width": 194,
  44. "height": 302
  45. },
  46. "_anchorPoint": {
  47. "__type__": "cc.Vec2",
  48. "x": 0.5,
  49. "y": 0.5
  50. },
  51. "_trs": {
  52. "__type__": "TypedArray",
  53. "ctor": "Float64Array",
  54. "array": [
  55. 1.2,
  56. -172.676,
  57. 0,
  58. 0,
  59. 0,
  60. 0,
  61. 1,
  62. 1,
  63. 1,
  64. 1
  65. ]
  66. },
  67. "_eulerAngles": {
  68. "__type__": "cc.Vec3",
  69. "x": 0,
  70. "y": 0,
  71. "z": 0
  72. },
  73. "_skewX": 0,
  74. "_skewY": 0,
  75. "_is3DNode": false,
  76. "_groupIndex": 0,
  77. "groupIndex": 0,
  78. "_id": ""
  79. },
  80. {
  81. "__type__": "cc.Node",
  82. "_name": "Bg",
  83. "_objFlags": 0,
  84. "_parent": {
  85. "__id__": 1
  86. },
  87. "_children": [
  88. {
  89. "__id__": 3
  90. },
  91. {
  92. "__id__": 6
  93. },
  94. {
  95. "__id__": 9
  96. },
  97. {
  98. "__id__": 12
  99. },
  100. {
  101. "__id__": 21
  102. },
  103. {
  104. "__id__": 25
  105. },
  106. {
  107. "__id__": 29
  108. },
  109. {
  110. "__id__": 32
  111. }
  112. ],
  113. "_active": false,
  114. "_components": [
  115. {
  116. "__id__": 38
  117. }
  118. ],
  119. "_prefab": {
  120. "__id__": 39
  121. },
  122. "_opacity": 255,
  123. "_color": {
  124. "__type__": "cc.Color",
  125. "r": 255,
  126. "g": 255,
  127. "b": 255,
  128. "a": 255
  129. },
  130. "_contentSize": {
  131. "__type__": "cc.Size",
  132. "width": 97,
  133. "height": 302
  134. },
  135. "_anchorPoint": {
  136. "__type__": "cc.Vec2",
  137. "x": 1,
  138. "y": 0.5
  139. },
  140. "_trs": {
  141. "__type__": "TypedArray",
  142. "ctor": "Float64Array",
  143. "array": [
  144. 0,
  145. 0,
  146. 0,
  147. 0,
  148. 0,
  149. 0,
  150. 1,
  151. 1,
  152. 1,
  153. 1
  154. ]
  155. },
  156. "_eulerAngles": {
  157. "__type__": "cc.Vec3",
  158. "x": 0,
  159. "y": 0,
  160. "z": 0
  161. },
  162. "_skewX": 0,
  163. "_skewY": 0,
  164. "_is3DNode": false,
  165. "_groupIndex": 0,
  166. "groupIndex": 0,
  167. "_id": ""
  168. },
  169. {
  170. "__type__": "cc.Node",
  171. "_name": "Bg",
  172. "_objFlags": 0,
  173. "_parent": {
  174. "__id__": 2
  175. },
  176. "_children": [],
  177. "_active": true,
  178. "_components": [
  179. {
  180. "__id__": 4
  181. }
  182. ],
  183. "_prefab": {
  184. "__id__": 5
  185. },
  186. "_opacity": 255,
  187. "_color": {
  188. "__type__": "cc.Color",
  189. "r": 255,
  190. "g": 255,
  191. "b": 255,
  192. "a": 255
  193. },
  194. "_contentSize": {
  195. "__type__": "cc.Size",
  196. "width": 97,
  197. "height": 302
  198. },
  199. "_anchorPoint": {
  200. "__type__": "cc.Vec2",
  201. "x": 1,
  202. "y": 0.5
  203. },
  204. "_trs": {
  205. "__type__": "TypedArray",
  206. "ctor": "Float64Array",
  207. "array": [
  208. 0,
  209. 0,
  210. 0,
  211. 0,
  212. 0,
  213. 0,
  214. 1,
  215. -1,
  216. 1,
  217. 1
  218. ]
  219. },
  220. "_eulerAngles": {
  221. "__type__": "cc.Vec3",
  222. "x": 0,
  223. "y": 0,
  224. "z": 0
  225. },
  226. "_skewX": 0,
  227. "_skewY": 0,
  228. "_is3DNode": false,
  229. "_groupIndex": 0,
  230. "groupIndex": 0,
  231. "_id": ""
  232. },
  233. {
  234. "__type__": "cc.Sprite",
  235. "_name": "",
  236. "_objFlags": 0,
  237. "node": {
  238. "__id__": 3
  239. },
  240. "_enabled": true,
  241. "_materials": [
  242. {
  243. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  244. }
  245. ],
  246. "_srcBlendFactor": 770,
  247. "_dstBlendFactor": 771,
  248. "_spriteFrame": {
  249. "__uuid__": "0ab420a5-1c8c-4164-a1a4-69391ed2163f"
  250. },
  251. "_type": 0,
  252. "_sizeMode": 1,
  253. "_fillType": 0,
  254. "_fillCenter": {
  255. "__type__": "cc.Vec2",
  256. "x": 0,
  257. "y": 0
  258. },
  259. "_fillStart": 0,
  260. "_fillRange": 0,
  261. "_isTrimmedMode": true,
  262. "_atlas": null,
  263. "_id": ""
  264. },
  265. {
  266. "__type__": "cc.PrefabInfo",
  267. "root": {
  268. "__id__": 1
  269. },
  270. "asset": {
  271. "__id__": 0
  272. },
  273. "fileId": "8bwUw607JBHKuaVTELebYC",
  274. "sync": false
  275. },
  276. {
  277. "__type__": "cc.Node",
  278. "_name": "Icon",
  279. "_objFlags": 0,
  280. "_parent": {
  281. "__id__": 2
  282. },
  283. "_children": [],
  284. "_active": true,
  285. "_components": [
  286. {
  287. "__id__": 7
  288. }
  289. ],
  290. "_prefab": {
  291. "__id__": 8
  292. },
  293. "_opacity": 255,
  294. "_color": {
  295. "__type__": "cc.Color",
  296. "r": 255,
  297. "g": 255,
  298. "b": 255,
  299. "a": 255
  300. },
  301. "_contentSize": {
  302. "__type__": "cc.Size",
  303. "width": 108,
  304. "height": 84
  305. },
  306. "_anchorPoint": {
  307. "__type__": "cc.Vec2",
  308. "x": 0.5,
  309. "y": 0.5
  310. },
  311. "_trs": {
  312. "__type__": "TypedArray",
  313. "ctor": "Float64Array",
  314. "array": [
  315. 0,
  316. 34.869,
  317. 0,
  318. 0,
  319. 0,
  320. 0,
  321. 1,
  322. 1,
  323. 1,
  324. 1
  325. ]
  326. },
  327. "_eulerAngles": {
  328. "__type__": "cc.Vec3",
  329. "x": 0,
  330. "y": 0,
  331. "z": 0
  332. },
  333. "_skewX": 0,
  334. "_skewY": 0,
  335. "_is3DNode": false,
  336. "_groupIndex": 0,
  337. "groupIndex": 0,
  338. "_id": ""
  339. },
  340. {
  341. "__type__": "cc.Sprite",
  342. "_name": "",
  343. "_objFlags": 0,
  344. "node": {
  345. "__id__": 6
  346. },
  347. "_enabled": true,
  348. "_materials": [
  349. {
  350. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  351. }
  352. ],
  353. "_srcBlendFactor": 770,
  354. "_dstBlendFactor": 771,
  355. "_spriteFrame": {
  356. "__uuid__": "9cf565c2-e8f6-4d4b-bfd6-ea8eb4fff58e"
  357. },
  358. "_type": 0,
  359. "_sizeMode": 1,
  360. "_fillType": 0,
  361. "_fillCenter": {
  362. "__type__": "cc.Vec2",
  363. "x": 0,
  364. "y": 0
  365. },
  366. "_fillStart": 0,
  367. "_fillRange": 0,
  368. "_isTrimmedMode": true,
  369. "_atlas": null,
  370. "_id": ""
  371. },
  372. {
  373. "__type__": "cc.PrefabInfo",
  374. "root": {
  375. "__id__": 1
  376. },
  377. "asset": {
  378. "__id__": 0
  379. },
  380. "fileId": "f1SWc3t6JC3YOgH91yLyGv",
  381. "sync": false
  382. },
  383. {
  384. "__type__": "cc.Node",
  385. "_name": "RateBgNode",
  386. "_objFlags": 0,
  387. "_parent": {
  388. "__id__": 2
  389. },
  390. "_children": [],
  391. "_active": true,
  392. "_components": [
  393. {
  394. "__id__": 10
  395. }
  396. ],
  397. "_prefab": {
  398. "__id__": 11
  399. },
  400. "_opacity": 255,
  401. "_color": {
  402. "__type__": "cc.Color",
  403. "r": 255,
  404. "g": 255,
  405. "b": 255,
  406. "a": 255
  407. },
  408. "_contentSize": {
  409. "__type__": "cc.Size",
  410. "width": 72,
  411. "height": 72
  412. },
  413. "_anchorPoint": {
  414. "__type__": "cc.Vec2",
  415. "x": 0.5,
  416. "y": 0.5
  417. },
  418. "_trs": {
  419. "__type__": "TypedArray",
  420. "ctor": "Float64Array",
  421. "array": [
  422. 61.369,
  423. 77.433,
  424. 0,
  425. 0,
  426. 0,
  427. 0,
  428. 1,
  429. 1,
  430. 1,
  431. 1
  432. ]
  433. },
  434. "_eulerAngles": {
  435. "__type__": "cc.Vec3",
  436. "x": 0,
  437. "y": 0,
  438. "z": 0
  439. },
  440. "_skewX": 0,
  441. "_skewY": 0,
  442. "_is3DNode": false,
  443. "_groupIndex": 0,
  444. "groupIndex": 0,
  445. "_id": ""
  446. },
  447. {
  448. "__type__": "cc.Sprite",
  449. "_name": "",
  450. "_objFlags": 0,
  451. "node": {
  452. "__id__": 9
  453. },
  454. "_enabled": true,
  455. "_materials": [
  456. {
  457. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  458. }
  459. ],
  460. "_srcBlendFactor": 770,
  461. "_dstBlendFactor": 771,
  462. "_spriteFrame": {
  463. "__uuid__": "7ae1764b-12e4-4df0-8fdc-78eb789ef4d4"
  464. },
  465. "_type": 0,
  466. "_sizeMode": 1,
  467. "_fillType": 0,
  468. "_fillCenter": {
  469. "__type__": "cc.Vec2",
  470. "x": 0,
  471. "y": 0
  472. },
  473. "_fillStart": 0,
  474. "_fillRange": 0,
  475. "_isTrimmedMode": true,
  476. "_atlas": null,
  477. "_id": ""
  478. },
  479. {
  480. "__type__": "cc.PrefabInfo",
  481. "root": {
  482. "__id__": 1
  483. },
  484. "asset": {
  485. "__id__": 0
  486. },
  487. "fileId": "55mAK5QGNOQYtieGFidgJ5",
  488. "sync": false
  489. },
  490. {
  491. "__type__": "cc.Node",
  492. "_name": "CostBtn",
  493. "_objFlags": 0,
  494. "_parent": {
  495. "__id__": 2
  496. },
  497. "_children": [
  498. {
  499. "__id__": 13
  500. }
  501. ],
  502. "_active": true,
  503. "_components": [
  504. {
  505. "__id__": 17
  506. },
  507. {
  508. "__id__": 18
  509. }
  510. ],
  511. "_prefab": {
  512. "__id__": 20
  513. },
  514. "_opacity": 255,
  515. "_color": {
  516. "__type__": "cc.Color",
  517. "r": 255,
  518. "g": 255,
  519. "b": 255,
  520. "a": 255
  521. },
  522. "_contentSize": {
  523. "__type__": "cc.Size",
  524. "width": 165,
  525. "height": 68
  526. },
  527. "_anchorPoint": {
  528. "__type__": "cc.Vec2",
  529. "x": 0.5,
  530. "y": 0.5
  531. },
  532. "_trs": {
  533. "__type__": "TypedArray",
  534. "ctor": "Float64Array",
  535. "array": [
  536. 0,
  537. -105.577,
  538. 0,
  539. 0,
  540. 0,
  541. 0,
  542. 1,
  543. 1,
  544. 1,
  545. 0
  546. ]
  547. },
  548. "_eulerAngles": {
  549. "__type__": "cc.Vec3",
  550. "x": 0,
  551. "y": 0,
  552. "z": 0
  553. },
  554. "_skewX": 0,
  555. "_skewY": 0,
  556. "_is3DNode": false,
  557. "_groupIndex": 0,
  558. "groupIndex": 0,
  559. "_id": ""
  560. },
  561. {
  562. "__type__": "cc.Node",
  563. "_name": "CostLab",
  564. "_objFlags": 0,
  565. "_parent": {
  566. "__id__": 12
  567. },
  568. "_children": [],
  569. "_active": true,
  570. "_components": [
  571. {
  572. "__id__": 14
  573. },
  574. {
  575. "__id__": 15
  576. }
  577. ],
  578. "_prefab": {
  579. "__id__": 16
  580. },
  581. "_opacity": 255,
  582. "_color": {
  583. "__type__": "cc.Color",
  584. "r": 255,
  585. "g": 255,
  586. "b": 255,
  587. "a": 255
  588. },
  589. "_contentSize": {
  590. "__type__": "cc.Size",
  591. "width": 62.73,
  592. "height": 48.84
  593. },
  594. "_anchorPoint": {
  595. "__type__": "cc.Vec2",
  596. "x": 0.5,
  597. "y": 0.5
  598. },
  599. "_trs": {
  600. "__type__": "TypedArray",
  601. "ctor": "Float64Array",
  602. "array": [
  603. 0,
  604. 4.857,
  605. 0,
  606. 0,
  607. 0,
  608. 0,
  609. 1,
  610. 1,
  611. 1,
  612. 1
  613. ]
  614. },
  615. "_eulerAngles": {
  616. "__type__": "cc.Vec3",
  617. "x": 0,
  618. "y": 0,
  619. "z": 0
  620. },
  621. "_skewX": 0,
  622. "_skewY": 0,
  623. "_is3DNode": false,
  624. "_groupIndex": 0,
  625. "groupIndex": 0,
  626. "_id": ""
  627. },
  628. {
  629. "__type__": "cc.Label",
  630. "_name": "",
  631. "_objFlags": 0,
  632. "node": {
  633. "__id__": 13
  634. },
  635. "_enabled": true,
  636. "_materials": [
  637. {
  638. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  639. }
  640. ],
  641. "_srcBlendFactor": 770,
  642. "_dstBlendFactor": 771,
  643. "_string": "000",
  644. "_N$string": "000",
  645. "_fontSize": 34,
  646. "_lineHeight": 34,
  647. "_enableWrapText": true,
  648. "_N$file": null,
  649. "_isSystemFontUsed": true,
  650. "_spacingX": 0,
  651. "_batchAsBitmap": false,
  652. "_styleFlags": 1,
  653. "_underlineHeight": 0,
  654. "_N$horizontalAlign": 1,
  655. "_N$verticalAlign": 1,
  656. "_N$fontFamily": "Arial",
  657. "_N$overflow": 0,
  658. "_N$cacheMode": 0,
  659. "_id": ""
  660. },
  661. {
  662. "__type__": "cc.LabelOutline",
  663. "_name": "",
  664. "_objFlags": 0,
  665. "node": {
  666. "__id__": 13
  667. },
  668. "_enabled": true,
  669. "_color": {
  670. "__type__": "cc.Color",
  671. "r": 93,
  672. "g": 147,
  673. "b": 8,
  674. "a": 255
  675. },
  676. "_width": 3,
  677. "_id": ""
  678. },
  679. {
  680. "__type__": "cc.PrefabInfo",
  681. "root": {
  682. "__id__": 1
  683. },
  684. "asset": {
  685. "__id__": 0
  686. },
  687. "fileId": "7aOc+fY75DFa0hLx3Kd3fK",
  688. "sync": false
  689. },
  690. {
  691. "__type__": "cc.Sprite",
  692. "_name": "",
  693. "_objFlags": 0,
  694. "node": {
  695. "__id__": 12
  696. },
  697. "_enabled": true,
  698. "_materials": [
  699. {
  700. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  701. }
  702. ],
  703. "_srcBlendFactor": 770,
  704. "_dstBlendFactor": 771,
  705. "_spriteFrame": {
  706. "__uuid__": "a7f731bf-b765-4cee-b961-013da72fdda2"
  707. },
  708. "_type": 0,
  709. "_sizeMode": 0,
  710. "_fillType": 0,
  711. "_fillCenter": {
  712. "__type__": "cc.Vec2",
  713. "x": 0,
  714. "y": 0
  715. },
  716. "_fillStart": 0,
  717. "_fillRange": 0,
  718. "_isTrimmedMode": true,
  719. "_atlas": null,
  720. "_id": ""
  721. },
  722. {
  723. "__type__": "cc.Button",
  724. "_name": "",
  725. "_objFlags": 0,
  726. "node": {
  727. "__id__": 12
  728. },
  729. "_enabled": true,
  730. "_normalMaterial": null,
  731. "_grayMaterial": null,
  732. "duration": 0.1,
  733. "zoomScale": 1.2,
  734. "clickEvents": [
  735. {
  736. "__id__": 19
  737. }
  738. ],
  739. "_N$interactable": true,
  740. "_N$enableAutoGrayEffect": false,
  741. "_N$transition": 0,
  742. "transition": 0,
  743. "_N$normalColor": {
  744. "__type__": "cc.Color",
  745. "r": 255,
  746. "g": 255,
  747. "b": 255,
  748. "a": 255
  749. },
  750. "_N$pressedColor": {
  751. "__type__": "cc.Color",
  752. "r": 211,
  753. "g": 211,
  754. "b": 211,
  755. "a": 255
  756. },
  757. "pressedColor": {
  758. "__type__": "cc.Color",
  759. "r": 211,
  760. "g": 211,
  761. "b": 211,
  762. "a": 255
  763. },
  764. "_N$hoverColor": {
  765. "__type__": "cc.Color",
  766. "r": 255,
  767. "g": 255,
  768. "b": 255,
  769. "a": 255
  770. },
  771. "hoverColor": {
  772. "__type__": "cc.Color",
  773. "r": 255,
  774. "g": 255,
  775. "b": 255,
  776. "a": 255
  777. },
  778. "_N$disabledColor": {
  779. "__type__": "cc.Color",
  780. "r": 124,
  781. "g": 124,
  782. "b": 124,
  783. "a": 255
  784. },
  785. "_N$normalSprite": null,
  786. "_N$pressedSprite": null,
  787. "pressedSprite": null,
  788. "_N$hoverSprite": null,
  789. "hoverSprite": null,
  790. "_N$disabledSprite": null,
  791. "_N$target": null,
  792. "_id": ""
  793. },
  794. {
  795. "__type__": "cc.ClickEvent",
  796. "target": {
  797. "__id__": 1
  798. },
  799. "component": "",
  800. "_componentId": "439b4nTZJRAuIYcYzLSug41",
  801. "handler": "onTouchBuyBtn",
  802. "customEventData": ""
  803. },
  804. {
  805. "__type__": "cc.PrefabInfo",
  806. "root": {
  807. "__id__": 1
  808. },
  809. "asset": {
  810. "__id__": 0
  811. },
  812. "fileId": "2d4z9A3g1IKqQxnEmNbLqV",
  813. "sync": false
  814. },
  815. {
  816. "__type__": "cc.Node",
  817. "_name": "DiamondNumLab",
  818. "_objFlags": 0,
  819. "_parent": {
  820. "__id__": 2
  821. },
  822. "_children": [],
  823. "_active": true,
  824. "_components": [
  825. {
  826. "__id__": 22
  827. },
  828. {
  829. "__id__": 23
  830. }
  831. ],
  832. "_prefab": {
  833. "__id__": 24
  834. },
  835. "_opacity": 255,
  836. "_color": {
  837. "__type__": "cc.Color",
  838. "r": 255,
  839. "g": 255,
  840. "b": 255,
  841. "a": 255
  842. },
  843. "_contentSize": {
  844. "__type__": "cc.Size",
  845. "width": 22.91,
  846. "height": 46.84
  847. },
  848. "_anchorPoint": {
  849. "__type__": "cc.Vec2",
  850. "x": 0.5,
  851. "y": 0.5
  852. },
  853. "_trs": {
  854. "__type__": "TypedArray",
  855. "ctor": "Float64Array",
  856. "array": [
  857. 28.679,
  858. -39.70600000000002,
  859. 0,
  860. 0,
  861. 0,
  862. 0,
  863. 1,
  864. 1,
  865. 1,
  866. 1
  867. ]
  868. },
  869. "_eulerAngles": {
  870. "__type__": "cc.Vec3",
  871. "x": 0,
  872. "y": 0,
  873. "z": 0
  874. },
  875. "_skewX": 0,
  876. "_skewY": 0,
  877. "_is3DNode": false,
  878. "_groupIndex": 0,
  879. "groupIndex": 0,
  880. "_id": ""
  881. },
  882. {
  883. "__type__": "cc.Label",
  884. "_name": "",
  885. "_objFlags": 0,
  886. "node": {
  887. "__id__": 21
  888. },
  889. "_enabled": true,
  890. "_materials": [
  891. {
  892. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  893. }
  894. ],
  895. "_srcBlendFactor": 770,
  896. "_dstBlendFactor": 771,
  897. "_string": "0",
  898. "_N$string": "0",
  899. "_fontSize": 34,
  900. "_lineHeight": 34,
  901. "_enableWrapText": true,
  902. "_N$file": null,
  903. "_isSystemFontUsed": true,
  904. "_spacingX": 0,
  905. "_batchAsBitmap": false,
  906. "_styleFlags": 1,
  907. "_underlineHeight": 0,
  908. "_N$horizontalAlign": 1,
  909. "_N$verticalAlign": 1,
  910. "_N$fontFamily": "Arial",
  911. "_N$overflow": 0,
  912. "_N$cacheMode": 0,
  913. "_id": ""
  914. },
  915. {
  916. "__type__": "cc.LabelOutline",
  917. "_name": "",
  918. "_objFlags": 0,
  919. "node": {
  920. "__id__": 21
  921. },
  922. "_enabled": true,
  923. "_color": {
  924. "__type__": "cc.Color",
  925. "r": 211,
  926. "g": 128,
  927. "b": 61,
  928. "a": 255
  929. },
  930. "_width": 2,
  931. "_id": ""
  932. },
  933. {
  934. "__type__": "cc.PrefabInfo",
  935. "root": {
  936. "__id__": 1
  937. },
  938. "asset": {
  939. "__id__": 0
  940. },
  941. "fileId": "97MKFPFvVDAKhdFGnaYTzy",
  942. "sync": false
  943. },
  944. {
  945. "__type__": "cc.Node",
  946. "_name": "RateLab",
  947. "_objFlags": 0,
  948. "_parent": {
  949. "__id__": 2
  950. },
  951. "_children": [],
  952. "_active": true,
  953. "_components": [
  954. {
  955. "__id__": 26
  956. },
  957. {
  958. "__id__": 27
  959. }
  960. ],
  961. "_prefab": {
  962. "__id__": 28
  963. },
  964. "_opacity": 255,
  965. "_color": {
  966. "__type__": "cc.Color",
  967. "r": 255,
  968. "g": 255,
  969. "b": 255,
  970. "a": 255
  971. },
  972. "_contentSize": {
  973. "__type__": "cc.Size",
  974. "width": 86,
  975. "height": 109.96
  976. },
  977. "_anchorPoint": {
  978. "__type__": "cc.Vec2",
  979. "x": 0.5,
  980. "y": 0.5
  981. },
  982. "_trs": {
  983. "__type__": "TypedArray",
  984. "ctor": "Float64Array",
  985. "array": [
  986. 62.176,
  987. 79.495,
  988. 0,
  989. 0,
  990. 0,
  991. 0,
  992. 1,
  993. 0.5,
  994. 0.5,
  995. 1
  996. ]
  997. },
  998. "_eulerAngles": {
  999. "__type__": "cc.Vec3",
  1000. "x": 0,
  1001. "y": 0,
  1002. "z": 0
  1003. },
  1004. "_skewX": 0,
  1005. "_skewY": 0,
  1006. "_is3DNode": false,
  1007. "_groupIndex": 0,
  1008. "groupIndex": 0,
  1009. "_id": ""
  1010. },
  1011. {
  1012. "__type__": "cc.Label",
  1013. "_name": "",
  1014. "_objFlags": 0,
  1015. "node": {
  1016. "__id__": 25
  1017. },
  1018. "_enabled": true,
  1019. "_materials": [
  1020. {
  1021. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1022. }
  1023. ],
  1024. "_srcBlendFactor": 770,
  1025. "_dstBlendFactor": 771,
  1026. "_string": "首充\n翻倍",
  1027. "_N$string": "首充\n翻倍",
  1028. "_fontSize": 40,
  1029. "_lineHeight": 46,
  1030. "_enableWrapText": true,
  1031. "_N$file": null,
  1032. "_isSystemFontUsed": true,
  1033. "_spacingX": 0,
  1034. "_batchAsBitmap": false,
  1035. "_styleFlags": 1,
  1036. "_underlineHeight": 0,
  1037. "_N$horizontalAlign": 1,
  1038. "_N$verticalAlign": 1,
  1039. "_N$fontFamily": "Arial",
  1040. "_N$overflow": 0,
  1041. "_N$cacheMode": 0,
  1042. "_id": ""
  1043. },
  1044. {
  1045. "__type__": "cc.LabelOutline",
  1046. "_name": "",
  1047. "_objFlags": 0,
  1048. "node": {
  1049. "__id__": 25
  1050. },
  1051. "_enabled": true,
  1052. "_color": {
  1053. "__type__": "cc.Color",
  1054. "r": 249,
  1055. "g": 96,
  1056. "b": 96,
  1057. "a": 255
  1058. },
  1059. "_width": 3,
  1060. "_id": ""
  1061. },
  1062. {
  1063. "__type__": "cc.PrefabInfo",
  1064. "root": {
  1065. "__id__": 1
  1066. },
  1067. "asset": {
  1068. "__id__": 0
  1069. },
  1070. "fileId": "59fzI8mBpA86qR9Z7wP/yM",
  1071. "sync": false
  1072. },
  1073. {
  1074. "__type__": "cc.Node",
  1075. "_name": "TitleLab",
  1076. "_objFlags": 0,
  1077. "_parent": {
  1078. "__id__": 2
  1079. },
  1080. "_children": [],
  1081. "_active": true,
  1082. "_components": [
  1083. {
  1084. "__id__": 30
  1085. }
  1086. ],
  1087. "_prefab": {
  1088. "__id__": 31
  1089. },
  1090. "_opacity": 255,
  1091. "_color": {
  1092. "__type__": "cc.Color",
  1093. "r": 222,
  1094. "g": 144,
  1095. "b": 69,
  1096. "a": 255
  1097. },
  1098. "_contentSize": {
  1099. "__type__": "cc.Size",
  1100. "width": 68,
  1101. "height": 42.84
  1102. },
  1103. "_anchorPoint": {
  1104. "__type__": "cc.Vec2",
  1105. "x": 0.5,
  1106. "y": 0.5
  1107. },
  1108. "_trs": {
  1109. "__type__": "TypedArray",
  1110. "ctor": "Float64Array",
  1111. "array": [
  1112. 0,
  1113. 127.859,
  1114. 0,
  1115. 0,
  1116. 0,
  1117. 0,
  1118. 1,
  1119. 0.8,
  1120. 0.8,
  1121. 1
  1122. ]
  1123. },
  1124. "_eulerAngles": {
  1125. "__type__": "cc.Vec3",
  1126. "x": 0,
  1127. "y": 0,
  1128. "z": 0
  1129. },
  1130. "_skewX": 0,
  1131. "_skewY": 0,
  1132. "_is3DNode": false,
  1133. "_groupIndex": 0,
  1134. "groupIndex": 0,
  1135. "_id": ""
  1136. },
  1137. {
  1138. "__type__": "cc.Label",
  1139. "_name": "",
  1140. "_objFlags": 0,
  1141. "node": {
  1142. "__id__": 29
  1143. },
  1144. "_enabled": true,
  1145. "_materials": [
  1146. {
  1147. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1148. }
  1149. ],
  1150. "_srcBlendFactor": 770,
  1151. "_dstBlendFactor": 771,
  1152. "_string": "钻石",
  1153. "_N$string": "钻石",
  1154. "_fontSize": 34,
  1155. "_lineHeight": 34,
  1156. "_enableWrapText": true,
  1157. "_N$file": null,
  1158. "_isSystemFontUsed": true,
  1159. "_spacingX": 0,
  1160. "_batchAsBitmap": false,
  1161. "_styleFlags": 1,
  1162. "_underlineHeight": 0,
  1163. "_N$horizontalAlign": 1,
  1164. "_N$verticalAlign": 1,
  1165. "_N$fontFamily": "Arial",
  1166. "_N$overflow": 0,
  1167. "_N$cacheMode": 0,
  1168. "_id": ""
  1169. },
  1170. {
  1171. "__type__": "cc.PrefabInfo",
  1172. "root": {
  1173. "__id__": 1
  1174. },
  1175. "asset": {
  1176. "__id__": 0
  1177. },
  1178. "fileId": "07Pv2kVy5PvadC1pMt2ERR",
  1179. "sync": false
  1180. },
  1181. {
  1182. "__type__": "cc.Node",
  1183. "_name": "RateDaimondLab",
  1184. "_objFlags": 0,
  1185. "_parent": {
  1186. "__id__": 2
  1187. },
  1188. "_children": [
  1189. {
  1190. "__id__": 33
  1191. }
  1192. ],
  1193. "_active": true,
  1194. "_components": [
  1195. {
  1196. "__id__": 36
  1197. }
  1198. ],
  1199. "_prefab": {
  1200. "__id__": 37
  1201. },
  1202. "_opacity": 255,
  1203. "_color": {
  1204. "__type__": "cc.Color",
  1205. "r": 214,
  1206. "g": 148,
  1207. "b": 103,
  1208. "a": 255
  1209. },
  1210. "_contentSize": {
  1211. "__type__": "cc.Size",
  1212. "width": 11.12,
  1213. "height": 25.2
  1214. },
  1215. "_anchorPoint": {
  1216. "__type__": "cc.Vec2",
  1217. "x": 0.5,
  1218. "y": 0.5
  1219. },
  1220. "_trs": {
  1221. "__type__": "TypedArray",
  1222. "ctor": "Float64Array",
  1223. "array": [
  1224. -50.65,
  1225. -42.752999999999986,
  1226. 0,
  1227. 0,
  1228. 0,
  1229. 0,
  1230. 1,
  1231. 1,
  1232. 1,
  1233. 1
  1234. ]
  1235. },
  1236. "_eulerAngles": {
  1237. "__type__": "cc.Vec3",
  1238. "x": 0,
  1239. "y": 0,
  1240. "z": 0
  1241. },
  1242. "_skewX": 0,
  1243. "_skewY": 0,
  1244. "_is3DNode": false,
  1245. "_groupIndex": 0,
  1246. "groupIndex": 0,
  1247. "_id": ""
  1248. },
  1249. {
  1250. "__type__": "cc.Node",
  1251. "_name": "tb_14",
  1252. "_objFlags": 0,
  1253. "_parent": {
  1254. "__id__": 32
  1255. },
  1256. "_children": [],
  1257. "_active": true,
  1258. "_components": [
  1259. {
  1260. "__id__": 34
  1261. }
  1262. ],
  1263. "_prefab": {
  1264. "__id__": 35
  1265. },
  1266. "_opacity": 255,
  1267. "_color": {
  1268. "__type__": "cc.Color",
  1269. "r": 255,
  1270. "g": 255,
  1271. "b": 255,
  1272. "a": 255
  1273. },
  1274. "_contentSize": {
  1275. "__type__": "cc.Size",
  1276. "width": 52,
  1277. "height": 23
  1278. },
  1279. "_anchorPoint": {
  1280. "__type__": "cc.Vec2",
  1281. "x": 0.5,
  1282. "y": 0.5
  1283. },
  1284. "_trs": {
  1285. "__type__": "TypedArray",
  1286. "ctor": "Float64Array",
  1287. "array": [
  1288. 0,
  1289. 0,
  1290. 0,
  1291. 0,
  1292. 0,
  1293. 0,
  1294. 1,
  1295. 1,
  1296. 1,
  1297. 1
  1298. ]
  1299. },
  1300. "_eulerAngles": {
  1301. "__type__": "cc.Vec3",
  1302. "x": 0,
  1303. "y": 0,
  1304. "z": 0
  1305. },
  1306. "_skewX": 0,
  1307. "_skewY": 0,
  1308. "_is3DNode": false,
  1309. "_groupIndex": 0,
  1310. "groupIndex": 0,
  1311. "_id": ""
  1312. },
  1313. {
  1314. "__type__": "cc.Sprite",
  1315. "_name": "",
  1316. "_objFlags": 0,
  1317. "node": {
  1318. "__id__": 33
  1319. },
  1320. "_enabled": true,
  1321. "_materials": [
  1322. {
  1323. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1324. }
  1325. ],
  1326. "_srcBlendFactor": 770,
  1327. "_dstBlendFactor": 771,
  1328. "_spriteFrame": {
  1329. "__uuid__": "dd696ab0-774a-4dbc-87ef-a3fcec8f666b"
  1330. },
  1331. "_type": 0,
  1332. "_sizeMode": 1,
  1333. "_fillType": 0,
  1334. "_fillCenter": {
  1335. "__type__": "cc.Vec2",
  1336. "x": 0,
  1337. "y": 0
  1338. },
  1339. "_fillStart": 0,
  1340. "_fillRange": 0,
  1341. "_isTrimmedMode": true,
  1342. "_atlas": null,
  1343. "_id": ""
  1344. },
  1345. {
  1346. "__type__": "cc.PrefabInfo",
  1347. "root": {
  1348. "__id__": 1
  1349. },
  1350. "asset": {
  1351. "__id__": 0
  1352. },
  1353. "fileId": "5dD6PyjYNN+4E82e4g5+/o",
  1354. "sync": false
  1355. },
  1356. {
  1357. "__type__": "cc.Label",
  1358. "_name": "",
  1359. "_objFlags": 0,
  1360. "node": {
  1361. "__id__": 32
  1362. },
  1363. "_enabled": true,
  1364. "_materials": [
  1365. {
  1366. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1367. }
  1368. ],
  1369. "_srcBlendFactor": 770,
  1370. "_dstBlendFactor": 771,
  1371. "_string": "0",
  1372. "_N$string": "0",
  1373. "_fontSize": 20,
  1374. "_lineHeight": 20,
  1375. "_enableWrapText": true,
  1376. "_N$file": null,
  1377. "_isSystemFontUsed": true,
  1378. "_spacingX": 0,
  1379. "_batchAsBitmap": false,
  1380. "_styleFlags": 1,
  1381. "_underlineHeight": 0,
  1382. "_N$horizontalAlign": 1,
  1383. "_N$verticalAlign": 1,
  1384. "_N$fontFamily": "Arial",
  1385. "_N$overflow": 0,
  1386. "_N$cacheMode": 0,
  1387. "_id": ""
  1388. },
  1389. {
  1390. "__type__": "cc.PrefabInfo",
  1391. "root": {
  1392. "__id__": 1
  1393. },
  1394. "asset": {
  1395. "__id__": 0
  1396. },
  1397. "fileId": "70OneVOIlGjaNsicp6vceq",
  1398. "sync": false
  1399. },
  1400. {
  1401. "__type__": "cc.Sprite",
  1402. "_name": "",
  1403. "_objFlags": 0,
  1404. "node": {
  1405. "__id__": 2
  1406. },
  1407. "_enabled": true,
  1408. "_materials": [
  1409. {
  1410. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1411. }
  1412. ],
  1413. "_srcBlendFactor": 770,
  1414. "_dstBlendFactor": 771,
  1415. "_spriteFrame": {
  1416. "__uuid__": "0ab420a5-1c8c-4164-a1a4-69391ed2163f"
  1417. },
  1418. "_type": 0,
  1419. "_sizeMode": 1,
  1420. "_fillType": 0,
  1421. "_fillCenter": {
  1422. "__type__": "cc.Vec2",
  1423. "x": 0,
  1424. "y": 0
  1425. },
  1426. "_fillStart": 0,
  1427. "_fillRange": 0,
  1428. "_isTrimmedMode": true,
  1429. "_atlas": null,
  1430. "_id": ""
  1431. },
  1432. {
  1433. "__type__": "cc.PrefabInfo",
  1434. "root": {
  1435. "__id__": 1
  1436. },
  1437. "asset": {
  1438. "__id__": 0
  1439. },
  1440. "fileId": "18ipdxMX5Fr5WZ75mzKyiz",
  1441. "sync": false
  1442. },
  1443. {
  1444. "__type__": "439b4nTZJRAuIYcYzLSug41",
  1445. "_name": "",
  1446. "_objFlags": 0,
  1447. "node": {
  1448. "__id__": 1
  1449. },
  1450. "_enabled": true,
  1451. "content": {
  1452. "__id__": 2
  1453. },
  1454. "icon": {
  1455. "__id__": 7
  1456. },
  1457. "costLab": {
  1458. "__id__": 14
  1459. },
  1460. "title": {
  1461. "__id__": 30
  1462. },
  1463. "diamondNumLab": {
  1464. "__id__": 22
  1465. },
  1466. "extraRateLab": {
  1467. "__id__": 26
  1468. },
  1469. "rateNode": {
  1470. "__id__": 9
  1471. },
  1472. "orginalDiamonLab": {
  1473. "__id__": 36
  1474. },
  1475. "_id": ""
  1476. },
  1477. {
  1478. "__type__": "cc.PrefabInfo",
  1479. "root": {
  1480. "__id__": 1
  1481. },
  1482. "asset": {
  1483. "__id__": 0
  1484. },
  1485. "fileId": "",
  1486. "sync": false
  1487. }
  1488. ]