LoginScene.scene 27 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510
  1. [
  2. {
  3. "__type__": "cc.SceneAsset",
  4. "_name": "LoginScene",
  5. "_objFlags": 0,
  6. "__editorExtras__": {},
  7. "_native": "",
  8. "scene": {
  9. "__id__": 1
  10. }
  11. },
  12. {
  13. "__type__": "cc.Scene",
  14. "_name": "LoginScene",
  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__": 37
  56. },
  57. "_id": "099ece80-6a52-4fc1-8f49-dcd0345183d0"
  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. "__id__": 8
  76. },
  77. {
  78. "__id__": 13
  79. },
  80. {
  81. "__id__": 27
  82. },
  83. {
  84. "__id__": 30
  85. }
  86. ],
  87. "_active": true,
  88. "_components": [
  89. {
  90. "__id__": 33
  91. },
  92. {
  93. "__id__": 34
  94. },
  95. {
  96. "__id__": 35
  97. },
  98. {
  99. "__id__": 36
  100. }
  101. ],
  102. "_prefab": null,
  103. "_lpos": {
  104. "__type__": "cc.Vec3",
  105. "x": 480,
  106. "y": 320.00000000000006,
  107. "z": 0
  108. },
  109. "_lrot": {
  110. "__type__": "cc.Quat",
  111. "x": 0,
  112. "y": 0,
  113. "z": 0,
  114. "w": 1
  115. },
  116. "_lscale": {
  117. "__type__": "cc.Vec3",
  118. "x": 1,
  119. "y": 1,
  120. "z": 1
  121. },
  122. "_mobility": 0,
  123. "_layer": 33554432,
  124. "_euler": {
  125. "__type__": "cc.Vec3",
  126. "x": 0,
  127. "y": 0,
  128. "z": 0
  129. },
  130. "_id": "beI88Z2HpFELqR4T5EMHpg"
  131. },
  132. {
  133. "__type__": "cc.Node",
  134. "_name": "Camera",
  135. "_objFlags": 0,
  136. "__editorExtras__": {},
  137. "_parent": {
  138. "__id__": 2
  139. },
  140. "_children": [],
  141. "_active": true,
  142. "_components": [
  143. {
  144. "__id__": 4
  145. }
  146. ],
  147. "_prefab": null,
  148. "_lpos": {
  149. "__type__": "cc.Vec3",
  150. "x": 0,
  151. "y": 0,
  152. "z": 1000
  153. },
  154. "_lrot": {
  155. "__type__": "cc.Quat",
  156. "x": 0,
  157. "y": 0,
  158. "z": 0,
  159. "w": 1
  160. },
  161. "_lscale": {
  162. "__type__": "cc.Vec3",
  163. "x": 1,
  164. "y": 1,
  165. "z": 1
  166. },
  167. "_mobility": 0,
  168. "_layer": 1073741824,
  169. "_euler": {
  170. "__type__": "cc.Vec3",
  171. "x": 0,
  172. "y": 0,
  173. "z": 0
  174. },
  175. "_id": "ebFwiq8gBFaYpqYbdoDODe"
  176. },
  177. {
  178. "__type__": "cc.Camera",
  179. "_name": "",
  180. "_objFlags": 0,
  181. "__editorExtras__": {},
  182. "node": {
  183. "__id__": 3
  184. },
  185. "_enabled": true,
  186. "__prefab": null,
  187. "_projection": 0,
  188. "_priority": 0,
  189. "_fov": 45,
  190. "_fovAxis": 0,
  191. "_orthoHeight": 320,
  192. "_near": 0,
  193. "_far": 1000,
  194. "_color": {
  195. "__type__": "cc.Color",
  196. "r": 0,
  197. "g": 0,
  198. "b": 0,
  199. "a": 255
  200. },
  201. "_depth": 1,
  202. "_stencil": 0,
  203. "_clearFlags": 7,
  204. "_rect": {
  205. "__type__": "cc.Rect",
  206. "x": 0,
  207. "y": 0,
  208. "width": 1,
  209. "height": 1
  210. },
  211. "_aperture": 19,
  212. "_shutter": 7,
  213. "_iso": 0,
  214. "_screenScale": 1,
  215. "_visibility": 1108344832,
  216. "_targetTexture": null,
  217. "_postProcess": null,
  218. "_usePostProcess": false,
  219. "_cameraType": -1,
  220. "_trackingType": 0,
  221. "_id": "63WIch3o5BEYRlXzTT0oWc"
  222. },
  223. {
  224. "__type__": "cc.Node",
  225. "_name": "Bg",
  226. "_objFlags": 0,
  227. "__editorExtras__": {},
  228. "_parent": {
  229. "__id__": 2
  230. },
  231. "_children": [],
  232. "_active": true,
  233. "_components": [
  234. {
  235. "__id__": 6
  236. },
  237. {
  238. "__id__": 7
  239. }
  240. ],
  241. "_prefab": null,
  242. "_lpos": {
  243. "__type__": "cc.Vec3",
  244. "x": 1.487,
  245. "y": 0,
  246. "z": 0
  247. },
  248. "_lrot": {
  249. "__type__": "cc.Quat",
  250. "x": 0,
  251. "y": 0,
  252. "z": 0,
  253. "w": 1
  254. },
  255. "_lscale": {
  256. "__type__": "cc.Vec3",
  257. "x": 1,
  258. "y": 1,
  259. "z": 1
  260. },
  261. "_mobility": 0,
  262. "_layer": 33554432,
  263. "_euler": {
  264. "__type__": "cc.Vec3",
  265. "x": 0,
  266. "y": 0,
  267. "z": 0
  268. },
  269. "_id": "01+T5U7pxOyK8k7Wmp2ndM"
  270. },
  271. {
  272. "__type__": "cc.UITransform",
  273. "_name": "",
  274. "_objFlags": 0,
  275. "__editorExtras__": {},
  276. "node": {
  277. "__id__": 5
  278. },
  279. "_enabled": true,
  280. "__prefab": null,
  281. "_contentSize": {
  282. "__type__": "cc.Size",
  283. "width": 965,
  284. "height": 640
  285. },
  286. "_anchorPoint": {
  287. "__type__": "cc.Vec2",
  288. "x": 0.5,
  289. "y": 0.5
  290. },
  291. "_id": "ac6zePWg5FMYTCbekfCNqP"
  292. },
  293. {
  294. "__type__": "cc.Sprite",
  295. "_name": "",
  296. "_objFlags": 0,
  297. "__editorExtras__": {},
  298. "node": {
  299. "__id__": 5
  300. },
  301. "_enabled": true,
  302. "__prefab": null,
  303. "_customMaterial": null,
  304. "_srcBlendFactor": 2,
  305. "_dstBlendFactor": 4,
  306. "_color": {
  307. "__type__": "cc.Color",
  308. "r": 255,
  309. "g": 255,
  310. "b": 255,
  311. "a": 255
  312. },
  313. "_spriteFrame": {
  314. "__uuid__": "9985e40f-8109-4e7f-9877-e372da1e8693@f9941",
  315. "__expectedType__": "cc.SpriteFrame"
  316. },
  317. "_type": 0,
  318. "_fillType": 0,
  319. "_sizeMode": 1,
  320. "_fillCenter": {
  321. "__type__": "cc.Vec2",
  322. "x": 0,
  323. "y": 0
  324. },
  325. "_fillStart": 0,
  326. "_fillRange": 0,
  327. "_isTrimmedMode": true,
  328. "_useGrayscale": false,
  329. "_atlas": null,
  330. "_id": "76Q8+RhsZO6aSAqjF0psjV"
  331. },
  332. {
  333. "__type__": "cc.Node",
  334. "_name": "Button",
  335. "_objFlags": 0,
  336. "__editorExtras__": {},
  337. "_parent": {
  338. "__id__": 2
  339. },
  340. "_children": [],
  341. "_active": true,
  342. "_components": [
  343. {
  344. "__id__": 9
  345. },
  346. {
  347. "__id__": 10
  348. },
  349. {
  350. "__id__": 11
  351. }
  352. ],
  353. "_prefab": null,
  354. "_lpos": {
  355. "__type__": "cc.Vec3",
  356. "x": 0,
  357. "y": -215.6,
  358. "z": 0
  359. },
  360. "_lrot": {
  361. "__type__": "cc.Quat",
  362. "x": 0,
  363. "y": 0,
  364. "z": 0,
  365. "w": 1
  366. },
  367. "_lscale": {
  368. "__type__": "cc.Vec3",
  369. "x": 1,
  370. "y": 1,
  371. "z": 1
  372. },
  373. "_mobility": 0,
  374. "_layer": 33554432,
  375. "_euler": {
  376. "__type__": "cc.Vec3",
  377. "x": 0,
  378. "y": 0,
  379. "z": 0
  380. },
  381. "_id": "55/Z3/jkNLYbhYxYfVykZf"
  382. },
  383. {
  384. "__type__": "cc.UITransform",
  385. "_name": "",
  386. "_objFlags": 0,
  387. "__editorExtras__": {},
  388. "node": {
  389. "__id__": 8
  390. },
  391. "_enabled": true,
  392. "__prefab": null,
  393. "_contentSize": {
  394. "__type__": "cc.Size",
  395. "width": 300,
  396. "height": 100
  397. },
  398. "_anchorPoint": {
  399. "__type__": "cc.Vec2",
  400. "x": 0.5,
  401. "y": 0.5
  402. },
  403. "_id": "66PnMYXTBF94KbaRCt9+Qj"
  404. },
  405. {
  406. "__type__": "cc.Sprite",
  407. "_name": "",
  408. "_objFlags": 0,
  409. "__editorExtras__": {},
  410. "node": {
  411. "__id__": 8
  412. },
  413. "_enabled": true,
  414. "__prefab": null,
  415. "_customMaterial": null,
  416. "_srcBlendFactor": 2,
  417. "_dstBlendFactor": 4,
  418. "_color": {
  419. "__type__": "cc.Color",
  420. "r": 255,
  421. "g": 255,
  422. "b": 255,
  423. "a": 255
  424. },
  425. "_spriteFrame": {
  426. "__uuid__": "ab01362b-2b07-41ed-b11d-e82da10aabc2@f9941",
  427. "__expectedType__": "cc.SpriteFrame"
  428. },
  429. "_type": 1,
  430. "_fillType": 0,
  431. "_sizeMode": 0,
  432. "_fillCenter": {
  433. "__type__": "cc.Vec2",
  434. "x": 0,
  435. "y": 0
  436. },
  437. "_fillStart": 0,
  438. "_fillRange": 0,
  439. "_isTrimmedMode": true,
  440. "_useGrayscale": false,
  441. "_atlas": null,
  442. "_id": "38edJHj9tNa4nlOlvlEK+O"
  443. },
  444. {
  445. "__type__": "cc.Button",
  446. "_name": "",
  447. "_objFlags": 0,
  448. "__editorExtras__": {},
  449. "node": {
  450. "__id__": 8
  451. },
  452. "_enabled": true,
  453. "__prefab": null,
  454. "clickEvents": [
  455. {
  456. "__id__": 12
  457. }
  458. ],
  459. "_interactable": true,
  460. "_transition": 2,
  461. "_normalColor": {
  462. "__type__": "cc.Color",
  463. "r": 214,
  464. "g": 214,
  465. "b": 214,
  466. "a": 255
  467. },
  468. "_hoverColor": {
  469. "__type__": "cc.Color",
  470. "r": 211,
  471. "g": 211,
  472. "b": 211,
  473. "a": 255
  474. },
  475. "_pressedColor": {
  476. "__type__": "cc.Color",
  477. "r": 255,
  478. "g": 255,
  479. "b": 255,
  480. "a": 255
  481. },
  482. "_disabledColor": {
  483. "__type__": "cc.Color",
  484. "r": 124,
  485. "g": 124,
  486. "b": 124,
  487. "a": 255
  488. },
  489. "_normalSprite": {
  490. "__uuid__": "ab01362b-2b07-41ed-b11d-e82da10aabc2@f9941",
  491. "__expectedType__": "cc.SpriteFrame"
  492. },
  493. "_hoverSprite": null,
  494. "_pressedSprite": {
  495. "__uuid__": "c454b84d-2f38-4c11-b640-6f657db0b55c@f9941",
  496. "__expectedType__": "cc.SpriteFrame"
  497. },
  498. "_disabledSprite": null,
  499. "_duration": 0.1,
  500. "_zoomScale": 1.2,
  501. "_target": {
  502. "__id__": 8
  503. },
  504. "_id": "d0D3MZGC5J6bo6HU+5v0ZS"
  505. },
  506. {
  507. "__type__": "cc.ClickEvent",
  508. "target": null,
  509. "component": "",
  510. "_componentId": "",
  511. "handler": "",
  512. "customEventData": ""
  513. },
  514. {
  515. "__type__": "cc.Node",
  516. "_name": "Carrot",
  517. "_objFlags": 0,
  518. "__editorExtras__": {},
  519. "_parent": {
  520. "__id__": 2
  521. },
  522. "_children": [
  523. {
  524. "__id__": 14
  525. },
  526. {
  527. "__id__": 17
  528. },
  529. {
  530. "__id__": 20
  531. },
  532. {
  533. "__id__": 23
  534. }
  535. ],
  536. "_active": true,
  537. "_components": [
  538. {
  539. "__id__": 26
  540. }
  541. ],
  542. "_prefab": null,
  543. "_lpos": {
  544. "__type__": "cc.Vec3",
  545. "x": 0,
  546. "y": 0,
  547. "z": 0
  548. },
  549. "_lrot": {
  550. "__type__": "cc.Quat",
  551. "x": 0,
  552. "y": 0,
  553. "z": 0,
  554. "w": 1
  555. },
  556. "_lscale": {
  557. "__type__": "cc.Vec3",
  558. "x": 1,
  559. "y": 1,
  560. "z": 1
  561. },
  562. "_mobility": 0,
  563. "_layer": 33554432,
  564. "_euler": {
  565. "__type__": "cc.Vec3",
  566. "x": 0,
  567. "y": 0,
  568. "z": 0
  569. },
  570. "_id": "6aXVKXxgVIQ5tMe2tFst7K"
  571. },
  572. {
  573. "__type__": "cc.Node",
  574. "_name": "leaf3",
  575. "_objFlags": 0,
  576. "__editorExtras__": {},
  577. "_parent": {
  578. "__id__": 13
  579. },
  580. "_children": [],
  581. "_active": true,
  582. "_components": [
  583. {
  584. "__id__": 15
  585. },
  586. {
  587. "__id__": 16
  588. }
  589. ],
  590. "_prefab": null,
  591. "_lpos": {
  592. "__type__": "cc.Vec3",
  593. "x": 85.77800000000002,
  594. "y": 131.19700000000006,
  595. "z": 0
  596. },
  597. "_lrot": {
  598. "__type__": "cc.Quat",
  599. "x": 0,
  600. "y": 0,
  601. "z": 0,
  602. "w": 1
  603. },
  604. "_lscale": {
  605. "__type__": "cc.Vec3",
  606. "x": 1,
  607. "y": 1,
  608. "z": 1
  609. },
  610. "_mobility": 0,
  611. "_layer": 33554432,
  612. "_euler": {
  613. "__type__": "cc.Vec3",
  614. "x": 0,
  615. "y": 0,
  616. "z": 0
  617. },
  618. "_id": "8cb3+YI6VMNYHUBc3RuZ5M"
  619. },
  620. {
  621. "__type__": "cc.UITransform",
  622. "_name": "",
  623. "_objFlags": 0,
  624. "__editorExtras__": {},
  625. "node": {
  626. "__id__": 14
  627. },
  628. "_enabled": true,
  629. "__prefab": null,
  630. "_contentSize": {
  631. "__type__": "cc.Size",
  632. "width": 115,
  633. "height": 108
  634. },
  635. "_anchorPoint": {
  636. "__type__": "cc.Vec2",
  637. "x": 0.5,
  638. "y": 0.5
  639. },
  640. "_id": "2dcwB61bNHR578FEQ3nN6F"
  641. },
  642. {
  643. "__type__": "cc.Sprite",
  644. "_name": "",
  645. "_objFlags": 0,
  646. "__editorExtras__": {},
  647. "node": {
  648. "__id__": 14
  649. },
  650. "_enabled": true,
  651. "__prefab": null,
  652. "_customMaterial": null,
  653. "_srcBlendFactor": 2,
  654. "_dstBlendFactor": 4,
  655. "_color": {
  656. "__type__": "cc.Color",
  657. "r": 255,
  658. "g": 255,
  659. "b": 255,
  660. "a": 255
  661. },
  662. "_spriteFrame": {
  663. "__uuid__": "99e0ae39-4810-4068-a679-aa1bc72e6ae0@f9941",
  664. "__expectedType__": "cc.SpriteFrame"
  665. },
  666. "_type": 0,
  667. "_fillType": 0,
  668. "_sizeMode": 1,
  669. "_fillCenter": {
  670. "__type__": "cc.Vec2",
  671. "x": 0,
  672. "y": 0
  673. },
  674. "_fillStart": 0,
  675. "_fillRange": 0,
  676. "_isTrimmedMode": true,
  677. "_useGrayscale": false,
  678. "_atlas": null,
  679. "_id": "adoOrskjpPsqhR5gWOjatL"
  680. },
  681. {
  682. "__type__": "cc.Node",
  683. "_name": "leaf2",
  684. "_objFlags": 0,
  685. "__editorExtras__": {},
  686. "_parent": {
  687. "__id__": 13
  688. },
  689. "_children": [],
  690. "_active": true,
  691. "_components": [
  692. {
  693. "__id__": 18
  694. },
  695. {
  696. "__id__": 19
  697. }
  698. ],
  699. "_prefab": null,
  700. "_lpos": {
  701. "__type__": "cc.Vec3",
  702. "x": -60.115999999999985,
  703. "y": 150.64900000000006,
  704. "z": 0
  705. },
  706. "_lrot": {
  707. "__type__": "cc.Quat",
  708. "x": 0,
  709. "y": 0,
  710. "z": 0.24121903571332584,
  711. "w": 0.9704706985836993
  712. },
  713. "_lscale": {
  714. "__type__": "cc.Vec3",
  715. "x": -0.9999999999999997,
  716. "y": 0.9999999999999997,
  717. "z": 1
  718. },
  719. "_mobility": 0,
  720. "_layer": 33554432,
  721. "_euler": {
  722. "__type__": "cc.Vec3",
  723. "x": 0,
  724. "y": 0,
  725. "z": 27.917000000000016
  726. },
  727. "_id": "0cjlsPap1ATJCI/mE7iOga"
  728. },
  729. {
  730. "__type__": "cc.UITransform",
  731. "_name": "",
  732. "_objFlags": 0,
  733. "__editorExtras__": {},
  734. "node": {
  735. "__id__": 17
  736. },
  737. "_enabled": true,
  738. "__prefab": null,
  739. "_contentSize": {
  740. "__type__": "cc.Size",
  741. "width": 123,
  742. "height": 123
  743. },
  744. "_anchorPoint": {
  745. "__type__": "cc.Vec2",
  746. "x": 0.5,
  747. "y": 0.5
  748. },
  749. "_id": "0f262FptNJjIAgCfsjHouv"
  750. },
  751. {
  752. "__type__": "cc.Sprite",
  753. "_name": "",
  754. "_objFlags": 0,
  755. "__editorExtras__": {},
  756. "node": {
  757. "__id__": 17
  758. },
  759. "_enabled": true,
  760. "__prefab": null,
  761. "_customMaterial": null,
  762. "_srcBlendFactor": 2,
  763. "_dstBlendFactor": 4,
  764. "_color": {
  765. "__type__": "cc.Color",
  766. "r": 255,
  767. "g": 255,
  768. "b": 255,
  769. "a": 255
  770. },
  771. "_spriteFrame": {
  772. "__uuid__": "664d1c5e-f3e3-46b1-a0f3-446aa17cd8d3@f9941",
  773. "__expectedType__": "cc.SpriteFrame"
  774. },
  775. "_type": 0,
  776. "_fillType": 0,
  777. "_sizeMode": 1,
  778. "_fillCenter": {
  779. "__type__": "cc.Vec2",
  780. "x": 0,
  781. "y": 0
  782. },
  783. "_fillStart": 0,
  784. "_fillRange": 0,
  785. "_isTrimmedMode": true,
  786. "_useGrayscale": false,
  787. "_atlas": null,
  788. "_id": "14bf4brHVKa45WBeP0/5fN"
  789. },
  790. {
  791. "__type__": "cc.Node",
  792. "_name": "leaf1",
  793. "_objFlags": 0,
  794. "__editorExtras__": {},
  795. "_parent": {
  796. "__id__": 13
  797. },
  798. "_children": [],
  799. "_active": true,
  800. "_components": [
  801. {
  802. "__id__": 21
  803. },
  804. {
  805. "__id__": 22
  806. }
  807. ],
  808. "_prefab": null,
  809. "_lpos": {
  810. "__type__": "cc.Vec3",
  811. "x": 14.451999999999998,
  812. "y": 171.72200000000004,
  813. "z": 0
  814. },
  815. "_lrot": {
  816. "__type__": "cc.Quat",
  817. "x": 0,
  818. "y": 0,
  819. "z": 0,
  820. "w": 1
  821. },
  822. "_lscale": {
  823. "__type__": "cc.Vec3",
  824. "x": 1,
  825. "y": 1,
  826. "z": 1
  827. },
  828. "_mobility": 0,
  829. "_layer": 33554432,
  830. "_euler": {
  831. "__type__": "cc.Vec3",
  832. "x": 0,
  833. "y": 0,
  834. "z": 0
  835. },
  836. "_id": "40PIxXZYtN5qQs2KhlkjDL"
  837. },
  838. {
  839. "__type__": "cc.UITransform",
  840. "_name": "",
  841. "_objFlags": 0,
  842. "__editorExtras__": {},
  843. "node": {
  844. "__id__": 20
  845. },
  846. "_enabled": true,
  847. "__prefab": null,
  848. "_contentSize": {
  849. "__type__": "cc.Size",
  850. "width": 132,
  851. "height": 157
  852. },
  853. "_anchorPoint": {
  854. "__type__": "cc.Vec2",
  855. "x": 0.5,
  856. "y": 0.5
  857. },
  858. "_id": "ect67uMiJNXo2vXO8/KRE1"
  859. },
  860. {
  861. "__type__": "cc.Sprite",
  862. "_name": "",
  863. "_objFlags": 0,
  864. "__editorExtras__": {},
  865. "node": {
  866. "__id__": 20
  867. },
  868. "_enabled": true,
  869. "__prefab": null,
  870. "_customMaterial": null,
  871. "_srcBlendFactor": 2,
  872. "_dstBlendFactor": 4,
  873. "_color": {
  874. "__type__": "cc.Color",
  875. "r": 255,
  876. "g": 255,
  877. "b": 255,
  878. "a": 255
  879. },
  880. "_spriteFrame": {
  881. "__uuid__": "6cda6e39-5aac-40d6-9fbe-468948119f92@f9941",
  882. "__expectedType__": "cc.SpriteFrame"
  883. },
  884. "_type": 0,
  885. "_fillType": 0,
  886. "_sizeMode": 1,
  887. "_fillCenter": {
  888. "__type__": "cc.Vec2",
  889. "x": 0,
  890. "y": 0
  891. },
  892. "_fillStart": 0,
  893. "_fillRange": 0,
  894. "_isTrimmedMode": true,
  895. "_useGrayscale": false,
  896. "_atlas": null,
  897. "_id": "a8t07YLV9DwaohkAYpE3tR"
  898. },
  899. {
  900. "__type__": "cc.Node",
  901. "_name": "Carrot",
  902. "_objFlags": 0,
  903. "__editorExtras__": {},
  904. "_parent": {
  905. "__id__": 13
  906. },
  907. "_children": [],
  908. "_active": true,
  909. "_components": [
  910. {
  911. "__id__": 24
  912. },
  913. {
  914. "__id__": 25
  915. }
  916. ],
  917. "_prefab": null,
  918. "_lpos": {
  919. "__type__": "cc.Vec3",
  920. "x": 2.2100000000000364,
  921. "y": 48.849000000000046,
  922. "z": 0
  923. },
  924. "_lrot": {
  925. "__type__": "cc.Quat",
  926. "x": 0,
  927. "y": 0,
  928. "z": 0,
  929. "w": 1
  930. },
  931. "_lscale": {
  932. "__type__": "cc.Vec3",
  933. "x": 1,
  934. "y": 1,
  935. "z": 1
  936. },
  937. "_mobility": 0,
  938. "_layer": 33554432,
  939. "_euler": {
  940. "__type__": "cc.Vec3",
  941. "x": 0,
  942. "y": 0,
  943. "z": 0
  944. },
  945. "_id": "398sqfP5NLUYepZj7gdXin"
  946. },
  947. {
  948. "__type__": "cc.UITransform",
  949. "_name": "",
  950. "_objFlags": 0,
  951. "__editorExtras__": {},
  952. "node": {
  953. "__id__": 23
  954. },
  955. "_enabled": true,
  956. "__prefab": null,
  957. "_contentSize": {
  958. "__type__": "cc.Size",
  959. "width": 226,
  960. "height": 194
  961. },
  962. "_anchorPoint": {
  963. "__type__": "cc.Vec2",
  964. "x": 0.5,
  965. "y": 0.5
  966. },
  967. "_id": "deAslyQT5FerO9k0jL3kiX"
  968. },
  969. {
  970. "__type__": "cc.Sprite",
  971. "_name": "",
  972. "_objFlags": 0,
  973. "__editorExtras__": {},
  974. "node": {
  975. "__id__": 23
  976. },
  977. "_enabled": true,
  978. "__prefab": null,
  979. "_customMaterial": null,
  980. "_srcBlendFactor": 2,
  981. "_dstBlendFactor": 4,
  982. "_color": {
  983. "__type__": "cc.Color",
  984. "r": 255,
  985. "g": 255,
  986. "b": 255,
  987. "a": 255
  988. },
  989. "_spriteFrame": {
  990. "__uuid__": "0042791a-9cbd-45a1-b9bb-cb5948de3b89@f9941",
  991. "__expectedType__": "cc.SpriteFrame"
  992. },
  993. "_type": 0,
  994. "_fillType": 0,
  995. "_sizeMode": 1,
  996. "_fillCenter": {
  997. "__type__": "cc.Vec2",
  998. "x": 0,
  999. "y": 0
  1000. },
  1001. "_fillStart": 0,
  1002. "_fillRange": 0,
  1003. "_isTrimmedMode": true,
  1004. "_useGrayscale": false,
  1005. "_atlas": null,
  1006. "_id": "9avt93OZZJzJjsa4L6/wrF"
  1007. },
  1008. {
  1009. "__type__": "cc.UITransform",
  1010. "_name": "",
  1011. "_objFlags": 0,
  1012. "__editorExtras__": {},
  1013. "node": {
  1014. "__id__": 13
  1015. },
  1016. "_enabled": true,
  1017. "__prefab": null,
  1018. "_contentSize": {
  1019. "__type__": "cc.Size",
  1020. "width": 40,
  1021. "height": 36
  1022. },
  1023. "_anchorPoint": {
  1024. "__type__": "cc.Vec2",
  1025. "x": 0.5,
  1026. "y": 0.5
  1027. },
  1028. "_id": "acGCI2tZlHY7B4xLH8FfPx"
  1029. },
  1030. {
  1031. "__type__": "cc.Node",
  1032. "_name": "Title",
  1033. "_objFlags": 512,
  1034. "__editorExtras__": {},
  1035. "_parent": {
  1036. "__id__": 2
  1037. },
  1038. "_children": [],
  1039. "_active": true,
  1040. "_components": [
  1041. {
  1042. "__id__": 28
  1043. },
  1044. {
  1045. "__id__": 29
  1046. }
  1047. ],
  1048. "_prefab": null,
  1049. "_lpos": {
  1050. "__type__": "cc.Vec3",
  1051. "x": -16.21,
  1052. "y": -45.389,
  1053. "z": 0
  1054. },
  1055. "_lrot": {
  1056. "__type__": "cc.Quat",
  1057. "x": 0,
  1058. "y": 0,
  1059. "z": 0,
  1060. "w": 1
  1061. },
  1062. "_lscale": {
  1063. "__type__": "cc.Vec3",
  1064. "x": 1,
  1065. "y": 1,
  1066. "z": 1
  1067. },
  1068. "_mobility": 0,
  1069. "_layer": 33554432,
  1070. "_euler": {
  1071. "__type__": "cc.Vec3",
  1072. "x": 0,
  1073. "y": 0,
  1074. "z": 0
  1075. },
  1076. "_id": "70Llje+N1KQaU3xuNpNf8K"
  1077. },
  1078. {
  1079. "__type__": "cc.UITransform",
  1080. "_name": "",
  1081. "_objFlags": 0,
  1082. "__editorExtras__": {},
  1083. "node": {
  1084. "__id__": 27
  1085. },
  1086. "_enabled": true,
  1087. "__prefab": null,
  1088. "_contentSize": {
  1089. "__type__": "cc.Size",
  1090. "width": 519,
  1091. "height": 288
  1092. },
  1093. "_anchorPoint": {
  1094. "__type__": "cc.Vec2",
  1095. "x": 0.5,
  1096. "y": 0.5
  1097. },
  1098. "_id": "c16c3KnTlL/IAt7/F9PQ9S"
  1099. },
  1100. {
  1101. "__type__": "cc.Sprite",
  1102. "_name": "",
  1103. "_objFlags": 0,
  1104. "__editorExtras__": {},
  1105. "node": {
  1106. "__id__": 27
  1107. },
  1108. "_enabled": true,
  1109. "__prefab": null,
  1110. "_customMaterial": null,
  1111. "_srcBlendFactor": 2,
  1112. "_dstBlendFactor": 4,
  1113. "_color": {
  1114. "__type__": "cc.Color",
  1115. "r": 255,
  1116. "g": 255,
  1117. "b": 255,
  1118. "a": 255
  1119. },
  1120. "_spriteFrame": {
  1121. "__uuid__": "4819c328-4dc3-406f-b10d-e3289204a1de@f9941",
  1122. "__expectedType__": "cc.SpriteFrame"
  1123. },
  1124. "_type": 0,
  1125. "_fillType": 0,
  1126. "_sizeMode": 1,
  1127. "_fillCenter": {
  1128. "__type__": "cc.Vec2",
  1129. "x": 0,
  1130. "y": 0
  1131. },
  1132. "_fillStart": 0,
  1133. "_fillRange": 0,
  1134. "_isTrimmedMode": true,
  1135. "_useGrayscale": false,
  1136. "_atlas": null,
  1137. "_id": "c91439zIFL/bnU1vaeLD/7"
  1138. },
  1139. {
  1140. "__type__": "cc.Node",
  1141. "_name": "bird",
  1142. "_objFlags": 0,
  1143. "__editorExtras__": {},
  1144. "_parent": {
  1145. "__id__": 2
  1146. },
  1147. "_children": [],
  1148. "_active": true,
  1149. "_components": [
  1150. {
  1151. "__id__": 31
  1152. },
  1153. {
  1154. "__id__": 32
  1155. }
  1156. ],
  1157. "_prefab": null,
  1158. "_lpos": {
  1159. "__type__": "cc.Vec3",
  1160. "x": -240,
  1161. "y": 200,
  1162. "z": 0
  1163. },
  1164. "_lrot": {
  1165. "__type__": "cc.Quat",
  1166. "x": 0,
  1167. "y": 0,
  1168. "z": 0,
  1169. "w": 1
  1170. },
  1171. "_lscale": {
  1172. "__type__": "cc.Vec3",
  1173. "x": 1,
  1174. "y": 1,
  1175. "z": 1
  1176. },
  1177. "_mobility": 0,
  1178. "_layer": 33554432,
  1179. "_euler": {
  1180. "__type__": "cc.Vec3",
  1181. "x": 0,
  1182. "y": 0,
  1183. "z": 0
  1184. },
  1185. "_id": "f57HyDaqtPwYfZExY/O0SW"
  1186. },
  1187. {
  1188. "__type__": "cc.UITransform",
  1189. "_name": "",
  1190. "_objFlags": 0,
  1191. "__editorExtras__": {},
  1192. "node": {
  1193. "__id__": 30
  1194. },
  1195. "_enabled": true,
  1196. "__prefab": null,
  1197. "_contentSize": {
  1198. "__type__": "cc.Size",
  1199. "width": 180,
  1200. "height": 88
  1201. },
  1202. "_anchorPoint": {
  1203. "__type__": "cc.Vec2",
  1204. "x": 0.5,
  1205. "y": 0.5
  1206. },
  1207. "_id": "1eux9/zHNLZbvUPMh+cwE2"
  1208. },
  1209. {
  1210. "__type__": "cc.Sprite",
  1211. "_name": "",
  1212. "_objFlags": 0,
  1213. "__editorExtras__": {},
  1214. "node": {
  1215. "__id__": 30
  1216. },
  1217. "_enabled": true,
  1218. "__prefab": null,
  1219. "_customMaterial": null,
  1220. "_srcBlendFactor": 2,
  1221. "_dstBlendFactor": 4,
  1222. "_color": {
  1223. "__type__": "cc.Color",
  1224. "r": 255,
  1225. "g": 255,
  1226. "b": 255,
  1227. "a": 255
  1228. },
  1229. "_spriteFrame": {
  1230. "__uuid__": "2fd6bfcd-20f7-408e-89a8-86e676e68e6b@f9941",
  1231. "__expectedType__": "cc.SpriteFrame"
  1232. },
  1233. "_type": 0,
  1234. "_fillType": 0,
  1235. "_sizeMode": 1,
  1236. "_fillCenter": {
  1237. "__type__": "cc.Vec2",
  1238. "x": 0,
  1239. "y": 0
  1240. },
  1241. "_fillStart": 0,
  1242. "_fillRange": 0,
  1243. "_isTrimmedMode": true,
  1244. "_useGrayscale": false,
  1245. "_atlas": null,
  1246. "_id": "43wTrvyZ5O/IaRYgE3AKbr"
  1247. },
  1248. {
  1249. "__type__": "cc.UITransform",
  1250. "_name": "",
  1251. "_objFlags": 0,
  1252. "__editorExtras__": {},
  1253. "node": {
  1254. "__id__": 2
  1255. },
  1256. "_enabled": true,
  1257. "__prefab": null,
  1258. "_contentSize": {
  1259. "__type__": "cc.Size",
  1260. "width": 960,
  1261. "height": 640
  1262. },
  1263. "_anchorPoint": {
  1264. "__type__": "cc.Vec2",
  1265. "x": 0.5,
  1266. "y": 0.5
  1267. },
  1268. "_id": "d6rUX5yfhMlKoWX2bSbawx"
  1269. },
  1270. {
  1271. "__type__": "cc.Canvas",
  1272. "_name": "",
  1273. "_objFlags": 0,
  1274. "__editorExtras__": {},
  1275. "node": {
  1276. "__id__": 2
  1277. },
  1278. "_enabled": true,
  1279. "__prefab": null,
  1280. "_cameraComponent": {
  1281. "__id__": 4
  1282. },
  1283. "_alignCanvasWithScreen": true,
  1284. "_id": "12O/ljcVlEqLmVm3U2gEOQ"
  1285. },
  1286. {
  1287. "__type__": "cc.Widget",
  1288. "_name": "",
  1289. "_objFlags": 0,
  1290. "__editorExtras__": {},
  1291. "node": {
  1292. "__id__": 2
  1293. },
  1294. "_enabled": true,
  1295. "__prefab": null,
  1296. "_alignFlags": 45,
  1297. "_target": null,
  1298. "_left": 0,
  1299. "_right": 0,
  1300. "_top": 5.684341886080802e-14,
  1301. "_bottom": 5.684341886080802e-14,
  1302. "_horizontalCenter": 0,
  1303. "_verticalCenter": 0,
  1304. "_isAbsLeft": true,
  1305. "_isAbsRight": true,
  1306. "_isAbsTop": true,
  1307. "_isAbsBottom": true,
  1308. "_isAbsHorizontalCenter": true,
  1309. "_isAbsVerticalCenter": true,
  1310. "_originalWidth": 0,
  1311. "_originalHeight": 0,
  1312. "_alignMode": 2,
  1313. "_lockFlags": 0,
  1314. "_id": "c5V1EV8IpMtrIvY1OE9t2u"
  1315. },
  1316. {
  1317. "__type__": "ba30fFVSHNMNqiO23si86JE",
  1318. "_name": "",
  1319. "_objFlags": 0,
  1320. "__editorExtras__": {},
  1321. "node": {
  1322. "__id__": 2
  1323. },
  1324. "_enabled": true,
  1325. "__prefab": null,
  1326. "bird": {
  1327. "__id__": 30
  1328. },
  1329. "carrot": {
  1330. "__id__": 13
  1331. },
  1332. "_id": "b7WG4PmzZIK7ojdgKHmBsb"
  1333. },
  1334. {
  1335. "__type__": "cc.SceneGlobals",
  1336. "ambient": {
  1337. "__id__": 38
  1338. },
  1339. "shadows": {
  1340. "__id__": 39
  1341. },
  1342. "_skybox": {
  1343. "__id__": 40
  1344. },
  1345. "fog": {
  1346. "__id__": 41
  1347. },
  1348. "octree": {
  1349. "__id__": 42
  1350. },
  1351. "skin": {
  1352. "__id__": 43
  1353. },
  1354. "lightProbeInfo": {
  1355. "__id__": 44
  1356. },
  1357. "postSettings": {
  1358. "__id__": 45
  1359. },
  1360. "bakedWithStationaryMainLight": false,
  1361. "bakedWithHighpLightmap": false
  1362. },
  1363. {
  1364. "__type__": "cc.AmbientInfo",
  1365. "_skyColorHDR": {
  1366. "__type__": "cc.Vec4",
  1367. "x": 0,
  1368. "y": 0,
  1369. "z": 0,
  1370. "w": 0.520833125
  1371. },
  1372. "_skyColor": {
  1373. "__type__": "cc.Vec4",
  1374. "x": 0,
  1375. "y": 0,
  1376. "z": 0,
  1377. "w": 0.520833125
  1378. },
  1379. "_skyIllumHDR": 20000,
  1380. "_skyIllum": 20000,
  1381. "_groundAlbedoHDR": {
  1382. "__type__": "cc.Vec4",
  1383. "x": 0,
  1384. "y": 0,
  1385. "z": 0,
  1386. "w": 0
  1387. },
  1388. "_groundAlbedo": {
  1389. "__type__": "cc.Vec4",
  1390. "x": 0,
  1391. "y": 0,
  1392. "z": 0,
  1393. "w": 0
  1394. },
  1395. "_skyColorLDR": {
  1396. "__type__": "cc.Vec4",
  1397. "x": 0.2,
  1398. "y": 0.5,
  1399. "z": 0.8,
  1400. "w": 1
  1401. },
  1402. "_skyIllumLDR": 20000,
  1403. "_groundAlbedoLDR": {
  1404. "__type__": "cc.Vec4",
  1405. "x": 0.2,
  1406. "y": 0.2,
  1407. "z": 0.2,
  1408. "w": 1
  1409. }
  1410. },
  1411. {
  1412. "__type__": "cc.ShadowsInfo",
  1413. "_enabled": false,
  1414. "_type": 0,
  1415. "_normal": {
  1416. "__type__": "cc.Vec3",
  1417. "x": 0,
  1418. "y": 1,
  1419. "z": 0
  1420. },
  1421. "_distance": 0,
  1422. "_planeBias": 1,
  1423. "_shadowColor": {
  1424. "__type__": "cc.Color",
  1425. "r": 76,
  1426. "g": 76,
  1427. "b": 76,
  1428. "a": 255
  1429. },
  1430. "_maxReceived": 4,
  1431. "_size": {
  1432. "__type__": "cc.Vec2",
  1433. "x": 512,
  1434. "y": 512
  1435. }
  1436. },
  1437. {
  1438. "__type__": "cc.SkyboxInfo",
  1439. "_envLightingType": 0,
  1440. "_envmapHDR": null,
  1441. "_envmap": null,
  1442. "_envmapLDR": null,
  1443. "_diffuseMapHDR": null,
  1444. "_diffuseMapLDR": null,
  1445. "_enabled": false,
  1446. "_useHDR": true,
  1447. "_editableMaterial": null,
  1448. "_reflectionHDR": null,
  1449. "_reflectionLDR": null,
  1450. "_rotationAngle": 0
  1451. },
  1452. {
  1453. "__type__": "cc.FogInfo",
  1454. "_type": 0,
  1455. "_fogColor": {
  1456. "__type__": "cc.Color",
  1457. "r": 200,
  1458. "g": 200,
  1459. "b": 200,
  1460. "a": 255
  1461. },
  1462. "_enabled": false,
  1463. "_fogDensity": 0.3,
  1464. "_fogStart": 0.5,
  1465. "_fogEnd": 300,
  1466. "_fogAtten": 5,
  1467. "_fogTop": 1.5,
  1468. "_fogRange": 1.2,
  1469. "_accurate": false
  1470. },
  1471. {
  1472. "__type__": "cc.OctreeInfo",
  1473. "_enabled": false,
  1474. "_minPos": {
  1475. "__type__": "cc.Vec3",
  1476. "x": -1024,
  1477. "y": -1024,
  1478. "z": -1024
  1479. },
  1480. "_maxPos": {
  1481. "__type__": "cc.Vec3",
  1482. "x": 1024,
  1483. "y": 1024,
  1484. "z": 1024
  1485. },
  1486. "_depth": 8
  1487. },
  1488. {
  1489. "__type__": "cc.SkinInfo",
  1490. "_enabled": false,
  1491. "_blurRadius": 0.01,
  1492. "_sssIntensity": 3
  1493. },
  1494. {
  1495. "__type__": "cc.LightProbeInfo",
  1496. "_giScale": 1,
  1497. "_giSamples": 1024,
  1498. "_bounces": 2,
  1499. "_reduceRinging": 0,
  1500. "_showProbe": true,
  1501. "_showWireframe": true,
  1502. "_showConvex": false,
  1503. "_data": null,
  1504. "_lightProbeSphereVolume": 1
  1505. },
  1506. {
  1507. "__type__": "cc.PostSettingsInfo",
  1508. "_toneMappingType": 0
  1509. }
  1510. ]