First.scene 27 KB

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