start.scene 20 KB

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