good_item.prefab 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080
  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": "good_item",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 5
  25. },
  26. {
  27. "__id__": 23
  28. }
  29. ],
  30. "_active": true,
  31. "_components": [
  32. {
  33. "__id__": 26
  34. },
  35. {
  36. "__id__": 28
  37. }
  38. ],
  39. "_prefab": {
  40. "__id__": 29
  41. },
  42. "_opacity": 255,
  43. "_color": {
  44. "__type__": "cc.Color",
  45. "r": 252,
  46. "g": 252,
  47. "b": 252,
  48. "a": 255
  49. },
  50. "_contentSize": {
  51. "__type__": "cc.Size",
  52. "width": 86,
  53. "height": 86
  54. },
  55. "_anchorPoint": {
  56. "__type__": "cc.Vec2",
  57. "x": 0.5,
  58. "y": 0.5
  59. },
  60. "_trs": {
  61. "__type__": "TypedArray",
  62. "ctor": "Float64Array",
  63. "array": [
  64. 255,
  65. 0,
  66. 0,
  67. 0,
  68. 0,
  69. 0,
  70. 1,
  71. 1,
  72. 1,
  73. 0
  74. ]
  75. },
  76. "_eulerAngles": {
  77. "__type__": "cc.Vec3",
  78. "x": 0,
  79. "y": 0,
  80. "z": 0
  81. },
  82. "_skewX": 0,
  83. "_skewY": 0,
  84. "_is3DNode": false,
  85. "_groupIndex": 0,
  86. "groupIndex": 0,
  87. "_id": ""
  88. },
  89. {
  90. "__type__": "cc.Node",
  91. "_name": "frame",
  92. "_objFlags": 0,
  93. "_parent": {
  94. "__id__": 1
  95. },
  96. "_children": [],
  97. "_active": true,
  98. "_components": [
  99. {
  100. "__id__": 3
  101. }
  102. ],
  103. "_prefab": {
  104. "__id__": 4
  105. },
  106. "_opacity": 255,
  107. "_color": {
  108. "__type__": "cc.Color",
  109. "r": 255,
  110. "g": 255,
  111. "b": 255,
  112. "a": 255
  113. },
  114. "_contentSize": {
  115. "__type__": "cc.Size",
  116. "width": 86,
  117. "height": 86
  118. },
  119. "_anchorPoint": {
  120. "__type__": "cc.Vec2",
  121. "x": 0.5,
  122. "y": 0.5
  123. },
  124. "_trs": {
  125. "__type__": "TypedArray",
  126. "ctor": "Float64Array",
  127. "array": [
  128. 0,
  129. 0,
  130. 0,
  131. 0,
  132. 0,
  133. 0,
  134. 1,
  135. 1,
  136. 1,
  137. 1
  138. ]
  139. },
  140. "_eulerAngles": {
  141. "__type__": "cc.Vec3",
  142. "x": 0,
  143. "y": 0,
  144. "z": 0
  145. },
  146. "_skewX": 0,
  147. "_skewY": 0,
  148. "_is3DNode": false,
  149. "_groupIndex": 0,
  150. "groupIndex": 0,
  151. "_id": ""
  152. },
  153. {
  154. "__type__": "cc.Sprite",
  155. "_name": "",
  156. "_objFlags": 0,
  157. "node": {
  158. "__id__": 2
  159. },
  160. "_enabled": true,
  161. "_materials": [
  162. {
  163. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  164. }
  165. ],
  166. "_srcBlendFactor": 770,
  167. "_dstBlendFactor": 771,
  168. "_spriteFrame": {
  169. "__uuid__": "78562430-f154-4a16-914a-8c84c69f9cce"
  170. },
  171. "_type": 0,
  172. "_sizeMode": 1,
  173. "_fillType": 0,
  174. "_fillCenter": {
  175. "__type__": "cc.Vec2",
  176. "x": 0,
  177. "y": 0
  178. },
  179. "_fillStart": 0,
  180. "_fillRange": 0,
  181. "_isTrimmedMode": true,
  182. "_atlas": null,
  183. "_id": ""
  184. },
  185. {
  186. "__type__": "cc.PrefabInfo",
  187. "root": {
  188. "__id__": 1
  189. },
  190. "asset": {
  191. "__uuid__": "6c438e3b-e3ad-40e2-a4d7-997937f159fd"
  192. },
  193. "fileId": "64Iw8HLn1Dnbr6M1yZIERi",
  194. "sync": false
  195. },
  196. {
  197. "__type__": "cc.Node",
  198. "_name": "infoNode",
  199. "_objFlags": 0,
  200. "_parent": {
  201. "__id__": 1
  202. },
  203. "_children": [
  204. {
  205. "__id__": 6
  206. },
  207. {
  208. "__id__": 9
  209. },
  210. {
  211. "__id__": 15
  212. },
  213. {
  214. "__id__": 18
  215. }
  216. ],
  217. "_active": true,
  218. "_components": [],
  219. "_prefab": {
  220. "__id__": 22
  221. },
  222. "_opacity": 255,
  223. "_color": {
  224. "__type__": "cc.Color",
  225. "r": 255,
  226. "g": 255,
  227. "b": 255,
  228. "a": 255
  229. },
  230. "_contentSize": {
  231. "__type__": "cc.Size",
  232. "width": 80,
  233. "height": 80
  234. },
  235. "_anchorPoint": {
  236. "__type__": "cc.Vec2",
  237. "x": 0.5,
  238. "y": 0.5
  239. },
  240. "_trs": {
  241. "__type__": "TypedArray",
  242. "ctor": "Float64Array",
  243. "array": [
  244. 0,
  245. 0,
  246. 0,
  247. 0,
  248. 0,
  249. 0,
  250. 1,
  251. 1,
  252. 1,
  253. 1
  254. ]
  255. },
  256. "_eulerAngles": {
  257. "__type__": "cc.Vec3",
  258. "x": 0,
  259. "y": 0,
  260. "z": 0
  261. },
  262. "_skewX": 0,
  263. "_skewY": 0,
  264. "_is3DNode": false,
  265. "_groupIndex": 0,
  266. "groupIndex": 0,
  267. "_id": ""
  268. },
  269. {
  270. "__type__": "cc.Node",
  271. "_name": "icon",
  272. "_objFlags": 0,
  273. "_parent": {
  274. "__id__": 5
  275. },
  276. "_children": [],
  277. "_active": true,
  278. "_components": [
  279. {
  280. "__id__": 7
  281. }
  282. ],
  283. "_prefab": {
  284. "__id__": 8
  285. },
  286. "_opacity": 255,
  287. "_color": {
  288. "__type__": "cc.Color",
  289. "r": 255,
  290. "g": 255,
  291. "b": 255,
  292. "a": 255
  293. },
  294. "_contentSize": {
  295. "__type__": "cc.Size",
  296. "width": 62,
  297. "height": 65
  298. },
  299. "_anchorPoint": {
  300. "__type__": "cc.Vec2",
  301. "x": 0.5,
  302. "y": 0.5
  303. },
  304. "_trs": {
  305. "__type__": "TypedArray",
  306. "ctor": "Float64Array",
  307. "array": [
  308. 0,
  309. 0,
  310. 0,
  311. 0,
  312. 0,
  313. 0,
  314. 1,
  315. 1,
  316. 1,
  317. 1
  318. ]
  319. },
  320. "_eulerAngles": {
  321. "__type__": "cc.Vec3",
  322. "x": 0,
  323. "y": 0,
  324. "z": 0
  325. },
  326. "_skewX": 0,
  327. "_skewY": 0,
  328. "_is3DNode": false,
  329. "_groupIndex": 0,
  330. "groupIndex": 0,
  331. "_id": ""
  332. },
  333. {
  334. "__type__": "cc.Sprite",
  335. "_name": "",
  336. "_objFlags": 0,
  337. "node": {
  338. "__id__": 6
  339. },
  340. "_enabled": true,
  341. "_materials": [
  342. {
  343. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  344. }
  345. ],
  346. "_srcBlendFactor": 770,
  347. "_dstBlendFactor": 771,
  348. "_spriteFrame": null,
  349. "_type": 0,
  350. "_sizeMode": 1,
  351. "_fillType": 0,
  352. "_fillCenter": {
  353. "__type__": "cc.Vec2",
  354. "x": 0,
  355. "y": 0
  356. },
  357. "_fillStart": 0,
  358. "_fillRange": 0,
  359. "_isTrimmedMode": true,
  360. "_atlas": null,
  361. "_id": ""
  362. },
  363. {
  364. "__type__": "cc.PrefabInfo",
  365. "root": {
  366. "__id__": 1
  367. },
  368. "asset": {
  369. "__uuid__": "6c438e3b-e3ad-40e2-a4d7-997937f159fd"
  370. },
  371. "fileId": "0fiCn4IjZAZ6xM0YnwQFIH",
  372. "sync": false
  373. },
  374. {
  375. "__type__": "cc.Node",
  376. "_name": "countNode",
  377. "_objFlags": 0,
  378. "_parent": {
  379. "__id__": 5
  380. },
  381. "_children": [
  382. {
  383. "__id__": 10
  384. }
  385. ],
  386. "_active": true,
  387. "_components": [],
  388. "_prefab": {
  389. "__id__": 14
  390. },
  391. "_opacity": 255,
  392. "_color": {
  393. "__type__": "cc.Color",
  394. "r": 255,
  395. "g": 255,
  396. "b": 255,
  397. "a": 255
  398. },
  399. "_contentSize": {
  400. "__type__": "cc.Size",
  401. "width": 0,
  402. "height": 0
  403. },
  404. "_anchorPoint": {
  405. "__type__": "cc.Vec2",
  406. "x": 0.5,
  407. "y": 0.5
  408. },
  409. "_trs": {
  410. "__type__": "TypedArray",
  411. "ctor": "Float64Array",
  412. "array": [
  413. -37.223,
  414. 27.39,
  415. 0,
  416. 0,
  417. 0,
  418. 0,
  419. 1,
  420. 1,
  421. 1,
  422. 1
  423. ]
  424. },
  425. "_eulerAngles": {
  426. "__type__": "cc.Vec3",
  427. "x": 0,
  428. "y": 0,
  429. "z": 0
  430. },
  431. "_skewX": 0,
  432. "_skewY": 0,
  433. "_is3DNode": false,
  434. "_groupIndex": 0,
  435. "groupIndex": 0,
  436. "_id": ""
  437. },
  438. {
  439. "__type__": "cc.Node",
  440. "_name": "count",
  441. "_objFlags": 0,
  442. "_parent": {
  443. "__id__": 9
  444. },
  445. "_children": [],
  446. "_active": true,
  447. "_components": [
  448. {
  449. "__id__": 11
  450. },
  451. {
  452. "__id__": 12
  453. }
  454. ],
  455. "_prefab": {
  456. "__id__": 13
  457. },
  458. "_opacity": 255,
  459. "_color": {
  460. "__type__": "cc.Color",
  461. "r": 255,
  462. "g": 255,
  463. "b": 255,
  464. "a": 255
  465. },
  466. "_contentSize": {
  467. "__type__": "cc.Size",
  468. "width": 4,
  469. "height": 29.2
  470. },
  471. "_anchorPoint": {
  472. "__type__": "cc.Vec2",
  473. "x": 0,
  474. "y": 0.5
  475. },
  476. "_trs": {
  477. "__type__": "TypedArray",
  478. "ctor": "Float64Array",
  479. "array": [
  480. 0,
  481. 0,
  482. 0,
  483. 0,
  484. 0,
  485. 0,
  486. 1,
  487. 1,
  488. 1,
  489. 1
  490. ]
  491. },
  492. "_eulerAngles": {
  493. "__type__": "cc.Vec3",
  494. "x": 0,
  495. "y": 0,
  496. "z": 0
  497. },
  498. "_skewX": 0,
  499. "_skewY": 0,
  500. "_is3DNode": false,
  501. "_groupIndex": 0,
  502. "groupIndex": 0,
  503. "_id": ""
  504. },
  505. {
  506. "__type__": "cc.Label",
  507. "_name": "",
  508. "_objFlags": 0,
  509. "node": {
  510. "__id__": 10
  511. },
  512. "_enabled": true,
  513. "_materials": [
  514. {
  515. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  516. }
  517. ],
  518. "_srcBlendFactor": 770,
  519. "_dstBlendFactor": 771,
  520. "_string": "",
  521. "_N$string": "",
  522. "_fontSize": 20,
  523. "_lineHeight": 0,
  524. "_enableWrapText": true,
  525. "_N$file": {
  526. "__uuid__": "1cdb5762-18d1-4d60-a364-c717229e08e9"
  527. },
  528. "_isSystemFontUsed": false,
  529. "_spacingX": 0,
  530. "_batchAsBitmap": false,
  531. "_styleFlags": 0,
  532. "_underlineHeight": 0,
  533. "_N$horizontalAlign": 1,
  534. "_N$verticalAlign": 1,
  535. "_N$fontFamily": "Arial",
  536. "_N$overflow": 0,
  537. "_N$cacheMode": 0,
  538. "_id": ""
  539. },
  540. {
  541. "__type__": "cc.LabelOutline",
  542. "_name": "",
  543. "_objFlags": 0,
  544. "node": {
  545. "__id__": 10
  546. },
  547. "_enabled": true,
  548. "_color": {
  549. "__type__": "cc.Color",
  550. "r": 75,
  551. "g": 43,
  552. "b": 0,
  553. "a": 255
  554. },
  555. "_width": 2,
  556. "_id": ""
  557. },
  558. {
  559. "__type__": "cc.PrefabInfo",
  560. "root": {
  561. "__id__": 1
  562. },
  563. "asset": {
  564. "__uuid__": "6c438e3b-e3ad-40e2-a4d7-997937f159fd"
  565. },
  566. "fileId": "e83tuxOmJC1KlttRdQUyju",
  567. "sync": false
  568. },
  569. {
  570. "__type__": "cc.PrefabInfo",
  571. "root": {
  572. "__id__": 1
  573. },
  574. "asset": {
  575. "__uuid__": "6c438e3b-e3ad-40e2-a4d7-997937f159fd"
  576. },
  577. "fileId": "f441WfffNC/KdXY8SHwgpW",
  578. "sync": false
  579. },
  580. {
  581. "__type__": "cc.Node",
  582. "_name": "New Node",
  583. "_objFlags": 0,
  584. "_parent": {
  585. "__id__": 5
  586. },
  587. "_children": [],
  588. "_active": true,
  589. "_components": [
  590. {
  591. "__id__": 16
  592. }
  593. ],
  594. "_prefab": {
  595. "__id__": 17
  596. },
  597. "_opacity": 255,
  598. "_color": {
  599. "__type__": "cc.Color",
  600. "r": 255,
  601. "g": 255,
  602. "b": 255,
  603. "a": 255
  604. },
  605. "_contentSize": {
  606. "__type__": "cc.Size",
  607. "width": 20,
  608. "height": 30
  609. },
  610. "_anchorPoint": {
  611. "__type__": "cc.Vec2",
  612. "x": 0.5,
  613. "y": 0.5
  614. },
  615. "_trs": {
  616. "__type__": "TypedArray",
  617. "ctor": "Float64Array",
  618. "array": [
  619. 0,
  620. -33.29,
  621. 0,
  622. 0,
  623. 0,
  624. 0,
  625. 1,
  626. 0.8,
  627. 0.8,
  628. 1
  629. ]
  630. },
  631. "_eulerAngles": {
  632. "__type__": "cc.Vec3",
  633. "x": 0,
  634. "y": 0,
  635. "z": 0
  636. },
  637. "_skewX": 0,
  638. "_skewY": 0,
  639. "_is3DNode": false,
  640. "_groupIndex": 0,
  641. "groupIndex": 0,
  642. "_id": ""
  643. },
  644. {
  645. "__type__": "cc.Layout",
  646. "_name": "",
  647. "_objFlags": 0,
  648. "node": {
  649. "__id__": 15
  650. },
  651. "_enabled": true,
  652. "_layoutSize": {
  653. "__type__": "cc.Size",
  654. "width": 20,
  655. "height": 30
  656. },
  657. "_resize": 1,
  658. "_N$layoutType": 1,
  659. "_N$cellSize": {
  660. "__type__": "cc.Size",
  661. "width": 40,
  662. "height": 40
  663. },
  664. "_N$startAxis": 0,
  665. "_N$paddingLeft": 0,
  666. "_N$paddingRight": 0,
  667. "_N$paddingTop": 0,
  668. "_N$paddingBottom": 0,
  669. "_N$spacingX": -10,
  670. "_N$spacingY": 0,
  671. "_N$verticalDirection": 1,
  672. "_N$horizontalDirection": 0,
  673. "_N$affectedByScale": false,
  674. "_id": ""
  675. },
  676. {
  677. "__type__": "cc.PrefabInfo",
  678. "root": {
  679. "__id__": 1
  680. },
  681. "asset": {
  682. "__uuid__": "6c438e3b-e3ad-40e2-a4d7-997937f159fd"
  683. },
  684. "fileId": "82RPBTVEFLp4ypNusQ/w5R",
  685. "sync": false
  686. },
  687. {
  688. "__type__": "cc.Node",
  689. "_name": "contrast",
  690. "_objFlags": 0,
  691. "_parent": {
  692. "__id__": 5
  693. },
  694. "_children": [],
  695. "_active": false,
  696. "_components": [
  697. {
  698. "__id__": 19
  699. },
  700. {
  701. "__id__": 20
  702. }
  703. ],
  704. "_prefab": {
  705. "__id__": 21
  706. },
  707. "_opacity": 255,
  708. "_color": {
  709. "__type__": "cc.Color",
  710. "r": 255,
  711. "g": 255,
  712. "b": 255,
  713. "a": 255
  714. },
  715. "_contentSize": {
  716. "__type__": "cc.Size",
  717. "width": 27.68,
  718. "height": 33.5
  719. },
  720. "_anchorPoint": {
  721. "__type__": "cc.Vec2",
  722. "x": 0.5,
  723. "y": 0.5
  724. },
  725. "_trs": {
  726. "__type__": "TypedArray",
  727. "ctor": "Float64Array",
  728. "array": [
  729. 0,
  730. -62.771,
  731. 0,
  732. 0,
  733. 0,
  734. 0,
  735. 1,
  736. 1,
  737. 1,
  738. 1
  739. ]
  740. },
  741. "_eulerAngles": {
  742. "__type__": "cc.Vec3",
  743. "x": 0,
  744. "y": 0,
  745. "z": 0
  746. },
  747. "_skewX": 0,
  748. "_skewY": 0,
  749. "_is3DNode": false,
  750. "_groupIndex": 0,
  751. "groupIndex": 0,
  752. "_id": ""
  753. },
  754. {
  755. "__type__": "cc.Label",
  756. "_name": "",
  757. "_objFlags": 0,
  758. "node": {
  759. "__id__": 18
  760. },
  761. "_enabled": true,
  762. "_materials": [
  763. {
  764. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  765. }
  766. ],
  767. "_srcBlendFactor": 770,
  768. "_dstBlendFactor": 771,
  769. "_string": "1/1",
  770. "_N$string": "1/1",
  771. "_fontSize": 25,
  772. "_lineHeight": 0,
  773. "_enableWrapText": true,
  774. "_N$file": {
  775. "__uuid__": "1cdb5762-18d1-4d60-a364-c717229e08e9"
  776. },
  777. "_isSystemFontUsed": false,
  778. "_spacingX": 0,
  779. "_batchAsBitmap": false,
  780. "_styleFlags": 0,
  781. "_underlineHeight": 0,
  782. "_N$horizontalAlign": 1,
  783. "_N$verticalAlign": 1,
  784. "_N$fontFamily": "Arial",
  785. "_N$overflow": 0,
  786. "_N$cacheMode": 0,
  787. "_id": ""
  788. },
  789. {
  790. "__type__": "cc.LabelOutline",
  791. "_name": "",
  792. "_objFlags": 0,
  793. "node": {
  794. "__id__": 18
  795. },
  796. "_enabled": true,
  797. "_color": {
  798. "__type__": "cc.Color",
  799. "r": 14,
  800. "g": 13,
  801. "b": 12,
  802. "a": 255
  803. },
  804. "_width": 1,
  805. "_id": ""
  806. },
  807. {
  808. "__type__": "cc.PrefabInfo",
  809. "root": {
  810. "__id__": 1
  811. },
  812. "asset": {
  813. "__uuid__": "6c438e3b-e3ad-40e2-a4d7-997937f159fd"
  814. },
  815. "fileId": "bazDvO73hA9KDDlkW5093G",
  816. "sync": false
  817. },
  818. {
  819. "__type__": "cc.PrefabInfo",
  820. "root": {
  821. "__id__": 1
  822. },
  823. "asset": {
  824. "__uuid__": "6c438e3b-e3ad-40e2-a4d7-997937f159fd"
  825. },
  826. "fileId": "28C/W/+vtLZoTBp1VfjsKb",
  827. "sync": false
  828. },
  829. {
  830. "__type__": "cc.Node",
  831. "_name": "New Sprite",
  832. "_objFlags": 0,
  833. "_parent": {
  834. "__id__": 1
  835. },
  836. "_children": [],
  837. "_active": false,
  838. "_components": [
  839. {
  840. "__id__": 24
  841. }
  842. ],
  843. "_prefab": {
  844. "__id__": 25
  845. },
  846. "_opacity": 255,
  847. "_color": {
  848. "__type__": "cc.Color",
  849. "r": 255,
  850. "g": 255,
  851. "b": 255,
  852. "a": 255
  853. },
  854. "_contentSize": {
  855. "__type__": "cc.Size",
  856. "width": 92,
  857. "height": 92
  858. },
  859. "_anchorPoint": {
  860. "__type__": "cc.Vec2",
  861. "x": 0.5,
  862. "y": 0.5
  863. },
  864. "_trs": {
  865. "__type__": "TypedArray",
  866. "ctor": "Float64Array",
  867. "array": [
  868. 0,
  869. 0,
  870. 0,
  871. 0,
  872. 0,
  873. 0,
  874. 1,
  875. 1,
  876. 1,
  877. 1
  878. ]
  879. },
  880. "_eulerAngles": {
  881. "__type__": "cc.Vec3",
  882. "x": 0,
  883. "y": 0,
  884. "z": 0
  885. },
  886. "_skewX": 0,
  887. "_skewY": 0,
  888. "_is3DNode": false,
  889. "_groupIndex": 0,
  890. "groupIndex": 0,
  891. "_id": ""
  892. },
  893. {
  894. "__type__": "cc.Sprite",
  895. "_name": "",
  896. "_objFlags": 0,
  897. "node": {
  898. "__id__": 23
  899. },
  900. "_enabled": true,
  901. "_materials": [
  902. {
  903. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  904. }
  905. ],
  906. "_srcBlendFactor": 770,
  907. "_dstBlendFactor": 771,
  908. "_spriteFrame": {
  909. "__uuid__": "200d6ab0-1dc2-4bd2-b609-b86a6b5bc179"
  910. },
  911. "_type": 1,
  912. "_sizeMode": 1,
  913. "_fillType": 0,
  914. "_fillCenter": {
  915. "__type__": "cc.Vec2",
  916. "x": 0,
  917. "y": 0
  918. },
  919. "_fillStart": 0,
  920. "_fillRange": 0,
  921. "_isTrimmedMode": true,
  922. "_atlas": null,
  923. "_id": ""
  924. },
  925. {
  926. "__type__": "cc.PrefabInfo",
  927. "root": {
  928. "__id__": 1
  929. },
  930. "asset": {
  931. "__uuid__": "6c438e3b-e3ad-40e2-a4d7-997937f159fd"
  932. },
  933. "fileId": "56cKJC6DBGB657MRpFNdru",
  934. "sync": false
  935. },
  936. {
  937. "__type__": "cc.Button",
  938. "_name": "",
  939. "_objFlags": 0,
  940. "node": {
  941. "__id__": 1
  942. },
  943. "_enabled": true,
  944. "_normalMaterial": null,
  945. "_grayMaterial": null,
  946. "duration": 0.1,
  947. "zoomScale": 0.9,
  948. "clickEvents": [
  949. {
  950. "__id__": 27
  951. }
  952. ],
  953. "_N$interactable": true,
  954. "_N$enableAutoGrayEffect": false,
  955. "_N$transition": 3,
  956. "transition": 3,
  957. "_N$normalColor": {
  958. "__type__": "cc.Color",
  959. "r": 255,
  960. "g": 255,
  961. "b": 255,
  962. "a": 255
  963. },
  964. "_N$pressedColor": {
  965. "__type__": "cc.Color",
  966. "r": 211,
  967. "g": 211,
  968. "b": 211,
  969. "a": 255
  970. },
  971. "pressedColor": {
  972. "__type__": "cc.Color",
  973. "r": 211,
  974. "g": 211,
  975. "b": 211,
  976. "a": 255
  977. },
  978. "_N$hoverColor": {
  979. "__type__": "cc.Color",
  980. "r": 255,
  981. "g": 255,
  982. "b": 255,
  983. "a": 255
  984. },
  985. "hoverColor": {
  986. "__type__": "cc.Color",
  987. "r": 255,
  988. "g": 255,
  989. "b": 255,
  990. "a": 255
  991. },
  992. "_N$disabledColor": {
  993. "__type__": "cc.Color",
  994. "r": 124,
  995. "g": 124,
  996. "b": 124,
  997. "a": 255
  998. },
  999. "_N$normalSprite": null,
  1000. "_N$pressedSprite": null,
  1001. "pressedSprite": null,
  1002. "_N$hoverSprite": null,
  1003. "hoverSprite": null,
  1004. "_N$disabledSprite": null,
  1005. "_N$target": null,
  1006. "_id": ""
  1007. },
  1008. {
  1009. "__type__": "cc.ClickEvent",
  1010. "target": {
  1011. "__id__": 1
  1012. },
  1013. "component": "",
  1014. "_componentId": "151bdPsfBdMXbh/WAVcXBV2",
  1015. "handler": "onclick",
  1016. "customEventData": ""
  1017. },
  1018. {
  1019. "__type__": "151bdPsfBdMXbh/WAVcXBV2",
  1020. "_name": "",
  1021. "_objFlags": 0,
  1022. "node": {
  1023. "__id__": 1
  1024. },
  1025. "_enabled": true,
  1026. "mBG": {
  1027. "__id__": 3
  1028. },
  1029. "mIcon": {
  1030. "__id__": 7
  1031. },
  1032. "mNullIcon": {
  1033. "__uuid__": "78562430-f154-4a16-914a-8c84c69f9cce"
  1034. },
  1035. "mBGs": [
  1036. {
  1037. "__uuid__": "398d12e8-d5aa-4d23-8322-d2f6cc12f71a"
  1038. },
  1039. {
  1040. "__uuid__": "e9d93117-eecf-4225-87d1-c65f2ab1a757"
  1041. },
  1042. {
  1043. "__uuid__": "947f2cb4-69c3-4ed6-97b1-35e22e263649"
  1044. },
  1045. {
  1046. "__uuid__": "1b48f361-8cb3-43e3-9bc3-1731ad9f6aa6"
  1047. },
  1048. {
  1049. "__uuid__": "e36b59c9-abab-49ea-ad4b-c20d73d6c2e9"
  1050. }
  1051. ],
  1052. "mNullNode": {
  1053. "__id__": 5
  1054. },
  1055. "mStarNode": {
  1056. "__id__": 15
  1057. },
  1058. "mStar": {
  1059. "__uuid__": "bbda706e-aa95-4e38-a4b2-74c3b9ec7c30"
  1060. },
  1061. "mLevel": {
  1062. "__id__": 11
  1063. },
  1064. "mContrast": {
  1065. "__id__": 19
  1066. },
  1067. "_id": ""
  1068. },
  1069. {
  1070. "__type__": "cc.PrefabInfo",
  1071. "root": {
  1072. "__id__": 1
  1073. },
  1074. "asset": {
  1075. "__uuid__": "6c438e3b-e3ad-40e2-a4d7-997937f159fd"
  1076. },
  1077. "fileId": "",
  1078. "sync": false
  1079. }
  1080. ]