match.prefab 29 KB

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