EachWindow.prefab 23 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409
  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": "EachWindow",
  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__": 71
  30. },
  31. {
  32. "__id__": 73
  33. },
  34. {
  35. "__id__": 75
  36. },
  37. {
  38. "__id__": 77
  39. },
  40. {
  41. "__id__": 79
  42. },
  43. {
  44. "__id__": 81
  45. }
  46. ],
  47. "_prefab": {
  48. "__id__": 82
  49. },
  50. "_lpos": {
  51. "__type__": "cc.Vec3",
  52. "x": 0,
  53. "y": 0,
  54. "z": 0
  55. },
  56. "_lrot": {
  57. "__type__": "cc.Quat",
  58. "x": 0,
  59. "y": 0,
  60. "z": 0,
  61. "w": 1
  62. },
  63. "_lscale": {
  64. "__type__": "cc.Vec3",
  65. "x": 1,
  66. "y": 1,
  67. "z": 1
  68. },
  69. "_layer": 1073741824,
  70. "_euler": {
  71. "__type__": "cc.Vec3",
  72. "x": 0,
  73. "y": 0,
  74. "z": 0
  75. },
  76. "_id": ""
  77. },
  78. {
  79. "__type__": "cc.Node",
  80. "_name": "Mask",
  81. "_objFlags": 0,
  82. "_parent": {
  83. "__id__": 1
  84. },
  85. "_children": [],
  86. "_active": true,
  87. "_components": [
  88. {
  89. "__id__": 3
  90. },
  91. {
  92. "__id__": 5
  93. },
  94. {
  95. "__id__": 7
  96. }
  97. ],
  98. "_prefab": {
  99. "__id__": 9
  100. },
  101. "_lpos": {
  102. "__type__": "cc.Vec3",
  103. "x": 0,
  104. "y": 0,
  105. "z": 0
  106. },
  107. "_lrot": {
  108. "__type__": "cc.Quat",
  109. "x": 0,
  110. "y": 0,
  111. "z": 0,
  112. "w": 1
  113. },
  114. "_lscale": {
  115. "__type__": "cc.Vec3",
  116. "x": 1,
  117. "y": 1,
  118. "z": 1
  119. },
  120. "_layer": 33554432,
  121. "_euler": {
  122. "__type__": "cc.Vec3",
  123. "x": 0,
  124. "y": 0,
  125. "z": 0
  126. },
  127. "_id": ""
  128. },
  129. {
  130. "__type__": "cc.UITransform",
  131. "_name": "",
  132. "_objFlags": 0,
  133. "node": {
  134. "__id__": 2
  135. },
  136. "_enabled": true,
  137. "__prefab": {
  138. "__id__": 4
  139. },
  140. "_priority": 0,
  141. "_contentSize": {
  142. "__type__": "cc.Size",
  143. "width": 750,
  144. "height": 1334
  145. },
  146. "_anchorPoint": {
  147. "__type__": "cc.Vec2",
  148. "x": 0.5,
  149. "y": 0.5
  150. },
  151. "_id": ""
  152. },
  153. {
  154. "__type__": "cc.CompPrefabInfo",
  155. "fileId": "85Rkr8igNOB6QSD/HtnhgH"
  156. },
  157. {
  158. "__type__": "cc.Sprite",
  159. "_name": "",
  160. "_objFlags": 0,
  161. "node": {
  162. "__id__": 2
  163. },
  164. "_enabled": true,
  165. "__prefab": {
  166. "__id__": 6
  167. },
  168. "_visFlags": 0,
  169. "_customMaterial": null,
  170. "_srcBlendFactor": 2,
  171. "_dstBlendFactor": 4,
  172. "_color": {
  173. "__type__": "cc.Color",
  174. "r": 5,
  175. "g": 5,
  176. "b": 5,
  177. "a": 150
  178. },
  179. "_spriteFrame": {
  180. "__uuid__": "7d8f9b89-4fd1-4c9f-a3ab-38ec7cded7ca@f9941"
  181. },
  182. "_type": 0,
  183. "_fillType": 0,
  184. "_sizeMode": 0,
  185. "_fillCenter": {
  186. "__type__": "cc.Vec2",
  187. "x": 0,
  188. "y": 0
  189. },
  190. "_fillStart": 0,
  191. "_fillRange": 0,
  192. "_isTrimmedMode": true,
  193. "_useGrayscale": false,
  194. "_atlas": null,
  195. "_id": ""
  196. },
  197. {
  198. "__type__": "cc.CompPrefabInfo",
  199. "fileId": "cbTIhd6EJB04rDTi5DS8R/"
  200. },
  201. {
  202. "__type__": "cc.Widget",
  203. "_name": "",
  204. "_objFlags": 0,
  205. "node": {
  206. "__id__": 2
  207. },
  208. "_enabled": true,
  209. "__prefab": {
  210. "__id__": 8
  211. },
  212. "_alignFlags": 45,
  213. "_target": null,
  214. "_left": 0,
  215. "_right": 0,
  216. "_top": 0,
  217. "_bottom": 0,
  218. "_horizontalCenter": 0,
  219. "_verticalCenter": 0,
  220. "_isAbsLeft": true,
  221. "_isAbsRight": true,
  222. "_isAbsTop": true,
  223. "_isAbsBottom": true,
  224. "_isAbsHorizontalCenter": true,
  225. "_isAbsVerticalCenter": true,
  226. "_originalWidth": 100,
  227. "_originalHeight": 100,
  228. "_alignMode": 2,
  229. "_lockFlags": 0,
  230. "_id": ""
  231. },
  232. {
  233. "__type__": "cc.CompPrefabInfo",
  234. "fileId": "d5AXzA/0FP2a/HrRSu6qpi"
  235. },
  236. {
  237. "__type__": "cc.PrefabInfo",
  238. "root": {
  239. "__id__": 1
  240. },
  241. "asset": {
  242. "__id__": 0
  243. },
  244. "fileId": "8cVc6eb9FN36Js/e/JSXa6"
  245. },
  246. {
  247. "__type__": "cc.Node",
  248. "_name": "窗口",
  249. "_objFlags": 0,
  250. "_parent": {
  251. "__id__": 1
  252. },
  253. "_children": [
  254. {
  255. "__id__": 11
  256. },
  257. {
  258. "__id__": 46
  259. },
  260. {
  261. "__id__": 52
  262. }
  263. ],
  264. "_active": true,
  265. "_components": [
  266. {
  267. "__id__": 68
  268. }
  269. ],
  270. "_prefab": {
  271. "__id__": 70
  272. },
  273. "_lpos": {
  274. "__type__": "cc.Vec3",
  275. "x": 0,
  276. "y": 0,
  277. "z": 0
  278. },
  279. "_lrot": {
  280. "__type__": "cc.Quat",
  281. "x": 0,
  282. "y": 0,
  283. "z": 0,
  284. "w": 1
  285. },
  286. "_lscale": {
  287. "__type__": "cc.Vec3",
  288. "x": 1,
  289. "y": 1,
  290. "z": 1
  291. },
  292. "_layer": 1073741824,
  293. "_euler": {
  294. "__type__": "cc.Vec3",
  295. "x": 0,
  296. "y": 0,
  297. "z": 0
  298. },
  299. "_id": ""
  300. },
  301. {
  302. "__type__": "cc.Node",
  303. "_objFlags": 0,
  304. "_parent": {
  305. "__id__": 10
  306. },
  307. "_prefab": {
  308. "__id__": 12
  309. },
  310. "_id": ""
  311. },
  312. {
  313. "__type__": "cc.PrefabInfo",
  314. "root": {
  315. "__id__": 11
  316. },
  317. "asset": {
  318. "__uuid__": "ff4e54af-0be2-47c9-b14d-c21cd6aa898e"
  319. },
  320. "fileId": "b1iAgTRn1HEI48ikI5HJho",
  321. "instance": {
  322. "__id__": 13
  323. }
  324. },
  325. {
  326. "__type__": "cc.PrefabInstance",
  327. "fileId": "51xY37eJtExawKs2RpgwOY",
  328. "prefabRootNode": {
  329. "__id__": 1
  330. },
  331. "mountedChildren": [],
  332. "propertyOverrides": [
  333. {
  334. "__id__": 14
  335. },
  336. {
  337. "__id__": 16
  338. },
  339. {
  340. "__id__": 18
  341. },
  342. {
  343. "__id__": 20
  344. },
  345. {
  346. "__id__": 22
  347. },
  348. {
  349. "__id__": 24
  350. },
  351. {
  352. "__id__": 26
  353. },
  354. {
  355. "__id__": 28
  356. },
  357. {
  358. "__id__": 30
  359. },
  360. {
  361. "__id__": 32
  362. },
  363. {
  364. "__id__": 34
  365. },
  366. {
  367. "__id__": 36
  368. },
  369. {
  370. "__id__": 38
  371. },
  372. {
  373. "__id__": 40
  374. },
  375. {
  376. "__id__": 41
  377. },
  378. {
  379. "__id__": 42
  380. },
  381. {
  382. "__id__": 43
  383. },
  384. {
  385. "__id__": 44
  386. }
  387. ],
  388. "removedComponents": []
  389. },
  390. {
  391. "__type__": "CCPropertyOverrideInfo",
  392. "targetInfo": {
  393. "__id__": 15
  394. },
  395. "propertyPath": [
  396. "name"
  397. ],
  398. "value": "公用窗口底"
  399. },
  400. {
  401. "__type__": "cc.TargetInfo",
  402. "localID": [
  403. "b1iAgTRn1HEI48ikI5HJho"
  404. ]
  405. },
  406. {
  407. "__type__": "CCPropertyOverrideInfo",
  408. "targetInfo": {
  409. "__id__": 17
  410. },
  411. "propertyPath": [
  412. "position"
  413. ],
  414. "value": {
  415. "__type__": "cc.Vec3",
  416. "x": 0,
  417. "y": 0,
  418. "z": 0
  419. }
  420. },
  421. {
  422. "__type__": "cc.TargetInfo",
  423. "localID": [
  424. "b1iAgTRn1HEI48ikI5HJho"
  425. ]
  426. },
  427. {
  428. "__type__": "CCPropertyOverrideInfo",
  429. "targetInfo": {
  430. "__id__": 19
  431. },
  432. "propertyPath": [
  433. "rotation"
  434. ],
  435. "value": {
  436. "__type__": "cc.Quat",
  437. "x": 0,
  438. "y": 0,
  439. "z": 0,
  440. "w": 1
  441. }
  442. },
  443. {
  444. "__type__": "cc.TargetInfo",
  445. "localID": [
  446. "b1iAgTRn1HEI48ikI5HJho"
  447. ]
  448. },
  449. {
  450. "__type__": "CCPropertyOverrideInfo",
  451. "targetInfo": {
  452. "__id__": 21
  453. },
  454. "propertyPath": [
  455. "scale"
  456. ],
  457. "value": {
  458. "__type__": "cc.Vec3",
  459. "x": 1,
  460. "y": 1,
  461. "z": 1
  462. }
  463. },
  464. {
  465. "__type__": "cc.TargetInfo",
  466. "localID": [
  467. "adpFixZRtLILYmRlKuQQVa"
  468. ]
  469. },
  470. {
  471. "__type__": "CCPropertyOverrideInfo",
  472. "targetInfo": {
  473. "__id__": 23
  474. },
  475. "propertyPath": [
  476. "position"
  477. ],
  478. "value": {
  479. "__type__": "cc.Vec3",
  480. "x": 0,
  481. "y": 0,
  482. "z": 0
  483. }
  484. },
  485. {
  486. "__type__": "cc.TargetInfo",
  487. "localID": [
  488. "ebtQfyvDpMe5JT5lZTSgen"
  489. ]
  490. },
  491. {
  492. "__type__": "CCPropertyOverrideInfo",
  493. "targetInfo": {
  494. "__id__": 25
  495. },
  496. "propertyPath": [
  497. "position"
  498. ],
  499. "value": {
  500. "__type__": "cc.Vec3",
  501. "x": -279.024,
  502. "y": 469.376,
  503. "z": 0
  504. }
  505. },
  506. {
  507. "__type__": "cc.TargetInfo",
  508. "localID": [
  509. "0dfVsjJUxNMrvQPLPB4qND"
  510. ]
  511. },
  512. {
  513. "__type__": "CCPropertyOverrideInfo",
  514. "targetInfo": {
  515. "__id__": 27
  516. },
  517. "propertyPath": [
  518. "position"
  519. ],
  520. "value": {
  521. "__type__": "cc.Vec3",
  522. "x": 293.056,
  523. "y": -443.5,
  524. "z": 0
  525. }
  526. },
  527. {
  528. "__type__": "cc.TargetInfo",
  529. "localID": [
  530. "c9IWZNyN9L1JyuNAThZCmG"
  531. ]
  532. },
  533. {
  534. "__type__": "CCPropertyOverrideInfo",
  535. "targetInfo": {
  536. "__id__": 29
  537. },
  538. "propertyPath": [
  539. "position"
  540. ],
  541. "value": {
  542. "__type__": "cc.Vec3",
  543. "x": 297.799,
  544. "y": 441.828,
  545. "z": 0
  546. }
  547. },
  548. {
  549. "__type__": "cc.TargetInfo",
  550. "localID": [
  551. "adpFixZRtLILYmRlKuQQVa"
  552. ]
  553. },
  554. {
  555. "__type__": "CCPropertyOverrideInfo",
  556. "targetInfo": {
  557. "__id__": 31
  558. },
  559. "propertyPath": [
  560. "position"
  561. ],
  562. "value": {
  563. "__type__": "cc.Vec3",
  564. "x": 0,
  565. "y": 417.46400000000006,
  566. "z": 0
  567. }
  568. },
  569. {
  570. "__type__": "cc.TargetInfo",
  571. "localID": [
  572. "5akySaKGRFIrxImBoRzkqc"
  573. ]
  574. },
  575. {
  576. "__type__": "CCPropertyOverrideInfo",
  577. "targetInfo": {
  578. "__id__": 33
  579. },
  580. "propertyPath": [
  581. "position"
  582. ],
  583. "value": {
  584. "__type__": "cc.Vec3",
  585. "x": -201.5,
  586. "y": 0,
  587. "z": 0
  588. }
  589. },
  590. {
  591. "__type__": "cc.TargetInfo",
  592. "localID": [
  593. "5b/i8hbuxAtZ82oQelmCbr"
  594. ]
  595. },
  596. {
  597. "__type__": "CCPropertyOverrideInfo",
  598. "targetInfo": {
  599. "__id__": 35
  600. },
  601. "propertyPath": [
  602. "position"
  603. ],
  604. "value": {
  605. "__type__": "cc.Vec3",
  606. "x": 201.5,
  607. "y": 0,
  608. "z": 0
  609. }
  610. },
  611. {
  612. "__type__": "cc.TargetInfo",
  613. "localID": [
  614. "7chQDYjU9GHLWjYKHkexeM"
  615. ]
  616. },
  617. {
  618. "__type__": "CCPropertyOverrideInfo",
  619. "targetInfo": {
  620. "__id__": 37
  621. },
  622. "propertyPath": [
  623. "position"
  624. ],
  625. "value": {
  626. "__type__": "cc.Vec3",
  627. "x": 0,
  628. "y": 0,
  629. "z": 0
  630. }
  631. },
  632. {
  633. "__type__": "cc.TargetInfo",
  634. "localID": [
  635. "38eBE87CtMfIUWwxoK0c1t"
  636. ]
  637. },
  638. {
  639. "__type__": "CCPropertyOverrideInfo",
  640. "targetInfo": {
  641. "__id__": 39
  642. },
  643. "propertyPath": [
  644. "contentSize"
  645. ],
  646. "value": {
  647. "__type__": "cc.Size",
  648. "width": 650,
  649. "height": 800
  650. }
  651. },
  652. {
  653. "__type__": "cc.TargetInfo",
  654. "localID": [
  655. "b49m9B5mJP/4BnvEFWdwUv"
  656. ]
  657. },
  658. {
  659. "__type__": "CCPropertyOverrideInfo",
  660. "targetInfo": {
  661. "__id__": 37
  662. },
  663. "propertyPath": [
  664. "rotation"
  665. ],
  666. "value": {
  667. "__type__": "cc.Quat",
  668. "x": 0,
  669. "y": 0,
  670. "z": 0,
  671. "w": 1
  672. }
  673. },
  674. {
  675. "__type__": "CCPropertyOverrideInfo",
  676. "targetInfo": {
  677. "__id__": 37
  678. },
  679. "propertyPath": [
  680. "scale"
  681. ],
  682. "value": {
  683. "__type__": "cc.Vec3",
  684. "x": 1,
  685. "y": 1,
  686. "z": 1
  687. }
  688. },
  689. {
  690. "__type__": "CCPropertyOverrideInfo",
  691. "targetInfo": {
  692. "__id__": 31
  693. },
  694. "propertyPath": [
  695. "rotation"
  696. ],
  697. "value": {
  698. "__type__": "cc.Quat",
  699. "x": 0,
  700. "y": 0,
  701. "z": 0,
  702. "w": 1
  703. }
  704. },
  705. {
  706. "__type__": "CCPropertyOverrideInfo",
  707. "targetInfo": {
  708. "__id__": 31
  709. },
  710. "propertyPath": [
  711. "scale"
  712. ],
  713. "value": {
  714. "__type__": "cc.Vec3",
  715. "x": 1,
  716. "y": 1,
  717. "z": 1
  718. }
  719. },
  720. {
  721. "__type__": "CCPropertyOverrideInfo",
  722. "targetInfo": {
  723. "__id__": 45
  724. },
  725. "propertyPath": [
  726. "spriteFrame"
  727. ],
  728. "value": {
  729. "__uuid__": "8309d2f0-1445-41c2-a36d-084e3971885c@f9941"
  730. }
  731. },
  732. {
  733. "__type__": "cc.TargetInfo",
  734. "localID": [
  735. "e71ctEmpxFC4KlSYRZNz/a"
  736. ]
  737. },
  738. {
  739. "__type__": "cc.Node",
  740. "_name": "说明",
  741. "_objFlags": 0,
  742. "_parent": {
  743. "__id__": 10
  744. },
  745. "_children": [],
  746. "_active": true,
  747. "_components": [
  748. {
  749. "__id__": 47
  750. },
  751. {
  752. "__id__": 49
  753. }
  754. ],
  755. "_prefab": {
  756. "__id__": 51
  757. },
  758. "_lpos": {
  759. "__type__": "cc.Vec3",
  760. "x": 0,
  761. "y": 325.8,
  762. "z": 0
  763. },
  764. "_lrot": {
  765. "__type__": "cc.Quat",
  766. "x": 0,
  767. "y": 0,
  768. "z": 0,
  769. "w": 1
  770. },
  771. "_lscale": {
  772. "__type__": "cc.Vec3",
  773. "x": 1,
  774. "y": 1,
  775. "z": 1
  776. },
  777. "_layer": 33554432,
  778. "_euler": {
  779. "__type__": "cc.Vec3",
  780. "x": 0,
  781. "y": 0,
  782. "z": 0
  783. },
  784. "_id": ""
  785. },
  786. {
  787. "__type__": "cc.UITransform",
  788. "_name": "",
  789. "_objFlags": 0,
  790. "node": {
  791. "__id__": 46
  792. },
  793. "_enabled": true,
  794. "__prefab": {
  795. "__id__": 48
  796. },
  797. "_priority": 0,
  798. "_contentSize": {
  799. "__type__": "cc.Size",
  800. "width": 395,
  801. "height": 83
  802. },
  803. "_anchorPoint": {
  804. "__type__": "cc.Vec2",
  805. "x": 0.5,
  806. "y": 0.5
  807. },
  808. "_id": ""
  809. },
  810. {
  811. "__type__": "cc.CompPrefabInfo",
  812. "fileId": "f7NISe7HdAD68SLfhnddy8"
  813. },
  814. {
  815. "__type__": "cc.Sprite",
  816. "_name": "",
  817. "_objFlags": 0,
  818. "node": {
  819. "__id__": 46
  820. },
  821. "_enabled": true,
  822. "__prefab": {
  823. "__id__": 50
  824. },
  825. "_visFlags": 0,
  826. "_customMaterial": null,
  827. "_srcBlendFactor": 2,
  828. "_dstBlendFactor": 4,
  829. "_color": {
  830. "__type__": "cc.Color",
  831. "r": 255,
  832. "g": 255,
  833. "b": 255,
  834. "a": 255
  835. },
  836. "_spriteFrame": {
  837. "__uuid__": "bce0bb37-7ae1-410b-9bce-0155a7b82800@f9941"
  838. },
  839. "_type": 0,
  840. "_fillType": 0,
  841. "_sizeMode": 1,
  842. "_fillCenter": {
  843. "__type__": "cc.Vec2",
  844. "x": 0,
  845. "y": 0
  846. },
  847. "_fillStart": 0,
  848. "_fillRange": 0,
  849. "_isTrimmedMode": true,
  850. "_useGrayscale": false,
  851. "_atlas": null,
  852. "_id": ""
  853. },
  854. {
  855. "__type__": "cc.CompPrefabInfo",
  856. "fileId": "e71ctEmpxFC4KlSYRZNz/a"
  857. },
  858. {
  859. "__type__": "cc.PrefabInfo",
  860. "root": {
  861. "__id__": 1
  862. },
  863. "asset": {
  864. "__id__": 0
  865. },
  866. "fileId": "72Jkd6JuVKk5kSc2TlzG1a"
  867. },
  868. {
  869. "__type__": "cc.Node",
  870. "_name": "游戏列表背景",
  871. "_objFlags": 0,
  872. "_parent": {
  873. "__id__": 10
  874. },
  875. "_children": [
  876. {
  877. "__id__": 53
  878. }
  879. ],
  880. "_active": true,
  881. "_components": [
  882. {
  883. "__id__": 63
  884. },
  885. {
  886. "__id__": 65
  887. }
  888. ],
  889. "_prefab": {
  890. "__id__": 67
  891. },
  892. "_lpos": {
  893. "__type__": "cc.Vec3",
  894. "x": 0,
  895. "y": -88.49,
  896. "z": 0
  897. },
  898. "_lrot": {
  899. "__type__": "cc.Quat",
  900. "x": 0,
  901. "y": 0,
  902. "z": 0,
  903. "w": 1
  904. },
  905. "_lscale": {
  906. "__type__": "cc.Vec3",
  907. "x": 1,
  908. "y": 1,
  909. "z": 1
  910. },
  911. "_layer": 1073741824,
  912. "_euler": {
  913. "__type__": "cc.Vec3",
  914. "x": 0,
  915. "y": 0,
  916. "z": 0
  917. },
  918. "_id": ""
  919. },
  920. {
  921. "__type__": "cc.Node",
  922. "_name": "好友列表",
  923. "_objFlags": 0,
  924. "_parent": {
  925. "__id__": 52
  926. },
  927. "_children": [],
  928. "_active": true,
  929. "_components": [
  930. {
  931. "__id__": 54
  932. },
  933. {
  934. "__id__": 56
  935. },
  936. {
  937. "__id__": 58
  938. },
  939. {
  940. "__id__": 60
  941. }
  942. ],
  943. "_prefab": {
  944. "__id__": 62
  945. },
  946. "_lpos": {
  947. "__type__": "cc.Vec3",
  948. "x": -305,
  949. "y": 350,
  950. "z": 0
  951. },
  952. "_lrot": {
  953. "__type__": "cc.Quat",
  954. "x": 0,
  955. "y": 0,
  956. "z": 0,
  957. "w": 1
  958. },
  959. "_lscale": {
  960. "__type__": "cc.Vec3",
  961. "x": 1,
  962. "y": 1,
  963. "z": 1
  964. },
  965. "_layer": 33554432,
  966. "_euler": {
  967. "__type__": "cc.Vec3",
  968. "x": 0,
  969. "y": 0,
  970. "z": 0
  971. },
  972. "_id": ""
  973. },
  974. {
  975. "__type__": "cc.UITransform",
  976. "_name": "",
  977. "_objFlags": 0,
  978. "node": {
  979. "__id__": 53
  980. },
  981. "_enabled": true,
  982. "__prefab": {
  983. "__id__": 55
  984. },
  985. "_priority": 0,
  986. "_contentSize": {
  987. "__type__": "cc.Size",
  988. "width": 610,
  989. "height": 700
  990. },
  991. "_anchorPoint": {
  992. "__type__": "cc.Vec2",
  993. "x": 0,
  994. "y": 1
  995. },
  996. "_id": ""
  997. },
  998. {
  999. "__type__": "cc.CompPrefabInfo",
  1000. "fileId": "7eFSaTJd9NTryVvAz5R5jh"
  1001. },
  1002. {
  1003. "__type__": "cc.Widget",
  1004. "_name": "",
  1005. "_objFlags": 0,
  1006. "node": {
  1007. "__id__": 53
  1008. },
  1009. "_enabled": true,
  1010. "__prefab": {
  1011. "__id__": 57
  1012. },
  1013. "_alignFlags": 45,
  1014. "_target": null,
  1015. "_left": 0,
  1016. "_right": 0,
  1017. "_top": 0,
  1018. "_bottom": 0,
  1019. "_horizontalCenter": 0,
  1020. "_verticalCenter": 0,
  1021. "_isAbsLeft": true,
  1022. "_isAbsRight": true,
  1023. "_isAbsTop": true,
  1024. "_isAbsBottom": true,
  1025. "_isAbsHorizontalCenter": true,
  1026. "_isAbsVerticalCenter": true,
  1027. "_originalWidth": 610,
  1028. "_originalHeight": 100,
  1029. "_alignMode": 2,
  1030. "_lockFlags": 0,
  1031. "_id": ""
  1032. },
  1033. {
  1034. "__type__": "cc.CompPrefabInfo",
  1035. "fileId": "7eIzuGVSdA95Euh8FTmbRq"
  1036. },
  1037. {
  1038. "__type__": "cc.Mask",
  1039. "_name": "",
  1040. "_objFlags": 0,
  1041. "node": {
  1042. "__id__": 53
  1043. },
  1044. "_enabled": true,
  1045. "__prefab": {
  1046. "__id__": 59
  1047. },
  1048. "_visFlags": 0,
  1049. "_customMaterial": null,
  1050. "_srcBlendFactor": 2,
  1051. "_dstBlendFactor": 4,
  1052. "_color": {
  1053. "__type__": "cc.Color",
  1054. "r": 255,
  1055. "g": 255,
  1056. "b": 255,
  1057. "a": 255
  1058. },
  1059. "_type": 0,
  1060. "_inverted": false,
  1061. "_segments": 64,
  1062. "_spriteFrame": null,
  1063. "_alphaThreshold": 0.1,
  1064. "_id": ""
  1065. },
  1066. {
  1067. "__type__": "cc.CompPrefabInfo",
  1068. "fileId": "02fS3N0bNKbZB30Y2RD9XK"
  1069. },
  1070. {
  1071. "__type__": "6d547rcTP5Oi5HauLGopSHd",
  1072. "_name": "",
  1073. "_objFlags": 0,
  1074. "node": {
  1075. "__id__": 53
  1076. },
  1077. "_enabled": true,
  1078. "__prefab": {
  1079. "__id__": 61
  1080. },
  1081. "direction": 1,
  1082. "spacing": 10,
  1083. "headPadding": 10,
  1084. "bottomPadding": 10,
  1085. "sidePadding": {
  1086. "__type__": "cc.Vec2",
  1087. "x": 10,
  1088. "y": 10
  1089. },
  1090. "_id": ""
  1091. },
  1092. {
  1093. "__type__": "cc.CompPrefabInfo",
  1094. "fileId": "470dCd/JhKqoa+ECC50T9E"
  1095. },
  1096. {
  1097. "__type__": "cc.PrefabInfo",
  1098. "root": {
  1099. "__id__": 1
  1100. },
  1101. "asset": {
  1102. "__id__": 0
  1103. },
  1104. "fileId": "75eQj97p1CG5v9ZgxTg/mu"
  1105. },
  1106. {
  1107. "__type__": "cc.UITransform",
  1108. "_name": "",
  1109. "_objFlags": 0,
  1110. "node": {
  1111. "__id__": 52
  1112. },
  1113. "_enabled": true,
  1114. "__prefab": {
  1115. "__id__": 64
  1116. },
  1117. "_priority": 0,
  1118. "_contentSize": {
  1119. "__type__": "cc.Size",
  1120. "width": 610,
  1121. "height": 700
  1122. },
  1123. "_anchorPoint": {
  1124. "__type__": "cc.Vec2",
  1125. "x": 0.5,
  1126. "y": 0.5
  1127. },
  1128. "_id": ""
  1129. },
  1130. {
  1131. "__type__": "cc.CompPrefabInfo",
  1132. "fileId": "e8D91C+blJqJaNBohFmgM7"
  1133. },
  1134. {
  1135. "__type__": "cc.Sprite",
  1136. "_name": "",
  1137. "_objFlags": 0,
  1138. "node": {
  1139. "__id__": 52
  1140. },
  1141. "_enabled": true,
  1142. "__prefab": {
  1143. "__id__": 66
  1144. },
  1145. "_visFlags": 0,
  1146. "_customMaterial": null,
  1147. "_srcBlendFactor": 2,
  1148. "_dstBlendFactor": 4,
  1149. "_color": {
  1150. "__type__": "cc.Color",
  1151. "r": 255,
  1152. "g": 255,
  1153. "b": 255,
  1154. "a": 255
  1155. },
  1156. "_spriteFrame": {
  1157. "__uuid__": "ead6c1ec-02b4-403c-a775-1498a57aef28@f9941"
  1158. },
  1159. "_type": 1,
  1160. "_fillType": 0,
  1161. "_sizeMode": 0,
  1162. "_fillCenter": {
  1163. "__type__": "cc.Vec2",
  1164. "x": 0,
  1165. "y": 0
  1166. },
  1167. "_fillStart": 0,
  1168. "_fillRange": 0,
  1169. "_isTrimmedMode": true,
  1170. "_useGrayscale": false,
  1171. "_atlas": null,
  1172. "_id": ""
  1173. },
  1174. {
  1175. "__type__": "cc.CompPrefabInfo",
  1176. "fileId": "047qD307NKB5UPln+y+BjQ"
  1177. },
  1178. {
  1179. "__type__": "cc.PrefabInfo",
  1180. "root": {
  1181. "__id__": 1
  1182. },
  1183. "asset": {
  1184. "__id__": 0
  1185. },
  1186. "fileId": "d2biLEPShKia3AtBpohevU"
  1187. },
  1188. {
  1189. "__type__": "cc.UITransform",
  1190. "_name": "",
  1191. "_objFlags": 0,
  1192. "node": {
  1193. "__id__": 10
  1194. },
  1195. "_enabled": true,
  1196. "__prefab": {
  1197. "__id__": 69
  1198. },
  1199. "_priority": 0,
  1200. "_contentSize": {
  1201. "__type__": "cc.Size",
  1202. "width": 650,
  1203. "height": 950
  1204. },
  1205. "_anchorPoint": {
  1206. "__type__": "cc.Vec2",
  1207. "x": 0.5,
  1208. "y": 0.5
  1209. },
  1210. "_id": ""
  1211. },
  1212. {
  1213. "__type__": "cc.CompPrefabInfo",
  1214. "fileId": "0eYQSfwwhM0b8DiDheXUab"
  1215. },
  1216. {
  1217. "__type__": "cc.PrefabInfo",
  1218. "root": {
  1219. "__id__": 1
  1220. },
  1221. "asset": {
  1222. "__id__": 0
  1223. },
  1224. "fileId": "8c2OEYDvBLP5QA9xDDWbR2"
  1225. },
  1226. {
  1227. "__type__": "cc.UITransform",
  1228. "_name": "",
  1229. "_objFlags": 0,
  1230. "node": {
  1231. "__id__": 1
  1232. },
  1233. "_enabled": true,
  1234. "__prefab": {
  1235. "__id__": 72
  1236. },
  1237. "_priority": 0,
  1238. "_contentSize": {
  1239. "__type__": "cc.Size",
  1240. "width": 750,
  1241. "height": 1334
  1242. },
  1243. "_anchorPoint": {
  1244. "__type__": "cc.Vec2",
  1245. "x": 0.5,
  1246. "y": 0.5
  1247. },
  1248. "_id": ""
  1249. },
  1250. {
  1251. "__type__": "cc.CompPrefabInfo",
  1252. "fileId": "69FlfyHLNPAahPCVfhhyT7"
  1253. },
  1254. {
  1255. "__type__": "cc.Widget",
  1256. "_name": "",
  1257. "_objFlags": 0,
  1258. "node": {
  1259. "__id__": 1
  1260. },
  1261. "_enabled": true,
  1262. "__prefab": {
  1263. "__id__": 74
  1264. },
  1265. "_alignFlags": 45,
  1266. "_target": null,
  1267. "_left": 0,
  1268. "_right": 0,
  1269. "_top": 0,
  1270. "_bottom": 0,
  1271. "_horizontalCenter": 0,
  1272. "_verticalCenter": 0,
  1273. "_isAbsLeft": true,
  1274. "_isAbsRight": true,
  1275. "_isAbsTop": true,
  1276. "_isAbsBottom": true,
  1277. "_isAbsHorizontalCenter": true,
  1278. "_isAbsVerticalCenter": true,
  1279. "_originalWidth": 100,
  1280. "_originalHeight": 100,
  1281. "_alignMode": 2,
  1282. "_lockFlags": 0,
  1283. "_id": ""
  1284. },
  1285. {
  1286. "__type__": "cc.CompPrefabInfo",
  1287. "fileId": "74QKiIpqxJ5Zzoy7kqy/wY"
  1288. },
  1289. {
  1290. "__type__": "cc.BlockInputEvents",
  1291. "_name": "",
  1292. "_objFlags": 0,
  1293. "node": {
  1294. "__id__": 1
  1295. },
  1296. "_enabled": true,
  1297. "__prefab": {
  1298. "__id__": 76
  1299. },
  1300. "_id": ""
  1301. },
  1302. {
  1303. "__type__": "cc.CompPrefabInfo",
  1304. "fileId": "81/WbREbhOC69q+wEaVI06"
  1305. },
  1306. {
  1307. "__type__": "bd869tPK79PH4A99v6jE8q0",
  1308. "_name": "",
  1309. "_objFlags": 0,
  1310. "node": {
  1311. "__id__": 1
  1312. },
  1313. "_enabled": true,
  1314. "__prefab": {
  1315. "__id__": 78
  1316. },
  1317. "closeNodes": [
  1318. null,
  1319. {
  1320. "__id__": 2
  1321. }
  1322. ],
  1323. "_id": ""
  1324. },
  1325. {
  1326. "__type__": "cc.CompPrefabInfo",
  1327. "fileId": "fdbmWYFuFHYZOThPnUKAXu"
  1328. },
  1329. {
  1330. "__type__": "dac21xJD+VAUaoh8lKjfmQr",
  1331. "_name": "",
  1332. "_objFlags": 0,
  1333. "node": {
  1334. "__id__": 1
  1335. },
  1336. "_enabled": true,
  1337. "__prefab": {
  1338. "__id__": 80
  1339. },
  1340. "hostAlias": "",
  1341. "withCredentials": false,
  1342. "timeout": 0,
  1343. "responseType": 3,
  1344. "useEncrypt": true,
  1345. "_id": ""
  1346. },
  1347. {
  1348. "__type__": "cc.CompPrefabInfo",
  1349. "fileId": "e2SM3nBLlBP7YanwxyAX3e"
  1350. },
  1351. {
  1352. "__type__": "3a98dTdYapOB7XsI5uiT6i6",
  1353. "_name": "",
  1354. "_objFlags": 0,
  1355. "node": {
  1356. "__id__": 1
  1357. },
  1358. "_enabled": true,
  1359. "__prefab": null,
  1360. "http": {
  1361. "__id__": 79
  1362. },
  1363. "list": {
  1364. "__id__": 60
  1365. },
  1366. "cell": {
  1367. "__uuid__": "8dd501fc-7e51-4783-a9a6-248efcf416a8"
  1368. },
  1369. "_id": ""
  1370. },
  1371. {
  1372. "__type__": "cc.PrefabInfo",
  1373. "root": {
  1374. "__id__": 1
  1375. },
  1376. "asset": {
  1377. "__id__": 0
  1378. },
  1379. "fileId": "7fV+AKc7JG8pRuwyGRepcr",
  1380. "targetOverrides": [
  1381. {
  1382. "__id__": 83
  1383. }
  1384. ]
  1385. },
  1386. {
  1387. "__type__": "cc.TargetOverrideInfo",
  1388. "source": {
  1389. "__id__": 77
  1390. },
  1391. "sourceInfo": null,
  1392. "propertyPath": [
  1393. "closeNodes",
  1394. "0"
  1395. ],
  1396. "target": {
  1397. "__id__": 11
  1398. },
  1399. "targetInfo": {
  1400. "__id__": 84
  1401. }
  1402. },
  1403. {
  1404. "__type__": "cc.TargetInfo",
  1405. "localID": [
  1406. "adpFixZRtLILYmRlKuQQVa"
  1407. ]
  1408. }
  1409. ]