loading.scene 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725
  1. [
  2. {
  3. "__type__": "cc.SceneAsset",
  4. "_name": "loading",
  5. "_objFlags": 0,
  6. "__editorExtras__": {},
  7. "_native": "",
  8. "scene": {
  9. "__id__": 1
  10. }
  11. },
  12. {
  13. "__type__": "cc.Scene",
  14. "_name": "loading",
  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__": 43
  56. },
  57. "_id": "eb6c002f-3c97-4736-b995-0488c0e7aed4"
  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__": 13
  79. },
  80. {
  81. "__id__": 17
  82. },
  83. {
  84. "__id__": 23
  85. },
  86. {
  87. "__id__": 29
  88. }
  89. ],
  90. "_active": true,
  91. "_components": [
  92. {
  93. "__id__": 39
  94. },
  95. {
  96. "__id__": 40
  97. },
  98. {
  99. "__id__": 41
  100. },
  101. {
  102. "__id__": 42
  103. }
  104. ],
  105. "_prefab": null,
  106. "_lpos": {
  107. "__type__": "cc.Vec3",
  108. "x": 360,
  109. "y": 640,
  110. "z": 0
  111. },
  112. "_lrot": {
  113. "__type__": "cc.Quat",
  114. "x": 0,
  115. "y": 0,
  116. "z": 0,
  117. "w": 1
  118. },
  119. "_lscale": {
  120. "__type__": "cc.Vec3",
  121. "x": 1,
  122. "y": 1,
  123. "z": 1
  124. },
  125. "_mobility": 0,
  126. "_layer": 33554432,
  127. "_euler": {
  128. "__type__": "cc.Vec3",
  129. "x": 0,
  130. "y": 0,
  131. "z": 0
  132. },
  133. "_id": "beI88Z2HpFELqR4T5EMHpg"
  134. },
  135. {
  136. "__type__": "cc.Node",
  137. "_name": "Camera",
  138. "_objFlags": 0,
  139. "__editorExtras__": {},
  140. "_parent": {
  141. "__id__": 2
  142. },
  143. "_children": [],
  144. "_active": true,
  145. "_components": [
  146. {
  147. "__id__": 4
  148. }
  149. ],
  150. "_prefab": null,
  151. "_lpos": {
  152. "__type__": "cc.Vec3",
  153. "x": 0,
  154. "y": 0,
  155. "z": 1000
  156. },
  157. "_lrot": {
  158. "__type__": "cc.Quat",
  159. "x": 0,
  160. "y": 0,
  161. "z": 0,
  162. "w": 1
  163. },
  164. "_lscale": {
  165. "__type__": "cc.Vec3",
  166. "x": 1,
  167. "y": 1,
  168. "z": 1
  169. },
  170. "_mobility": 0,
  171. "_layer": 1073741824,
  172. "_euler": {
  173. "__type__": "cc.Vec3",
  174. "x": 0,
  175. "y": 0,
  176. "z": 0
  177. },
  178. "_id": "ebFwiq8gBFaYpqYbdoDODe"
  179. },
  180. {
  181. "__type__": "cc.Camera",
  182. "_name": "",
  183. "_objFlags": 0,
  184. "__editorExtras__": {},
  185. "node": {
  186. "__id__": 3
  187. },
  188. "_enabled": true,
  189. "__prefab": null,
  190. "_projection": 0,
  191. "_priority": 0,
  192. "_fov": 45,
  193. "_fovAxis": 0,
  194. "_orthoHeight": 640,
  195. "_near": 0,
  196. "_far": 1000,
  197. "_color": {
  198. "__type__": "cc.Color",
  199. "r": 0,
  200. "g": 0,
  201. "b": 0,
  202. "a": 255
  203. },
  204. "_depth": 1,
  205. "_stencil": 0,
  206. "_clearFlags": 7,
  207. "_rect": {
  208. "__type__": "cc.Rect",
  209. "x": 0,
  210. "y": 0,
  211. "width": 1,
  212. "height": 1
  213. },
  214. "_aperture": 19,
  215. "_shutter": 7,
  216. "_iso": 0,
  217. "_screenScale": 1,
  218. "_visibility": 1108344832,
  219. "_targetTexture": null,
  220. "_postProcess": null,
  221. "_usePostProcess": false,
  222. "_cameraType": -1,
  223. "_trackingType": 0,
  224. "_id": "63WIch3o5BEYRlXzTT0oWc"
  225. },
  226. {
  227. "__type__": "cc.Node",
  228. "_name": "bg",
  229. "_objFlags": 0,
  230. "__editorExtras__": {},
  231. "_parent": {
  232. "__id__": 2
  233. },
  234. "_children": [],
  235. "_active": true,
  236. "_components": [
  237. {
  238. "__id__": 6
  239. },
  240. {
  241. "__id__": 7
  242. },
  243. {
  244. "__id__": 8
  245. }
  246. ],
  247. "_prefab": null,
  248. "_lpos": {
  249. "__type__": "cc.Vec3",
  250. "x": 0,
  251. "y": 0,
  252. "z": 0
  253. },
  254. "_lrot": {
  255. "__type__": "cc.Quat",
  256. "x": 0,
  257. "y": 0,
  258. "z": 0,
  259. "w": 1
  260. },
  261. "_lscale": {
  262. "__type__": "cc.Vec3",
  263. "x": 1,
  264. "y": 1,
  265. "z": 1
  266. },
  267. "_mobility": 0,
  268. "_layer": 33554432,
  269. "_euler": {
  270. "__type__": "cc.Vec3",
  271. "x": 0,
  272. "y": 0,
  273. "z": 0
  274. },
  275. "_id": "60Ci1Sy8lEcYvh1I7I0CI4"
  276. },
  277. {
  278. "__type__": "cc.UITransform",
  279. "_name": "",
  280. "_objFlags": 0,
  281. "__editorExtras__": {},
  282. "node": {
  283. "__id__": 5
  284. },
  285. "_enabled": true,
  286. "__prefab": null,
  287. "_contentSize": {
  288. "__type__": "cc.Size",
  289. "width": 720,
  290. "height": 1280
  291. },
  292. "_anchorPoint": {
  293. "__type__": "cc.Vec2",
  294. "x": 0.5,
  295. "y": 0.5
  296. },
  297. "_id": "14iu7JjzJDmbFy5burE4kX"
  298. },
  299. {
  300. "__type__": "cc.Sprite",
  301. "_name": "",
  302. "_objFlags": 0,
  303. "__editorExtras__": {},
  304. "node": {
  305. "__id__": 5
  306. },
  307. "_enabled": true,
  308. "__prefab": null,
  309. "_customMaterial": null,
  310. "_srcBlendFactor": 2,
  311. "_dstBlendFactor": 4,
  312. "_color": {
  313. "__type__": "cc.Color",
  314. "r": 255,
  315. "g": 255,
  316. "b": 255,
  317. "a": 255
  318. },
  319. "_spriteFrame": {
  320. "__uuid__": "40f98466-ae5b-418f-a192-3dfcd265faa8@f9941",
  321. "__expectedType__": "cc.SpriteFrame"
  322. },
  323. "_type": 0,
  324. "_fillType": 0,
  325. "_sizeMode": 0,
  326. "_fillCenter": {
  327. "__type__": "cc.Vec2",
  328. "x": 0,
  329. "y": 0
  330. },
  331. "_fillStart": 0,
  332. "_fillRange": 0,
  333. "_isTrimmedMode": true,
  334. "_useGrayscale": false,
  335. "_atlas": null,
  336. "_id": "95rT9JfblHUoPUz/i845F/"
  337. },
  338. {
  339. "__type__": "cc.Widget",
  340. "_name": "",
  341. "_objFlags": 0,
  342. "__editorExtras__": {},
  343. "node": {
  344. "__id__": 5
  345. },
  346. "_enabled": true,
  347. "__prefab": null,
  348. "_alignFlags": 45,
  349. "_target": null,
  350. "_left": 0,
  351. "_right": 0,
  352. "_top": 0,
  353. "_bottom": 0,
  354. "_horizontalCenter": 0,
  355. "_verticalCenter": 0,
  356. "_isAbsLeft": true,
  357. "_isAbsRight": true,
  358. "_isAbsTop": true,
  359. "_isAbsBottom": true,
  360. "_isAbsHorizontalCenter": true,
  361. "_isAbsVerticalCenter": true,
  362. "_originalWidth": 720,
  363. "_originalHeight": 1280,
  364. "_alignMode": 2,
  365. "_lockFlags": 0,
  366. "_id": "8bUSKrKjpFnYt3WG+iY1ff"
  367. },
  368. {
  369. "__type__": "cc.Node",
  370. "_name": "Logo",
  371. "_objFlags": 0,
  372. "__editorExtras__": {},
  373. "_parent": {
  374. "__id__": 2
  375. },
  376. "_children": [],
  377. "_active": true,
  378. "_components": [
  379. {
  380. "__id__": 10
  381. },
  382. {
  383. "__id__": 11
  384. },
  385. {
  386. "__id__": 12
  387. }
  388. ],
  389. "_prefab": null,
  390. "_lpos": {
  391. "__type__": "cc.Vec3",
  392. "x": 0,
  393. "y": 374.028,
  394. "z": 0
  395. },
  396. "_lrot": {
  397. "__type__": "cc.Quat",
  398. "x": 0,
  399. "y": 0,
  400. "z": 0,
  401. "w": 1
  402. },
  403. "_lscale": {
  404. "__type__": "cc.Vec3",
  405. "x": 1.3,
  406. "y": 1.3,
  407. "z": 1
  408. },
  409. "_mobility": 0,
  410. "_layer": 33554432,
  411. "_euler": {
  412. "__type__": "cc.Vec3",
  413. "x": 0,
  414. "y": 0,
  415. "z": 0
  416. },
  417. "_id": "9fCxNw/Y9B3aS4UOJxZDOH"
  418. },
  419. {
  420. "__type__": "cc.UITransform",
  421. "_name": "",
  422. "_objFlags": 0,
  423. "__editorExtras__": {},
  424. "node": {
  425. "__id__": 9
  426. },
  427. "_enabled": true,
  428. "__prefab": null,
  429. "_contentSize": {
  430. "__type__": "cc.Size",
  431. "width": 361,
  432. "height": 72
  433. },
  434. "_anchorPoint": {
  435. "__type__": "cc.Vec2",
  436. "x": 0.5,
  437. "y": 0.5
  438. },
  439. "_id": "13e8nUHIZMg7ncvq9AAzP7"
  440. },
  441. {
  442. "__type__": "cc.Sprite",
  443. "_name": "",
  444. "_objFlags": 0,
  445. "__editorExtras__": {},
  446. "node": {
  447. "__id__": 9
  448. },
  449. "_enabled": true,
  450. "__prefab": null,
  451. "_customMaterial": null,
  452. "_srcBlendFactor": 2,
  453. "_dstBlendFactor": 4,
  454. "_color": {
  455. "__type__": "cc.Color",
  456. "r": 255,
  457. "g": 255,
  458. "b": 255,
  459. "a": 255
  460. },
  461. "_spriteFrame": {
  462. "__uuid__": "0d2f3e18-d70d-4fc2-a54c-f00327999f5c@f9941",
  463. "__expectedType__": "cc.SpriteFrame"
  464. },
  465. "_type": 0,
  466. "_fillType": 0,
  467. "_sizeMode": 1,
  468. "_fillCenter": {
  469. "__type__": "cc.Vec2",
  470. "x": 0,
  471. "y": 0
  472. },
  473. "_fillStart": 0,
  474. "_fillRange": 0,
  475. "_isTrimmedMode": true,
  476. "_useGrayscale": false,
  477. "_atlas": null,
  478. "_id": "9dXiIN7k1HTpCkAGh566BQ"
  479. },
  480. {
  481. "__type__": "cc.Widget",
  482. "_name": "",
  483. "_objFlags": 0,
  484. "__editorExtras__": {},
  485. "node": {
  486. "__id__": 9
  487. },
  488. "_enabled": true,
  489. "__prefab": null,
  490. "_alignFlags": 1,
  491. "_target": null,
  492. "_left": 0,
  493. "_right": 0,
  494. "_top": 219.17199999999997,
  495. "_bottom": 0,
  496. "_horizontalCenter": 0,
  497. "_verticalCenter": 0,
  498. "_isAbsLeft": true,
  499. "_isAbsRight": true,
  500. "_isAbsTop": true,
  501. "_isAbsBottom": true,
  502. "_isAbsHorizontalCenter": true,
  503. "_isAbsVerticalCenter": true,
  504. "_originalWidth": 0,
  505. "_originalHeight": 0,
  506. "_alignMode": 2,
  507. "_lockFlags": 0,
  508. "_id": "b5v4c2OUBMuIuHzdQX1/dA"
  509. },
  510. {
  511. "__type__": "cc.Node",
  512. "_name": "image",
  513. "_objFlags": 0,
  514. "__editorExtras__": {},
  515. "_parent": {
  516. "__id__": 2
  517. },
  518. "_children": [],
  519. "_active": true,
  520. "_components": [
  521. {
  522. "__id__": 14
  523. },
  524. {
  525. "__id__": 15
  526. },
  527. {
  528. "__id__": 16
  529. }
  530. ],
  531. "_prefab": null,
  532. "_lpos": {
  533. "__type__": "cc.Vec3",
  534. "x": 0,
  535. "y": 203.39999999999998,
  536. "z": 0
  537. },
  538. "_lrot": {
  539. "__type__": "cc.Quat",
  540. "x": 0,
  541. "y": 0,
  542. "z": 0,
  543. "w": 1
  544. },
  545. "_lscale": {
  546. "__type__": "cc.Vec3",
  547. "x": 1.3,
  548. "y": 1.3,
  549. "z": 1
  550. },
  551. "_mobility": 0,
  552. "_layer": 33554432,
  553. "_euler": {
  554. "__type__": "cc.Vec3",
  555. "x": 0,
  556. "y": 0,
  557. "z": 0
  558. },
  559. "_id": "f3C1uns0xLlpX9xNje/XUu"
  560. },
  561. {
  562. "__type__": "cc.UITransform",
  563. "_name": "",
  564. "_objFlags": 0,
  565. "__editorExtras__": {},
  566. "node": {
  567. "__id__": 13
  568. },
  569. "_enabled": true,
  570. "__prefab": null,
  571. "_contentSize": {
  572. "__type__": "cc.Size",
  573. "width": 285,
  574. "height": 65
  575. },
  576. "_anchorPoint": {
  577. "__type__": "cc.Vec2",
  578. "x": 0.5,
  579. "y": 0.5
  580. },
  581. "_id": "dfSTH+2gdK0oxuz2aTKKIP"
  582. },
  583. {
  584. "__type__": "cc.Sprite",
  585. "_name": "",
  586. "_objFlags": 0,
  587. "__editorExtras__": {},
  588. "node": {
  589. "__id__": 13
  590. },
  591. "_enabled": true,
  592. "__prefab": null,
  593. "_customMaterial": null,
  594. "_srcBlendFactor": 2,
  595. "_dstBlendFactor": 4,
  596. "_color": {
  597. "__type__": "cc.Color",
  598. "r": 255,
  599. "g": 255,
  600. "b": 255,
  601. "a": 255
  602. },
  603. "_spriteFrame": {
  604. "__uuid__": "751f5df0-8275-486e-8b56-93564bab36ea@f9941",
  605. "__expectedType__": "cc.SpriteFrame"
  606. },
  607. "_type": 0,
  608. "_fillType": 0,
  609. "_sizeMode": 1,
  610. "_fillCenter": {
  611. "__type__": "cc.Vec2",
  612. "x": 0,
  613. "y": 0
  614. },
  615. "_fillStart": 0,
  616. "_fillRange": 0,
  617. "_isTrimmedMode": true,
  618. "_useGrayscale": false,
  619. "_atlas": null,
  620. "_id": "04A4LY1r1Lx4JG6KLgNfBM"
  621. },
  622. {
  623. "__type__": "cc.Widget",
  624. "_name": "",
  625. "_objFlags": 0,
  626. "__editorExtras__": {},
  627. "node": {
  628. "__id__": 13
  629. },
  630. "_enabled": true,
  631. "__prefab": null,
  632. "_alignFlags": 1,
  633. "_target": null,
  634. "_left": 0,
  635. "_right": 0,
  636. "_top": 394.35,
  637. "_bottom": 0,
  638. "_horizontalCenter": 0,
  639. "_verticalCenter": 0,
  640. "_isAbsLeft": true,
  641. "_isAbsRight": true,
  642. "_isAbsTop": true,
  643. "_isAbsBottom": true,
  644. "_isAbsHorizontalCenter": true,
  645. "_isAbsVerticalCenter": true,
  646. "_originalWidth": 0,
  647. "_originalHeight": 0,
  648. "_alignMode": 2,
  649. "_lockFlags": 0,
  650. "_id": "ceDs4bO8lKPJyqj4uPymlF"
  651. },
  652. {
  653. "__type__": "cc.Node",
  654. "_name": "rank",
  655. "_objFlags": 0,
  656. "__editorExtras__": {},
  657. "_parent": {
  658. "__id__": 2
  659. },
  660. "_children": [],
  661. "_active": true,
  662. "_components": [
  663. {
  664. "__id__": 18
  665. },
  666. {
  667. "__id__": 19
  668. },
  669. {
  670. "__id__": 20
  671. },
  672. {
  673. "__id__": 21
  674. }
  675. ],
  676. "_prefab": null,
  677. "_lpos": {
  678. "__type__": "cc.Vec3",
  679. "x": -291.774,
  680. "y": -107.976,
  681. "z": 0
  682. },
  683. "_lrot": {
  684. "__type__": "cc.Quat",
  685. "x": 0,
  686. "y": 0,
  687. "z": 0,
  688. "w": 1
  689. },
  690. "_lscale": {
  691. "__type__": "cc.Vec3",
  692. "x": 1.3,
  693. "y": 1.3,
  694. "z": 1
  695. },
  696. "_mobility": 0,
  697. "_layer": 33554432,
  698. "_euler": {
  699. "__type__": "cc.Vec3",
  700. "x": 0,
  701. "y": 0,
  702. "z": 0
  703. },
  704. "_id": "3dp3vyBJtA6IUVDrQb7WxP"
  705. },
  706. {
  707. "__type__": "cc.UITransform",
  708. "_name": "",
  709. "_objFlags": 0,
  710. "__editorExtras__": {},
  711. "node": {
  712. "__id__": 17
  713. },
  714. "_enabled": true,
  715. "__prefab": null,
  716. "_contentSize": {
  717. "__type__": "cc.Size",
  718. "width": 70,
  719. "height": 70
  720. },
  721. "_anchorPoint": {
  722. "__type__": "cc.Vec2",
  723. "x": 0.5,
  724. "y": 0.5
  725. },
  726. "_id": "74dVd6gQ5Io7/D9i+7IRMb"
  727. },
  728. {
  729. "__type__": "cc.Sprite",
  730. "_name": "",
  731. "_objFlags": 0,
  732. "__editorExtras__": {},
  733. "node": {
  734. "__id__": 17
  735. },
  736. "_enabled": true,
  737. "__prefab": null,
  738. "_customMaterial": null,
  739. "_srcBlendFactor": 2,
  740. "_dstBlendFactor": 4,
  741. "_color": {
  742. "__type__": "cc.Color",
  743. "r": 255,
  744. "g": 255,
  745. "b": 255,
  746. "a": 255
  747. },
  748. "_spriteFrame": {
  749. "__uuid__": "76eb05af-f0bd-4b82-9da0-0422e8947ac8@f9941",
  750. "__expectedType__": "cc.SpriteFrame"
  751. },
  752. "_type": 0,
  753. "_fillType": 0,
  754. "_sizeMode": 1,
  755. "_fillCenter": {
  756. "__type__": "cc.Vec2",
  757. "x": 0,
  758. "y": 0
  759. },
  760. "_fillStart": 0,
  761. "_fillRange": 0,
  762. "_isTrimmedMode": true,
  763. "_useGrayscale": false,
  764. "_atlas": null,
  765. "_id": "4dvxfjMIZHWbc9EbKblYLZ"
  766. },
  767. {
  768. "__type__": "cc.Widget",
  769. "_name": "",
  770. "_objFlags": 0,
  771. "__editorExtras__": {},
  772. "node": {
  773. "__id__": 17
  774. },
  775. "_enabled": true,
  776. "__prefab": null,
  777. "_alignFlags": 1,
  778. "_target": null,
  779. "_left": 0,
  780. "_right": 0,
  781. "_top": 702.476,
  782. "_bottom": 0,
  783. "_horizontalCenter": 0,
  784. "_verticalCenter": 0,
  785. "_isAbsLeft": true,
  786. "_isAbsRight": true,
  787. "_isAbsTop": true,
  788. "_isAbsBottom": true,
  789. "_isAbsHorizontalCenter": true,
  790. "_isAbsVerticalCenter": true,
  791. "_originalWidth": 0,
  792. "_originalHeight": 0,
  793. "_alignMode": 2,
  794. "_lockFlags": 0,
  795. "_id": "09dnfS4ahOyYCToiPltWG6"
  796. },
  797. {
  798. "__type__": "cc.Button",
  799. "_name": "",
  800. "_objFlags": 0,
  801. "__editorExtras__": {},
  802. "node": {
  803. "__id__": 17
  804. },
  805. "_enabled": true,
  806. "__prefab": null,
  807. "clickEvents": [
  808. {
  809. "__id__": 22
  810. }
  811. ],
  812. "_interactable": true,
  813. "_transition": 3,
  814. "_normalColor": {
  815. "__type__": "cc.Color",
  816. "r": 255,
  817. "g": 255,
  818. "b": 255,
  819. "a": 255
  820. },
  821. "_hoverColor": {
  822. "__type__": "cc.Color",
  823. "r": 211,
  824. "g": 211,
  825. "b": 211,
  826. "a": 255
  827. },
  828. "_pressedColor": {
  829. "__type__": "cc.Color",
  830. "r": 255,
  831. "g": 255,
  832. "b": 255,
  833. "a": 255
  834. },
  835. "_disabledColor": {
  836. "__type__": "cc.Color",
  837. "r": 124,
  838. "g": 124,
  839. "b": 124,
  840. "a": 255
  841. },
  842. "_normalSprite": null,
  843. "_hoverSprite": null,
  844. "_pressedSprite": null,
  845. "_disabledSprite": null,
  846. "_duration": 0.1,
  847. "_zoomScale": 1.05,
  848. "_target": null,
  849. "_id": "a0QiUqFpBN1JH+t/9wmGgZ"
  850. },
  851. {
  852. "__type__": "cc.ClickEvent",
  853. "target": {
  854. "__id__": 2
  855. },
  856. "component": "",
  857. "_componentId": "f844ftp60pCEp9kVQoHbs1G",
  858. "handler": "ClickRank",
  859. "customEventData": ""
  860. },
  861. {
  862. "__type__": "cc.Node",
  863. "_name": "Start",
  864. "_objFlags": 0,
  865. "__editorExtras__": {},
  866. "_parent": {
  867. "__id__": 2
  868. },
  869. "_children": [],
  870. "_active": true,
  871. "_components": [
  872. {
  873. "__id__": 24
  874. },
  875. {
  876. "__id__": 25
  877. },
  878. {
  879. "__id__": 26
  880. },
  881. {
  882. "__id__": 27
  883. }
  884. ],
  885. "_prefab": null,
  886. "_lpos": {
  887. "__type__": "cc.Vec3",
  888. "x": 0,
  889. "y": -285.65599999999995,
  890. "z": 0
  891. },
  892. "_lrot": {
  893. "__type__": "cc.Quat",
  894. "x": 0,
  895. "y": 0,
  896. "z": 0,
  897. "w": 1
  898. },
  899. "_lscale": {
  900. "__type__": "cc.Vec3",
  901. "x": 1.3,
  902. "y": 1.3,
  903. "z": 1
  904. },
  905. "_mobility": 0,
  906. "_layer": 33554432,
  907. "_euler": {
  908. "__type__": "cc.Vec3",
  909. "x": 0,
  910. "y": 0,
  911. "z": 0
  912. },
  913. "_id": "c1F/bzsP9B+aegVJpQPaVr"
  914. },
  915. {
  916. "__type__": "cc.UITransform",
  917. "_name": "",
  918. "_objFlags": 0,
  919. "__editorExtras__": {},
  920. "node": {
  921. "__id__": 23
  922. },
  923. "_enabled": true,
  924. "__prefab": null,
  925. "_contentSize": {
  926. "__type__": "cc.Size",
  927. "width": 235,
  928. "height": 76
  929. },
  930. "_anchorPoint": {
  931. "__type__": "cc.Vec2",
  932. "x": 0.5,
  933. "y": 0.5
  934. },
  935. "_id": "28Z1a/TM1FophotKUkBkqG"
  936. },
  937. {
  938. "__type__": "cc.Sprite",
  939. "_name": "",
  940. "_objFlags": 0,
  941. "__editorExtras__": {},
  942. "node": {
  943. "__id__": 23
  944. },
  945. "_enabled": true,
  946. "__prefab": null,
  947. "_customMaterial": null,
  948. "_srcBlendFactor": 2,
  949. "_dstBlendFactor": 4,
  950. "_color": {
  951. "__type__": "cc.Color",
  952. "r": 255,
  953. "g": 255,
  954. "b": 255,
  955. "a": 255
  956. },
  957. "_spriteFrame": {
  958. "__uuid__": "cbd1190a-9eea-4853-830a-d871b12ac34f@f9941",
  959. "__expectedType__": "cc.SpriteFrame"
  960. },
  961. "_type": 0,
  962. "_fillType": 0,
  963. "_sizeMode": 1,
  964. "_fillCenter": {
  965. "__type__": "cc.Vec2",
  966. "x": 0,
  967. "y": 0
  968. },
  969. "_fillStart": 0,
  970. "_fillRange": 0,
  971. "_isTrimmedMode": true,
  972. "_useGrayscale": false,
  973. "_atlas": null,
  974. "_id": "0eyN94ouJBV5juCfnIKIaZ"
  975. },
  976. {
  977. "__type__": "cc.Widget",
  978. "_name": "",
  979. "_objFlags": 0,
  980. "__editorExtras__": {},
  981. "node": {
  982. "__id__": 23
  983. },
  984. "_enabled": true,
  985. "__prefab": null,
  986. "_alignFlags": 4,
  987. "_target": null,
  988. "_left": 0,
  989. "_right": 0,
  990. "_top": 876.256,
  991. "_bottom": 304.9440000000001,
  992. "_horizontalCenter": 0,
  993. "_verticalCenter": 0,
  994. "_isAbsLeft": true,
  995. "_isAbsRight": true,
  996. "_isAbsTop": true,
  997. "_isAbsBottom": true,
  998. "_isAbsHorizontalCenter": true,
  999. "_isAbsVerticalCenter": true,
  1000. "_originalWidth": 0,
  1001. "_originalHeight": 0,
  1002. "_alignMode": 2,
  1003. "_lockFlags": 0,
  1004. "_id": "34ZAOG2XpHKazVf9agUQpy"
  1005. },
  1006. {
  1007. "__type__": "cc.Button",
  1008. "_name": "",
  1009. "_objFlags": 0,
  1010. "__editorExtras__": {},
  1011. "node": {
  1012. "__id__": 23
  1013. },
  1014. "_enabled": true,
  1015. "__prefab": null,
  1016. "clickEvents": [
  1017. {
  1018. "__id__": 28
  1019. }
  1020. ],
  1021. "_interactable": true,
  1022. "_transition": 3,
  1023. "_normalColor": {
  1024. "__type__": "cc.Color",
  1025. "r": 255,
  1026. "g": 255,
  1027. "b": 255,
  1028. "a": 255
  1029. },
  1030. "_hoverColor": {
  1031. "__type__": "cc.Color",
  1032. "r": 211,
  1033. "g": 211,
  1034. "b": 211,
  1035. "a": 255
  1036. },
  1037. "_pressedColor": {
  1038. "__type__": "cc.Color",
  1039. "r": 255,
  1040. "g": 255,
  1041. "b": 255,
  1042. "a": 255
  1043. },
  1044. "_disabledColor": {
  1045. "__type__": "cc.Color",
  1046. "r": 124,
  1047. "g": 124,
  1048. "b": 124,
  1049. "a": 255
  1050. },
  1051. "_normalSprite": null,
  1052. "_hoverSprite": null,
  1053. "_pressedSprite": null,
  1054. "_disabledSprite": null,
  1055. "_duration": 0.1,
  1056. "_zoomScale": 1.05,
  1057. "_target": null,
  1058. "_id": "7couZlx2BLz7hi4GBl2sB0"
  1059. },
  1060. {
  1061. "__type__": "cc.ClickEvent",
  1062. "target": {
  1063. "__id__": 2
  1064. },
  1065. "component": "",
  1066. "_componentId": "f844ftp60pCEp9kVQoHbs1G",
  1067. "handler": "ClickGame",
  1068. "customEventData": ""
  1069. },
  1070. {
  1071. "__type__": "cc.Node",
  1072. "_name": "Slider",
  1073. "_objFlags": 0,
  1074. "__editorExtras__": {},
  1075. "_parent": {
  1076. "__id__": 2
  1077. },
  1078. "_children": [
  1079. {
  1080. "__id__": 30
  1081. },
  1082. {
  1083. "__id__": 33
  1084. }
  1085. ],
  1086. "_active": true,
  1087. "_components": [
  1088. {
  1089. "__id__": 36
  1090. },
  1091. {
  1092. "__id__": 37
  1093. },
  1094. {
  1095. "__id__": 38
  1096. }
  1097. ],
  1098. "_prefab": null,
  1099. "_lpos": {
  1100. "__type__": "cc.Vec3",
  1101. "x": 0,
  1102. "y": -347.543,
  1103. "z": 0
  1104. },
  1105. "_lrot": {
  1106. "__type__": "cc.Quat",
  1107. "x": 0,
  1108. "y": 0,
  1109. "z": 0,
  1110. "w": 1
  1111. },
  1112. "_lscale": {
  1113. "__type__": "cc.Vec3",
  1114. "x": 1.33,
  1115. "y": 1.33,
  1116. "z": 1
  1117. },
  1118. "_mobility": 0,
  1119. "_layer": 33554432,
  1120. "_euler": {
  1121. "__type__": "cc.Vec3",
  1122. "x": 0,
  1123. "y": 0,
  1124. "z": 0
  1125. },
  1126. "_id": "8eCDxkT9pBprSWWkSDrJj4"
  1127. },
  1128. {
  1129. "__type__": "cc.Node",
  1130. "_name": "Slider",
  1131. "_objFlags": 0,
  1132. "__editorExtras__": {},
  1133. "_parent": {
  1134. "__id__": 29
  1135. },
  1136. "_children": [],
  1137. "_active": true,
  1138. "_components": [
  1139. {
  1140. "__id__": 31
  1141. },
  1142. {
  1143. "__id__": 32
  1144. }
  1145. ],
  1146. "_prefab": null,
  1147. "_lpos": {
  1148. "__type__": "cc.Vec3",
  1149. "x": 0,
  1150. "y": 0,
  1151. "z": 0
  1152. },
  1153. "_lrot": {
  1154. "__type__": "cc.Quat",
  1155. "x": 0,
  1156. "y": 0,
  1157. "z": 0,
  1158. "w": 1
  1159. },
  1160. "_lscale": {
  1161. "__type__": "cc.Vec3",
  1162. "x": 1,
  1163. "y": 1,
  1164. "z": 1
  1165. },
  1166. "_mobility": 0,
  1167. "_layer": 33554432,
  1168. "_euler": {
  1169. "__type__": "cc.Vec3",
  1170. "x": 0,
  1171. "y": 0,
  1172. "z": 0
  1173. },
  1174. "_id": "7aaR84reVFc4mtQolACn5s"
  1175. },
  1176. {
  1177. "__type__": "cc.UITransform",
  1178. "_name": "",
  1179. "_objFlags": 0,
  1180. "__editorExtras__": {},
  1181. "node": {
  1182. "__id__": 30
  1183. },
  1184. "_enabled": true,
  1185. "__prefab": null,
  1186. "_contentSize": {
  1187. "__type__": "cc.Size",
  1188. "width": 454,
  1189. "height": 12
  1190. },
  1191. "_anchorPoint": {
  1192. "__type__": "cc.Vec2",
  1193. "x": 0.5,
  1194. "y": 0.5
  1195. },
  1196. "_id": "c3k5rXCqZCa7pu5NnnK0g3"
  1197. },
  1198. {
  1199. "__type__": "cc.Sprite",
  1200. "_name": "",
  1201. "_objFlags": 0,
  1202. "__editorExtras__": {},
  1203. "node": {
  1204. "__id__": 30
  1205. },
  1206. "_enabled": true,
  1207. "__prefab": null,
  1208. "_customMaterial": null,
  1209. "_srcBlendFactor": 2,
  1210. "_dstBlendFactor": 4,
  1211. "_color": {
  1212. "__type__": "cc.Color",
  1213. "r": 255,
  1214. "g": 255,
  1215. "b": 255,
  1216. "a": 255
  1217. },
  1218. "_spriteFrame": {
  1219. "__uuid__": "7c4a106e-7ed8-46d4-8646-4f6e20f2a163@f9941",
  1220. "__expectedType__": "cc.SpriteFrame"
  1221. },
  1222. "_type": 3,
  1223. "_fillType": 0,
  1224. "_sizeMode": 1,
  1225. "_fillCenter": {
  1226. "__type__": "cc.Vec2",
  1227. "x": 0,
  1228. "y": 0
  1229. },
  1230. "_fillStart": 0,
  1231. "_fillRange": 0,
  1232. "_isTrimmedMode": true,
  1233. "_useGrayscale": false,
  1234. "_atlas": null,
  1235. "_id": "8amq2RxAdBBoyl6XiWmG5k"
  1236. },
  1237. {
  1238. "__type__": "cc.Node",
  1239. "_name": "Label",
  1240. "_objFlags": 0,
  1241. "__editorExtras__": {},
  1242. "_parent": {
  1243. "__id__": 29
  1244. },
  1245. "_children": [],
  1246. "_active": true,
  1247. "_components": [
  1248. {
  1249. "__id__": 34
  1250. },
  1251. {
  1252. "__id__": 35
  1253. }
  1254. ],
  1255. "_prefab": null,
  1256. "_lpos": {
  1257. "__type__": "cc.Vec3",
  1258. "x": 0,
  1259. "y": 54.762,
  1260. "z": 0
  1261. },
  1262. "_lrot": {
  1263. "__type__": "cc.Quat",
  1264. "x": 0,
  1265. "y": 0,
  1266. "z": 0,
  1267. "w": 1
  1268. },
  1269. "_lscale": {
  1270. "__type__": "cc.Vec3",
  1271. "x": 1,
  1272. "y": 1,
  1273. "z": 1
  1274. },
  1275. "_mobility": 0,
  1276. "_layer": 33554432,
  1277. "_euler": {
  1278. "__type__": "cc.Vec3",
  1279. "x": 0,
  1280. "y": 0,
  1281. "z": 0
  1282. },
  1283. "_id": "29FUJ9iING+YdTStYNZThZ"
  1284. },
  1285. {
  1286. "__type__": "cc.UITransform",
  1287. "_name": "",
  1288. "_objFlags": 0,
  1289. "__editorExtras__": {},
  1290. "node": {
  1291. "__id__": 33
  1292. },
  1293. "_enabled": true,
  1294. "__prefab": null,
  1295. "_contentSize": {
  1296. "__type__": "cc.Size",
  1297. "width": 291.6796875,
  1298. "height": 50.4
  1299. },
  1300. "_anchorPoint": {
  1301. "__type__": "cc.Vec2",
  1302. "x": 0.5,
  1303. "y": 0.5
  1304. },
  1305. "_id": "70sZrBEIVL8ohzWRar+xUD"
  1306. },
  1307. {
  1308. "__type__": "cc.Label",
  1309. "_name": "",
  1310. "_objFlags": 0,
  1311. "__editorExtras__": {},
  1312. "node": {
  1313. "__id__": 33
  1314. },
  1315. "_enabled": true,
  1316. "__prefab": null,
  1317. "_customMaterial": null,
  1318. "_srcBlendFactor": 2,
  1319. "_dstBlendFactor": 4,
  1320. "_color": {
  1321. "__type__": "cc.Color",
  1322. "r": 0,
  1323. "g": 0,
  1324. "b": 0,
  1325. "a": 255
  1326. },
  1327. "_string": "首次加载游戏较慢,请耐心等待~",
  1328. "_horizontalAlign": 1,
  1329. "_verticalAlign": 1,
  1330. "_actualFontSize": 20,
  1331. "_fontSize": 20,
  1332. "_fontFamily": "Arial",
  1333. "_lineHeight": 40,
  1334. "_overflow": 0,
  1335. "_enableWrapText": true,
  1336. "_font": null,
  1337. "_isSystemFontUsed": true,
  1338. "_spacingX": 0,
  1339. "_isItalic": false,
  1340. "_isBold": true,
  1341. "_isUnderline": false,
  1342. "_underlineHeight": 2,
  1343. "_cacheMode": 0,
  1344. "_enableOutline": false,
  1345. "_outlineColor": {
  1346. "__type__": "cc.Color",
  1347. "r": 0,
  1348. "g": 0,
  1349. "b": 0,
  1350. "a": 255
  1351. },
  1352. "_outlineWidth": 2,
  1353. "_enableShadow": false,
  1354. "_shadowColor": {
  1355. "__type__": "cc.Color",
  1356. "r": 0,
  1357. "g": 0,
  1358. "b": 0,
  1359. "a": 255
  1360. },
  1361. "_shadowOffset": {
  1362. "__type__": "cc.Vec2",
  1363. "x": 2,
  1364. "y": 2
  1365. },
  1366. "_shadowBlur": 2,
  1367. "_id": "bbkAY0Q3pNppCWqeAlS54p"
  1368. },
  1369. {
  1370. "__type__": "cc.UITransform",
  1371. "_name": "",
  1372. "_objFlags": 0,
  1373. "__editorExtras__": {},
  1374. "node": {
  1375. "__id__": 29
  1376. },
  1377. "_enabled": true,
  1378. "__prefab": null,
  1379. "_contentSize": {
  1380. "__type__": "cc.Size",
  1381. "width": 460,
  1382. "height": 18
  1383. },
  1384. "_anchorPoint": {
  1385. "__type__": "cc.Vec2",
  1386. "x": 0.5,
  1387. "y": 0.5
  1388. },
  1389. "_id": "974lYacX5F/7QhAZOGxU31"
  1390. },
  1391. {
  1392. "__type__": "cc.Sprite",
  1393. "_name": "",
  1394. "_objFlags": 0,
  1395. "__editorExtras__": {},
  1396. "node": {
  1397. "__id__": 29
  1398. },
  1399. "_enabled": true,
  1400. "__prefab": null,
  1401. "_customMaterial": null,
  1402. "_srcBlendFactor": 2,
  1403. "_dstBlendFactor": 4,
  1404. "_color": {
  1405. "__type__": "cc.Color",
  1406. "r": 255,
  1407. "g": 255,
  1408. "b": 255,
  1409. "a": 255
  1410. },
  1411. "_spriteFrame": {
  1412. "__uuid__": "b52894b8-45a7-4b62-9d37-249d0c7bf9eb@f9941",
  1413. "__expectedType__": "cc.SpriteFrame"
  1414. },
  1415. "_type": 0,
  1416. "_fillType": 0,
  1417. "_sizeMode": 1,
  1418. "_fillCenter": {
  1419. "__type__": "cc.Vec2",
  1420. "x": 0,
  1421. "y": 0
  1422. },
  1423. "_fillStart": 0,
  1424. "_fillRange": 0,
  1425. "_isTrimmedMode": true,
  1426. "_useGrayscale": false,
  1427. "_atlas": null,
  1428. "_id": "d09BmjcGNPlKLy1h8ZwZud"
  1429. },
  1430. {
  1431. "__type__": "cc.Widget",
  1432. "_name": "",
  1433. "_objFlags": 0,
  1434. "__editorExtras__": {},
  1435. "node": {
  1436. "__id__": 29
  1437. },
  1438. "_enabled": true,
  1439. "__prefab": null,
  1440. "_alignFlags": 4,
  1441. "_target": null,
  1442. "_left": 0,
  1443. "_right": 0,
  1444. "_top": 0,
  1445. "_bottom": 280.48699999999997,
  1446. "_horizontalCenter": 0,
  1447. "_verticalCenter": 0,
  1448. "_isAbsLeft": true,
  1449. "_isAbsRight": true,
  1450. "_isAbsTop": true,
  1451. "_isAbsBottom": true,
  1452. "_isAbsHorizontalCenter": true,
  1453. "_isAbsVerticalCenter": true,
  1454. "_originalWidth": 0,
  1455. "_originalHeight": 0,
  1456. "_alignMode": 2,
  1457. "_lockFlags": 0,
  1458. "_id": "e3dJ0LnK9GxoBY1QwDfGRd"
  1459. },
  1460. {
  1461. "__type__": "cc.UITransform",
  1462. "_name": "",
  1463. "_objFlags": 0,
  1464. "__editorExtras__": {},
  1465. "node": {
  1466. "__id__": 2
  1467. },
  1468. "_enabled": true,
  1469. "__prefab": null,
  1470. "_contentSize": {
  1471. "__type__": "cc.Size",
  1472. "width": 720,
  1473. "height": 1280
  1474. },
  1475. "_anchorPoint": {
  1476. "__type__": "cc.Vec2",
  1477. "x": 0.5,
  1478. "y": 0.5
  1479. },
  1480. "_id": "d6rUX5yfhMlKoWX2bSbawx"
  1481. },
  1482. {
  1483. "__type__": "cc.Canvas",
  1484. "_name": "",
  1485. "_objFlags": 0,
  1486. "__editorExtras__": {},
  1487. "node": {
  1488. "__id__": 2
  1489. },
  1490. "_enabled": true,
  1491. "__prefab": null,
  1492. "_cameraComponent": {
  1493. "__id__": 4
  1494. },
  1495. "_alignCanvasWithScreen": true,
  1496. "_id": "12O/ljcVlEqLmVm3U2gEOQ"
  1497. },
  1498. {
  1499. "__type__": "cc.Widget",
  1500. "_name": "",
  1501. "_objFlags": 0,
  1502. "__editorExtras__": {},
  1503. "node": {
  1504. "__id__": 2
  1505. },
  1506. "_enabled": true,
  1507. "__prefab": null,
  1508. "_alignFlags": 45,
  1509. "_target": null,
  1510. "_left": 0,
  1511. "_right": 0,
  1512. "_top": 5.684341886080802e-14,
  1513. "_bottom": 5.684341886080802e-14,
  1514. "_horizontalCenter": 0,
  1515. "_verticalCenter": 0,
  1516. "_isAbsLeft": true,
  1517. "_isAbsRight": true,
  1518. "_isAbsTop": true,
  1519. "_isAbsBottom": true,
  1520. "_isAbsHorizontalCenter": true,
  1521. "_isAbsVerticalCenter": true,
  1522. "_originalWidth": 0,
  1523. "_originalHeight": 0,
  1524. "_alignMode": 2,
  1525. "_lockFlags": 0,
  1526. "_id": "c5V1EV8IpMtrIvY1OE9t2u"
  1527. },
  1528. {
  1529. "__type__": "f844ftp60pCEp9kVQoHbs1G",
  1530. "_name": "",
  1531. "_objFlags": 0,
  1532. "__editorExtras__": {},
  1533. "node": {
  1534. "__id__": 2
  1535. },
  1536. "_enabled": true,
  1537. "__prefab": null,
  1538. "RankNode": {
  1539. "__id__": 17
  1540. },
  1541. "StartNode": {
  1542. "__id__": 23
  1543. },
  1544. "SliderNode": {
  1545. "__id__": 29
  1546. },
  1547. "_id": "13wY7mOPhEd6rhvqfyLsLD"
  1548. },
  1549. {
  1550. "__type__": "cc.SceneGlobals",
  1551. "ambient": {
  1552. "__id__": 44
  1553. },
  1554. "shadows": {
  1555. "__id__": 45
  1556. },
  1557. "_skybox": {
  1558. "__id__": 46
  1559. },
  1560. "fog": {
  1561. "__id__": 47
  1562. },
  1563. "octree": {
  1564. "__id__": 48
  1565. },
  1566. "skin": {
  1567. "__id__": 49
  1568. },
  1569. "lightProbeInfo": {
  1570. "__id__": 50
  1571. },
  1572. "postSettings": {
  1573. "__id__": 51
  1574. },
  1575. "bakedWithStationaryMainLight": false,
  1576. "bakedWithHighpLightmap": false
  1577. },
  1578. {
  1579. "__type__": "cc.AmbientInfo",
  1580. "_skyColorHDR": {
  1581. "__type__": "cc.Vec4",
  1582. "x": 0,
  1583. "y": 0,
  1584. "z": 0,
  1585. "w": 0.520833125
  1586. },
  1587. "_skyColor": {
  1588. "__type__": "cc.Vec4",
  1589. "x": 0,
  1590. "y": 0,
  1591. "z": 0,
  1592. "w": 0.520833125
  1593. },
  1594. "_skyIllumHDR": 20000,
  1595. "_skyIllum": 20000,
  1596. "_groundAlbedoHDR": {
  1597. "__type__": "cc.Vec4",
  1598. "x": 0,
  1599. "y": 0,
  1600. "z": 0,
  1601. "w": 0
  1602. },
  1603. "_groundAlbedo": {
  1604. "__type__": "cc.Vec4",
  1605. "x": 0,
  1606. "y": 0,
  1607. "z": 0,
  1608. "w": 0
  1609. },
  1610. "_skyColorLDR": {
  1611. "__type__": "cc.Vec4",
  1612. "x": 0.2,
  1613. "y": 0.5,
  1614. "z": 0.8,
  1615. "w": 1
  1616. },
  1617. "_skyIllumLDR": 20000,
  1618. "_groundAlbedoLDR": {
  1619. "__type__": "cc.Vec4",
  1620. "x": 0.2,
  1621. "y": 0.2,
  1622. "z": 0.2,
  1623. "w": 1
  1624. }
  1625. },
  1626. {
  1627. "__type__": "cc.ShadowsInfo",
  1628. "_enabled": false,
  1629. "_type": 0,
  1630. "_normal": {
  1631. "__type__": "cc.Vec3",
  1632. "x": 0,
  1633. "y": 1,
  1634. "z": 0
  1635. },
  1636. "_distance": 0,
  1637. "_planeBias": 1,
  1638. "_shadowColor": {
  1639. "__type__": "cc.Color",
  1640. "r": 76,
  1641. "g": 76,
  1642. "b": 76,
  1643. "a": 255
  1644. },
  1645. "_maxReceived": 4,
  1646. "_size": {
  1647. "__type__": "cc.Vec2",
  1648. "x": 512,
  1649. "y": 512
  1650. }
  1651. },
  1652. {
  1653. "__type__": "cc.SkyboxInfo",
  1654. "_envLightingType": 0,
  1655. "_envmapHDR": null,
  1656. "_envmap": null,
  1657. "_envmapLDR": null,
  1658. "_diffuseMapHDR": null,
  1659. "_diffuseMapLDR": null,
  1660. "_enabled": false,
  1661. "_useHDR": true,
  1662. "_editableMaterial": null,
  1663. "_reflectionHDR": null,
  1664. "_reflectionLDR": null,
  1665. "_rotationAngle": 0
  1666. },
  1667. {
  1668. "__type__": "cc.FogInfo",
  1669. "_type": 0,
  1670. "_fogColor": {
  1671. "__type__": "cc.Color",
  1672. "r": 200,
  1673. "g": 200,
  1674. "b": 200,
  1675. "a": 255
  1676. },
  1677. "_enabled": false,
  1678. "_fogDensity": 0.3,
  1679. "_fogStart": 0.5,
  1680. "_fogEnd": 300,
  1681. "_fogAtten": 5,
  1682. "_fogTop": 1.5,
  1683. "_fogRange": 1.2,
  1684. "_accurate": false
  1685. },
  1686. {
  1687. "__type__": "cc.OctreeInfo",
  1688. "_enabled": false,
  1689. "_minPos": {
  1690. "__type__": "cc.Vec3",
  1691. "x": -1024,
  1692. "y": -1024,
  1693. "z": -1024
  1694. },
  1695. "_maxPos": {
  1696. "__type__": "cc.Vec3",
  1697. "x": 1024,
  1698. "y": 1024,
  1699. "z": 1024
  1700. },
  1701. "_depth": 8
  1702. },
  1703. {
  1704. "__type__": "cc.SkinInfo",
  1705. "_enabled": false,
  1706. "_blurRadius": 0.01,
  1707. "_sssIntensity": 3
  1708. },
  1709. {
  1710. "__type__": "cc.LightProbeInfo",
  1711. "_giScale": 1,
  1712. "_giSamples": 1024,
  1713. "_bounces": 2,
  1714. "_reduceRinging": 0,
  1715. "_showProbe": true,
  1716. "_showWireframe": true,
  1717. "_showConvex": false,
  1718. "_data": null,
  1719. "_lightProbeSphereVolume": 1
  1720. },
  1721. {
  1722. "__type__": "cc.PostSettingsInfo",
  1723. "_toneMappingType": 0
  1724. }
  1725. ]