start.scene 24 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315
  1. [
  2. {
  3. "__type__": "cc.SceneAsset",
  4. "_name": "start",
  5. "_objFlags": 0,
  6. "__editorExtras__": {},
  7. "_native": "",
  8. "scene": {
  9. "__id__": 1
  10. }
  11. },
  12. {
  13. "__type__": "cc.Scene",
  14. "_name": "start",
  15. "_objFlags": 0,
  16. "__editorExtras__": {},
  17. "_parent": null,
  18. "_children": [
  19. {
  20. "__id__": 2
  21. }
  22. ],
  23. "_active": true,
  24. "_components": [],
  25. "_prefab": null,
  26. "_lpos": {
  27. "__type__": "cc.Vec3",
  28. "x": 0,
  29. "y": 0,
  30. "z": 0
  31. },
  32. "_lrot": {
  33. "__type__": "cc.Quat",
  34. "x": 0,
  35. "y": 0,
  36. "z": 0,
  37. "w": 1
  38. },
  39. "_lscale": {
  40. "__type__": "cc.Vec3",
  41. "x": 1,
  42. "y": 1,
  43. "z": 1
  44. },
  45. "_mobility": 0,
  46. "_layer": 1073741824,
  47. "_euler": {
  48. "__type__": "cc.Vec3",
  49. "x": 0,
  50. "y": 0,
  51. "z": 0
  52. },
  53. "autoReleaseAssets": false,
  54. "_globals": {
  55. "__id__": 33
  56. },
  57. "_id": "e29e6e82-111b-4011-8d67-f9e68770eb3c"
  58. },
  59. {
  60. "__type__": "cc.Node",
  61. "_name": "Canvas",
  62. "_objFlags": 512,
  63. "__editorExtras__": {},
  64. "_parent": {
  65. "__id__": 1
  66. },
  67. "_children": [
  68. {
  69. "__id__": 3
  70. },
  71. {
  72. "__id__": 5
  73. }
  74. ],
  75. "_active": true,
  76. "_components": [
  77. {
  78. "__id__": 30
  79. },
  80. {
  81. "__id__": 31
  82. },
  83. {
  84. "__id__": 32
  85. }
  86. ],
  87. "_prefab": null,
  88. "_lpos": {
  89. "__type__": "cc.Vec3",
  90. "x": 449.99999999999994,
  91. "y": 799.9999999999999,
  92. "z": 0
  93. },
  94. "_lrot": {
  95. "__type__": "cc.Quat",
  96. "x": 0,
  97. "y": 0,
  98. "z": 0,
  99. "w": 1
  100. },
  101. "_lscale": {
  102. "__type__": "cc.Vec3",
  103. "x": 1,
  104. "y": 1,
  105. "z": 1
  106. },
  107. "_mobility": 0,
  108. "_layer": 33554432,
  109. "_euler": {
  110. "__type__": "cc.Vec3",
  111. "x": 0,
  112. "y": 0,
  113. "z": 0
  114. },
  115. "_id": "beI88Z2HpFELqR4T5EMHpg"
  116. },
  117. {
  118. "__type__": "cc.Node",
  119. "_name": "Camera",
  120. "_objFlags": 512,
  121. "__editorExtras__": {},
  122. "_parent": {
  123. "__id__": 2
  124. },
  125. "_children": [],
  126. "_active": true,
  127. "_components": [
  128. {
  129. "__id__": 4
  130. }
  131. ],
  132. "_prefab": null,
  133. "_lpos": {
  134. "__type__": "cc.Vec3",
  135. "x": 0,
  136. "y": 0,
  137. "z": 1000
  138. },
  139. "_lrot": {
  140. "__type__": "cc.Quat",
  141. "x": 0,
  142. "y": 0,
  143. "z": 0,
  144. "w": 1
  145. },
  146. "_lscale": {
  147. "__type__": "cc.Vec3",
  148. "x": 1,
  149. "y": 1,
  150. "z": 1
  151. },
  152. "_mobility": 0,
  153. "_layer": 1073741824,
  154. "_euler": {
  155. "__type__": "cc.Vec3",
  156. "x": 0,
  157. "y": 0,
  158. "z": 0
  159. },
  160. "_id": "ebFwiq8gBFaYpqYbdoDODe"
  161. },
  162. {
  163. "__type__": "cc.Camera",
  164. "_name": "",
  165. "_objFlags": 0,
  166. "__editorExtras__": {},
  167. "node": {
  168. "__id__": 3
  169. },
  170. "_enabled": true,
  171. "__prefab": null,
  172. "_projection": 0,
  173. "_priority": 0,
  174. "_fov": 45,
  175. "_fovAxis": 0,
  176. "_orthoHeight": 800,
  177. "_near": 0,
  178. "_far": 1000,
  179. "_color": {
  180. "__type__": "cc.Color",
  181. "r": 0,
  182. "g": 0,
  183. "b": 0,
  184. "a": 255
  185. },
  186. "_depth": 1,
  187. "_stencil": 0,
  188. "_clearFlags": 7,
  189. "_rect": {
  190. "__type__": "cc.Rect",
  191. "x": 0,
  192. "y": 0,
  193. "width": 1,
  194. "height": 1
  195. },
  196. "_aperture": 19,
  197. "_shutter": 7,
  198. "_iso": 0,
  199. "_screenScale": 1,
  200. "_visibility": 1108344832,
  201. "_targetTexture": null,
  202. "_postProcess": null,
  203. "_usePostProcess": false,
  204. "_cameraType": -1,
  205. "_trackingType": 0,
  206. "_id": "63WIch3o5BEYRlXzTT0oWc"
  207. },
  208. {
  209. "__type__": "cc.Node",
  210. "_name": "ScrollView",
  211. "_objFlags": 512,
  212. "__editorExtras__": {},
  213. "_parent": {
  214. "__id__": 2
  215. },
  216. "_children": [
  217. {
  218. "__id__": 6
  219. }
  220. ],
  221. "_active": true,
  222. "_components": [
  223. {
  224. "__id__": 25
  225. },
  226. {
  227. "__id__": 26
  228. },
  229. {
  230. "__id__": 27
  231. },
  232. {
  233. "__id__": 28
  234. },
  235. {
  236. "__id__": 29
  237. }
  238. ],
  239. "_prefab": null,
  240. "_lpos": {
  241. "__type__": "cc.Vec3",
  242. "x": 0,
  243. "y": 800,
  244. "z": 0
  245. },
  246. "_lrot": {
  247. "__type__": "cc.Quat",
  248. "x": 0,
  249. "y": 0,
  250. "z": 0,
  251. "w": 1
  252. },
  253. "_lscale": {
  254. "__type__": "cc.Vec3",
  255. "x": 1,
  256. "y": 1,
  257. "z": 1
  258. },
  259. "_mobility": 0,
  260. "_layer": 33554432,
  261. "_euler": {
  262. "__type__": "cc.Vec3",
  263. "x": 0,
  264. "y": 0,
  265. "z": 0
  266. },
  267. "_id": "f2cNOsexJHmaHSKtEuN3aS"
  268. },
  269. {
  270. "__type__": "cc.Node",
  271. "_name": "content",
  272. "_objFlags": 512,
  273. "__editorExtras__": {},
  274. "_parent": {
  275. "__id__": 5
  276. },
  277. "_children": [
  278. {
  279. "__id__": 7
  280. },
  281. {
  282. "__id__": 10
  283. },
  284. {
  285. "__id__": 13
  286. },
  287. {
  288. "__id__": 16
  289. },
  290. {
  291. "__id__": 19
  292. }
  293. ],
  294. "_active": true,
  295. "_components": [
  296. {
  297. "__id__": 22
  298. },
  299. {
  300. "__id__": 23
  301. },
  302. {
  303. "__id__": 24
  304. }
  305. ],
  306. "_prefab": null,
  307. "_lpos": {
  308. "__type__": "cc.Vec3",
  309. "x": 0,
  310. "y": -2945,
  311. "z": 0
  312. },
  313. "_lrot": {
  314. "__type__": "cc.Quat",
  315. "x": 0,
  316. "y": 0,
  317. "z": 0,
  318. "w": 1
  319. },
  320. "_lscale": {
  321. "__type__": "cc.Vec3",
  322. "x": 1,
  323. "y": 1,
  324. "z": 1
  325. },
  326. "_mobility": 0,
  327. "_layer": 33554432,
  328. "_euler": {
  329. "__type__": "cc.Vec3",
  330. "x": 0,
  331. "y": 0,
  332. "z": 0
  333. },
  334. "_id": "02xVOc7nJOr6kIDy+71kpO"
  335. },
  336. {
  337. "__type__": "cc.Node",
  338. "_name": "Sprite1",
  339. "_objFlags": 512,
  340. "__editorExtras__": {},
  341. "_parent": {
  342. "__id__": 6
  343. },
  344. "_children": [],
  345. "_active": true,
  346. "_components": [
  347. {
  348. "__id__": 8
  349. },
  350. {
  351. "__id__": 9
  352. }
  353. ],
  354. "_prefab": null,
  355. "_lpos": {
  356. "__type__": "cc.Vec3",
  357. "x": 0,
  358. "y": 2845,
  359. "z": 0
  360. },
  361. "_lrot": {
  362. "__type__": "cc.Quat",
  363. "x": 0,
  364. "y": 0,
  365. "z": 0,
  366. "w": 1
  367. },
  368. "_lscale": {
  369. "__type__": "cc.Vec3",
  370. "x": 1,
  371. "y": 1,
  372. "z": 1
  373. },
  374. "_mobility": 0,
  375. "_layer": 33554432,
  376. "_euler": {
  377. "__type__": "cc.Vec3",
  378. "x": 0,
  379. "y": 0,
  380. "z": 0
  381. },
  382. "_id": "7djA2LnClJnaI+w92W1x2z"
  383. },
  384. {
  385. "__type__": "cc.UITransform",
  386. "_name": "",
  387. "_objFlags": 0,
  388. "__editorExtras__": {},
  389. "node": {
  390. "__id__": 7
  391. },
  392. "_enabled": true,
  393. "__prefab": null,
  394. "_contentSize": {
  395. "__type__": "cc.Size",
  396. "width": 900,
  397. "height": 200
  398. },
  399. "_anchorPoint": {
  400. "__type__": "cc.Vec2",
  401. "x": 0.5,
  402. "y": 0.5
  403. },
  404. "_id": "1dPYQBA7dNU6W84sfu+8CC"
  405. },
  406. {
  407. "__type__": "cc.Sprite",
  408. "_name": "",
  409. "_objFlags": 0,
  410. "__editorExtras__": {},
  411. "node": {
  412. "__id__": 7
  413. },
  414. "_enabled": true,
  415. "__prefab": null,
  416. "_customMaterial": null,
  417. "_srcBlendFactor": 2,
  418. "_dstBlendFactor": 4,
  419. "_color": {
  420. "__type__": "cc.Color",
  421. "r": 255,
  422. "g": 255,
  423. "b": 255,
  424. "a": 255
  425. },
  426. "_spriteFrame": {
  427. "__uuid__": "335c6eed-5b72-4c01-adcb-32717aa741c0@f9941",
  428. "__expectedType__": "cc.SpriteFrame"
  429. },
  430. "_type": 0,
  431. "_fillType": 0,
  432. "_sizeMode": 2,
  433. "_fillCenter": {
  434. "__type__": "cc.Vec2",
  435. "x": 0,
  436. "y": 0
  437. },
  438. "_fillStart": 0,
  439. "_fillRange": 0,
  440. "_isTrimmedMode": true,
  441. "_useGrayscale": false,
  442. "_atlas": null,
  443. "_id": "bcpsvjcTxLQYlj5fGniXkU"
  444. },
  445. {
  446. "__type__": "cc.Node",
  447. "_name": "Sprite2",
  448. "_objFlags": 512,
  449. "__editorExtras__": {},
  450. "_parent": {
  451. "__id__": 6
  452. },
  453. "_children": [],
  454. "_active": true,
  455. "_components": [
  456. {
  457. "__id__": 11
  458. },
  459. {
  460. "__id__": 12
  461. }
  462. ],
  463. "_prefab": null,
  464. "_lpos": {
  465. "__type__": "cc.Vec3",
  466. "x": 0,
  467. "y": 2375,
  468. "z": 0
  469. },
  470. "_lrot": {
  471. "__type__": "cc.Quat",
  472. "x": 0,
  473. "y": 0,
  474. "z": 0,
  475. "w": 1
  476. },
  477. "_lscale": {
  478. "__type__": "cc.Vec3",
  479. "x": 1,
  480. "y": 1,
  481. "z": 1
  482. },
  483. "_mobility": 0,
  484. "_layer": 33554432,
  485. "_euler": {
  486. "__type__": "cc.Vec3",
  487. "x": 0,
  488. "y": 0,
  489. "z": 0
  490. },
  491. "_id": "37HUkoJklF1KeHkuzeMQAA"
  492. },
  493. {
  494. "__type__": "cc.UITransform",
  495. "_name": "",
  496. "_objFlags": 0,
  497. "__editorExtras__": {},
  498. "node": {
  499. "__id__": 10
  500. },
  501. "_enabled": true,
  502. "__prefab": null,
  503. "_contentSize": {
  504. "__type__": "cc.Size",
  505. "width": 900,
  506. "height": 740
  507. },
  508. "_anchorPoint": {
  509. "__type__": "cc.Vec2",
  510. "x": 0.5,
  511. "y": 0.5
  512. },
  513. "_id": "6bWxqSh1lHOoculZbB4ayo"
  514. },
  515. {
  516. "__type__": "cc.Sprite",
  517. "_name": "",
  518. "_objFlags": 0,
  519. "__editorExtras__": {},
  520. "node": {
  521. "__id__": 10
  522. },
  523. "_enabled": true,
  524. "__prefab": null,
  525. "_customMaterial": null,
  526. "_srcBlendFactor": 2,
  527. "_dstBlendFactor": 4,
  528. "_color": {
  529. "__type__": "cc.Color",
  530. "r": 255,
  531. "g": 255,
  532. "b": 255,
  533. "a": 255
  534. },
  535. "_spriteFrame": {
  536. "__uuid__": "a571b482-c687-4c74-b550-e284b881ac20@f9941",
  537. "__expectedType__": "cc.SpriteFrame"
  538. },
  539. "_type": 0,
  540. "_fillType": 0,
  541. "_sizeMode": 2,
  542. "_fillCenter": {
  543. "__type__": "cc.Vec2",
  544. "x": 0,
  545. "y": 0
  546. },
  547. "_fillStart": 0,
  548. "_fillRange": 0,
  549. "_isTrimmedMode": true,
  550. "_useGrayscale": false,
  551. "_atlas": null,
  552. "_id": "ecyE2thKBPWLvAUQIe1J0t"
  553. },
  554. {
  555. "__type__": "cc.Node",
  556. "_name": "Sprite3",
  557. "_objFlags": 512,
  558. "__editorExtras__": {},
  559. "_parent": {
  560. "__id__": 6
  561. },
  562. "_children": [],
  563. "_active": true,
  564. "_components": [
  565. {
  566. "__id__": 14
  567. },
  568. {
  569. "__id__": 15
  570. }
  571. ],
  572. "_prefab": null,
  573. "_lpos": {
  574. "__type__": "cc.Vec3",
  575. "x": 0,
  576. "y": 1610,
  577. "z": 0
  578. },
  579. "_lrot": {
  580. "__type__": "cc.Quat",
  581. "x": 0,
  582. "y": 0,
  583. "z": 0,
  584. "w": 1
  585. },
  586. "_lscale": {
  587. "__type__": "cc.Vec3",
  588. "x": 1,
  589. "y": 1,
  590. "z": 1
  591. },
  592. "_mobility": 0,
  593. "_layer": 33554432,
  594. "_euler": {
  595. "__type__": "cc.Vec3",
  596. "x": 0,
  597. "y": 0,
  598. "z": 0
  599. },
  600. "_id": "adEeGD+ytOg5symR71t7pz"
  601. },
  602. {
  603. "__type__": "cc.UITransform",
  604. "_name": "",
  605. "_objFlags": 0,
  606. "__editorExtras__": {},
  607. "node": {
  608. "__id__": 13
  609. },
  610. "_enabled": true,
  611. "__prefab": null,
  612. "_contentSize": {
  613. "__type__": "cc.Size",
  614. "width": 900,
  615. "height": 790
  616. },
  617. "_anchorPoint": {
  618. "__type__": "cc.Vec2",
  619. "x": 0.5,
  620. "y": 0.5
  621. },
  622. "_id": "50D6wH7BdEK4X7OLkwxB3P"
  623. },
  624. {
  625. "__type__": "cc.Sprite",
  626. "_name": "",
  627. "_objFlags": 0,
  628. "__editorExtras__": {},
  629. "node": {
  630. "__id__": 13
  631. },
  632. "_enabled": true,
  633. "__prefab": null,
  634. "_customMaterial": null,
  635. "_srcBlendFactor": 2,
  636. "_dstBlendFactor": 4,
  637. "_color": {
  638. "__type__": "cc.Color",
  639. "r": 255,
  640. "g": 255,
  641. "b": 255,
  642. "a": 255
  643. },
  644. "_spriteFrame": {
  645. "__uuid__": "820cb753-5157-4253-ae88-4b9def30ad25@f9941",
  646. "__expectedType__": "cc.SpriteFrame"
  647. },
  648. "_type": 0,
  649. "_fillType": 0,
  650. "_sizeMode": 2,
  651. "_fillCenter": {
  652. "__type__": "cc.Vec2",
  653. "x": 0,
  654. "y": 0
  655. },
  656. "_fillStart": 0,
  657. "_fillRange": 0,
  658. "_isTrimmedMode": true,
  659. "_useGrayscale": false,
  660. "_atlas": null,
  661. "_id": "9evcqSqMJHW4LG6Ds8Ofoh"
  662. },
  663. {
  664. "__type__": "cc.Node",
  665. "_name": "Sprite4",
  666. "_objFlags": 512,
  667. "__editorExtras__": {},
  668. "_parent": {
  669. "__id__": 6
  670. },
  671. "_children": [],
  672. "_active": true,
  673. "_components": [
  674. {
  675. "__id__": 17
  676. },
  677. {
  678. "__id__": 18
  679. }
  680. ],
  681. "_prefab": null,
  682. "_lpos": {
  683. "__type__": "cc.Vec3",
  684. "x": 0,
  685. "y": 1022.5,
  686. "z": 0
  687. },
  688. "_lrot": {
  689. "__type__": "cc.Quat",
  690. "x": 0,
  691. "y": 0,
  692. "z": 0,
  693. "w": 1
  694. },
  695. "_lscale": {
  696. "__type__": "cc.Vec3",
  697. "x": 1,
  698. "y": 1,
  699. "z": 1
  700. },
  701. "_mobility": 0,
  702. "_layer": 33554432,
  703. "_euler": {
  704. "__type__": "cc.Vec3",
  705. "x": 0,
  706. "y": 0,
  707. "z": 0
  708. },
  709. "_id": "3fT5rtsVpE+KJ2V1P2v/R6"
  710. },
  711. {
  712. "__type__": "cc.UITransform",
  713. "_name": "",
  714. "_objFlags": 0,
  715. "__editorExtras__": {},
  716. "node": {
  717. "__id__": 16
  718. },
  719. "_enabled": true,
  720. "__prefab": null,
  721. "_contentSize": {
  722. "__type__": "cc.Size",
  723. "width": 900,
  724. "height": 385
  725. },
  726. "_anchorPoint": {
  727. "__type__": "cc.Vec2",
  728. "x": 0.5,
  729. "y": 0.5
  730. },
  731. "_id": "f7h1l9JNVNBYIqivJxzLh0"
  732. },
  733. {
  734. "__type__": "cc.Sprite",
  735. "_name": "",
  736. "_objFlags": 0,
  737. "__editorExtras__": {},
  738. "node": {
  739. "__id__": 16
  740. },
  741. "_enabled": true,
  742. "__prefab": null,
  743. "_customMaterial": null,
  744. "_srcBlendFactor": 2,
  745. "_dstBlendFactor": 4,
  746. "_color": {
  747. "__type__": "cc.Color",
  748. "r": 255,
  749. "g": 255,
  750. "b": 255,
  751. "a": 255
  752. },
  753. "_spriteFrame": {
  754. "__uuid__": "6d789c73-156b-4ac6-92b1-3d94060bd596@f9941",
  755. "__expectedType__": "cc.SpriteFrame"
  756. },
  757. "_type": 0,
  758. "_fillType": 0,
  759. "_sizeMode": 2,
  760. "_fillCenter": {
  761. "__type__": "cc.Vec2",
  762. "x": 0,
  763. "y": 0
  764. },
  765. "_fillStart": 0,
  766. "_fillRange": 0,
  767. "_isTrimmedMode": true,
  768. "_useGrayscale": false,
  769. "_atlas": null,
  770. "_id": "c43x7FMWpOoIIC+0nC8KTA"
  771. },
  772. {
  773. "__type__": "cc.Node",
  774. "_name": "Sprite5",
  775. "_objFlags": 512,
  776. "__editorExtras__": {},
  777. "_parent": {
  778. "__id__": 6
  779. },
  780. "_children": [],
  781. "_active": true,
  782. "_components": [
  783. {
  784. "__id__": 20
  785. },
  786. {
  787. "__id__": 21
  788. }
  789. ],
  790. "_prefab": null,
  791. "_lpos": {
  792. "__type__": "cc.Vec3",
  793. "x": 0,
  794. "y": 415,
  795. "z": 0
  796. },
  797. "_lrot": {
  798. "__type__": "cc.Quat",
  799. "x": 0,
  800. "y": 0,
  801. "z": 0,
  802. "w": 1
  803. },
  804. "_lscale": {
  805. "__type__": "cc.Vec3",
  806. "x": 1,
  807. "y": 1,
  808. "z": 1
  809. },
  810. "_mobility": 0,
  811. "_layer": 33554432,
  812. "_euler": {
  813. "__type__": "cc.Vec3",
  814. "x": 0,
  815. "y": 0,
  816. "z": 0
  817. },
  818. "_id": "de5XONgZhHL4L/3fQF5wIN"
  819. },
  820. {
  821. "__type__": "cc.UITransform",
  822. "_name": "",
  823. "_objFlags": 0,
  824. "__editorExtras__": {},
  825. "node": {
  826. "__id__": 19
  827. },
  828. "_enabled": true,
  829. "__prefab": null,
  830. "_contentSize": {
  831. "__type__": "cc.Size",
  832. "width": 900,
  833. "height": 830
  834. },
  835. "_anchorPoint": {
  836. "__type__": "cc.Vec2",
  837. "x": 0.5,
  838. "y": 0.5
  839. },
  840. "_id": "095Nif2bJHgKy89+QP647z"
  841. },
  842. {
  843. "__type__": "cc.Sprite",
  844. "_name": "",
  845. "_objFlags": 0,
  846. "__editorExtras__": {},
  847. "node": {
  848. "__id__": 19
  849. },
  850. "_enabled": true,
  851. "__prefab": null,
  852. "_customMaterial": null,
  853. "_srcBlendFactor": 2,
  854. "_dstBlendFactor": 4,
  855. "_color": {
  856. "__type__": "cc.Color",
  857. "r": 255,
  858. "g": 255,
  859. "b": 255,
  860. "a": 255
  861. },
  862. "_spriteFrame": {
  863. "__uuid__": "499d28a5-cd60-4a79-993f-46979ffa0d11@f9941",
  864. "__expectedType__": "cc.SpriteFrame"
  865. },
  866. "_type": 0,
  867. "_fillType": 0,
  868. "_sizeMode": 2,
  869. "_fillCenter": {
  870. "__type__": "cc.Vec2",
  871. "x": 0,
  872. "y": 0
  873. },
  874. "_fillStart": 0,
  875. "_fillRange": 0,
  876. "_isTrimmedMode": true,
  877. "_useGrayscale": false,
  878. "_atlas": null,
  879. "_id": "ca2j2mV1hErZUvxeOqeu0z"
  880. },
  881. {
  882. "__type__": "cc.UITransform",
  883. "_name": "",
  884. "_objFlags": 0,
  885. "__editorExtras__": {},
  886. "node": {
  887. "__id__": 6
  888. },
  889. "_enabled": true,
  890. "__prefab": null,
  891. "_contentSize": {
  892. "__type__": "cc.Size",
  893. "width": 900,
  894. "height": 2945
  895. },
  896. "_anchorPoint": {
  897. "__type__": "cc.Vec2",
  898. "x": 0.5,
  899. "y": 0
  900. },
  901. "_id": "c6muPrUa5IbYNyuJ6gskpG"
  902. },
  903. {
  904. "__type__": "cc.Layout",
  905. "_name": "",
  906. "_objFlags": 0,
  907. "__editorExtras__": {},
  908. "node": {
  909. "__id__": 6
  910. },
  911. "_enabled": true,
  912. "__prefab": null,
  913. "_resizeMode": 1,
  914. "_layoutType": 2,
  915. "_cellSize": {
  916. "__type__": "cc.Size",
  917. "width": 40,
  918. "height": 40
  919. },
  920. "_startAxis": 1,
  921. "_paddingLeft": 0,
  922. "_paddingRight": 0,
  923. "_paddingTop": 0,
  924. "_paddingBottom": 0,
  925. "_spacingX": 0,
  926. "_spacingY": 0,
  927. "_verticalDirection": 1,
  928. "_horizontalDirection": 0,
  929. "_constraint": 0,
  930. "_constraintNum": 2,
  931. "_affectedByScale": false,
  932. "_isAlign": false,
  933. "_id": "2akB1tSLhEuKuErJHGM8Ui"
  934. },
  935. {
  936. "__type__": "cc.Widget",
  937. "_name": "",
  938. "_objFlags": 0,
  939. "__editorExtras__": {},
  940. "node": {
  941. "__id__": 6
  942. },
  943. "_enabled": true,
  944. "__prefab": null,
  945. "_alignFlags": 17,
  946. "_target": null,
  947. "_left": 0,
  948. "_right": 0,
  949. "_top": 0,
  950. "_bottom": 0,
  951. "_horizontalCenter": 0,
  952. "_verticalCenter": 0,
  953. "_isAbsLeft": true,
  954. "_isAbsRight": true,
  955. "_isAbsTop": true,
  956. "_isAbsBottom": true,
  957. "_isAbsHorizontalCenter": true,
  958. "_isAbsVerticalCenter": true,
  959. "_originalWidth": 0,
  960. "_originalHeight": 0,
  961. "_alignMode": 2,
  962. "_lockFlags": 17,
  963. "_id": "8ed3I4B6xLb79Zna7k4Ixw"
  964. },
  965. {
  966. "__type__": "cc.UITransform",
  967. "_name": "",
  968. "_objFlags": 0,
  969. "__editorExtras__": {},
  970. "node": {
  971. "__id__": 5
  972. },
  973. "_enabled": true,
  974. "__prefab": null,
  975. "_contentSize": {
  976. "__type__": "cc.Size",
  977. "width": 900,
  978. "height": 900
  979. },
  980. "_anchorPoint": {
  981. "__type__": "cc.Vec2",
  982. "x": 0.5,
  983. "y": 1
  984. },
  985. "_id": "f7SyDRdplHnbXxtIiIzht5"
  986. },
  987. {
  988. "__type__": "cc.Sprite",
  989. "_name": "",
  990. "_objFlags": 0,
  991. "__editorExtras__": {},
  992. "node": {
  993. "__id__": 5
  994. },
  995. "_enabled": true,
  996. "__prefab": null,
  997. "_customMaterial": null,
  998. "_srcBlendFactor": 2,
  999. "_dstBlendFactor": 4,
  1000. "_color": {
  1001. "__type__": "cc.Color",
  1002. "r": 0,
  1003. "g": 0,
  1004. "b": 0,
  1005. "a": 255
  1006. },
  1007. "_spriteFrame": {
  1008. "__uuid__": "b730527c-3233-41c2-aaf7-7cdab58f9749@f9941",
  1009. "__expectedType__": "cc.SpriteFrame"
  1010. },
  1011. "_type": 1,
  1012. "_fillType": 0,
  1013. "_sizeMode": 0,
  1014. "_fillCenter": {
  1015. "__type__": "cc.Vec2",
  1016. "x": 0,
  1017. "y": 0
  1018. },
  1019. "_fillStart": 0,
  1020. "_fillRange": 0,
  1021. "_isTrimmedMode": true,
  1022. "_useGrayscale": false,
  1023. "_atlas": null,
  1024. "_id": "198gFUwUFENY0hIi4vMxKb"
  1025. },
  1026. {
  1027. "__type__": "cc.ScrollView",
  1028. "_name": "",
  1029. "_objFlags": 0,
  1030. "__editorExtras__": {},
  1031. "node": {
  1032. "__id__": 5
  1033. },
  1034. "_enabled": true,
  1035. "__prefab": null,
  1036. "bounceDuration": 0.23,
  1037. "brake": 0.75,
  1038. "elastic": false,
  1039. "inertia": true,
  1040. "horizontal": false,
  1041. "vertical": true,
  1042. "cancelInnerEvents": true,
  1043. "scrollEvents": [],
  1044. "_content": {
  1045. "__id__": 6
  1046. },
  1047. "_horizontalScrollBar": null,
  1048. "_verticalScrollBar": null,
  1049. "_id": "baWnzRqHxOKaqjakYjoeow"
  1050. },
  1051. {
  1052. "__type__": "cc.Mask",
  1053. "_name": "",
  1054. "_objFlags": 0,
  1055. "__editorExtras__": {},
  1056. "node": {
  1057. "__id__": 5
  1058. },
  1059. "_enabled": true,
  1060. "__prefab": null,
  1061. "_type": 0,
  1062. "_inverted": false,
  1063. "_segments": 64,
  1064. "_alphaThreshold": 0.1,
  1065. "_id": "14hrNPW4JAdpo66btQfPQ4"
  1066. },
  1067. {
  1068. "__type__": "bc9f8BsTyJJRpAtOnSMeISD",
  1069. "_name": "",
  1070. "_objFlags": 0,
  1071. "__editorExtras__": {},
  1072. "node": {
  1073. "__id__": 5
  1074. },
  1075. "_enabled": true,
  1076. "__prefab": null,
  1077. "_id": "24SO/YPeVKfYOH8tR1xYWK"
  1078. },
  1079. {
  1080. "__type__": "cc.UITransform",
  1081. "_name": "",
  1082. "_objFlags": 0,
  1083. "__editorExtras__": {},
  1084. "node": {
  1085. "__id__": 2
  1086. },
  1087. "_enabled": true,
  1088. "__prefab": null,
  1089. "_contentSize": {
  1090. "__type__": "cc.Size",
  1091. "width": 900,
  1092. "height": 1600
  1093. },
  1094. "_anchorPoint": {
  1095. "__type__": "cc.Vec2",
  1096. "x": 0.5,
  1097. "y": 0.5
  1098. },
  1099. "_id": "d6rUX5yfhMlKoWX2bSbawx"
  1100. },
  1101. {
  1102. "__type__": "cc.Canvas",
  1103. "_name": "",
  1104. "_objFlags": 0,
  1105. "__editorExtras__": {},
  1106. "node": {
  1107. "__id__": 2
  1108. },
  1109. "_enabled": true,
  1110. "__prefab": null,
  1111. "_cameraComponent": {
  1112. "__id__": 4
  1113. },
  1114. "_alignCanvasWithScreen": true,
  1115. "_id": "12O/ljcVlEqLmVm3U2gEOQ"
  1116. },
  1117. {
  1118. "__type__": "cc.Widget",
  1119. "_name": "",
  1120. "_objFlags": 0,
  1121. "__editorExtras__": {},
  1122. "node": {
  1123. "__id__": 2
  1124. },
  1125. "_enabled": true,
  1126. "__prefab": null,
  1127. "_alignFlags": 45,
  1128. "_target": null,
  1129. "_left": -5.684341886080802e-14,
  1130. "_right": -5.684341886080802e-14,
  1131. "_top": -1.1368683772161603e-13,
  1132. "_bottom": -1.1368683772161603e-13,
  1133. "_horizontalCenter": 0,
  1134. "_verticalCenter": 0,
  1135. "_isAbsLeft": true,
  1136. "_isAbsRight": true,
  1137. "_isAbsTop": true,
  1138. "_isAbsBottom": true,
  1139. "_isAbsHorizontalCenter": true,
  1140. "_isAbsVerticalCenter": true,
  1141. "_originalWidth": 0,
  1142. "_originalHeight": 0,
  1143. "_alignMode": 2,
  1144. "_lockFlags": 0,
  1145. "_id": "c5V1EV8IpMtrIvY1OE9t2u"
  1146. },
  1147. {
  1148. "__type__": "cc.SceneGlobals",
  1149. "ambient": {
  1150. "__id__": 34
  1151. },
  1152. "shadows": {
  1153. "__id__": 35
  1154. },
  1155. "_skybox": {
  1156. "__id__": 36
  1157. },
  1158. "fog": {
  1159. "__id__": 37
  1160. },
  1161. "octree": {
  1162. "__id__": 38
  1163. },
  1164. "skin": {
  1165. "__id__": 39
  1166. },
  1167. "lightProbeInfo": {
  1168. "__id__": 40
  1169. },
  1170. "bakedWithStationaryMainLight": false,
  1171. "bakedWithHighpLightmap": false
  1172. },
  1173. {
  1174. "__type__": "cc.AmbientInfo",
  1175. "_skyColorHDR": {
  1176. "__type__": "cc.Vec4",
  1177. "x": 0,
  1178. "y": 0,
  1179. "z": 0,
  1180. "w": 0.520833125
  1181. },
  1182. "_skyColor": {
  1183. "__type__": "cc.Vec4",
  1184. "x": 0,
  1185. "y": 0,
  1186. "z": 0,
  1187. "w": 0.520833125
  1188. },
  1189. "_skyIllumHDR": 20000,
  1190. "_skyIllum": 20000,
  1191. "_groundAlbedoHDR": {
  1192. "__type__": "cc.Vec4",
  1193. "x": 0,
  1194. "y": 0,
  1195. "z": 0,
  1196. "w": 0
  1197. },
  1198. "_groundAlbedo": {
  1199. "__type__": "cc.Vec4",
  1200. "x": 0,
  1201. "y": 0,
  1202. "z": 0,
  1203. "w": 0
  1204. },
  1205. "_skyColorLDR": {
  1206. "__type__": "cc.Vec4",
  1207. "x": 0.2,
  1208. "y": 0.5,
  1209. "z": 0.8,
  1210. "w": 1
  1211. },
  1212. "_skyIllumLDR": 20000,
  1213. "_groundAlbedoLDR": {
  1214. "__type__": "cc.Vec4",
  1215. "x": 0.2,
  1216. "y": 0.2,
  1217. "z": 0.2,
  1218. "w": 1
  1219. }
  1220. },
  1221. {
  1222. "__type__": "cc.ShadowsInfo",
  1223. "_enabled": false,
  1224. "_type": 0,
  1225. "_normal": {
  1226. "__type__": "cc.Vec3",
  1227. "x": 0,
  1228. "y": 1,
  1229. "z": 0
  1230. },
  1231. "_distance": 0,
  1232. "_shadowColor": {
  1233. "__type__": "cc.Color",
  1234. "r": 76,
  1235. "g": 76,
  1236. "b": 76,
  1237. "a": 255
  1238. },
  1239. "_maxReceived": 4,
  1240. "_size": {
  1241. "__type__": "cc.Vec2",
  1242. "x": 512,
  1243. "y": 512
  1244. }
  1245. },
  1246. {
  1247. "__type__": "cc.SkyboxInfo",
  1248. "_envLightingType": 0,
  1249. "_envmapHDR": null,
  1250. "_envmap": null,
  1251. "_envmapLDR": null,
  1252. "_diffuseMapHDR": null,
  1253. "_diffuseMapLDR": null,
  1254. "_enabled": false,
  1255. "_useHDR": true,
  1256. "_editableMaterial": null,
  1257. "_reflectionHDR": null,
  1258. "_reflectionLDR": null,
  1259. "_rotationAngle": 0
  1260. },
  1261. {
  1262. "__type__": "cc.FogInfo",
  1263. "_type": 0,
  1264. "_fogColor": {
  1265. "__type__": "cc.Color",
  1266. "r": 200,
  1267. "g": 200,
  1268. "b": 200,
  1269. "a": 255
  1270. },
  1271. "_enabled": false,
  1272. "_fogDensity": 0.3,
  1273. "_fogStart": 0.5,
  1274. "_fogEnd": 300,
  1275. "_fogAtten": 5,
  1276. "_fogTop": 1.5,
  1277. "_fogRange": 1.2,
  1278. "_accurate": false
  1279. },
  1280. {
  1281. "__type__": "cc.OctreeInfo",
  1282. "_enabled": false,
  1283. "_minPos": {
  1284. "__type__": "cc.Vec3",
  1285. "x": -1024,
  1286. "y": -1024,
  1287. "z": -1024
  1288. },
  1289. "_maxPos": {
  1290. "__type__": "cc.Vec3",
  1291. "x": 1024,
  1292. "y": 1024,
  1293. "z": 1024
  1294. },
  1295. "_depth": 8
  1296. },
  1297. {
  1298. "__type__": "cc.SkinInfo",
  1299. "_enabled": false,
  1300. "_blurRadius": 0.01,
  1301. "_sssIntensity": 3
  1302. },
  1303. {
  1304. "__type__": "cc.LightProbeInfo",
  1305. "_giScale": 1,
  1306. "_giSamples": 1024,
  1307. "_bounces": 2,
  1308. "_reduceRinging": 0,
  1309. "_showProbe": true,
  1310. "_showWireframe": true,
  1311. "_showConvex": false,
  1312. "_data": null,
  1313. "_lightProbeSphereVolume": 1
  1314. }
  1315. ]