card_view.prefab 25 KB

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