EachWindowItem.prefab 29 KB

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