start.scene 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437
  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__": 34
  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__": 11
  76. },
  77. {
  78. "__id__": 14
  79. },
  80. {
  81. "__id__": 27
  82. }
  83. ],
  84. "_active": true,
  85. "_components": [
  86. {
  87. "__id__": 30
  88. },
  89. {
  90. "__id__": 31
  91. },
  92. {
  93. "__id__": 32
  94. },
  95. {
  96. "__id__": 33
  97. }
  98. ],
  99. "_prefab": null,
  100. "_lpos": {
  101. "__type__": "cc.Vec3",
  102. "x": 640.0000000000001,
  103. "y": 360,
  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": 374.0974212034384,
  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. "__id__": 9
  242. }
  243. ],
  244. "_prefab": null,
  245. "_lpos": {
  246. "__type__": "cc.Vec3",
  247. "x": 0,
  248. "y": 0,
  249. "z": 0
  250. },
  251. "_lrot": {
  252. "__type__": "cc.Quat",
  253. "x": 0,
  254. "y": 0,
  255. "z": 0,
  256. "w": 1
  257. },
  258. "_lscale": {
  259. "__type__": "cc.Vec3",
  260. "x": 1,
  261. "y": 1,
  262. "z": 1
  263. },
  264. "_mobility": 0,
  265. "_layer": 33554432,
  266. "_euler": {
  267. "__type__": "cc.Vec3",
  268. "x": 0,
  269. "y": 0,
  270. "z": 0
  271. },
  272. "_id": "b8TI6VQE9LuqFv2d+iFNGv"
  273. },
  274. {
  275. "__type__": "cc.UITransform",
  276. "_name": "",
  277. "_objFlags": 0,
  278. "__editorExtras__": {},
  279. "node": {
  280. "__id__": 5
  281. },
  282. "_enabled": true,
  283. "__prefab": null,
  284. "_contentSize": {
  285. "__type__": "cc.Size",
  286. "width": 1440,
  287. "height": 720
  288. },
  289. "_anchorPoint": {
  290. "__type__": "cc.Vec2",
  291. "x": 0.5,
  292. "y": 0.5
  293. },
  294. "_id": "39RNUC8NRMOrG1PGtyItzz"
  295. },
  296. {
  297. "__type__": "cc.Sprite",
  298. "_name": "",
  299. "_objFlags": 0,
  300. "__editorExtras__": {},
  301. "node": {
  302. "__id__": 5
  303. },
  304. "_enabled": true,
  305. "__prefab": null,
  306. "_customMaterial": null,
  307. "_srcBlendFactor": 2,
  308. "_dstBlendFactor": 4,
  309. "_color": {
  310. "__type__": "cc.Color",
  311. "r": 255,
  312. "g": 255,
  313. "b": 255,
  314. "a": 255
  315. },
  316. "_spriteFrame": {
  317. "__uuid__": "0f15d2d9-ed87-4557-a379-d630a098deda@f9941",
  318. "__expectedType__": "cc.SpriteFrame"
  319. },
  320. "_type": 0,
  321. "_fillType": 0,
  322. "_sizeMode": 0,
  323. "_fillCenter": {
  324. "__type__": "cc.Vec2",
  325. "x": 0,
  326. "y": 0
  327. },
  328. "_fillStart": 0,
  329. "_fillRange": 0,
  330. "_isTrimmedMode": true,
  331. "_useGrayscale": false,
  332. "_atlas": null,
  333. "_id": "6fdFqTuPFBu5N1cfHuoMFG"
  334. },
  335. {
  336. "__type__": "319759POytNIqL7hZiZjOI8",
  337. "_name": "",
  338. "_objFlags": 0,
  339. "__editorExtras__": {},
  340. "node": {
  341. "__id__": 5
  342. },
  343. "_enabled": true,
  344. "__prefab": null,
  345. "_id": "83LQv2UnNEvZqlWCMOS+Cv"
  346. },
  347. {
  348. "__type__": "cc.Button",
  349. "_name": "",
  350. "_objFlags": 0,
  351. "__editorExtras__": {},
  352. "node": {
  353. "__id__": 5
  354. },
  355. "_enabled": true,
  356. "__prefab": null,
  357. "clickEvents": [
  358. {
  359. "__id__": 10
  360. }
  361. ],
  362. "_interactable": true,
  363. "_transition": 0,
  364. "_normalColor": {
  365. "__type__": "cc.Color",
  366. "r": 255,
  367. "g": 255,
  368. "b": 255,
  369. "a": 255
  370. },
  371. "_hoverColor": {
  372. "__type__": "cc.Color",
  373. "r": 211,
  374. "g": 211,
  375. "b": 211,
  376. "a": 255
  377. },
  378. "_pressedColor": {
  379. "__type__": "cc.Color",
  380. "r": 255,
  381. "g": 255,
  382. "b": 255,
  383. "a": 255
  384. },
  385. "_disabledColor": {
  386. "__type__": "cc.Color",
  387. "r": 124,
  388. "g": 124,
  389. "b": 124,
  390. "a": 255
  391. },
  392. "_normalSprite": null,
  393. "_hoverSprite": null,
  394. "_pressedSprite": null,
  395. "_disabledSprite": null,
  396. "_duration": 0.1,
  397. "_zoomScale": 1.2,
  398. "_target": null,
  399. "_id": "b76g8mELRABooVbhs33TGw"
  400. },
  401. {
  402. "__type__": "cc.ClickEvent",
  403. "target": {
  404. "__id__": 2
  405. },
  406. "component": "",
  407. "_componentId": "66e163GxmdDp7kaguqDvTVl",
  408. "handler": "onBtnBgClicked",
  409. "customEventData": ""
  410. },
  411. {
  412. "__type__": "cc.Node",
  413. "_name": "Label",
  414. "_objFlags": 0,
  415. "__editorExtras__": {},
  416. "_parent": {
  417. "__id__": 2
  418. },
  419. "_children": [],
  420. "_active": false,
  421. "_components": [
  422. {
  423. "__id__": 12
  424. },
  425. {
  426. "__id__": 13
  427. }
  428. ],
  429. "_prefab": null,
  430. "_lpos": {
  431. "__type__": "cc.Vec3",
  432. "x": 0,
  433. "y": -25.748,
  434. "z": 0
  435. },
  436. "_lrot": {
  437. "__type__": "cc.Quat",
  438. "x": 0,
  439. "y": 0,
  440. "z": 0,
  441. "w": 1
  442. },
  443. "_lscale": {
  444. "__type__": "cc.Vec3",
  445. "x": 1,
  446. "y": 1,
  447. "z": 1
  448. },
  449. "_mobility": 0,
  450. "_layer": 33554432,
  451. "_euler": {
  452. "__type__": "cc.Vec3",
  453. "x": 0,
  454. "y": 0,
  455. "z": 0
  456. },
  457. "_id": "aelhWf5l1DHpAgR+45QMLg"
  458. },
  459. {
  460. "__type__": "cc.UITransform",
  461. "_name": "",
  462. "_objFlags": 0,
  463. "__editorExtras__": {},
  464. "node": {
  465. "__id__": 11
  466. },
  467. "_enabled": true,
  468. "__prefab": null,
  469. "_contentSize": {
  470. "__type__": "cc.Size",
  471. "width": 880.01953125,
  472. "height": 189
  473. },
  474. "_anchorPoint": {
  475. "__type__": "cc.Vec2",
  476. "x": 0.5,
  477. "y": 0.5
  478. },
  479. "_id": "40OtkUmStOhZ/UMAnBeCKk"
  480. },
  481. {
  482. "__type__": "cc.Label",
  483. "_name": "",
  484. "_objFlags": 0,
  485. "__editorExtras__": {},
  486. "node": {
  487. "__id__": 11
  488. },
  489. "_enabled": true,
  490. "__prefab": null,
  491. "_customMaterial": null,
  492. "_srcBlendFactor": 2,
  493. "_dstBlendFactor": 4,
  494. "_color": {
  495. "__type__": "cc.Color",
  496. "r": 233,
  497. "g": 233,
  498. "b": 233,
  499. "a": 255
  500. },
  501. "_string": "TGX 球球大作战",
  502. "_horizontalAlign": 1,
  503. "_verticalAlign": 1,
  504. "_actualFontSize": 145,
  505. "_fontSize": 120,
  506. "_fontFamily": "Arial",
  507. "_lineHeight": 150,
  508. "_overflow": 0,
  509. "_enableWrapText": true,
  510. "_font": null,
  511. "_isSystemFontUsed": true,
  512. "_spacingX": 0,
  513. "_isItalic": false,
  514. "_isBold": true,
  515. "_isUnderline": false,
  516. "_underlineHeight": 2,
  517. "_cacheMode": 0,
  518. "_enableOutline": false,
  519. "_outlineColor": {
  520. "__type__": "cc.Color",
  521. "r": 0,
  522. "g": 0,
  523. "b": 0,
  524. "a": 255
  525. },
  526. "_outlineWidth": 2,
  527. "_enableShadow": true,
  528. "_shadowColor": {
  529. "__type__": "cc.Color",
  530. "r": 0,
  531. "g": 0,
  532. "b": 0,
  533. "a": 255
  534. },
  535. "_shadowOffset": {
  536. "__type__": "cc.Vec2",
  537. "x": 4,
  538. "y": -4
  539. },
  540. "_shadowBlur": 5,
  541. "_id": "2fjhfpQ6ZALrxyRFCrXFn+"
  542. },
  543. {
  544. "__type__": "cc.Node",
  545. "_name": "loading_bar",
  546. "_objFlags": 0,
  547. "__editorExtras__": {},
  548. "_parent": {
  549. "__id__": 2
  550. },
  551. "_children": [
  552. {
  553. "__id__": 15
  554. },
  555. {
  556. "__id__": 18
  557. },
  558. {
  559. "__id__": 21
  560. }
  561. ],
  562. "_active": true,
  563. "_components": [
  564. {
  565. "__id__": 25
  566. },
  567. {
  568. "__id__": 26
  569. }
  570. ],
  571. "_prefab": null,
  572. "_lpos": {
  573. "__type__": "cc.Vec3",
  574. "x": 0,
  575. "y": -239.69899999999996,
  576. "z": 0
  577. },
  578. "_lrot": {
  579. "__type__": "cc.Quat",
  580. "x": 0,
  581. "y": 0,
  582. "z": 0,
  583. "w": 1
  584. },
  585. "_lscale": {
  586. "__type__": "cc.Vec3",
  587. "x": 1,
  588. "y": 1,
  589. "z": 1
  590. },
  591. "_mobility": 0,
  592. "_layer": 33554432,
  593. "_euler": {
  594. "__type__": "cc.Vec3",
  595. "x": 0,
  596. "y": 0,
  597. "z": 0
  598. },
  599. "_id": "adVeAZL3FMt6TXXjt191+y"
  600. },
  601. {
  602. "__type__": "cc.Node",
  603. "_name": "loadingBar_bg",
  604. "_objFlags": 0,
  605. "__editorExtras__": {},
  606. "_parent": {
  607. "__id__": 14
  608. },
  609. "_children": [],
  610. "_active": true,
  611. "_components": [
  612. {
  613. "__id__": 16
  614. },
  615. {
  616. "__id__": 17
  617. }
  618. ],
  619. "_prefab": null,
  620. "_lpos": {
  621. "__type__": "cc.Vec3",
  622. "x": 0,
  623. "y": 0,
  624. "z": 0
  625. },
  626. "_lrot": {
  627. "__type__": "cc.Quat",
  628. "x": 0,
  629. "y": 0,
  630. "z": 0,
  631. "w": 1
  632. },
  633. "_lscale": {
  634. "__type__": "cc.Vec3",
  635. "x": 1,
  636. "y": 1,
  637. "z": 1
  638. },
  639. "_mobility": 0,
  640. "_layer": 33554432,
  641. "_euler": {
  642. "__type__": "cc.Vec3",
  643. "x": 0,
  644. "y": 0,
  645. "z": 0
  646. },
  647. "_id": "63tqUWFRtEApEfeScoi1Gx"
  648. },
  649. {
  650. "__type__": "cc.UITransform",
  651. "_name": "",
  652. "_objFlags": 0,
  653. "__editorExtras__": {},
  654. "node": {
  655. "__id__": 15
  656. },
  657. "_enabled": true,
  658. "__prefab": null,
  659. "_contentSize": {
  660. "__type__": "cc.Size",
  661. "width": 900,
  662. "height": 4
  663. },
  664. "_anchorPoint": {
  665. "__type__": "cc.Vec2",
  666. "x": 0.5,
  667. "y": 0.5
  668. },
  669. "_id": "97RibZd8hGT5kJSJSyImRG"
  670. },
  671. {
  672. "__type__": "cc.Sprite",
  673. "_name": "",
  674. "_objFlags": 0,
  675. "__editorExtras__": {},
  676. "node": {
  677. "__id__": 15
  678. },
  679. "_enabled": true,
  680. "__prefab": null,
  681. "_customMaterial": null,
  682. "_srcBlendFactor": 2,
  683. "_dstBlendFactor": 4,
  684. "_color": {
  685. "__type__": "cc.Color",
  686. "r": 2,
  687. "g": 54,
  688. "b": 15,
  689. "a": 255
  690. },
  691. "_spriteFrame": {
  692. "__uuid__": "7d8f9b89-4fd1-4c9f-a3ab-38ec7cded7ca@f9941",
  693. "__expectedType__": "cc.SpriteFrame"
  694. },
  695. "_type": 0,
  696. "_fillType": 0,
  697. "_sizeMode": 0,
  698. "_fillCenter": {
  699. "__type__": "cc.Vec2",
  700. "x": 0,
  701. "y": 0
  702. },
  703. "_fillStart": 0,
  704. "_fillRange": 0,
  705. "_isTrimmedMode": true,
  706. "_useGrayscale": false,
  707. "_atlas": null,
  708. "_id": "f5RU9hOtRNJ6zrFP516V8T"
  709. },
  710. {
  711. "__type__": "cc.Node",
  712. "_name": "loadingBar",
  713. "_objFlags": 0,
  714. "__editorExtras__": {},
  715. "_parent": {
  716. "__id__": 14
  717. },
  718. "_children": [],
  719. "_active": true,
  720. "_components": [
  721. {
  722. "__id__": 19
  723. },
  724. {
  725. "__id__": 20
  726. }
  727. ],
  728. "_prefab": null,
  729. "_lpos": {
  730. "__type__": "cc.Vec3",
  731. "x": -450,
  732. "y": 0,
  733. "z": 0
  734. },
  735. "_lrot": {
  736. "__type__": "cc.Quat",
  737. "x": 0,
  738. "y": 0,
  739. "z": 0,
  740. "w": 1
  741. },
  742. "_lscale": {
  743. "__type__": "cc.Vec3",
  744. "x": 0.5,
  745. "y": 1,
  746. "z": 1
  747. },
  748. "_mobility": 0,
  749. "_layer": 33554432,
  750. "_euler": {
  751. "__type__": "cc.Vec3",
  752. "x": 0,
  753. "y": 0,
  754. "z": 0
  755. },
  756. "_id": "abYkyUEXFHCrigi92BM8nP"
  757. },
  758. {
  759. "__type__": "cc.UITransform",
  760. "_name": "",
  761. "_objFlags": 0,
  762. "__editorExtras__": {},
  763. "node": {
  764. "__id__": 18
  765. },
  766. "_enabled": true,
  767. "__prefab": null,
  768. "_contentSize": {
  769. "__type__": "cc.Size",
  770. "width": 900,
  771. "height": 8
  772. },
  773. "_anchorPoint": {
  774. "__type__": "cc.Vec2",
  775. "x": 0,
  776. "y": 0.5
  777. },
  778. "_id": "e0WHPMH+dJPr9Tl3PKu0YQ"
  779. },
  780. {
  781. "__type__": "cc.Sprite",
  782. "_name": "",
  783. "_objFlags": 0,
  784. "__editorExtras__": {},
  785. "node": {
  786. "__id__": 18
  787. },
  788. "_enabled": true,
  789. "__prefab": null,
  790. "_customMaterial": null,
  791. "_srcBlendFactor": 2,
  792. "_dstBlendFactor": 4,
  793. "_color": {
  794. "__type__": "cc.Color",
  795. "r": 255,
  796. "g": 255,
  797. "b": 255,
  798. "a": 255
  799. },
  800. "_spriteFrame": {
  801. "__uuid__": "7d8f9b89-4fd1-4c9f-a3ab-38ec7cded7ca@f9941",
  802. "__expectedType__": "cc.SpriteFrame"
  803. },
  804. "_type": 0,
  805. "_fillType": 0,
  806. "_sizeMode": 0,
  807. "_fillCenter": {
  808. "__type__": "cc.Vec2",
  809. "x": 0,
  810. "y": 0
  811. },
  812. "_fillStart": 0,
  813. "_fillRange": 0,
  814. "_isTrimmedMode": true,
  815. "_useGrayscale": false,
  816. "_atlas": null,
  817. "_id": "8aFAOK0pdBsK+JH4lAuMMK"
  818. },
  819. {
  820. "__type__": "cc.Node",
  821. "_name": "txt_loading",
  822. "_objFlags": 0,
  823. "__editorExtras__": {},
  824. "_parent": {
  825. "__id__": 14
  826. },
  827. "_children": [],
  828. "_active": true,
  829. "_components": [
  830. {
  831. "__id__": 22
  832. },
  833. {
  834. "__id__": 23
  835. },
  836. {
  837. "__id__": 24
  838. }
  839. ],
  840. "_prefab": null,
  841. "_lpos": {
  842. "__type__": "cc.Vec3",
  843. "x": 0,
  844. "y": -38.748999999999995,
  845. "z": 0
  846. },
  847. "_lrot": {
  848. "__type__": "cc.Quat",
  849. "x": 0,
  850. "y": 0,
  851. "z": 0,
  852. "w": 1
  853. },
  854. "_lscale": {
  855. "__type__": "cc.Vec3",
  856. "x": 1,
  857. "y": 1,
  858. "z": 1
  859. },
  860. "_mobility": 0,
  861. "_layer": 33554432,
  862. "_euler": {
  863. "__type__": "cc.Vec3",
  864. "x": 0,
  865. "y": 0,
  866. "z": 0
  867. },
  868. "_id": "c8sLlFnUZMbqVSccvPAxSO"
  869. },
  870. {
  871. "__type__": "cc.UITransform",
  872. "_name": "",
  873. "_objFlags": 0,
  874. "__editorExtras__": {},
  875. "node": {
  876. "__id__": 21
  877. },
  878. "_enabled": true,
  879. "__prefab": null,
  880. "_contentSize": {
  881. "__type__": "cc.Size",
  882. "width": 153.740234375,
  883. "height": 50.4
  884. },
  885. "_anchorPoint": {
  886. "__type__": "cc.Vec2",
  887. "x": 0.5,
  888. "y": 0.5
  889. },
  890. "_id": "e13BqRw/lMVJCQukGRGGDE"
  891. },
  892. {
  893. "__type__": "cc.Label",
  894. "_name": "",
  895. "_objFlags": 0,
  896. "__editorExtras__": {},
  897. "node": {
  898. "__id__": 21
  899. },
  900. "_enabled": true,
  901. "__prefab": null,
  902. "_customMaterial": null,
  903. "_srcBlendFactor": 2,
  904. "_dstBlendFactor": 4,
  905. "_color": {
  906. "__type__": "cc.Color",
  907. "r": 255,
  908. "g": 255,
  909. "b": 255,
  910. "a": 255
  911. },
  912. "_string": "Loading...",
  913. "_horizontalAlign": 1,
  914. "_verticalAlign": 1,
  915. "_actualFontSize": 35,
  916. "_fontSize": 35,
  917. "_fontFamily": "Arial",
  918. "_lineHeight": 40,
  919. "_overflow": 0,
  920. "_enableWrapText": true,
  921. "_font": null,
  922. "_isSystemFontUsed": true,
  923. "_spacingX": 0,
  924. "_isItalic": false,
  925. "_isBold": false,
  926. "_isUnderline": false,
  927. "_underlineHeight": 2,
  928. "_cacheMode": 0,
  929. "_enableOutline": false,
  930. "_outlineColor": {
  931. "__type__": "cc.Color",
  932. "r": 31,
  933. "g": 6,
  934. "b": 31,
  935. "a": 255
  936. },
  937. "_outlineWidth": 2,
  938. "_enableShadow": true,
  939. "_shadowColor": {
  940. "__type__": "cc.Color",
  941. "r": 0,
  942. "g": 0,
  943. "b": 0,
  944. "a": 255
  945. },
  946. "_shadowOffset": {
  947. "__type__": "cc.Vec2",
  948. "x": 2,
  949. "y": -4
  950. },
  951. "_shadowBlur": 5,
  952. "_id": "059MljtclJr4iE2mRgTzDb"
  953. },
  954. {
  955. "__type__": "cc.Widget",
  956. "_name": "",
  957. "_objFlags": 0,
  958. "__editorExtras__": {},
  959. "node": {
  960. "__id__": 21
  961. },
  962. "_enabled": true,
  963. "__prefab": null,
  964. "_alignFlags": 4,
  965. "_target": null,
  966. "_left": 0,
  967. "_right": 0,
  968. "_top": 0,
  969. "_bottom": -13.949000000000002,
  970. "_horizontalCenter": 0,
  971. "_verticalCenter": 0,
  972. "_isAbsLeft": true,
  973. "_isAbsRight": true,
  974. "_isAbsTop": true,
  975. "_isAbsBottom": true,
  976. "_isAbsHorizontalCenter": true,
  977. "_isAbsVerticalCenter": true,
  978. "_originalWidth": 0,
  979. "_originalHeight": 0,
  980. "_alignMode": 2,
  981. "_lockFlags": 0,
  982. "_id": "aev7i3Sg1HdbacpASbX2Oi"
  983. },
  984. {
  985. "__type__": "cc.UITransform",
  986. "_name": "",
  987. "_objFlags": 0,
  988. "__editorExtras__": {},
  989. "node": {
  990. "__id__": 14
  991. },
  992. "_enabled": true,
  993. "__prefab": null,
  994. "_contentSize": {
  995. "__type__": "cc.Size",
  996. "width": 100,
  997. "height": 100
  998. },
  999. "_anchorPoint": {
  1000. "__type__": "cc.Vec2",
  1001. "x": 0.5,
  1002. "y": 0.5
  1003. },
  1004. "_id": "37tfBWrxVK84ogAMQlIAbd"
  1005. },
  1006. {
  1007. "__type__": "cc.Widget",
  1008. "_name": "",
  1009. "_objFlags": 0,
  1010. "__editorExtras__": {},
  1011. "node": {
  1012. "__id__": 14
  1013. },
  1014. "_enabled": true,
  1015. "__prefab": null,
  1016. "_alignFlags": 4,
  1017. "_target": null,
  1018. "_left": 0,
  1019. "_right": 0,
  1020. "_top": 0,
  1021. "_bottom": 70.30100000000002,
  1022. "_horizontalCenter": 0,
  1023. "_verticalCenter": 0,
  1024. "_isAbsLeft": true,
  1025. "_isAbsRight": true,
  1026. "_isAbsTop": true,
  1027. "_isAbsBottom": true,
  1028. "_isAbsHorizontalCenter": true,
  1029. "_isAbsVerticalCenter": true,
  1030. "_originalWidth": 0,
  1031. "_originalHeight": 0,
  1032. "_alignMode": 2,
  1033. "_lockFlags": 0,
  1034. "_id": "c8s4Vto4FBm42Rvyze1dK2"
  1035. },
  1036. {
  1037. "__type__": "cc.Node",
  1038. "_name": "lblTapToContinue",
  1039. "_objFlags": 0,
  1040. "__editorExtras__": {},
  1041. "_parent": {
  1042. "__id__": 2
  1043. },
  1044. "_children": [],
  1045. "_active": true,
  1046. "_components": [
  1047. {
  1048. "__id__": 28
  1049. },
  1050. {
  1051. "__id__": 29
  1052. }
  1053. ],
  1054. "_prefab": null,
  1055. "_lpos": {
  1056. "__type__": "cc.Vec3",
  1057. "x": 0,
  1058. "y": -238.841,
  1059. "z": 0
  1060. },
  1061. "_lrot": {
  1062. "__type__": "cc.Quat",
  1063. "x": 0,
  1064. "y": 0,
  1065. "z": 0,
  1066. "w": 1
  1067. },
  1068. "_lscale": {
  1069. "__type__": "cc.Vec3",
  1070. "x": 1,
  1071. "y": 1,
  1072. "z": 1
  1073. },
  1074. "_mobility": 0,
  1075. "_layer": 33554432,
  1076. "_euler": {
  1077. "__type__": "cc.Vec3",
  1078. "x": 0,
  1079. "y": 0,
  1080. "z": 0
  1081. },
  1082. "_id": "00Eja4kepOHaCjIkanInVD"
  1083. },
  1084. {
  1085. "__type__": "cc.UITransform",
  1086. "_name": "",
  1087. "_objFlags": 0,
  1088. "__editorExtras__": {},
  1089. "node": {
  1090. "__id__": 27
  1091. },
  1092. "_enabled": true,
  1093. "__prefab": null,
  1094. "_contentSize": {
  1095. "__type__": "cc.Size",
  1096. "width": 222.3828125,
  1097. "height": 50.4
  1098. },
  1099. "_anchorPoint": {
  1100. "__type__": "cc.Vec2",
  1101. "x": 0.5,
  1102. "y": 0.5
  1103. },
  1104. "_id": "d2TeKK1QRMM6x2bgAwaJ6y"
  1105. },
  1106. {
  1107. "__type__": "cc.Label",
  1108. "_name": "",
  1109. "_objFlags": 0,
  1110. "__editorExtras__": {},
  1111. "node": {
  1112. "__id__": 27
  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": "Tap to Begin",
  1127. "_horizontalAlign": 1,
  1128. "_verticalAlign": 1,
  1129. "_actualFontSize": 40,
  1130. "_fontSize": 40,
  1131. "_fontFamily": "Arial",
  1132. "_lineHeight": 40,
  1133. "_overflow": 0,
  1134. "_enableWrapText": true,
  1135. "_font": null,
  1136. "_isSystemFontUsed": true,
  1137. "_spacingX": 0,
  1138. "_isItalic": false,
  1139. "_isBold": false,
  1140. "_isUnderline": false,
  1141. "_underlineHeight": 2,
  1142. "_cacheMode": 0,
  1143. "_enableOutline": false,
  1144. "_outlineColor": {
  1145. "__type__": "cc.Color",
  1146. "r": 0,
  1147. "g": 0,
  1148. "b": 0,
  1149. "a": 255
  1150. },
  1151. "_outlineWidth": 2,
  1152. "_enableShadow": true,
  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": -4
  1164. },
  1165. "_shadowBlur": 5,
  1166. "_id": "1aRat2bFNEk7J+OPda3DEp"
  1167. },
  1168. {
  1169. "__type__": "cc.UITransform",
  1170. "_name": "",
  1171. "_objFlags": 0,
  1172. "__editorExtras__": {},
  1173. "node": {
  1174. "__id__": 2
  1175. },
  1176. "_enabled": true,
  1177. "__prefab": null,
  1178. "_contentSize": {
  1179. "__type__": "cc.Size",
  1180. "width": 1280,
  1181. "height": 720
  1182. },
  1183. "_anchorPoint": {
  1184. "__type__": "cc.Vec2",
  1185. "x": 0.5,
  1186. "y": 0.5
  1187. },
  1188. "_id": "1cSuiSKIdL5KuKoxPSfQV0"
  1189. },
  1190. {
  1191. "__type__": "cc.Canvas",
  1192. "_name": "",
  1193. "_objFlags": 0,
  1194. "__editorExtras__": {},
  1195. "node": {
  1196. "__id__": 2
  1197. },
  1198. "_enabled": true,
  1199. "__prefab": null,
  1200. "_cameraComponent": {
  1201. "__id__": 4
  1202. },
  1203. "_alignCanvasWithScreen": true,
  1204. "_id": "b1UjfMPBZENom5zTVaCs1u"
  1205. },
  1206. {
  1207. "__type__": "cc.Widget",
  1208. "_name": "",
  1209. "_objFlags": 0,
  1210. "__editorExtras__": {},
  1211. "node": {
  1212. "__id__": 2
  1213. },
  1214. "_enabled": true,
  1215. "__prefab": null,
  1216. "_alignFlags": 45,
  1217. "_target": null,
  1218. "_left": 1.1368683772161603e-13,
  1219. "_right": 1.1368683772161603e-13,
  1220. "_top": 0,
  1221. "_bottom": 0,
  1222. "_horizontalCenter": 0,
  1223. "_verticalCenter": 0,
  1224. "_isAbsLeft": true,
  1225. "_isAbsRight": true,
  1226. "_isAbsTop": true,
  1227. "_isAbsBottom": true,
  1228. "_isAbsHorizontalCenter": true,
  1229. "_isAbsVerticalCenter": true,
  1230. "_originalWidth": 0,
  1231. "_originalHeight": 0,
  1232. "_alignMode": 2,
  1233. "_lockFlags": 0,
  1234. "_id": "e0VlJd/xxOebC0g7BegLq8"
  1235. },
  1236. {
  1237. "__type__": "66e163GxmdDp7kaguqDvTVl",
  1238. "_name": "",
  1239. "_objFlags": 0,
  1240. "__editorExtras__": {},
  1241. "node": {
  1242. "__id__": 2
  1243. },
  1244. "_enabled": true,
  1245. "__prefab": null,
  1246. "txtLoading": {
  1247. "__id__": 23
  1248. },
  1249. "uiCanvasPrefab": {
  1250. "__uuid__": "469e39c1-3bdc-4490-987b-99aaa169fdf4",
  1251. "__expectedType__": "cc.Prefab"
  1252. },
  1253. "loadingBar": {
  1254. "__id__": 18
  1255. },
  1256. "lblTapToContinue": {
  1257. "__id__": 29
  1258. },
  1259. "_id": "ccwYlVBqtP3qOrWWpSPSZW"
  1260. },
  1261. {
  1262. "__type__": "cc.SceneGlobals",
  1263. "ambient": {
  1264. "__id__": 35
  1265. },
  1266. "shadows": {
  1267. "__id__": 36
  1268. },
  1269. "_skybox": {
  1270. "__id__": 37
  1271. },
  1272. "fog": {
  1273. "__id__": 38
  1274. },
  1275. "octree": {
  1276. "__id__": 39
  1277. },
  1278. "skin": {
  1279. "__id__": 40
  1280. },
  1281. "lightProbeInfo": {
  1282. "__id__": 41
  1283. },
  1284. "postSettings": {
  1285. "__id__": 42
  1286. },
  1287. "bakedWithStationaryMainLight": false,
  1288. "bakedWithHighpLightmap": false
  1289. },
  1290. {
  1291. "__type__": "cc.AmbientInfo",
  1292. "_skyColorHDR": {
  1293. "__type__": "cc.Vec4",
  1294. "x": 0.2,
  1295. "y": 0.5,
  1296. "z": 0.8,
  1297. "w": 0.520833125
  1298. },
  1299. "_skyColor": {
  1300. "__type__": "cc.Vec4",
  1301. "x": 0.2,
  1302. "y": 0.5,
  1303. "z": 0.8,
  1304. "w": 0.520833125
  1305. },
  1306. "_skyIllumHDR": 20000,
  1307. "_skyIllum": 20000,
  1308. "_groundAlbedoHDR": {
  1309. "__type__": "cc.Vec4",
  1310. "x": 0.2,
  1311. "y": 0.2,
  1312. "z": 0.2,
  1313. "w": 1
  1314. },
  1315. "_groundAlbedo": {
  1316. "__type__": "cc.Vec4",
  1317. "x": 0.2,
  1318. "y": 0.2,
  1319. "z": 0.2,
  1320. "w": 1
  1321. },
  1322. "_skyColorLDR": {
  1323. "__type__": "cc.Vec4",
  1324. "x": 0.452588,
  1325. "y": 0.607642,
  1326. "z": 0.755699,
  1327. "w": 0
  1328. },
  1329. "_skyIllumLDR": 0.8,
  1330. "_groundAlbedoLDR": {
  1331. "__type__": "cc.Vec4",
  1332. "x": 0.618555,
  1333. "y": 0.577848,
  1334. "z": 0.544564,
  1335. "w": 0
  1336. }
  1337. },
  1338. {
  1339. "__type__": "cc.ShadowsInfo",
  1340. "_enabled": false,
  1341. "_type": 0,
  1342. "_normal": {
  1343. "__type__": "cc.Vec3",
  1344. "x": 0,
  1345. "y": 1,
  1346. "z": 0
  1347. },
  1348. "_distance": 0,
  1349. "_planeBias": 1,
  1350. "_shadowColor": {
  1351. "__type__": "cc.Color",
  1352. "r": 76,
  1353. "g": 76,
  1354. "b": 76,
  1355. "a": 255
  1356. },
  1357. "_maxReceived": 4,
  1358. "_size": {
  1359. "__type__": "cc.Vec2",
  1360. "x": 1024,
  1361. "y": 1024
  1362. }
  1363. },
  1364. {
  1365. "__type__": "cc.SkyboxInfo",
  1366. "_envLightingType": 0,
  1367. "_envmapHDR": null,
  1368. "_envmap": null,
  1369. "_envmapLDR": null,
  1370. "_diffuseMapHDR": null,
  1371. "_diffuseMapLDR": null,
  1372. "_enabled": false,
  1373. "_useHDR": true,
  1374. "_editableMaterial": null,
  1375. "_reflectionHDR": null,
  1376. "_reflectionLDR": null,
  1377. "_rotationAngle": 0
  1378. },
  1379. {
  1380. "__type__": "cc.FogInfo",
  1381. "_type": 0,
  1382. "_fogColor": {
  1383. "__type__": "cc.Color",
  1384. "r": 200,
  1385. "g": 200,
  1386. "b": 200,
  1387. "a": 255
  1388. },
  1389. "_enabled": false,
  1390. "_fogDensity": 0.3,
  1391. "_fogStart": 0.5,
  1392. "_fogEnd": 300,
  1393. "_fogAtten": 5,
  1394. "_fogTop": 1.5,
  1395. "_fogRange": 1.2,
  1396. "_accurate": false
  1397. },
  1398. {
  1399. "__type__": "cc.OctreeInfo",
  1400. "_enabled": false,
  1401. "_minPos": {
  1402. "__type__": "cc.Vec3",
  1403. "x": -1024,
  1404. "y": -1024,
  1405. "z": -1024
  1406. },
  1407. "_maxPos": {
  1408. "__type__": "cc.Vec3",
  1409. "x": 1024,
  1410. "y": 1024,
  1411. "z": 1024
  1412. },
  1413. "_depth": 8
  1414. },
  1415. {
  1416. "__type__": "cc.SkinInfo",
  1417. "_enabled": true,
  1418. "_blurRadius": 0.01,
  1419. "_sssIntensity": 3
  1420. },
  1421. {
  1422. "__type__": "cc.LightProbeInfo",
  1423. "_giScale": 1,
  1424. "_giSamples": 1024,
  1425. "_bounces": 2,
  1426. "_reduceRinging": 0,
  1427. "_showProbe": true,
  1428. "_showWireframe": true,
  1429. "_showConvex": false,
  1430. "_data": null,
  1431. "_lightProbeSphereVolume": 1
  1432. },
  1433. {
  1434. "__type__": "cc.PostSettingsInfo",
  1435. "_toneMappingType": 0
  1436. }
  1437. ]