test.scene 20 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138
  1. [
  2. {
  3. "__type__": "cc.SceneAsset",
  4. "_name": "test",
  5. "_objFlags": 0,
  6. "__editorExtras__": {},
  7. "_native": "",
  8. "scene": {
  9. "__id__": 1
  10. }
  11. },
  12. {
  13. "__type__": "cc.Scene",
  14. "_name": "test",
  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__": 26
  56. },
  57. "_id": "ae4a27b1-5809-444e-a772-54a37da3efd6"
  58. },
  59. {
  60. "__type__": "cc.Node",
  61. "_name": "Canvas",
  62. "_objFlags": 0,
  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__": 22
  79. },
  80. {
  81. "__id__": 23
  82. },
  83. {
  84. "__id__": 24
  85. },
  86. {
  87. "__id__": 25
  88. }
  89. ],
  90. "_prefab": null,
  91. "_lpos": {
  92. "__type__": "cc.Vec3",
  93. "x": 960,
  94. "y": 960,
  95. "z": 0
  96. },
  97. "_lrot": {
  98. "__type__": "cc.Quat",
  99. "x": 0,
  100. "y": 0,
  101. "z": 0,
  102. "w": 1
  103. },
  104. "_lscale": {
  105. "__type__": "cc.Vec3",
  106. "x": 1,
  107. "y": 1,
  108. "z": 1
  109. },
  110. "_mobility": 0,
  111. "_layer": 33554432,
  112. "_euler": {
  113. "__type__": "cc.Vec3",
  114. "x": 0,
  115. "y": 0,
  116. "z": 0
  117. },
  118. "_id": "beI88Z2HpFELqR4T5EMHpg"
  119. },
  120. {
  121. "__type__": "cc.Node",
  122. "_name": "Camera",
  123. "_objFlags": 0,
  124. "__editorExtras__": {},
  125. "_parent": {
  126. "__id__": 2
  127. },
  128. "_children": [],
  129. "_active": true,
  130. "_components": [
  131. {
  132. "__id__": 4
  133. }
  134. ],
  135. "_prefab": null,
  136. "_lpos": {
  137. "__type__": "cc.Vec3",
  138. "x": 0,
  139. "y": 0,
  140. "z": 1000
  141. },
  142. "_lrot": {
  143. "__type__": "cc.Quat",
  144. "x": 0,
  145. "y": 0,
  146. "z": 0,
  147. "w": 1
  148. },
  149. "_lscale": {
  150. "__type__": "cc.Vec3",
  151. "x": 1,
  152. "y": 1,
  153. "z": 1
  154. },
  155. "_mobility": 0,
  156. "_layer": 1073741824,
  157. "_euler": {
  158. "__type__": "cc.Vec3",
  159. "x": 0,
  160. "y": 0,
  161. "z": 0
  162. },
  163. "_id": "ebFwiq8gBFaYpqYbdoDODe"
  164. },
  165. {
  166. "__type__": "cc.Camera",
  167. "_name": "",
  168. "_objFlags": 0,
  169. "__editorExtras__": {},
  170. "node": {
  171. "__id__": 3
  172. },
  173. "_enabled": true,
  174. "__prefab": null,
  175. "_projection": 0,
  176. "_priority": 0,
  177. "_fov": 45,
  178. "_fovAxis": 0,
  179. "_orthoHeight": 960,
  180. "_near": 0,
  181. "_far": 1000,
  182. "_color": {
  183. "__type__": "cc.Color",
  184. "r": 0,
  185. "g": 0,
  186. "b": 0,
  187. "a": 255
  188. },
  189. "_depth": 1,
  190. "_stencil": 0,
  191. "_clearFlags": 7,
  192. "_rect": {
  193. "__type__": "cc.Rect",
  194. "x": 0,
  195. "y": 0,
  196. "width": 1,
  197. "height": 1
  198. },
  199. "_aperture": 19,
  200. "_shutter": 7,
  201. "_iso": 0,
  202. "_screenScale": 1,
  203. "_visibility": 1108344832,
  204. "_targetTexture": null,
  205. "_postProcess": null,
  206. "_usePostProcess": false,
  207. "_cameraType": -1,
  208. "_trackingType": 0,
  209. "_id": "63WIch3o5BEYRlXzTT0oWc"
  210. },
  211. {
  212. "__type__": "cc.Node",
  213. "_name": "bg",
  214. "_objFlags": 0,
  215. "__editorExtras__": {},
  216. "_parent": {
  217. "__id__": 2
  218. },
  219. "_children": [
  220. {
  221. "__id__": 6
  222. },
  223. {
  224. "__id__": 12
  225. }
  226. ],
  227. "_active": true,
  228. "_components": [
  229. {
  230. "__id__": 19
  231. },
  232. {
  233. "__id__": 20
  234. },
  235. {
  236. "__id__": 21
  237. }
  238. ],
  239. "_prefab": null,
  240. "_lpos": {
  241. "__type__": "cc.Vec3",
  242. "x": 0,
  243. "y": 0,
  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": "15TB0Oc5JI5KccYOLW5OQE"
  268. },
  269. {
  270. "__type__": "cc.Node",
  271. "_name": "img",
  272. "_objFlags": 0,
  273. "__editorExtras__": {},
  274. "_parent": {
  275. "__id__": 5
  276. },
  277. "_children": [
  278. {
  279. "__id__": 7
  280. }
  281. ],
  282. "_active": true,
  283. "_components": [
  284. {
  285. "__id__": 10
  286. },
  287. {
  288. "__id__": 11
  289. }
  290. ],
  291. "_prefab": null,
  292. "_lpos": {
  293. "__type__": "cc.Vec3",
  294. "x": -428.113,
  295. "y": 40.205,
  296. "z": 0
  297. },
  298. "_lrot": {
  299. "__type__": "cc.Quat",
  300. "x": 0,
  301. "y": 0,
  302. "z": 0,
  303. "w": 1
  304. },
  305. "_lscale": {
  306. "__type__": "cc.Vec3",
  307. "x": 1,
  308. "y": 1,
  309. "z": 1
  310. },
  311. "_mobility": 0,
  312. "_layer": 33554432,
  313. "_euler": {
  314. "__type__": "cc.Vec3",
  315. "x": 0,
  316. "y": 0,
  317. "z": 0
  318. },
  319. "_id": "89oTfDtbxJOKiI6xEYzBYt"
  320. },
  321. {
  322. "__type__": "cc.Node",
  323. "_name": "img_point",
  324. "_objFlags": 0,
  325. "__editorExtras__": {},
  326. "_parent": {
  327. "__id__": 6
  328. },
  329. "_children": [],
  330. "_active": true,
  331. "_components": [
  332. {
  333. "__id__": 8
  334. },
  335. {
  336. "__id__": 9
  337. }
  338. ],
  339. "_prefab": null,
  340. "_lpos": {
  341. "__type__": "cc.Vec3",
  342. "x": 0,
  343. "y": 0,
  344. "z": 0
  345. },
  346. "_lrot": {
  347. "__type__": "cc.Quat",
  348. "x": 0,
  349. "y": 0,
  350. "z": 0,
  351. "w": 1
  352. },
  353. "_lscale": {
  354. "__type__": "cc.Vec3",
  355. "x": 1,
  356. "y": 1,
  357. "z": 1
  358. },
  359. "_mobility": 0,
  360. "_layer": 33554432,
  361. "_euler": {
  362. "__type__": "cc.Vec3",
  363. "x": 0,
  364. "y": 0,
  365. "z": 0
  366. },
  367. "_id": "58kvOAgu5C2ZbGkMLyfAxj"
  368. },
  369. {
  370. "__type__": "cc.UITransform",
  371. "_name": "",
  372. "_objFlags": 0,
  373. "__editorExtras__": {},
  374. "node": {
  375. "__id__": 7
  376. },
  377. "_enabled": true,
  378. "__prefab": null,
  379. "_contentSize": {
  380. "__type__": "cc.Size",
  381. "width": 20,
  382. "height": 20
  383. },
  384. "_anchorPoint": {
  385. "__type__": "cc.Vec2",
  386. "x": 0.5,
  387. "y": 0.5
  388. },
  389. "_id": "51tbgDOAhPD782ypuFbXcR"
  390. },
  391. {
  392. "__type__": "cc.Sprite",
  393. "_name": "",
  394. "_objFlags": 0,
  395. "__editorExtras__": {},
  396. "node": {
  397. "__id__": 7
  398. },
  399. "_enabled": true,
  400. "__prefab": null,
  401. "_customMaterial": null,
  402. "_srcBlendFactor": 2,
  403. "_dstBlendFactor": 4,
  404. "_color": {
  405. "__type__": "cc.Color",
  406. "r": 31,
  407. "g": 15,
  408. "b": 219,
  409. "a": 255
  410. },
  411. "_spriteFrame": {
  412. "__uuid__": "b730527c-3233-41c2-aaf7-7cdab58f9749@f9941",
  413. "__expectedType__": "cc.SpriteFrame"
  414. },
  415. "_type": 1,
  416. "_fillType": 0,
  417. "_sizeMode": 0,
  418. "_fillCenter": {
  419. "__type__": "cc.Vec2",
  420. "x": 0,
  421. "y": 0
  422. },
  423. "_fillStart": 0,
  424. "_fillRange": 0,
  425. "_isTrimmedMode": true,
  426. "_useGrayscale": false,
  427. "_atlas": null,
  428. "_id": "c2CA99bs1EN6qjkFxL2k5+"
  429. },
  430. {
  431. "__type__": "cc.UITransform",
  432. "_name": "",
  433. "_objFlags": 0,
  434. "__editorExtras__": {},
  435. "node": {
  436. "__id__": 6
  437. },
  438. "_enabled": true,
  439. "__prefab": null,
  440. "_contentSize": {
  441. "__type__": "cc.Size",
  442. "width": 500,
  443. "height": 1000
  444. },
  445. "_anchorPoint": {
  446. "__type__": "cc.Vec2",
  447. "x": 0.5,
  448. "y": 0.5
  449. },
  450. "_id": "850V82hhNHKIp6NHsbIwW4"
  451. },
  452. {
  453. "__type__": "cc.Sprite",
  454. "_name": "",
  455. "_objFlags": 0,
  456. "__editorExtras__": {},
  457. "node": {
  458. "__id__": 6
  459. },
  460. "_enabled": true,
  461. "__prefab": null,
  462. "_customMaterial": null,
  463. "_srcBlendFactor": 2,
  464. "_dstBlendFactor": 4,
  465. "_color": {
  466. "__type__": "cc.Color",
  467. "r": 236,
  468. "g": 17,
  469. "b": 17,
  470. "a": 255
  471. },
  472. "_spriteFrame": {
  473. "__uuid__": "b730527c-3233-41c2-aaf7-7cdab58f9749@f9941",
  474. "__expectedType__": "cc.SpriteFrame"
  475. },
  476. "_type": 1,
  477. "_fillType": 0,
  478. "_sizeMode": 0,
  479. "_fillCenter": {
  480. "__type__": "cc.Vec2",
  481. "x": 0,
  482. "y": 0
  483. },
  484. "_fillStart": 0,
  485. "_fillRange": 0,
  486. "_isTrimmedMode": true,
  487. "_useGrayscale": false,
  488. "_atlas": null,
  489. "_id": "8cmQC4a5VAnLbkAdj4zHkL"
  490. },
  491. {
  492. "__type__": "cc.Node",
  493. "_name": "btn_rotate",
  494. "_objFlags": 0,
  495. "__editorExtras__": {},
  496. "_parent": {
  497. "__id__": 5
  498. },
  499. "_children": [
  500. {
  501. "__id__": 13
  502. }
  503. ],
  504. "_active": true,
  505. "_components": [
  506. {
  507. "__id__": 16
  508. },
  509. {
  510. "__id__": 17
  511. },
  512. {
  513. "__id__": 18
  514. }
  515. ],
  516. "_prefab": null,
  517. "_lpos": {
  518. "__type__": "cc.Vec3",
  519. "x": -18.75,
  520. "y": 384,
  521. "z": 0
  522. },
  523. "_lrot": {
  524. "__type__": "cc.Quat",
  525. "x": 0,
  526. "y": 0,
  527. "z": 0,
  528. "w": 1
  529. },
  530. "_lscale": {
  531. "__type__": "cc.Vec3",
  532. "x": 1,
  533. "y": 1,
  534. "z": 1
  535. },
  536. "_mobility": 0,
  537. "_layer": 33554432,
  538. "_euler": {
  539. "__type__": "cc.Vec3",
  540. "x": 0,
  541. "y": 0,
  542. "z": 0
  543. },
  544. "_id": "b8C/IuHsJOkZrtqEKG3q7D"
  545. },
  546. {
  547. "__type__": "cc.Node",
  548. "_name": "Label",
  549. "_objFlags": 512,
  550. "__editorExtras__": {},
  551. "_parent": {
  552. "__id__": 12
  553. },
  554. "_children": [],
  555. "_active": true,
  556. "_components": [
  557. {
  558. "__id__": 14
  559. },
  560. {
  561. "__id__": 15
  562. }
  563. ],
  564. "_prefab": null,
  565. "_lpos": {
  566. "__type__": "cc.Vec3",
  567. "x": 0,
  568. "y": 0,
  569. "z": 0
  570. },
  571. "_lrot": {
  572. "__type__": "cc.Quat",
  573. "x": 0,
  574. "y": 0,
  575. "z": 0,
  576. "w": 1
  577. },
  578. "_lscale": {
  579. "__type__": "cc.Vec3",
  580. "x": 1,
  581. "y": 1,
  582. "z": 1
  583. },
  584. "_mobility": 0,
  585. "_layer": 33554432,
  586. "_euler": {
  587. "__type__": "cc.Vec3",
  588. "x": 0,
  589. "y": 0,
  590. "z": 0
  591. },
  592. "_id": "71cBtt5fNOPJ/OK5i4UAdG"
  593. },
  594. {
  595. "__type__": "cc.UITransform",
  596. "_name": "",
  597. "_objFlags": 0,
  598. "__editorExtras__": {},
  599. "node": {
  600. "__id__": 13
  601. },
  602. "_enabled": true,
  603. "__prefab": null,
  604. "_contentSize": {
  605. "__type__": "cc.Size",
  606. "width": 100,
  607. "height": 40
  608. },
  609. "_anchorPoint": {
  610. "__type__": "cc.Vec2",
  611. "x": 0.5,
  612. "y": 0.5
  613. },
  614. "_id": "2aOqrieaFDz4eOXEb/J7GZ"
  615. },
  616. {
  617. "__type__": "cc.Label",
  618. "_name": "",
  619. "_objFlags": 0,
  620. "__editorExtras__": {},
  621. "node": {
  622. "__id__": 13
  623. },
  624. "_enabled": true,
  625. "__prefab": null,
  626. "_customMaterial": null,
  627. "_srcBlendFactor": 2,
  628. "_dstBlendFactor": 4,
  629. "_color": {
  630. "__type__": "cc.Color",
  631. "r": 0,
  632. "g": 0,
  633. "b": 0,
  634. "a": 255
  635. },
  636. "_string": "旋转",
  637. "_horizontalAlign": 1,
  638. "_verticalAlign": 1,
  639. "_actualFontSize": 20,
  640. "_fontSize": 20,
  641. "_fontFamily": "Arial",
  642. "_lineHeight": 40,
  643. "_overflow": 1,
  644. "_enableWrapText": false,
  645. "_font": null,
  646. "_isSystemFontUsed": true,
  647. "_spacingX": 0,
  648. "_isItalic": false,
  649. "_isBold": false,
  650. "_isUnderline": false,
  651. "_underlineHeight": 2,
  652. "_cacheMode": 0,
  653. "_id": "e88Uti3ZpI1ZgdBzolRUze"
  654. },
  655. {
  656. "__type__": "cc.UITransform",
  657. "_name": "",
  658. "_objFlags": 0,
  659. "__editorExtras__": {},
  660. "node": {
  661. "__id__": 12
  662. },
  663. "_enabled": true,
  664. "__prefab": null,
  665. "_contentSize": {
  666. "__type__": "cc.Size",
  667. "width": 200,
  668. "height": 60
  669. },
  670. "_anchorPoint": {
  671. "__type__": "cc.Vec2",
  672. "x": 0.5,
  673. "y": 0.5
  674. },
  675. "_id": "7dSZVuqn5B2qJesQOcCjxq"
  676. },
  677. {
  678. "__type__": "cc.Sprite",
  679. "_name": "",
  680. "_objFlags": 0,
  681. "__editorExtras__": {},
  682. "node": {
  683. "__id__": 12
  684. },
  685. "_enabled": true,
  686. "__prefab": null,
  687. "_customMaterial": null,
  688. "_srcBlendFactor": 2,
  689. "_dstBlendFactor": 4,
  690. "_color": {
  691. "__type__": "cc.Color",
  692. "r": 255,
  693. "g": 255,
  694. "b": 255,
  695. "a": 255
  696. },
  697. "_spriteFrame": {
  698. "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
  699. "__expectedType__": "cc.SpriteFrame"
  700. },
  701. "_type": 1,
  702. "_fillType": 0,
  703. "_sizeMode": 0,
  704. "_fillCenter": {
  705. "__type__": "cc.Vec2",
  706. "x": 0,
  707. "y": 0
  708. },
  709. "_fillStart": 0,
  710. "_fillRange": 0,
  711. "_isTrimmedMode": true,
  712. "_useGrayscale": false,
  713. "_atlas": null,
  714. "_id": "a4roUKaE1FYY3C/+Y1dIsG"
  715. },
  716. {
  717. "__type__": "cc.Button",
  718. "_name": "",
  719. "_objFlags": 0,
  720. "__editorExtras__": {},
  721. "node": {
  722. "__id__": 12
  723. },
  724. "_enabled": true,
  725. "__prefab": null,
  726. "clickEvents": [],
  727. "_interactable": true,
  728. "_transition": 3,
  729. "_normalColor": {
  730. "__type__": "cc.Color",
  731. "r": 214,
  732. "g": 214,
  733. "b": 214,
  734. "a": 255
  735. },
  736. "_hoverColor": {
  737. "__type__": "cc.Color",
  738. "r": 211,
  739. "g": 211,
  740. "b": 211,
  741. "a": 255
  742. },
  743. "_pressedColor": {
  744. "__type__": "cc.Color",
  745. "r": 255,
  746. "g": 255,
  747. "b": 255,
  748. "a": 255
  749. },
  750. "_disabledColor": {
  751. "__type__": "cc.Color",
  752. "r": 124,
  753. "g": 124,
  754. "b": 124,
  755. "a": 255
  756. },
  757. "_normalSprite": {
  758. "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
  759. "__expectedType__": "cc.SpriteFrame"
  760. },
  761. "_hoverSprite": {
  762. "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
  763. "__expectedType__": "cc.SpriteFrame"
  764. },
  765. "_pressedSprite": {
  766. "__uuid__": "544e49d6-3f05-4fa8-9a9e-091f98fc2ce8@f9941",
  767. "__expectedType__": "cc.SpriteFrame"
  768. },
  769. "_disabledSprite": {
  770. "__uuid__": "951249e0-9f16-456d-8b85-a6ca954da16b@f9941",
  771. "__expectedType__": "cc.SpriteFrame"
  772. },
  773. "_duration": 0.1,
  774. "_zoomScale": 1.2,
  775. "_target": {
  776. "__id__": 12
  777. },
  778. "_id": "38zJFa3dNKQL5/Za4Nj5Uc"
  779. },
  780. {
  781. "__type__": "cc.UITransform",
  782. "_name": "",
  783. "_objFlags": 0,
  784. "__editorExtras__": {},
  785. "node": {
  786. "__id__": 5
  787. },
  788. "_enabled": true,
  789. "__prefab": null,
  790. "_contentSize": {
  791. "__type__": "cc.Size",
  792. "width": 1920,
  793. "height": 1920
  794. },
  795. "_anchorPoint": {
  796. "__type__": "cc.Vec2",
  797. "x": 0.5,
  798. "y": 0.5
  799. },
  800. "_id": "b29bIetBVHP5fdTzM3yeFX"
  801. },
  802. {
  803. "__type__": "cc.Sprite",
  804. "_name": "",
  805. "_objFlags": 0,
  806. "__editorExtras__": {},
  807. "node": {
  808. "__id__": 5
  809. },
  810. "_enabled": true,
  811. "__prefab": null,
  812. "_customMaterial": null,
  813. "_srcBlendFactor": 2,
  814. "_dstBlendFactor": 4,
  815. "_color": {
  816. "__type__": "cc.Color",
  817. "r": 255,
  818. "g": 255,
  819. "b": 255,
  820. "a": 255
  821. },
  822. "_spriteFrame": {
  823. "__uuid__": "b730527c-3233-41c2-aaf7-7cdab58f9749@f9941",
  824. "__expectedType__": "cc.SpriteFrame"
  825. },
  826. "_type": 1,
  827. "_fillType": 0,
  828. "_sizeMode": 0,
  829. "_fillCenter": {
  830. "__type__": "cc.Vec2",
  831. "x": 0,
  832. "y": 0
  833. },
  834. "_fillStart": 0,
  835. "_fillRange": 0,
  836. "_isTrimmedMode": true,
  837. "_useGrayscale": false,
  838. "_atlas": null,
  839. "_id": "96m3//o2VNhZMyYqb3HMiE"
  840. },
  841. {
  842. "__type__": "cc.Widget",
  843. "_name": "",
  844. "_objFlags": 0,
  845. "__editorExtras__": {},
  846. "node": {
  847. "__id__": 5
  848. },
  849. "_enabled": true,
  850. "__prefab": null,
  851. "_alignFlags": 45,
  852. "_target": null,
  853. "_left": 0,
  854. "_right": 0,
  855. "_top": 0,
  856. "_bottom": 0,
  857. "_horizontalCenter": 0,
  858. "_verticalCenter": 0,
  859. "_isAbsLeft": true,
  860. "_isAbsRight": true,
  861. "_isAbsTop": true,
  862. "_isAbsBottom": true,
  863. "_isAbsHorizontalCenter": true,
  864. "_isAbsVerticalCenter": true,
  865. "_originalWidth": 100,
  866. "_originalHeight": 100,
  867. "_alignMode": 2,
  868. "_lockFlags": 0,
  869. "_id": "8awqWKLpNMsK6K+v1KNh3F"
  870. },
  871. {
  872. "__type__": "cc.UITransform",
  873. "_name": "",
  874. "_objFlags": 0,
  875. "__editorExtras__": {},
  876. "node": {
  877. "__id__": 2
  878. },
  879. "_enabled": true,
  880. "__prefab": null,
  881. "_contentSize": {
  882. "__type__": "cc.Size",
  883. "width": 1920,
  884. "height": 1920
  885. },
  886. "_anchorPoint": {
  887. "__type__": "cc.Vec2",
  888. "x": 0.5,
  889. "y": 0.5
  890. },
  891. "_id": "d6rUX5yfhMlKoWX2bSbawx"
  892. },
  893. {
  894. "__type__": "cc.Canvas",
  895. "_name": "",
  896. "_objFlags": 0,
  897. "__editorExtras__": {},
  898. "node": {
  899. "__id__": 2
  900. },
  901. "_enabled": true,
  902. "__prefab": null,
  903. "_cameraComponent": {
  904. "__id__": 4
  905. },
  906. "_alignCanvasWithScreen": true,
  907. "_id": "12O/ljcVlEqLmVm3U2gEOQ"
  908. },
  909. {
  910. "__type__": "cc.Widget",
  911. "_name": "",
  912. "_objFlags": 0,
  913. "__editorExtras__": {},
  914. "node": {
  915. "__id__": 2
  916. },
  917. "_enabled": true,
  918. "__prefab": null,
  919. "_alignFlags": 45,
  920. "_target": null,
  921. "_left": 0,
  922. "_right": 0,
  923. "_top": 5.684341886080802e-14,
  924. "_bottom": 5.684341886080802e-14,
  925. "_horizontalCenter": 0,
  926. "_verticalCenter": 0,
  927. "_isAbsLeft": true,
  928. "_isAbsRight": true,
  929. "_isAbsTop": true,
  930. "_isAbsBottom": true,
  931. "_isAbsHorizontalCenter": true,
  932. "_isAbsVerticalCenter": true,
  933. "_originalWidth": 0,
  934. "_originalHeight": 0,
  935. "_alignMode": 2,
  936. "_lockFlags": 0,
  937. "_id": "c5V1EV8IpMtrIvY1OE9t2u"
  938. },
  939. {
  940. "__type__": "132e57T+itK4JcDeAs9Pzty",
  941. "_name": "",
  942. "_objFlags": 0,
  943. "__editorExtras__": {},
  944. "node": {
  945. "__id__": 2
  946. },
  947. "_enabled": true,
  948. "__prefab": null,
  949. "bg": {
  950. "__id__": 5
  951. },
  952. "img": {
  953. "__id__": 6
  954. },
  955. "img_point": {
  956. "__id__": 7
  957. },
  958. "btn_rotate": {
  959. "__id__": 12
  960. },
  961. "_id": "eeHGtWkvJCbpKJ3StfZoWg"
  962. },
  963. {
  964. "__type__": "cc.SceneGlobals",
  965. "ambient": {
  966. "__id__": 27
  967. },
  968. "shadows": {
  969. "__id__": 28
  970. },
  971. "_skybox": {
  972. "__id__": 29
  973. },
  974. "fog": {
  975. "__id__": 30
  976. },
  977. "octree": {
  978. "__id__": 31
  979. },
  980. "skin": {
  981. "__id__": 32
  982. },
  983. "lightProbeInfo": {
  984. "__id__": 33
  985. },
  986. "postSettings": {
  987. "__id__": 34
  988. },
  989. "bakedWithStationaryMainLight": false,
  990. "bakedWithHighpLightmap": false
  991. },
  992. {
  993. "__type__": "cc.AmbientInfo",
  994. "_skyColorHDR": {
  995. "__type__": "cc.Vec4",
  996. "x": 0,
  997. "y": 0,
  998. "z": 0,
  999. "w": 0.520833125
  1000. },
  1001. "_skyColor": {
  1002. "__type__": "cc.Vec4",
  1003. "x": 0,
  1004. "y": 0,
  1005. "z": 0,
  1006. "w": 0.520833125
  1007. },
  1008. "_skyIllumHDR": 20000,
  1009. "_skyIllum": 20000,
  1010. "_groundAlbedoHDR": {
  1011. "__type__": "cc.Vec4",
  1012. "x": 0,
  1013. "y": 0,
  1014. "z": 0,
  1015. "w": 0
  1016. },
  1017. "_groundAlbedo": {
  1018. "__type__": "cc.Vec4",
  1019. "x": 0,
  1020. "y": 0,
  1021. "z": 0,
  1022. "w": 0
  1023. },
  1024. "_skyColorLDR": {
  1025. "__type__": "cc.Vec4",
  1026. "x": 0.2,
  1027. "y": 0.5,
  1028. "z": 0.8,
  1029. "w": 1
  1030. },
  1031. "_skyIllumLDR": 20000,
  1032. "_groundAlbedoLDR": {
  1033. "__type__": "cc.Vec4",
  1034. "x": 0.2,
  1035. "y": 0.2,
  1036. "z": 0.2,
  1037. "w": 1
  1038. }
  1039. },
  1040. {
  1041. "__type__": "cc.ShadowsInfo",
  1042. "_enabled": false,
  1043. "_type": 0,
  1044. "_normal": {
  1045. "__type__": "cc.Vec3",
  1046. "x": 0,
  1047. "y": 1,
  1048. "z": 0
  1049. },
  1050. "_distance": 0,
  1051. "_shadowColor": {
  1052. "__type__": "cc.Color",
  1053. "r": 76,
  1054. "g": 76,
  1055. "b": 76,
  1056. "a": 255
  1057. },
  1058. "_maxReceived": 4,
  1059. "_size": {
  1060. "__type__": "cc.Vec2",
  1061. "x": 512,
  1062. "y": 512
  1063. }
  1064. },
  1065. {
  1066. "__type__": "cc.SkyboxInfo",
  1067. "_envLightingType": 0,
  1068. "_envmapHDR": null,
  1069. "_envmap": null,
  1070. "_envmapLDR": null,
  1071. "_diffuseMapHDR": null,
  1072. "_diffuseMapLDR": null,
  1073. "_enabled": false,
  1074. "_useHDR": true,
  1075. "_editableMaterial": null,
  1076. "_reflectionHDR": null,
  1077. "_reflectionLDR": null,
  1078. "_rotationAngle": 0
  1079. },
  1080. {
  1081. "__type__": "cc.FogInfo",
  1082. "_type": 0,
  1083. "_fogColor": {
  1084. "__type__": "cc.Color",
  1085. "r": 200,
  1086. "g": 200,
  1087. "b": 200,
  1088. "a": 255
  1089. },
  1090. "_enabled": false,
  1091. "_fogDensity": 0.3,
  1092. "_fogStart": 0.5,
  1093. "_fogEnd": 300,
  1094. "_fogAtten": 5,
  1095. "_fogTop": 1.5,
  1096. "_fogRange": 1.2,
  1097. "_accurate": false
  1098. },
  1099. {
  1100. "__type__": "cc.OctreeInfo",
  1101. "_enabled": false,
  1102. "_minPos": {
  1103. "__type__": "cc.Vec3",
  1104. "x": -1024,
  1105. "y": -1024,
  1106. "z": -1024
  1107. },
  1108. "_maxPos": {
  1109. "__type__": "cc.Vec3",
  1110. "x": 1024,
  1111. "y": 1024,
  1112. "z": 1024
  1113. },
  1114. "_depth": 8
  1115. },
  1116. {
  1117. "__type__": "cc.SkinInfo",
  1118. "_enabled": false,
  1119. "_blurRadius": 0.01,
  1120. "_sssIntensity": 3
  1121. },
  1122. {
  1123. "__type__": "cc.LightProbeInfo",
  1124. "_giScale": 1,
  1125. "_giSamples": 1024,
  1126. "_bounces": 2,
  1127. "_reduceRinging": 0,
  1128. "_showProbe": true,
  1129. "_showWireframe": true,
  1130. "_showConvex": false,
  1131. "_data": null,
  1132. "_lightProbeSphereVolume": 1
  1133. },
  1134. {
  1135. "__type__": "cc.PostSettingsInfo",
  1136. "_toneMappingType": 0
  1137. }
  1138. ]