_debuglog.prefab 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209
  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": "debuglog",
  16. "_objFlags": 0,
  17. "_parent": null,
  18. "_children": [
  19. {
  20. "__id__": 2
  21. },
  22. {
  23. "__id__": 30
  24. }
  25. ],
  26. "_tag": -1,
  27. "_active": true,
  28. "_components": [
  29. {
  30. "__id__": 34
  31. },
  32. {
  33. "__id__": 35
  34. }
  35. ],
  36. "_prefab": {
  37. "__id__": 36
  38. },
  39. "_id": "",
  40. "_opacity": 255,
  41. "_color": {
  42. "__type__": "cc.Color",
  43. "r": 255,
  44. "g": 255,
  45. "b": 255,
  46. "a": 255
  47. },
  48. "_cascadeOpacityEnabled": true,
  49. "_anchorPoint": {
  50. "__type__": "cc.Vec2",
  51. "x": 0.5,
  52. "y": 0.5
  53. },
  54. "_contentSize": {
  55. "__type__": "cc.Size",
  56. "width": 1624,
  57. "height": 750
  58. },
  59. "_skewX": 0,
  60. "_skewY": 0,
  61. "_localZOrder": 0,
  62. "_globalZOrder": 0,
  63. "_opacityModifyRGB": false,
  64. "groupIndex": 0,
  65. "_trs": {
  66. "__type__": "TypedArray",
  67. "ctor": "Float64Array",
  68. "array": [
  69. 812,
  70. 375,
  71. 0,
  72. 0,
  73. 0,
  74. 0,
  75. 1,
  76. 1,
  77. 1,
  78. 1
  79. ]
  80. }
  81. },
  82. {
  83. "__type__": "cc.Node",
  84. "_name": "rootNode",
  85. "_objFlags": 0,
  86. "_parent": {
  87. "__id__": 1
  88. },
  89. "_children": [
  90. {
  91. "__id__": 3
  92. },
  93. {
  94. "__id__": 8
  95. }
  96. ],
  97. "_tag": -1,
  98. "_active": true,
  99. "_components": [],
  100. "_prefab": {
  101. "__id__": 29
  102. },
  103. "_id": "",
  104. "_opacity": 255,
  105. "_color": {
  106. "__type__": "cc.Color",
  107. "r": 255,
  108. "g": 255,
  109. "b": 255,
  110. "a": 255
  111. },
  112. "_cascadeOpacityEnabled": true,
  113. "_anchorPoint": {
  114. "__type__": "cc.Vec2",
  115. "x": 0.5,
  116. "y": 0.5
  117. },
  118. "_contentSize": {
  119. "__type__": "cc.Size",
  120. "width": 1624,
  121. "height": 750
  122. },
  123. "_skewX": 0,
  124. "_skewY": 0,
  125. "_localZOrder": 0,
  126. "_globalZOrder": 0,
  127. "_opacityModifyRGB": false,
  128. "groupIndex": 0,
  129. "_trs": {
  130. "__type__": "TypedArray",
  131. "ctor": "Float64Array",
  132. "array": [
  133. 0,
  134. 0,
  135. 0,
  136. 0,
  137. 0,
  138. 0,
  139. 1,
  140. 1,
  141. 1,
  142. 1
  143. ]
  144. }
  145. },
  146. {
  147. "__type__": "cc.Node",
  148. "_name": "Mask",
  149. "_objFlags": 0,
  150. "_parent": {
  151. "__id__": 2
  152. },
  153. "_children": [],
  154. "_tag": -1,
  155. "_active": true,
  156. "_components": [
  157. {
  158. "__id__": 4
  159. },
  160. {
  161. "__id__": 5
  162. },
  163. {
  164. "__id__": 6
  165. }
  166. ],
  167. "_prefab": {
  168. "__id__": 7
  169. },
  170. "_id": "",
  171. "_opacity": 125,
  172. "_color": {
  173. "__type__": "cc.Color",
  174. "r": 0,
  175. "g": 0,
  176. "b": 0,
  177. "a": 255
  178. },
  179. "_cascadeOpacityEnabled": true,
  180. "_anchorPoint": {
  181. "__type__": "cc.Vec2",
  182. "x": 0.5,
  183. "y": 0.5
  184. },
  185. "_contentSize": {
  186. "__type__": "cc.Size",
  187. "width": 1624,
  188. "height": 750
  189. },
  190. "_skewX": 0,
  191. "_skewY": 0,
  192. "_localZOrder": 0,
  193. "_globalZOrder": 0,
  194. "_opacityModifyRGB": false,
  195. "groupIndex": 0,
  196. "_trs": {
  197. "__type__": "TypedArray",
  198. "ctor": "Float64Array",
  199. "array": [
  200. 0,
  201. 0,
  202. 0,
  203. 0,
  204. 0,
  205. 0,
  206. 1,
  207. 1,
  208. 1,
  209. 1
  210. ]
  211. }
  212. },
  213. {
  214. "__type__": "cc.Sprite",
  215. "_name": "",
  216. "_objFlags": 0,
  217. "node": {
  218. "__id__": 3
  219. },
  220. "_enabled": true,
  221. "_spriteFrame": {
  222. "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91"
  223. },
  224. "_type": 0,
  225. "_sizeMode": 0,
  226. "_fillType": 0,
  227. "_fillCenter": {
  228. "__type__": "cc.Vec2",
  229. "x": 0,
  230. "y": 0
  231. },
  232. "_fillStart": 0,
  233. "_fillRange": 0,
  234. "_isTrimmedMode": true,
  235. "_srcBlendFactor": 770,
  236. "_dstBlendFactor": 771,
  237. "_atlas": null
  238. },
  239. {
  240. "__type__": "cc.Button",
  241. "_name": "",
  242. "_objFlags": 0,
  243. "node": {
  244. "__id__": 3
  245. },
  246. "_enabled": true,
  247. "transition": 0,
  248. "pressedColor": {
  249. "__type__": "cc.Color",
  250. "r": 211,
  251. "g": 211,
  252. "b": 211,
  253. "a": 255
  254. },
  255. "hoverColor": {
  256. "__type__": "cc.Color",
  257. "r": 255,
  258. "g": 255,
  259. "b": 255,
  260. "a": 255
  261. },
  262. "duration": 0.1,
  263. "zoomScale": 1.2,
  264. "clickEvents": [],
  265. "_N$interactable": true,
  266. "_N$enableAutoGrayEffect": false,
  267. "_N$normalColor": {
  268. "__type__": "cc.Color",
  269. "r": 214,
  270. "g": 214,
  271. "b": 214,
  272. "a": 255
  273. },
  274. "_N$disabledColor": {
  275. "__type__": "cc.Color",
  276. "r": 124,
  277. "g": 124,
  278. "b": 124,
  279. "a": 255
  280. },
  281. "_N$normalSprite": null,
  282. "_N$pressedSprite": null,
  283. "pressedSprite": null,
  284. "_N$hoverSprite": null,
  285. "hoverSprite": null,
  286. "_N$disabledSprite": null,
  287. "_N$target": {
  288. "__id__": 3
  289. }
  290. },
  291. {
  292. "__type__": "cc.Widget",
  293. "_name": "",
  294. "_objFlags": 0,
  295. "node": {
  296. "__id__": 3
  297. },
  298. "_enabled": true,
  299. "alignMode": 1,
  300. "_target": null,
  301. "_alignFlags": 45,
  302. "_left": 0,
  303. "_right": 0,
  304. "_top": 0,
  305. "_bottom": 0,
  306. "_verticalCenter": 0,
  307. "_horizontalCenter": 0,
  308. "_isAbsLeft": true,
  309. "_isAbsRight": true,
  310. "_isAbsTop": true,
  311. "_isAbsBottom": true,
  312. "_isAbsHorizontalCenter": true,
  313. "_isAbsVerticalCenter": true,
  314. "_originalWidth": 100,
  315. "_originalHeight": 100
  316. },
  317. {
  318. "__type__": "cc.PrefabInfo",
  319. "root": {
  320. "__id__": 1
  321. },
  322. "asset": {
  323. "__uuid__": "2a74433e-d361-475c-acb7-ef96e2251721"
  324. },
  325. "fileId": "f7T3F4mG9C/Kd3UeWAwYFf",
  326. "sync": false
  327. },
  328. {
  329. "__type__": "cc.Node",
  330. "_name": "view",
  331. "_objFlags": 0,
  332. "_parent": {
  333. "__id__": 2
  334. },
  335. "_children": [
  336. {
  337. "__id__": 9
  338. },
  339. {
  340. "__id__": 16
  341. }
  342. ],
  343. "_tag": -1,
  344. "_active": true,
  345. "_components": [
  346. {
  347. "__id__": 27
  348. },
  349. {
  350. "__id__": 14
  351. }
  352. ],
  353. "_prefab": {
  354. "__id__": 28
  355. },
  356. "_id": "",
  357. "_opacity": 255,
  358. "_color": {
  359. "__type__": "cc.Color",
  360. "r": 184,
  361. "g": 184,
  362. "b": 184,
  363. "a": 255
  364. },
  365. "_cascadeOpacityEnabled": true,
  366. "_anchorPoint": {
  367. "__type__": "cc.Vec2",
  368. "x": 0.5,
  369. "y": 0.5
  370. },
  371. "_contentSize": {
  372. "__type__": "cc.Size",
  373. "width": 1200,
  374. "height": 660
  375. },
  376. "_skewX": 0,
  377. "_skewY": 0,
  378. "_localZOrder": 0,
  379. "_globalZOrder": 0,
  380. "_opacityModifyRGB": false,
  381. "groupIndex": 0,
  382. "_trs": {
  383. "__type__": "TypedArray",
  384. "ctor": "Float64Array",
  385. "array": [
  386. 0,
  387. 0,
  388. 0,
  389. 0,
  390. 0,
  391. 0,
  392. 1,
  393. 1,
  394. 1,
  395. 1
  396. ]
  397. }
  398. },
  399. {
  400. "__type__": "cc.Node",
  401. "_name": "scrollBar",
  402. "_objFlags": 0,
  403. "_parent": {
  404. "__id__": 8
  405. },
  406. "_children": [
  407. {
  408. "__id__": 10
  409. }
  410. ],
  411. "_tag": -1,
  412. "_active": true,
  413. "_components": [
  414. {
  415. "__id__": 13
  416. },
  417. {
  418. "__id__": 24
  419. },
  420. {
  421. "__id__": 25
  422. }
  423. ],
  424. "_prefab": {
  425. "__id__": 26
  426. },
  427. "_id": "",
  428. "_opacity": 255,
  429. "_color": {
  430. "__type__": "cc.Color",
  431. "r": 238,
  432. "g": 217,
  433. "b": 227,
  434. "a": 255
  435. },
  436. "_cascadeOpacityEnabled": true,
  437. "_anchorPoint": {
  438. "__type__": "cc.Vec2",
  439. "x": 1,
  440. "y": 0.5
  441. },
  442. "_contentSize": {
  443. "__type__": "cc.Size",
  444. "width": 12,
  445. "height": 660
  446. },
  447. "_skewX": 0,
  448. "_skewY": 0,
  449. "_localZOrder": 0,
  450. "_globalZOrder": 0,
  451. "_opacityModifyRGB": false,
  452. "groupIndex": 0,
  453. "_trs": {
  454. "__type__": "TypedArray",
  455. "ctor": "Float64Array",
  456. "array": [
  457. 600,
  458. 0,
  459. 0,
  460. 0,
  461. 0,
  462. 0,
  463. 1,
  464. 1,
  465. 1,
  466. 1
  467. ]
  468. }
  469. },
  470. {
  471. "__type__": "cc.Node",
  472. "_name": "bar",
  473. "_objFlags": 0,
  474. "_parent": {
  475. "__id__": 9
  476. },
  477. "_children": [],
  478. "_tag": -1,
  479. "_active": true,
  480. "_components": [
  481. {
  482. "__id__": 11
  483. }
  484. ],
  485. "_prefab": {
  486. "__id__": 12
  487. },
  488. "_id": "",
  489. "_opacity": 255,
  490. "_color": {
  491. "__type__": "cc.Color",
  492. "r": 236,
  493. "g": 241,
  494. "b": 245,
  495. "a": 255
  496. },
  497. "_cascadeOpacityEnabled": true,
  498. "_anchorPoint": {
  499. "__type__": "cc.Vec2",
  500. "x": 1,
  501. "y": 0
  502. },
  503. "_contentSize": {
  504. "__type__": "cc.Size",
  505. "width": 10,
  506. "height": 30
  507. },
  508. "_skewX": 0,
  509. "_skewY": 0,
  510. "_localZOrder": 0,
  511. "_globalZOrder": 0,
  512. "_opacityModifyRGB": false,
  513. "groupIndex": 0,
  514. "_trs": {
  515. "__type__": "TypedArray",
  516. "ctor": "Float64Array",
  517. "array": [
  518. -1,
  519. 0,
  520. 0,
  521. 0,
  522. 0,
  523. 0,
  524. 1,
  525. 1,
  526. 1,
  527. 1
  528. ]
  529. }
  530. },
  531. {
  532. "__type__": "cc.Sprite",
  533. "_name": "",
  534. "_objFlags": 0,
  535. "node": {
  536. "__id__": 10
  537. },
  538. "_enabled": true,
  539. "_spriteFrame": {
  540. "__uuid__": "5c3bb932-6c3c-468f-88a9-c8c61d458641"
  541. },
  542. "_type": 1,
  543. "_sizeMode": 0,
  544. "_fillType": 0,
  545. "_fillCenter": {
  546. "__type__": "cc.Vec2",
  547. "x": 0,
  548. "y": 0
  549. },
  550. "_fillStart": 0,
  551. "_fillRange": 0,
  552. "_isTrimmedMode": true,
  553. "_srcBlendFactor": 770,
  554. "_dstBlendFactor": 771,
  555. "_atlas": null
  556. },
  557. {
  558. "__type__": "cc.PrefabInfo",
  559. "root": {
  560. "__id__": 1
  561. },
  562. "asset": {
  563. "__uuid__": "2a74433e-d361-475c-acb7-ef96e2251721"
  564. },
  565. "fileId": "7fl0GfdPhItqIj8U0LSty0",
  566. "sync": false
  567. },
  568. {
  569. "__type__": "cc.Scrollbar",
  570. "_name": "",
  571. "_objFlags": 0,
  572. "node": {
  573. "__id__": 9
  574. },
  575. "_enabled": true,
  576. "_scrollView": {
  577. "__id__": 14
  578. },
  579. "_touching": false,
  580. "_opacity": 255,
  581. "enableAutoHide": true,
  582. "autoHideTime": 1,
  583. "_N$handle": {
  584. "__id__": 11
  585. },
  586. "_N$direction": 1
  587. },
  588. {
  589. "__type__": "cc.ScrollView",
  590. "_name": "",
  591. "_objFlags": 0,
  592. "node": {
  593. "__id__": 8
  594. },
  595. "_enabled": true,
  596. "content": {
  597. "__id__": 15
  598. },
  599. "horizontal": false,
  600. "vertical": true,
  601. "inertia": true,
  602. "brake": 0.75,
  603. "elastic": true,
  604. "bounceDuration": 0.23,
  605. "scrollEvents": [],
  606. "cancelInnerEvents": true,
  607. "_N$horizontalScrollBar": null,
  608. "_N$verticalScrollBar": {
  609. "__id__": 13
  610. }
  611. },
  612. {
  613. "__type__": "cc.Node",
  614. "_name": "content",
  615. "_objFlags": 0,
  616. "_parent": {
  617. "__id__": 16
  618. },
  619. "_children": [
  620. {
  621. "__id__": 19
  622. }
  623. ],
  624. "_tag": -1,
  625. "_active": true,
  626. "_components": [
  627. {
  628. "__id__": 22
  629. }
  630. ],
  631. "_prefab": {
  632. "__id__": 23
  633. },
  634. "_id": "",
  635. "_opacity": 255,
  636. "_color": {
  637. "__type__": "cc.Color",
  638. "r": 255,
  639. "g": 255,
  640. "b": 255,
  641. "a": 255
  642. },
  643. "_cascadeOpacityEnabled": true,
  644. "_anchorPoint": {
  645. "__type__": "cc.Vec2",
  646. "x": 0.5,
  647. "y": 1
  648. },
  649. "_contentSize": {
  650. "__type__": "cc.Size",
  651. "width": 1200,
  652. "height": 42
  653. },
  654. "_skewX": 0,
  655. "_skewY": 0,
  656. "_localZOrder": 0,
  657. "_globalZOrder": 0,
  658. "_opacityModifyRGB": false,
  659. "groupIndex": 0,
  660. "_trs": {
  661. "__type__": "TypedArray",
  662. "ctor": "Float64Array",
  663. "array": [
  664. -6,
  665. 328,
  666. 0,
  667. 0,
  668. 0,
  669. 0,
  670. 1,
  671. 1,
  672. 1,
  673. 1
  674. ]
  675. }
  676. },
  677. {
  678. "__type__": "cc.Node",
  679. "_name": "view",
  680. "_objFlags": 0,
  681. "_parent": {
  682. "__id__": 8
  683. },
  684. "_children": [
  685. {
  686. "__id__": 15
  687. }
  688. ],
  689. "_tag": -1,
  690. "_active": true,
  691. "_components": [
  692. {
  693. "__id__": 17
  694. }
  695. ],
  696. "_prefab": {
  697. "__id__": 18
  698. },
  699. "_id": "",
  700. "_opacity": 255,
  701. "_color": {
  702. "__type__": "cc.Color",
  703. "r": 255,
  704. "g": 255,
  705. "b": 255,
  706. "a": 255
  707. },
  708. "_cascadeOpacityEnabled": true,
  709. "_anchorPoint": {
  710. "__type__": "cc.Vec2",
  711. "x": 0.5,
  712. "y": 0.5
  713. },
  714. "_contentSize": {
  715. "__type__": "cc.Size",
  716. "width": 1200,
  717. "height": 660
  718. },
  719. "_skewX": 0,
  720. "_skewY": 0,
  721. "_localZOrder": 0,
  722. "_globalZOrder": 0,
  723. "_opacityModifyRGB": false,
  724. "groupIndex": 0,
  725. "_trs": {
  726. "__type__": "TypedArray",
  727. "ctor": "Float64Array",
  728. "array": [
  729. 0,
  730. 0,
  731. 0,
  732. 0,
  733. 0,
  734. 0,
  735. 1,
  736. 1,
  737. 1,
  738. 1
  739. ]
  740. }
  741. },
  742. {
  743. "__type__": "cc.Mask",
  744. "_name": "",
  745. "_objFlags": 0,
  746. "node": {
  747. "__id__": 16
  748. },
  749. "_enabled": true,
  750. "_type": 0,
  751. "_segements": 64,
  752. "_N$spriteFrame": null,
  753. "_N$alphaThreshold": 1,
  754. "_N$inverted": false
  755. },
  756. {
  757. "__type__": "cc.PrefabInfo",
  758. "root": {
  759. "__id__": 1
  760. },
  761. "asset": {
  762. "__uuid__": "2a74433e-d361-475c-acb7-ef96e2251721"
  763. },
  764. "fileId": "949H2sbMlL4Ztnp7500uDK",
  765. "sync": false
  766. },
  767. {
  768. "__type__": "cc.Node",
  769. "_name": "logLabel",
  770. "_objFlags": 0,
  771. "_parent": {
  772. "__id__": 15
  773. },
  774. "_children": [],
  775. "_tag": -1,
  776. "_active": true,
  777. "_components": [
  778. {
  779. "__id__": 20
  780. }
  781. ],
  782. "_prefab": {
  783. "__id__": 21
  784. },
  785. "_id": "",
  786. "_opacity": 255,
  787. "_color": {
  788. "__type__": "cc.Color",
  789. "r": 255,
  790. "g": 255,
  791. "b": 255,
  792. "a": 255
  793. },
  794. "_cascadeOpacityEnabled": true,
  795. "_anchorPoint": {
  796. "__type__": "cc.Vec2",
  797. "x": 0,
  798. "y": 1
  799. },
  800. "_contentSize": {
  801. "__type__": "cc.Size",
  802. "width": 1200,
  803. "height": 32
  804. },
  805. "_skewX": 0,
  806. "_skewY": 0,
  807. "_localZOrder": 0,
  808. "_globalZOrder": 0,
  809. "_opacityModifyRGB": false,
  810. "groupIndex": 0,
  811. "_trs": {
  812. "__type__": "TypedArray",
  813. "ctor": "Float64Array",
  814. "array": [
  815. -600,
  816. -5,
  817. 0,
  818. 0,
  819. 0,
  820. 0,
  821. 1,
  822. 1,
  823. 1,
  824. 1
  825. ]
  826. }
  827. },
  828. {
  829. "__type__": "cc.RichText",
  830. "_name": "",
  831. "_objFlags": 0,
  832. "node": {
  833. "__id__": 19
  834. },
  835. "_enabled": true,
  836. "_N$string": "",
  837. "_N$horizontalAlign": 0,
  838. "_N$fontSize": 25,
  839. "_N$font": null,
  840. "_N$maxWidth": 1200,
  841. "_N$lineHeight": 32,
  842. "_N$imageAtlas": null,
  843. "_N$handleTouchEvent": true
  844. },
  845. {
  846. "__type__": "cc.PrefabInfo",
  847. "root": {
  848. "__id__": 1
  849. },
  850. "asset": {
  851. "__uuid__": "2a74433e-d361-475c-acb7-ef96e2251721"
  852. },
  853. "fileId": "dfqrPsgn9LD6CClkEZAU2k",
  854. "sync": false
  855. },
  856. {
  857. "__type__": "cc.Layout",
  858. "_name": "",
  859. "_objFlags": 0,
  860. "node": {
  861. "__id__": 15
  862. },
  863. "_enabled": true,
  864. "_layoutSize": {
  865. "__type__": "cc.Size",
  866. "width": 1200,
  867. "height": 42
  868. },
  869. "_resize": 1,
  870. "_N$layoutType": 2,
  871. "_N$padding": 0,
  872. "_N$cellSize": {
  873. "__type__": "cc.Size",
  874. "width": 40,
  875. "height": 40
  876. },
  877. "_N$startAxis": 0,
  878. "_N$paddingLeft": 0,
  879. "_N$paddingRight": 0,
  880. "_N$paddingTop": 5,
  881. "_N$paddingBottom": 5,
  882. "_N$spacingX": 0,
  883. "_N$spacingY": 0,
  884. "_N$verticalDirection": 1,
  885. "_N$horizontalDirection": 0
  886. },
  887. {
  888. "__type__": "cc.PrefabInfo",
  889. "root": {
  890. "__id__": 1
  891. },
  892. "asset": {
  893. "__uuid__": "2a74433e-d361-475c-acb7-ef96e2251721"
  894. },
  895. "fileId": "b1nF3amEFKZ5weYG8LcFOS",
  896. "sync": false
  897. },
  898. {
  899. "__type__": "cc.Widget",
  900. "_name": "",
  901. "_objFlags": 0,
  902. "node": {
  903. "__id__": 9
  904. },
  905. "_enabled": true,
  906. "alignMode": 0,
  907. "_target": null,
  908. "_alignFlags": 37,
  909. "_left": 350.07654921020657,
  910. "_right": 0,
  911. "_top": 0,
  912. "_bottom": 0,
  913. "_verticalCenter": 0,
  914. "_horizontalCenter": 0,
  915. "_isAbsLeft": true,
  916. "_isAbsRight": true,
  917. "_isAbsTop": true,
  918. "_isAbsBottom": true,
  919. "_isAbsHorizontalCenter": true,
  920. "_isAbsVerticalCenter": true,
  921. "_originalWidth": 0,
  922. "_originalHeight": 237
  923. },
  924. {
  925. "__type__": "cc.Sprite",
  926. "_name": "",
  927. "_objFlags": 0,
  928. "node": {
  929. "__id__": 9
  930. },
  931. "_enabled": true,
  932. "_spriteFrame": {
  933. "__uuid__": "5fe5dcaa-b513-4dc5-a166-573627b3a159"
  934. },
  935. "_type": 1,
  936. "_sizeMode": 0,
  937. "_fillType": 0,
  938. "_fillCenter": {
  939. "__type__": "cc.Vec2",
  940. "x": 0,
  941. "y": 0
  942. },
  943. "_fillStart": 0,
  944. "_fillRange": 0,
  945. "_isTrimmedMode": true,
  946. "_srcBlendFactor": 770,
  947. "_dstBlendFactor": 771,
  948. "_atlas": null
  949. },
  950. {
  951. "__type__": "cc.PrefabInfo",
  952. "root": {
  953. "__id__": 1
  954. },
  955. "asset": {
  956. "__uuid__": "2a74433e-d361-475c-acb7-ef96e2251721"
  957. },
  958. "fileId": "ecJAmRfD5OGKc+21FUeZSb",
  959. "sync": false
  960. },
  961. {
  962. "__type__": "cc.Sprite",
  963. "_name": "",
  964. "_objFlags": 0,
  965. "node": {
  966. "__id__": 8
  967. },
  968. "_enabled": true,
  969. "_spriteFrame": null,
  970. "_type": 1,
  971. "_sizeMode": 0,
  972. "_fillType": 0,
  973. "_fillCenter": {
  974. "__type__": "cc.Vec2",
  975. "x": 0,
  976. "y": 0
  977. },
  978. "_fillStart": 0,
  979. "_fillRange": 0,
  980. "_isTrimmedMode": true,
  981. "_srcBlendFactor": 770,
  982. "_dstBlendFactor": 771,
  983. "_atlas": null
  984. },
  985. {
  986. "__type__": "cc.PrefabInfo",
  987. "root": {
  988. "__id__": 1
  989. },
  990. "asset": {
  991. "__uuid__": "2a74433e-d361-475c-acb7-ef96e2251721"
  992. },
  993. "fileId": "2eV75wt9JGFojqSVr41Xdz",
  994. "sync": false
  995. },
  996. {
  997. "__type__": "cc.PrefabInfo",
  998. "root": {
  999. "__id__": 1
  1000. },
  1001. "asset": {
  1002. "__uuid__": "2a74433e-d361-475c-acb7-ef96e2251721"
  1003. },
  1004. "fileId": "56sGDTWoRJB4QqRhCVy3YR",
  1005. "sync": false
  1006. },
  1007. {
  1008. "__type__": "cc.Node",
  1009. "_name": "btn_close",
  1010. "_objFlags": 0,
  1011. "_parent": {
  1012. "__id__": 1
  1013. },
  1014. "_children": [],
  1015. "_tag": -1,
  1016. "_active": true,
  1017. "_components": [
  1018. {
  1019. "__id__": 31
  1020. },
  1021. {
  1022. "__id__": 32
  1023. }
  1024. ],
  1025. "_prefab": {
  1026. "__id__": 33
  1027. },
  1028. "_id": "",
  1029. "_opacity": 255,
  1030. "_color": {
  1031. "__type__": "cc.Color",
  1032. "r": 255,
  1033. "g": 255,
  1034. "b": 255,
  1035. "a": 255
  1036. },
  1037. "_cascadeOpacityEnabled": true,
  1038. "_anchorPoint": {
  1039. "__type__": "cc.Vec2",
  1040. "x": 0.5,
  1041. "y": 0.5
  1042. },
  1043. "_contentSize": {
  1044. "__type__": "cc.Size",
  1045. "width": 91,
  1046. "height": 91
  1047. },
  1048. "_skewX": 0,
  1049. "_skewY": 0,
  1050. "_localZOrder": 0,
  1051. "_globalZOrder": 0,
  1052. "_opacityModifyRGB": false,
  1053. "groupIndex": 0,
  1054. "_trs": {
  1055. "__type__": "TypedArray",
  1056. "ctor": "Float64Array",
  1057. "array": [
  1058. 634,
  1059. 302,
  1060. 0,
  1061. 0,
  1062. 0,
  1063. 0,
  1064. 1,
  1065. 1,
  1066. 1,
  1067. 1
  1068. ]
  1069. }
  1070. },
  1071. {
  1072. "__type__": "cc.Sprite",
  1073. "_name": "",
  1074. "_objFlags": 0,
  1075. "node": {
  1076. "__id__": 30
  1077. },
  1078. "_enabled": true,
  1079. "_spriteFrame": {
  1080. "__uuid__": "671ef337-15c4-4929-9f3e-1c90f675a866"
  1081. },
  1082. "_type": 0,
  1083. "_sizeMode": 1,
  1084. "_fillType": 0,
  1085. "_fillCenter": {
  1086. "__type__": "cc.Vec2",
  1087. "x": 0,
  1088. "y": 0
  1089. },
  1090. "_fillStart": 0,
  1091. "_fillRange": 0,
  1092. "_isTrimmedMode": true,
  1093. "_srcBlendFactor": 770,
  1094. "_dstBlendFactor": 771,
  1095. "_atlas": null
  1096. },
  1097. {
  1098. "__type__": "cc.Button",
  1099. "_name": "",
  1100. "_objFlags": 0,
  1101. "node": {
  1102. "__id__": 30
  1103. },
  1104. "_enabled": true,
  1105. "transition": 1,
  1106. "pressedColor": {
  1107. "__type__": "cc.Color",
  1108. "r": 150,
  1109. "g": 150,
  1110. "b": 150,
  1111. "a": 255
  1112. },
  1113. "hoverColor": {
  1114. "__type__": "cc.Color",
  1115. "r": 255,
  1116. "g": 255,
  1117. "b": 255,
  1118. "a": 255
  1119. },
  1120. "duration": 0.1,
  1121. "zoomScale": 1.2,
  1122. "clickEvents": [],
  1123. "_N$interactable": true,
  1124. "_N$enableAutoGrayEffect": false,
  1125. "_N$normalColor": {
  1126. "__type__": "cc.Color",
  1127. "r": 255,
  1128. "g": 255,
  1129. "b": 255,
  1130. "a": 255
  1131. },
  1132. "_N$disabledColor": {
  1133. "__type__": "cc.Color",
  1134. "r": 124,
  1135. "g": 124,
  1136. "b": 124,
  1137. "a": 255
  1138. },
  1139. "_N$normalSprite": null,
  1140. "_N$pressedSprite": null,
  1141. "pressedSprite": null,
  1142. "_N$hoverSprite": null,
  1143. "hoverSprite": null,
  1144. "_N$disabledSprite": null,
  1145. "_N$target": {
  1146. "__id__": 30
  1147. }
  1148. },
  1149. {
  1150. "__type__": "cc.PrefabInfo",
  1151. "root": {
  1152. "__id__": 1
  1153. },
  1154. "asset": {
  1155. "__uuid__": "2a74433e-d361-475c-acb7-ef96e2251721"
  1156. },
  1157. "fileId": "83VwllSZpPLb5cskEwEiaX",
  1158. "sync": false
  1159. },
  1160. {
  1161. "__type__": "9fb49qHIDxLkqVzmKyIHY0V",
  1162. "_name": "",
  1163. "_objFlags": 0,
  1164. "node": {
  1165. "__id__": 1
  1166. },
  1167. "_enabled": true,
  1168. "logLabel": {
  1169. "__id__": 20
  1170. }
  1171. },
  1172. {
  1173. "__type__": "cc.Widget",
  1174. "_name": "",
  1175. "_objFlags": 0,
  1176. "node": {
  1177. "__id__": 1
  1178. },
  1179. "_enabled": true,
  1180. "alignMode": 0,
  1181. "_target": null,
  1182. "_alignFlags": 45,
  1183. "_left": 0,
  1184. "_right": 0,
  1185. "_top": 0,
  1186. "_bottom": 0,
  1187. "_verticalCenter": 0,
  1188. "_horizontalCenter": 0,
  1189. "_isAbsLeft": true,
  1190. "_isAbsRight": true,
  1191. "_isAbsTop": true,
  1192. "_isAbsBottom": true,
  1193. "_isAbsHorizontalCenter": true,
  1194. "_isAbsVerticalCenter": true,
  1195. "_originalWidth": 1280,
  1196. "_originalHeight": 720
  1197. },
  1198. {
  1199. "__type__": "cc.PrefabInfo",
  1200. "root": {
  1201. "__id__": 1
  1202. },
  1203. "asset": {
  1204. "__uuid__": "2a74433e-d361-475c-acb7-ef96e2251721"
  1205. },
  1206. "fileId": "0e7ZQFjHtOt7TwDKZhr4VP",
  1207. "sync": false
  1208. }
  1209. ]